Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Report problem.

User_SepAug 22 2013 — edited Aug 23 2013

Dear Experts,

I am using Jdev 11.1.1.5.0, I developed an application and the app can be successfully accessed through Integrated Weblogic Server.

Now I Installed, Standalone WLS, 10.3.5 in my system, I deployed the .EAR file in standalone,and the application is accessed fine, but I cant open a report(Jasper Report), which shows,

java.lang.NullPointerException

        at java.io.File.<init>(File.java:222)

        at test.stri.oracle.view.Serve.ReportServe.TEST.doPost(TEST.java:92)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)

        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run

(StubSecurityHelper.java:227)

        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecuri

tyHelper.java:125)

        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav

a:300)

FYI, I can generate the same report in Integrated Server. Anyone pls guide me.

-sep

This post has been answered by Cvele_new_account on Aug 22 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 20 2013
Added on Aug 22 2013
12 comments
515 views