Dear SAP community,
some BOE servers (4.0 sp6 patch1 on Windows) cannot be started due to a missing package:
com.sap.js.startup.Main
The concerned servers are:
AdaptiveProcessingServer
EIMAdaptiveProcessingServer
WebApplicationContainerServer
Even creating new servers or removing services from existing ones, they cannot start and produce the same error message:
Exception in thread "main" java.lang.NoClassDefFoundError: com/sap/js/startup/Main
Caused by: java.lang.ClassNotFoundException: com.sap.js.startup.Main
at java.net.URLClassLoader$1.run(URLClassLoader.java:255)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:243)
at java.lang.ClassLoader.loadClass(ClassLoader.java:372)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:344)
at java.lang.ClassLoader.loadClass(ClassLoader.java:313)
Could not find the main class: com.sap.js.startup.Main. Program will exit.
I've searched com.sap.js.startup in every file along the whole SAP installation folder tree, but I didn't find it.
Does anybody knows where the java package com.sap.js.startup lies? Which jar library is missing?
Best regards,
Nicola