This post originated from an RSS feed registered with Java Buzz
by Dominic Da Silva.
Original Post: WSDD deployment/debug to Pocket PC
Feed Title: dsuspense
Feed URL: http://tss9.serverconfig.com/suspended.page/
Feed Description: Java/J2EE, .NET, OpenSource, Orlando living, Trinidad stuff and of course the Dolphins!...
I am working with WebSphere Studio Device Developer to test out some samples from Enterprise J2ME.
Like I had posted earlier I was able to get the J9/WebSphere Micro Environment running on my Toshiba e355.
I now successfully was able to also build and deploy apps to
400
the device and run them directly from WSDD.
I am having a problem with debugging on the device though, it is complaining that it is waiting for the proxy on the port:
Version 06/19/2002.A - JDWP 1.4
Target VM host = 192.168.0.1
Target VM port = 8096
Proxy port = 10294
Not a file or directory: default.sym.
Waiting for connection from Debugger on port 10294
Connected to Debugger
Connecting to Target at 192.168.0.1:8096
java.net.ConnectException: TOAD/192.168.0.1:8096 - Operation failed
Problem connecting to 192.168.0.1:8096
Connecting to Target at 192.168.0.1:8096
java.net.ConnectException: TOAD/192.168.0.1:8096 - Operation failed
Problem connecting to 192.168.0.1:8096
From Target: java.net.ConnectException: TOAD/192.168.0.1:8096 - Operation failed
I am not sure why it cannot start the proxy server.
Anyone know how to fix this?
I am running on a Windows XP box.