i know that is something basic, but i'm working in this problem for days, i'm new in struts an i'm dont have success in just change one line in the MessageResources.properties file! i don't know if i'm exporting correctly the application to the tomcat webapp directory or if i have to do something before in eclipse!!
i've got the same error!: 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 org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:520) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:324) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:500) org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:272) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161) root cause java.io.FileNotFoundException: /home/vinicius/Projetos/novo Portal/workspace/portal/work/org/apache/jsp/index_jsp.java (No such file or directory) java.io.FileOutputStream.open(Native Method) java.io.FileOutputStream.<init>(FileOutputStream.java:179) java.io.FileOutputStream.<init>(FileOutputStream.java:70) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:188) org.apache.jasper.compiler.Compiler.compile(Compiler.java:495) org.apache.jasper.compiler.Compiler.compile(Compiler.java:476) org.apache.jasper.compiler.Compiler.compile(Compiler.java:464) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:324) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:500) org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:272) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161) Em Ter 31 Jan 2006 17:34, [EMAIL PROTECTED] escreveu: > copy tools.jar from jdk directory to {TomcatBaseDir}/common/lib > to make it work. > > > > > vinicius <[EMAIL PROTECTED]> > 01/31/2006 02:13 PM > Please respond to "Struts Users Mailing List" > > > To: user@struts.apache.org > cc: > Subject: problem struts+tiles+eclipse+tomcat5+j2sdk-sun > > > I change the MessageResources.properties, update the servlet context, > export > the files to the webapp directory in tomcat and when view the page i've > got > this error: > (i don't know if this are the correct steps! i'm using linux and the > sysdeo > plugin don't start the tomcat for me like many tutorials explain) > > > org.apache.jasper.JasperException: Unable to compile class for JSP > > org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java: >520) > > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java: >295) > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 >9) > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp >l.java:25) java.lang.reflect.Method.invoke(Method.java:324) > org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) > java.security.AccessController.doPrivileged(Native > Method) > javax.security.auth.Subject.doAsPrivileged(Subject.java:500) > org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:272) > > org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:1 >61) > > root cause > > java.io.FileNotFoundException: /home/vinicius/Projetos/novo > Portal/workspace/teste/work/org/apache/jsp/index_jsp.java (No such file or > > directory) > java.io.FileOutputStream.open(Native Method) > java.io.FileOutputStream.<init>(FileOutputStream.java:179) > java.io.FileOutputStream.<init>(FileOutputStream.java:70) > org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:188) > org.apache.jasper.compiler.Compiler.compile(Compiler.java:495) > org.apache.jasper.compiler.Compiler.compile(Compiler.java:476) > org.apache.jasper.compiler.Compiler.compile(Compiler.java:464) > > org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java: >511) > > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java: >295) > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 >9) > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp >l.java:25) java.lang.reflect.Method.invoke(Method.java:324) > org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) > java.security.AccessController.doPrivileged(Native > Method) > javax.security.auth.Subject.doAsPrivileged(Subject.java:500) > org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:272) > > org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:1 >61) > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > This communication is for informational purposes only. It is not intended > as an offer or solicitation for the purchase or sale of any financial > instrument or as an official confirmation of any transaction. All market > prices, data and other information are not warranted as to completeness or > accuracy and are subject to change without notice. Any comments or > statements made herein do not necessarily reflect those of JPMorgan Chase & > Co., its subsidiaries and affiliates. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]