Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
BIRT Exception
brunocobra
Hi all!
I have an J2EE application built with NetBeans. When was necessary do some reports, I decided to use BIRT.
So, I created all reports on Eclipse and put the libraries and correct configuration on web.xml of my NetBeans application. This occured a time ago and works fine.
Now, I had to do more reports to this application, but this news reports doesn't worked because of version (old reports was with 3.2.14 version on report tag of rptdesign, and new reports are with 3.2.15 version). To fixed these, I downloaded the last version of Birt Runtime and changed the libs, but now nothing works... the error is: "Cant startup the OSGI framework".
Anybody knows help me?
Remembering: BIRT is into my application, not in a separated app.
Thanks for any helps.
Find more posts tagged with
Comments
bhanley
The OSGI framework error indicates the application can no longer find the BIRT run time libraries. This is presumably because you have updated them. you need to find out where you defined the BIRT home directory to be. Could be in the web.xml, could be in the App Server/JVM startup sequence. once you find it, make sure it points to the <em class='bbc'>platform</em> directory where you installed the updated run times.<br />
<br />
Further reference; <a class='bbc_url' href='
http://www.birt-exchange.com/forum/deploying-integrating-birt-report-engine-applications/13720-cant-startup-osgi-framework-starting-platform-servlet.html#post43058'>http://www.birt-exchange.com/forum/deploying-integrating-birt-report-engine-applications/13720-cant-startup-osgi-framework-starting-platform-servlet.html#post43058</a>
;
brunocobra
Firstly, many thanks for your answer.
However, I think my problem don't is that.
I explain:
- the link explain a doubt of body that uses a created servlet to call your reports, I don't (I use run and frameset);
- how I said, with older version all works fine and now I don't changed my web.xml, only changed the libraries and reset the server.
Still I'll continue trying... thanks anyway and sorry for my English.
bhanley
When you updated the runtime, did you install it in a different location? This error is very common and the cause is always an inability for the App Server to find the run time libraries.
Keep us posted on your progress, we will get it working quickly I am sure of it!
brunocobra
I put the new libraries in the same location of older. Is for this that I don't understand why is happening this exception...
How as I said, I put all libraries in corrects locations of my application, not in a separate location of my server.
It's a misterious... hehe
bhanley
What is the fully-qualified path (from root) to your platform directory?