Hi,

I am playing with Smix4 and I am getting several exceptions in the
log. Could someone tell me if these exceptions are errors and the
platform doesn't start correctly or it is some kind of warning? (see
attached file)

I had also a problem with starting SMix4:

bash-3.2$ ./bin/servicemix.bat
Unable to access jarfile c:\5\apache-servicemix-runtime-0.1-SNAPSHOT\bin\..\lib\
servicemix.jar

I had to fix bin/servicemix.bat:
from: "%JAVA%" %JAVA_OPTS% %OPTS%
-Dservicemix.home="%SERVICEMIX_HOME%"
-Dservicemix.base="%SERVICEMIX_BASE%" -jar
"%SERVICEMIX_HOME%\lib\servicemix.jar" %*

to: "%JAVA%" %JAVA_OPTS% %OPTS% -Dservicemix.home="%SERVICEMIX_HOME%"
-Dservicemix.base="%SERVICEMIX_BASE%" -jar
"%SERVICEMIX_HOME%\bin\servicemix.jar" %*

Best regards,
Piotr

Reply via email to