This is screwy. I could not reproduce the error running with the
wrapper. When I went back to the running without the wrapper I still
could not reproduce it. It had been happening nearly every startup prior
to that.
I still had the extra "." in the boot classpath. Once I removed that,
its happening consistently again.
Mladen Turk wrote:
Here it is:
Put the JvmWrapper.class and jvmdio.dll in bin and modify the run.bat
-classpath ".;%JBOSS_CLASSPATH%" JvmWrapper %*
You will see
[228] readBytes error=6 FFFFFFFF readed -1
Now, the FFFFFFFF is INVALID_HANDLE_VALUE, so it looks like
there is a read on closed FileInputStream (or not opened).
Regards,
Mladen