Hi Piotr ! I guess the problem is that I'm mainly testing on Mac, but I'll give it a try on WIndows. Did you make sure you rebuild the runtime from scratch ? The servicemix.jarhas recently been moved to the lib folder (it was previously in the bin folder).
On Dec 21, 2007 9:13 AM, Piotr Bzdyl <[EMAIL PROTECTED]> wrote: > 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 > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
