facebook

Getting internal 500 error

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #241806 Reply

    sandipanc
    Member

    🙁 Hi ,
    I am using MyEclipse to set up a j2ee project comprising of EJB and WebApp on Weblogic8.1 .I have added the required jars to the weblogic path and using the correct version of the JRE for my project setting.The application ear is correctly deployed on weblogic .When I try to do one operation (say quick search on some attribute) in my application it gives out an error =====”INTERNAL SERVER ERROR 500 “On digging deeper into the eclipse console I find that it complains about recompilation error cant be resolved ==itmServlet.java ByteBuffer cant be instantiated etc.
    I have checked in the itmServlet.java that there is no compilation issues.Please suggest a solution.What could be the issue here?????????
    ANYBODY WHO CAN HELP ????
    [/b][/code]

    #241845

    Riyad Kalla
    Member

    I have added the required jars to the weblogic path

    Unless you are adding non-standard JARs, you shouldn’t need to add any. We will pickup all the default JARs from the connector.

    and using the correct version of the JRE for my project setting.

    It must be a JDK, not a JRE.

    I have checked in the itmServlet.java that there is no compilation issues.Please suggest a solution.What could be the issue here?????????

    What JDK version are you using to run weblogic with? ByteBuffer was added in JDK 1.4

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Getting internal 500 error

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