I'm using the example from this post as is.
http://www.b4x.com/forum/additional...l-updates/9679-b4aserver-files.html#post53630
I run.bat on my computer and the command window shows
C:\Users\Jamie\Downloads\Phone+
server.jar anywheresoftware.b4a
B4A server (v0.92) is started.
_server.php, server name=test1
then I press the DIR button on my phone and the command window on my computer shows this:
trying to connect to: xx.xxx.95.41:7890
Error occurred while working with ip: xx.xxx.95.41:7890
java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at anywheresoftware.b4a.b4aserver.Communicator.run(Communicator.java:38)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
What's going wrong? When I do a whatsmyip from my phone it doesn't match the ip in the command window but in the settings of my phone the ip does match the command window.
My guess is Bell Mobility somehow reroutes my ip????
Is there a way to send my other ip to the server?
OR
is this error just a time out.
http://www.b4x.com/forum/additional...l-updates/9679-b4aserver-files.html#post53630
I run.bat on my computer and the command window shows
C:\Users\Jamie\Downloads\Phone+
server.jar anywheresoftware.b4a
B4A server (v0.92) is started.
_server.php, server name=test1
then I press the DIR button on my phone and the command window on my computer shows this:
trying to connect to: xx.xxx.95.41:7890
Error occurred while working with ip: xx.xxx.95.41:7890
java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at anywheresoftware.b4a.b4aserver.Communicator.run(Communicator.java:38)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
What's going wrong? When I do a whatsmyip from my phone it doesn't match the ip in the command window but in the settings of my phone the ip does match the command window.
My guess is Bell Mobility somehow reroutes my ip????
Is there a way to send my other ip to the server?
OR
is this error just a time out.