Error code:EXTENSION_POINT_NOT_FOUND [message #169912] |
Tue, 13 June 2006 18:11  |
Eclipse User |
|
|
|
Hi, I'm trying to set up birt 2.0.1, and am running into a strange error.
I was running on an older version of birt and have uninstalled it and
made the necesary modifications for birt 2.0.1 to work. When I open up my
templates and plug in numbers using eclipse, the reports show up. But
when I'm trying to run my birt integration test, its unable to generate
the reports. It seems like for some reason the outputFormat always
returns that its illegal. While stepping through the code, I've noticed
that the supportedFormats collection in the RunAndRenderTask are not
getting populated. Thus, no matter what format, html or pdf, the list is
not getting populated.
I'm wondering if its related to an early error I have encountered.
Jun 13, 2006 5:52:08 PM
org.eclipse.birt.report.model.metadata.ExtensionLoader
logExtenstionException
SEVERE: Message:The extension point
[org.eclipse.birt.report.model.reportItemModel] is not found. Error
code:EXTENSION_POINT_NOT_FOUND
In the ExtensionLoader class, on doLoad, when it is trying to populate the
plugin directory, it is populating an empty collection. That is where it
is throwing this exception. Its trying to find the extensionPoint, but
none exist.
Here is the complete StackTrace:
SEVERE: Message:The extension point
[org.eclipse.birt.report.model.reportItemModel] is not found. Error
code:EXTENSION_POINT_NOT_FOUND
Jun 13, 2006 6:01:48 PM
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask
createContentEmitter
SEVERE: Error.OutputFormatNotSupported
org.eclipse.birt.report.engine.api.EngineException: The output format html
is not supported.
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
at
org.govgrnds.reporting.spring.view.BirtView.createReport(Bir tView.java:238)
at org.govgrnds.reporting.spring.view.BirtView.render(BirtView. java:387)
at
org.govgrnds.reporting.spring.view.BirtViewIntergrationTest. testRenderHtml(BirtViewIntergrationTest.java:111)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTe sts(RemoteTestRunner.java:478)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(R emoteTestRunner.java:344)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( RemoteTestRunner.java:196)
Jun 13, 2006 6:01:48 PM
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask run
SEVERE: An error happened while running the report. Cause:
org.eclipse.birt.report.engine.api.EngineException: The output format html
is not supported.
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
at
org.govgrnds.reporting.spring.view.BirtView.createReport(Bir tView.java:238)
at org.govgrnds.reporting.spring.view.BirtView.render(BirtView. java:387)
at
org.govgrnds.reporting.spring.view.BirtViewIntergrationTest. testRenderHtml(BirtViewIntergrationTest.java:111)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTe sts(RemoteTestRunner.java:478)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(R emoteTestRunner.java:344)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( RemoteTestRunner.java:196)
org.eclipse.birt.report.engine.api.EngineException: Error happened while
running the report
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:186)
at
org.govgrnds.reporting.spring.view.BirtView.createReport(Bir tView.java:238)
at org.govgrnds.reporting.spring.view.BirtView.render(BirtView. java:387)
at
org.govgrnds.reporting.spring.view.BirtViewIntergrationTest. testRenderHtml(BirtViewIntergrationTest.java:111)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTe sts(RemoteTestRunner.java:478)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(R emoteTestRunner.java:344)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( RemoteTestRunner.java:196)
Caused by: org.eclipse.birt.report.engine.api.EngineException: The output
format html is not supported.
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
at
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
... 16 more
Any help is greatly appreciated.
Thanks
|
|
|
Re: Error code:EXTENSION_POINT_NOT_FOUND [message #169998 is a reply to message #169912] |
Tue, 13 June 2006 20:36   |
Eclipse User |
|
|
|
Where are you setting BIRT_HOME to?
Can you post your code?
Jason
"Harley" <halfstep@gmail.com> wrote in message
news:909c78820f959fef6cf6b9e4de076089$1@www.eclipse.org...
> Hi, I'm trying to set up birt 2.0.1, and am running into a strange error.
> I was running on an older version of birt and have uninstalled it and made
> the necesary modifications for birt 2.0.1 to work. When I open up my
> templates and plug in numbers using eclipse, the reports show up. But
> when I'm trying to run my birt integration test, its unable to generate
> the reports. It seems like for some reason the outputFormat always
> returns that its illegal. While stepping through the code, I've noticed
> that the supportedFormats collection in the RunAndRenderTask are not
> getting populated. Thus, no matter what format, html or pdf, the list is
> not getting populated.
> I'm wondering if its related to an early error I have encountered.
> Jun 13, 2006 5:52:08 PM
> org.eclipse.birt.report.model.metadata.ExtensionLoader
> logExtenstionException
> SEVERE: Message:The extension point
> [org.eclipse.birt.report.model.reportItemModel] is not found. Error
> code:EXTENSION_POINT_NOT_FOUND In the ExtensionLoader class, on doLoad,
> when it is trying to populate the plugin directory, it is populating an
> empty collection. That is where it is throwing this exception. Its
> trying to find the extensionPoint, but none exist.
> Here is the complete StackTrace:
> SEVERE: Message:The extension point
> [org.eclipse.birt.report.model.reportItemModel] is not found. Error
> code:EXTENSION_POINT_NOT_FOUND Jun 13, 2006 6:01:48 PM
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask
> createContentEmitter
> SEVERE: Error.OutputFormatNotSupported
> org.eclipse.birt.report.engine.api.EngineException: The output format html
> is not supported.
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
> at
> org.govgrnds.reporting.spring.view.BirtView.createReport(Bir tView.java:238)
> at org.govgrnds.reporting.spring.view.BirtView.render(BirtView. java:387)
> at
> org.govgrnds.reporting.spring.view.BirtViewIntergrationTest. testRenderHtml(BirtViewIntergrationTest.java:111)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:41)
> at java.lang.reflect.Method.invoke(Method.java:386)
> at junit.framework.TestCase.runTest(TestCase.java:154)
> at junit.framework.TestCase.runBare(TestCase.java:127)
> at junit.framework.TestResult$1.protect(TestResult.java:106)
> at junit.framework.TestResult.runProtected(TestResult.java:124)
> at junit.framework.TestResult.run(TestResult.java:109)
> at junit.framework.TestCase.run(TestCase.java:118)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTe sts(RemoteTestRunner.java:478)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(R emoteTestRunner.java:344)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( RemoteTestRunner.java:196)
> Jun 13, 2006 6:01:48 PM
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask run
> SEVERE: An error happened while running the report. Cause:
> org.eclipse.birt.report.engine.api.EngineException: The output format html
> is not supported.
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
> at
> org.govgrnds.reporting.spring.view.BirtView.createReport(Bir tView.java:238)
> at org.govgrnds.reporting.spring.view.BirtView.render(BirtView. java:387)
> at
> org.govgrnds.reporting.spring.view.BirtViewIntergrationTest. testRenderHtml(BirtViewIntergrationTest.java:111)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:41)
> at java.lang.reflect.Method.invoke(Method.java:386)
> at junit.framework.TestCase.runTest(TestCase.java:154)
> at junit.framework.TestCase.runBare(TestCase.java:127)
> at junit.framework.TestResult$1.protect(TestResult.java:106)
> at junit.framework.TestResult.runProtected(TestResult.java:124)
> at junit.framework.TestResult.run(TestResult.java:109)
> at junit.framework.TestCase.run(TestCase.java:118)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTe sts(RemoteTestRunner.java:478)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(R emoteTestRunner.java:344)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( RemoteTestRunner.java:196)
> org.eclipse.birt.report.engine.api.EngineException: Error happened while
> running the report
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:186)
> at
> org.govgrnds.reporting.spring.view.BirtView.createReport(Bir tView.java:238)
> at org.govgrnds.reporting.spring.view.BirtView.render(BirtView. java:387)
> at
> org.govgrnds.reporting.spring.view.BirtViewIntergrationTest. testRenderHtml(BirtViewIntergrationTest.java:111)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:41)
> at java.lang.reflect.Method.invoke(Method.java:386)
> at junit.framework.TestCase.runTest(TestCase.java:154)
> at junit.framework.TestCase.runBare(TestCase.java:127)
> at junit.framework.TestResult$1.protect(TestResult.java:106)
> at junit.framework.TestResult.runProtected(TestResult.java:124)
> at junit.framework.TestResult.run(TestResult.java:109)
> at junit.framework.TestCase.run(TestCase.java:118)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTe sts(RemoteTestRunner.java:478)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(R emoteTestRunner.java:344)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main( RemoteTestRunner.java:196)
> Caused by: org.eclipse.birt.report.engine.api.EngineException: The output
> format html is not supported.
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cre ateContentEmitter(RunAndRenderTask.java:97)
> at
> org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run (RunAndRenderTask.java:174)
> .. 16 more
>
>
>
> Any help is greatly appreciated.
> Thanks
>
|
|
|
Re: Error code:EXTENSION_POINT_NOT_FOUND [message #170162 is a reply to message #169998] |
Wed, 14 June 2006 09:32  |
Eclipse User |
|
|
|
It was BIRT_HOME. Although we don't set it using the environment
variable. We add it in our context and set it through there. But
apparently between versions this had changed, and although it was still
pointing to the right place in some instances, it wasn't what the engine
was expecting.
Thanks for your assistance!
|
|
|
Powered by
FUDForum. Page generated in 0.03711 seconds