Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. HTTP Status 500 -
  2.  
  3. type Exception report
  4.  
  5. message
  6.  
  7. description The server encountered an internal error () that prevented it from fulfilling this request.
  8.  
  9. exception
  10.  
  11. org.apache.jasper.JasperException: Unable to compile class for JSP:
  12.  
  13. An error occurred at line: 417 in the jsp file: /index.jsp
  14. amp cannot be resolved
  15. 414: //cont=1;
  16. 415: }
  17. 416: // Beloggoljuk ha a pass OK es a Valid=0 ------------------
  18. 417: if ((usercontroll_akt.compareTo("")!=0) && (validation.compareTo("0")==0)){
  19. 418: //HttpSession session1 = request.getSession(true);
  20. 419: session1.setAttribute("_user_", usercontroll_akt);
  21. 420: session1.setAttribute("_username_", username);
  22.  
  23.  
  24. An error occurred at line: 417 in the jsp file: /index.jsp
  25. Syntax error on token ";", delete this token
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement