Hello,
I just updated to 1.2.4 and noticed that a configuration that was
working under 1.2.0 is not working under 1.2.4. I get the error: No
manifest found.
C:\orion>java -jar orion.jar
Copying default deployment descriptor from archive at
C:\dev/META-INF/orion-application.xml to deployment directory
C:\orion\application-deployments\Epistemic...
Auto-deploying Epistemic (New server version detected)...
Copying default deployment descriptor from archive at
C:\dev\lib/orion/orion-ejb-jar.xml to deployment directory
C:\orion\application-deployments\Epistemic\lib...
Auto-deploying lib... done.
Auto-starting services...
Error instantiating application 'Epistemic' at file:/C:/dev/: No
manifest found
Orion/1.2.4 initialized
In C:\dev\META-INF, the relevant portion of orion-application.xml is:
<client-module path="lib" />
<client-module path="services" auto-start="true" user="admin"/>
In C:\dev\services\META-INF, there are three files --
application-client.xml, orion-application-client.xml and Manifest.mf.
Manifest.mf is reproduced below:
Manifest-Version: 1.0
Main-Class: com.epistemic.km.server.Server
Created-By: 1.3.0 (Sun Microsystems Inc.)
I tried providing a .jar file but still get the same error. Once again,
this worked under 1.2.0.
Please help.
Thanks,
Vidur