Hi, i am having trouble startup the jboss.
In run.bat I added:
set JAVA_OPTS=%JAVA_OPTS% -server -Xmn154m -Xms768m -Xmx768m -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=384m -XX:MaxPermSize=384m -Xss512k
set JAVA_OPTS=%JAVA_OPTS% -agentlib:jbossAgent -XrunjbossInspector:C:\Temp\profiler,include=com.unisys,ignore=*,memory=false
When starting JBoss, I get the following error and JBoss does not run.
this is the new DLL
Running process on Windows 5016
FATAL ERROR: JVMPI, an experimental interface, is no longer supported.
Please use the supported interface: the JVM Tool Interface (JVM TI).
For information on temporary workarounds contact: jvmpi_eol@sun.com
dpInspector> error in obtaining jvmpi interface pointer
Error occurred during initialization of VM
-Xrun library failed to init: jbossInspector
Press any key to continue . . .
The jboss i'm using is jboss4.0.1RC1 and the jboss profiler is jboss-profiler-1.0.RC3.
Does it need to compile a set of dlls instead of using the already made dlls and paste it into Path environment ?