IceFolk,
I am trying to start Ice process via the Runtime.exec(..) methods in Java.
I get the following exception when excuting my runIcePackNode.bat via a Java app on XP:
icepacknode: error: service caught unhandled Ice exception:
Network.cpp:764: Ice:NSException:
DNS error: WSAHOST_NOT_FOUND
host: xxxx
Where "xxx" is the name of my machine.
Is there an environment variable/argument I need to pass to the process?
I am setting the classpath and path in the script that gets executed.
This is rather obvious since it does find the icepacknode.exe and launches it.
Note also that the script works fine when running from a dos prompt.
Thanks!
Bob

NSException:
Reply With Quote