B2B_Intergration Server start up problem after installation

I just installed B2B Integration Server 4.02
on Sun Solaris 2.8 and JDK_1.2.2_10.

When I startup using
server.sh -x -debug 6 -log none -port 5555

I am unale to start it.
I am getting error message like:

000343 [B2BSERV.0028.0013] Startup service exited with the following error: com.wm.app.b2b.server.ServiceException: [B2BSERV. 0026.9102] Service ‘wm.server.net.ftp:init’ is not operational. To run this service, first recompile the Java source.

000344 [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.net.http:init)
000345 [B2BSERV.0028.0013] Startup service exited with the following error: com.wm.app.b2b.server.ServiceException: [B2BSERV. 0026.9102] Service ‘wm.server.net.http:init’ is not operational. To run this service, first recompile the Java source.

000346 [B2BSERV.0028.0012] WmRoot: Startup service (wm.server.net.https:init)
000347 [B2BSERV.0028.0013] Startup service exited with the following error: com.wm.app.b2b.server.ServiceException: [B2BSERV. 0026.9102] Service ‘wm.server.net.https:init’ is not operational. To run this service, first recompile the Java source.

=================================================
In error.log I see as below:

2002-10-18 13:22:27 GMT-06:00 com.wm.app.b2b.server.ServiceException: [B2BSERV.0026.9102] Service ‘wm.server.net.https:init’ i
s not operational. To run this service, first recompile the Java source.
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.(Compiled Code)
at java.lang.Exception.(Compiled Code)
at com.wm.util.LocalizedException.(Compiled Code)
at com.wm.app.b2b.server.ServerException.(Compiled Code)
at com.wm.app.b2b.server.ServiceException.(ServiceException.java:30)
at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:266)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:684)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:470)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:427)
at com.wm.app.b2b.server.SessionInvoke.run(Session.java:573)
at com.wm.util.pool.PooledThread.run(Compiled Code)
at java.lang.Thread.run(Thread.java:479)

2002-10-18 13:22:27 GMT-06:00 com.wm.app.b2b.server.ServiceException: [B2BSERV.0026.9102] Service ‘wm.server.net.https:init’ i
s not operational. To run this service, first recompile the Java source.
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.(Compiled Code)
at java.lang.Exception.(Compiled Code)
at com.wm.util.LocalizedException.(Compiled Code)
at com.wm.app.b2b.server.ServerException.(Compiled Code)
at com.wm.app.b2b.server.ServiceException.(ServiceException.java:30)
at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:266)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:684)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:470)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:427)
at com.wm.app.b2b.server.SessionInvoke.run(Session.java:573)
at com.wm.util.pool.PooledThread.run(Compiled Code)
at java.lang.Thread.run(Thread.java:479)

Any idea whats going wrong?

Thanks in advance,

Sharad

Something is wrong with the contents of the WmRoot package or the server application access to them. Apparently the /packages/WmRoot/manifest.v3 file is correct, because the startup service list of WmRoot is found. Also there are possibly correct and accessible node.ndf files under /packages/WmRoot/ns, because those are the logical equivalent of deployment descriptors that tell IS there is a server/record for the IS namespace and you are not getting “service not found” errors.

Check on your disk under /packages/WmRoot/code/classes for a bunch of .class files. Particularly in /packages/WmRoot/code/classes/wm/server/net/.

Did you install with a different account than the one that is running the IS?

I am having a similar error “‘sap.transport:RFCinit’ is not operational. To run this service, first recompile the Java source” - error.

Check the classes inside SAP package and that is ok. Classpath reflects classes within the SAP\code\classes directory.

Any ideas?