Why Extension Point org.eclipse.birt.core.FactoryService is not found? #1209
Unanswered
philip6543
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During application server startup, constructor of
org.eclipse.birt.report.engine.api.impl.ReportEngine$EngineExtensionManager
calls following method that returns a NULL pointer to extensionPoint variable:
.getExtensionPoint( "org.eclipse.birt.core.FactoryService" );
I am stumped why above extension point is not found when Process Explorer shows following jar is loaded in JVM?
Please see below null pointer exception for next line of code:
Beta Was this translation helpful? Give feedback.
All reactions