When I try to deploy a war archive in the J2EE Preview, the deployment fails with a class not found error for a NetWeaver class.
Reason: com.sap.engine.lib.converter.AbstractConverter; nested exception is:
java.rmi.RemoteException: class java.lang.NoClassDefFoundError: com.sap
.engine.lib.converter.AbstractConverter
The same error occurs if I try to deploy using telnet or the Developer Studio. I successfully deployed the same archive a few days ago so it seems like something has changed in my environment. Any idea where I should look? I've looked at various NetWeaver jar files but haven't found one containing AbstractConverter.