HTTP 500 « Error « JSP-Servlet Q&A





1. Browser dependent 500 error    coderanch.com

2. error 500 in JSP    coderanch.com

I have created an ODBC Data Source from windows/control panel/User DSN tab/MS Access Database /add

3. what is error 500???    coderanch.com

4. HTTP ERROR: 500    coderanch.com

5. HTTP ERROR: 500    coderanch.com

6. HTTP 500: error..helpl Please!!!!    coderanch.com

7. Error 500 Unable to compile    coderanch.com

8. Error 500 in JSP    coderanch.com

Hi all, I get an error 500 when i try to open the JSP page in IE...Another JSP page which was alredy existing in the application is running...I copied the contents and pasted it in a new page,also changed the name of the page it has to access from the database...added it to the web to the same already existing folder ...

9. Can't run a JSP page due to error 500    coderanch.com

In case you got the driver in the classpath, you may also check whether you have downloaded the correct driver. I have an experience before. I connect to the DB via Servlet. I downloaded DB2 driver db2java.zip, however, it turns out Not Suitable Driver. I then unzip the file to check whether the driver exists. I found that this is a ...





10. Error 500: ClassNotFoundException    coderanch.com

Seems like something's up with your configuration. Hard to tell without the code. Do you refer to org.apache.jsp.login.jsp anywhere, either in your code or in web.xml? It doesn't look like a class name. Shouldn't it be login$jsp anyway? Maybe you could simplify your code and post the relevant bits using the UBB [C0DE] and [/C0DE] tags. Jules

11. Jsp Error 500    coderanch.com

12. Jsp Error 500    coderanch.com

Hi i too have the same problem. previoulsy i had the following environmetn i was running weblogic 8.1 and my jdk was version 1.4 ant tomcat4.1 i had no issues. the trouble started when i upgraded my jdk to 5.0 and my tomcat to 5.4 i tried allt he possible things listed in this topic trial still no luck, is it ...

13. Getting 500 Error While Running JSP.    coderanch.com

14. getting a 500 error    coderanch.com

15. http status 500 error    coderanch.com

16. Error 500:    coderanch.com





17. Error 500 in JSP page    coderanch.com

18. JSP 500 Error    coderanch.com

19. JSP error 500    coderanch.com

Hello, i'm new to jsps and i have trouble running a jsp from an html file. when i try to run the jsp with tomcat i get the error shown below. Can anyone give me some hints? Thank you, Tiby Error: 500 Location: /search.jsp Internal Servlet Error: org.apache.jasper.compiler.ParseException: C:\Inetpub\wwwroot\search.jsp(5,16) Attribute import has no value at org.apache.jasper.compiler.JspReader.parseAttributeValue(JspReader.java:519) at org.apache.jasper.compiler.JspReader.parseTagAttributes(JspReader.java:635) at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:192) at ...

20. Servlet 500 Error    coderanch.com

21. Error 500 when compiling servlet    coderanch.com

What resolved that error was to copy all the JAR files that were referenced in the code to the "WEB-INF\lib" directory on Tomcat. I now have a different error: message - HTTP method GET is not supported by this URL description - The specified HTTP method is not allowed for the requested resource (HTTP method GET is not supported by this ...

22. getting 500 error when trying to run a servlet    coderanch.com

Thanks for the replies. I am having one more problem. For the following servlet code: import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class myServlet extends HttpServlet{ public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException,IOException{ res.setContentType("text/html"); PrintWriter out = res.getWriter(); String aa = req.getParameter("state"); out.println(""); out.println(""); out.println(aa+""+""); out.flush(); out.close(); } } and with the html file(hi.html placed in C:\Tomcat 5.0\webapps\anji) whose code ...

23. Error 500 in servlet    coderanch.com

24. HTTP Status 500 - error running servlet with JSP    coderanch.com

Without seeing the BeerExpert code, or what line is throwing the NPE in the .jsp, my best guess is that there is a null List being returned so the JSP throws the null pointer exception. I would debug/print-out the contents of that List before you set it as a request attribute. Tom

25. http 500 error sometimes    coderanch.com

Hi All, I have deployed a WAR file in my tomcat webapps and when i access a jsp page i am getting http 500 error and if i try to refresh it again i am getting the page.. if i refresh again i am getting error.. this inconsistency is being followed. please someone suggest what is the root cause for this.. ...

26. error HTTP Status 500 -    coderanch.com

the following is encountered type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 10 in the jsp file: /result.jsp arraylist cannot be resolved to a type 7: 8: <% 9: 10: arraylist result= request.getAttribute("styles"); 11: for(int i=0;i<=1;i++) 12: ...