


When I say "lock up", I mean the CPU suddenly goes to 100% and the entire IDE stops responding. It also SEEMS to only happen when the web server (Tomcat 5.5) is running from Eclipse although it's difficult to confirm this with certainty. It will occur at random while I'm clicking away at stuff. The only pattern is that it doesn't start on its own while the IDE is just sitting their idle. So for example, clicking on a db connection to expand it or clicking on help or renaming a file, etc. This generally means me clicking on something. Here's the catch though, it ONLY happens when some kind of UI event is initiated. Once I've done something with a report, (I don't know if it's related to just opening a report, going into the crystal reports perspective or editing a report) then I'm almost guarranteed to lock up within the next 5-15 minutes.

Basically, the way it works, is that if I don't edit any reports in my Eclipse session, then everything is fine. The worst part is that it's somewhat random. I'm having a very severe problem that is having me completely stalled on any further CR4E evaluation. But, nothing seems to work.Īny help in get these run in a J2EE app is much appreciated. I also looked at " All-In-One Installation". But, it complains that ". cannot be installed in this environment because its filter is not applicable." I tried to install the eclipise plugin(Crystal Reports for Eclipse - ). But, it seems like getting this jar file is not at least straight forward. I again researcehd how to get ".ReportClientDocument" and found that I have to use JRC. When I researched on internet, it was found out that I have to import from " import .ReportClientDocument " since I am not running these reports from Report Application Server.

".: remainingValuesReference- Error code:-2147467259 Error code name:failed" ReportClientDocument.open(reportName, 0) When I follow those steps, I imported ".ReportClientDocument" from package ".report.application", the following statement in JSP failed I found somehelpful PDFs that describe about it. I have searched the internet to get an idea on how to integrate. I want to integrate reports written in Crystal Reports XI with J2EE application.
