IOException java.lang.PosixProcess
Mark Wielaard
mark at klomp.org
Fri Feb 8 10:56:41 UTC 2008
Hi Rebecca,
Rebecca Searls <Rebecca.Searls at ...> writes:
> Please advise how I can track down the cause of this fail.
>
> My Java version is:
>
> java version 1.5.0
> gij (GNU libcj) version 4.2.1 (Ubuntu 4.2.1ubuntu5)
You might have more feedback on the gcj mailinglist java at gcc.gnu.org
But looking at the stacktrace below it looks like the JVM.run()
method is trying to execute something that doesn't exist.
The IOException isn't very helpful since it doesn't include the
file name of the thing that couldn't be execed.
I'll look into improving that exception message.
But if you can share the source of the emulator you are trying
to run then we can see what is really being called.
Cheers,
Mark
> --------- Stacktace ---
> cldc-run:
> Copying 1 file to /home/guest/x/jwt-client/dist/nbrun12962
> Copying 1 file to /home/guest/x/jwt-client/dist/nbrun12962
> Jad URL for OTA execution:
http://localhost:8082/servlet/org.netbeans.modules.mobility
> .project.jam.JAMServlet/home/guest/x/jwt-client/dist//jwt-client.jad
> Starting emulator in execution mode
> java.io.IOException: java.io.IOException: No such file or directory
> at java.lang.PosixProcess.<init>(libgcj.so.81)
> at java.lang.Runtime.execInternal(libgcj.so.81)
> at java.lang.Runtime.exec(libgcj.so.81)
> at java.lang.Runtime.exec(libgcj.so.81)
> at com.sun.kvem.environment.JVM.run(Unknown Source)
> at com.sun.kvem.environment.EmulatorInvoker.runEmulatorOtherVM
(Unknown Source)
> at com.sun.kvem.environment.EmulatorInvoker.runEmulator(Unknown Source)
> at
com.sun.kvem.environment.ProfileEnvironment$KVMThread.runEmulator
(Unknown Source
> )
> at com.sun.kvem.environment.ProfileEnvironment$KVMThread.run
(Unknown Source)
> Caused by: java.io.IOException: No such file or directory
> at java.lang.PosixProcess.nativeSpawn(libgcj.so.81)
> at java.lang.PosixProcess.spawn(libgcj.so.81)
> at java.lang.PosixProcess$ProcessManager.run(libgcj.so.81)
> ricoh-run:
>
>
More information about the core-libs-dev
mailing list