1 2 Previous Next 16 Replies Latest reply on Oct 11, 2013 2:43 PM by asotobu Go to original post
      • 15. Re: Arquillian-Droidum-Web throws an exception during startup about property names
        smikloso

        Grab this one

         

        https://github.com/kpiwko/arquillian-safari/tree/master/arquillian-droidium-scenario


        It is totally debugged to be errorless. Do not try it on live mobile phone, just in emulator. The reason is that apk has to communicate with deployment installed into jboss as and it runs on localhost. But localhost from Android is different from yours. So apk is set to use 10.0.2.2 for emulator but this will not work with real Android device. You would have to use your external IP of your PC and build APK once again but everytime you would have different external IP you would have to build your APK once again.


        When doing it from Eclipse, just put breakpoints where you want to stop for a while. Change emulator name to what you want in pom.xml in properties. Stick to 4.2.2 version of Android, it behaves ok with Nexus S. Be sure you have Firefox installed.


        Happy presenting!

        • 16. Re: Arquillian-Droidum-Web throws an exception during startup about property names
          asotobu

          Hello first of all thank you very much for your support. I think that I have made a mistake when I wrote about the conference, it is on Friday 18 not this Friday (Sorry) so there are still some time. I have tried what Karel proposed but then TomEE throw an exception that <null>:8080 port is already used and the typical java BindAddress exception. The truth is that there is no other TomEE opened nor any other server (I have done a netstat), so my next steps would be to download the droidum-web test project execute with JBoss and then if it works (I will use the project to check that Android Emulator is correctly installed), I will try to migrate the project to TomEE. If it works then I had some hope, if not then I will see how can guide the assistants from my application with TomEE to the arquillian-safari ones.

           

          Again thank you very much and I will keep you informed about the progress.

          1 2 Previous Next