Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

classpath warnings from embedded OC4J in Jdev 10.1.3.0.4

454532Oct 26 2006 — edited Oct 26 2006
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);
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 23 2006
Added on Oct 26 2006
1 comment
294 views