Talk:Servlet Example (BIRT) 2.1
Revision as of 07:03, 28 September 2018 by Andy.vadul.com (Talk | contribs) (Created page with "BIRT Version 4.8: Trying to run this servlet example and the Platform does not get started in the init method: The error being encountered is in this line: In ServiceLaunche...")
BIRT Version 4.8: Trying to run this servlet example and the Platform does not get started in the init method:
The error being encountered is in this line: In ServiceLauncher class (Line 50): Enumeration<URL> plugins = ServiceLauncher.class.getClassLoader( ) .getResources( MANIFEST_ENTRY );
This throws a core exception : Can't register the ExtensionRegistry classpath
Is there additional configuration that is needed when running as a POJO ?