IllegalArgumentException making HTTP request

My MIDlet works beautifully inside the Palm emulator. It makes an HTTP request to my servlet, and correclty handles the binary data it gets back, using HttpConnection.openInputStream().

However, when I run the same MIDlet from my Visor Neo (after first establishing an internet connection), the first "getXxx()" call I make results in an IllegalArgumentException. (I have confirmed that HTTP communications are working between the Visor and my servlet by browsing to my servlet from an HTML browser on the Visor and viewing the HTML sent by my servlet.)

I am still waiting on the Visor ROMs for the emulator from Handspring to see if the problem is with Handspring's version of PalmOS 3.5, but I'm hoping it isn't the Visor.

-k

[762 byte] By [ kunger] at [2007-9-26 17:29:13]
# 1
Operator brain damage!! The visor is working fine, I just didn't have it configured correctly! Sorry everyone.-k
kunger at 2007-7-2 22:36:00 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Hello Can someone tell me how to make the Palm Emulator network capable? I want to access a servlet through the palm emulator to test whether the network capability works fine. Thanksprasso
prasso at 2007-7-2 22:36:00 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Hello Can someone tell me how to make the Palm Emulator network capable? I want to access a servlet through the palm emulator to test whether the network capability works fine. Thanksprasso
prasso at 2007-7-2 22:36:00 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
Not sure about pose on windows, but from linux I right click on the emulator and choose settings/preferences and check the "Redirect NetLib calls to host os" box.
sjcpete at 2007-7-2 22:36:00 > top of Java-index,Java Mobility Forums,Java ME Technologies...