Expand my Community achievements bar.

AEM v6.2 quickstart.bat startup error

Avatar

Level 2

I am getting following error while I  run the AEM  quickstart.bat . Any help can be appreciated.

 

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024M; support was removed in 8.0
no main manifest attribute, in org.apache.jackrabbit.vault.rcp-3.1.30.jar

1 Reply

Avatar

Community Advisor

This issue means that you no longer have manifest declaration for your org.apache.jackrabbit.vault.rcp-3.1.30.jar bundle or Java can't read it.

In normal Java/osgi world, you can either manually fix the problem by replacing the jar with the correct one or use OSGi console to do the same.

Regards,

Peter