facebook

problem see my .JSP page from oracle app server

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #210722 Reply

    mkashefska
    Member

    I am having trouble finding my HelloWorld.jsp page from the web browser.

    I have the oracle app server running just fine. I can see the server from http://localhost:8888.

    I can deploy the project just fine. I get the blue check box under the deployments. And the deployment status says successfully deployed.

    I look under D:\jdev10\j2ee\home\application-autodeploy and I see my HelloWorld\HelloWorld.jsp file.

    I added the application-auto-deploy-directory=”../application-autodeploy in the server.xml file.

    I don’t see any log file in my metadata directory.

    Also I am using eclipse 3.0.0 and myeclipse 3.7.200 and oracle app server 10g (9.0.4.0.0)

    Any help?

    #210723

    Riyad Kalla
    Member

    What URL are you using to access your JSP file? Is there any message in the Oracle log file or in the Console after you launch the server using MyEclipse that gives an error? What is the error you are getting? Is ir 404 (not found) or 500 (something wrong with page)?

    #210725

    mkashefska
    Member

    the URL is http://localhost:8888/HelloWorld/HelloWorld.jsp

    HTTP 500 – Internal server error

    i only get
    04/07/22 13:58:00 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0) initialized
    on the console tab page.

    here is the error in my global-application.log file
    04/07/22 14:06:22 defaultWebApp: Servlet error
    javax.servlet.ServletException: java.lang.ClassNotFoundException: _helloworld._HelloWorld
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:322)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)

    —————-
    thanks,
    mike

    #210726

    Riyad Kalla
    Member

    Hmm, looks like you are accessing your page just fine, but its not getting compiled correctly… are there any errors marked on the page in MyEclipse? Is the name of your webapp “HelloWorld” or “helloworld” Does 10g care about case?

    #210805

    mkashefska
    Member

    the web app is HelloWorld the .jsp is HelloWorld.jsp. There are no errors on the page or the in helloWorld.class file. And yes oracle does care about case.

    #210838

    Scott Anderson
    Participant

    Mike,

    Can you give this thread a read and see if you can determine what you’re doing differently?
    http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-2460-highlight-oc4j.html

    If that doesn’t do it, can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: problem see my .JSP page from oracle app server

You must be logged in to post in the forum log in