Hi all,
I'm running my J2ee app using the embedded OC4J. the application source is a Subversion working copy (i've added '**/.svn/**' to my global ignore list).
My problem is that whenever I change a JSP and refresh the browser, oc4j prints the following error messages (which slows it down
heaps).
There's two main issues I have...
1)how can i resolve the classpath warnings ?
2)the jsp warnings appear to be picking up java code emitted by the jsp translator, is there any way I can get it to ignore boilerplate code? (apart from the obvious making dummy usages...)
Googling the error message on these forums resulted in the following two hits, but unfortunately neither give a resolution to my issue
1478228
1124720
any help much appreciated!
Java version: 1.5.0
JDev version: 10.1.3.0.4
OC4J version: 10.1.3.0.0
6/10/26 14:24:51 Warning: directory C:\Program Files\JDeveloper10.1.3\jlib\sync.jar doesn't exist on classpath
06/10/26 14:24:51 Warning: directory C:\Program Files\JDeveloper10.1.3\jlib\netcfg.jar doesn't exist on classpath
06/10/26 14:24:51 Warning: directory C:\Program Files\JDeveloper10.1.3\lib\jsse.jar doesn't exist on classpath
06/10/26 14:24:51 Warning: directory C:\Program Files\JDeveloper10.1.3\lib\jnet.jar doesn't exist on classpath
06/10/26 14:24:51 Warning: directory C:\Program Files\JDeveloper10.1.3\lib\jcert.jar doesn't exist on classpath
06/10/26 14:24:51 Warning: directory C:\Program Files\JDeveloper10.1.3\ldap\oidadmin\dasnls.jar doesn't exist on classpath
06/10/26 14:24:51 Warning: directory C:\Program Files\JDeveloper10.1.3\owm\jlib\owm-3_0.jar doesn't exist on classpath
06/10/26 14:24:51 Warning: directory C:\Program Files\JDeveloper10.1.3\jlib\oembase.jar doesn't exist on classpath
... lots more
06/10/26 14:24:52 Warning: directory C:\lib\crystal\external\certj.jar doesn't exist on classpath
06/10/26 14:24:52 Warning: directory C:\lib\crystal\external\freessl201.jar doesn't exist on classpath
06/10/26 14:24:57 C:\projects\DPI\eFOS\eFOSWorkspace\website\html\WEB-INF\classes\.jsps\_billing\_billingprocess.java:53: warning #559: variable __jsp_tag_starteval declared but never used
06/10/26 14:24:57 int __jsp_tag_starteval;
06/10/26 14:24:57 ^
06/10/26 14:24:57 C:\projects\DPI\eFOS\eFOSWorkspace\website\html\WEB-INF\classes\.jsps\_billing\_billingprocess.java:54: warning #556: variable application assigned to but never used
06/10/26 14:24:57 ServletContext application = pageContext.getServletContext();
06/10/26 14:24:57 ^
06/10/26 14:24:57 C:\projects\DPI\eFOS\eFOSWorkspace\website\html\WEB-INF\classes\.jsps\_billing\_billingprocess.java:56: warning #556: variable page assigned to but never used
06/10/26 14:24:57 _billingprocess page = this;
06/10/26 14:24:57 ^
06/10/26 14:24:57 C:\projects\DPI\eFOS\eFOSWorkspace\website\html\WEB-INF\classes\.jsps\_billing\_billingprocess.java:57: warning #556: variable config assigned to but never used
06/10/26 14:24:57 ServletConfig config = pageContext.getServletConfig();
06/10/26 14:24:57 ^
06/10/26 14:24:57 C:\projects\DPI\eFOS\eFOSWorkspace\website\html\WEB-INF\classes\.jsps\_billing\_billingprocess.java:58: warning #556: variable __ojsp_varRes assigned to but never used
06/10/26 14:24:57 javax.servlet.jsp.el.VariableResolver __ojsp_varRes = (VariableResolver)new OracleVariableResolverImpl(pageContext);