cancel
Showing results for 
Search instead for 
Did you mean: 

DI Management Console - Strange HTTP 500 javac Error

nicholas_hohman
Explorer
0 Kudos

I've been doing some searching on these boards, so pardon me if this sounds similar, but it's not.

I keep getting an HTTP 500 error (below) when I load the DI Web Admin Tool at:

[http://dataintegrator-v1.dc.nd.edu:9029/diAdmin/launch/logon.do].

When I log into the Linux box, I can access the Java compiler by typing javac, no problem.

Within the error logs, I see this (full error log below):

  • Error compiling file: /opt/DataIntegrator/NDDI/ext/WebServer/work/Catalina/localhost/diAdmin//org/apache/jsp/logon_jsp.java [javac|https://forums.sdn.sap.com/] Compiling 1 source file

Here is the file on the file system:

boadmin@DataIntegrator-v1 jsp$ ls -al

total 28

drwx------ 2 boadmin boadmin 4096 Dec 18 14:05 .

drwx------ 3 boadmin boadmin 4096 Dec 18 14:05 ..

-rw------- 1 boadmin boadmin 19702 Dec 18 14:27 logon_jsp.java

boadmin@DataIntegrator-v1 jsp$ pwd

/opt/DataIntegrator/NDDI/ext/WebServer/work/Catalina/localhost/diAdmin/org/apache/jsp

boadmin@DataIntegrator-v1 jsp$

Any ideas? THANKS!

HTTP Status 500 -

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.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97)

org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:346)

org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:414)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)

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)

org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063)

org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)

org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)

org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)

javax.servlet.http.HttpServlet.service(HttpServlet.java:689)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause

Error running /u01/app/oracle/SDK/jdk/bin/javac compiler

org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.executeExternalCompile(DefaultCompilerAdapter.java:452)

org.apache.tools.ant.taskdefs.compilers.JavacExternal.execute(JavacExternal.java:44)

org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:942)

org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:764)

org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:379)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)

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)

org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063)

org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)

org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)

org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)

javax.servlet.http.HttpServlet.service(HttpServlet.java:689)

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

note The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.

Apache Tomcat/5.0.28

Error running /u01/app/oracle/SDK/jdk/bin/javac compiler

at org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.executeExternalCompile(DefaultCompilerAdapter.java:452)

at org.apache.tools.ant.taskdefs.compilers.JavacExternal.execute(JavacExternal.java:44)

at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:942)

at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:764)

at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:379)

at org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)

at org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)

at org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)

at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)

at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)

at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)

at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)

at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:704)

at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:474)

at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:409)

at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)

at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063)

at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386)

at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)

at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)

at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)

at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)

at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)

at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)

at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)

at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)

at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)

at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)

at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)

at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)

at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)

at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)

at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)

at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)

at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)

at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)

at java.lang.Thread.run(Thread.java:595)

Caused by: java.io.IOException: java.io.IOException: /u01/app/oracle/SDK/jdk/bin/javac: cannot execute

at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)

at java.lang.ProcessImpl.start(ProcessImpl.java:65)

at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)

at java.lang.Runtime.exec(Runtime.java:591)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:808)

at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:445)

at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:459)

at org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.executeExternalCompile(DefaultCompilerAdapter.java:449)

... 49 more

      • Nested Exception ---

java.io.IOException: java.io.IOException: /u01/app/oracle/SDK/jdk/bin/javac: cannot execute

at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)

at java.lang.ProcessImpl.start(ProcessImpl.java:65)

at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)

at java.lang.Runtime.exec(Runtime.java:591)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:808)

at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:445)

at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:459)

at org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.executeExternalCompile(DefaultCompilerAdapter.java:449)

at org.apache.tools.ant.taskdefs.compilers.JavacExternal.execute(JavacExternal.java:44)

at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:942)

at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:764)

at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:379)

at org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)

at org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)

at org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)

at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)

at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)

at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)

at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)

at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:704)

at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:474)

at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:409)

at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)

at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063)

at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386)

at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)

at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)

at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)

at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)

at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)

at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)

at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)

at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)

at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)

at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)

at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)

at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)

at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)

at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)

at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)

at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)

at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)

at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)

at java.lang.Thread.run(Thread.java:595)

  • Env: Compile: javaFileName=/opt/DataIntegrator/NDDI/ext/WebServer/work/Catalina/localhost/diAdmin//org/apache/jsp/logon_jsp.java

classpath=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/classes/:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/CorbaIDL.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/Serialization.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/axis.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/boconfig.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cecore.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/celib.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ceplugins.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cereports.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cesession.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ceutils.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cexsd.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/com.ibm.mq.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/com.ibm.mqjms.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-beanutils.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-codec-1.3.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-digester.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-discovery.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-fileupload.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-logging.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-pool-1.2.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-validator.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/connector.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/db2java.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/di_resource_tool.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/di_resources.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ebus405.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ifxjdbc.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ifxjdbcx.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jakarta-oro.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jaxrpc.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jcommon-1.0.0-rc1.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jconn2.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jconnect45.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jdom.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jfreechart-1.0.0-rc1.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jtools.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/log4j-1.2.8.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ojdbc14.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/partnerSample.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/poi-2.5.1-final-20040804.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/qname.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rasapp.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rascore.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.common.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.fc.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.wi.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/resolver.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/roguewave.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/saaj.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/sqljdbc.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/struts.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/wilog.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/wsdl4j.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/wsdlaxis.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xalan.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xercesImpl.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xercesSamples.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xml-apis.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xmlParserAPIs.jar:/opt/DataIntegrator/NDDI/ext/WebServer/work/Catalina/localhost/diAdmin:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/classes/:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/CorbaIDL.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/Serialization.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/axis.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/boconfig.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cecore.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/celib.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ceplugins.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cereports.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cesession.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ceutils.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cexsd.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/com.ibm.mq.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/com.ibm.mqjms.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-beanutils.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-codec-1.3.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-digester.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-discovery.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-fileupload.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-logging.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-pool-1.2.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-validator.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/connector.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/db2java.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/di_resource_tool.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/di_resources.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ebus405.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ifxjdbc.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ifxjdbcx.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jakarta-oro.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jaxrpc.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jcommon-1.0.0-rc1.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jconn2.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jconnect45.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jdom.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jfreechart-1.0.0-rc1.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jtools.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/log4j-1.2.8.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ojdbc14.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/partnerSample.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/poi-2.5.1-final-20040804.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/qname.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rasapp.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rascore.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.common.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.fc.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.wi.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/resolver.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/roguewave.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/saaj.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/sqljdbc.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/struts.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/wilog.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/wsdl4j.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/wsdlaxis.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xalan.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xercesImpl.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xercesSamples.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xml-apis.jar:/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xmlParserAPIs.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/classes/:/opt/DataIntegrator/NDDI/ext/WebServer/common/endorsed/xalan.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/naming-resources.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/ant.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/jasper-compiler.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/commons-el.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/naming-common.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/naming-java.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/commons-dbcp-1.2.1.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/ant-launcher.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/commons-pool-1.2.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/jsp-api.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/commons-collections-3.1.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/naming-factory.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/servlet-api.jar:/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/jasper-runtime.jar:/opt/DataIntegrator/NDDI/bin/:/u01/app/oracle/SDK/jdk/lib/tools.jar:/opt/DataIntegrator/NDDI/ext/WebServer/bin/bootstrap.jar:/opt/DataIntegrator/NDDI/ext/WebServer/bin/commons-logging-api.jar:/u01/app/oracle/SDK/jdk/jre/lib/ext/sunpkcs11.jar:/u01/app/oracle/SDK/jdk/jre/lib/ext/sunjce_provider.jar:/u01/app/oracle/SDK/jdk/jre/lib/ext/localedata.jar:/u01/app/oracle/SDK/jdk/jre/lib/ext/dnsns.jar

cp=:/u01/app/oracle/SDK/jdk/lib/tools.jar:/opt/DataIntegrator/NDDI/ext/WebServer/bin/bootstrap.jar:/opt/DataIntegrator/NDDI/ext/WebServer/bin/commons-logging-api.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/classes

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/CorbaIDL.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/Serialization.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/axis.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/boconfig.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cecore.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/celib.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ceplugins.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cereports.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cesession.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ceutils.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cexsd.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/com.ibm.mq.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/com.ibm.mqjms.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-beanutils.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-codec-1.3.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-digester.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-discovery.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-fileupload.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-logging.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-pool-1.2.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-validator.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/connector.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/db2java.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/di_resource_tool.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/di_resources.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ebus405.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ifxjdbc.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ifxjdbcx.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jakarta-oro.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jaxrpc.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jcommon-1.0.0-rc1.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jconn2.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jconnect45.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jdom.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jfreechart-1.0.0-rc1.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jtools.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/log4j-1.2.8.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ojdbc14.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/partnerSample.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/poi-2.5.1-final-20040804.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/qname.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rasapp.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rascore.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.common.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.fc.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.wi.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/resolver.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/roguewave.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/saaj.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/sqljdbc.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/struts.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/wilog.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/wsdl4j.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/wsdlaxis.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xalan.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xercesImpl.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xercesSamples.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xml-apis.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xmlParserAPIs.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/work/Catalina/localhost/diAdmin

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/classes

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/CorbaIDL.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/Serialization.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/axis.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/boconfig.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cecore.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/celib.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ceplugins.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cereports.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cesession.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ceutils.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/cexsd.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/com.ibm.mq.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/com.ibm.mqjms.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-beanutils.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-codec-1.3.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-digester.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-discovery.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-fileupload.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-logging.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-pool-1.2.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/commons-validator.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/connector.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/db2java.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/di_resource_tool.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/di_resources.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ebus405.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ifxjdbc.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ifxjdbcx.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jakarta-oro.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jaxrpc.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jcommon-1.0.0-rc1.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jconn2.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jconnect45.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jdom.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jfreechart-1.0.0-rc1.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/jtools.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/log4j-1.2.8.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/ojdbc14.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/partnerSample.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/poi-2.5.1-final-20040804.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/qname.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rasapp.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rascore.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.common.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.fc.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/rebean.wi.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/resolver.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/roguewave.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/saaj.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/sqljdbc.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/struts.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/wilog.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/wsdl4j.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/wsdlaxis.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xalan.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xercesImpl.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xercesSamples.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xml-apis.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/webapps/diAdmin/WEB-INF/lib/xmlParserAPIs.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/classes

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/endorsed/xalan.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/naming-resources.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/ant.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/jasper-compiler.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/commons-el.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/naming-common.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/naming-java.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/commons-dbcp-1.2.1.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/ant-launcher.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/commons-pool-1.2.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/jsp-api.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/commons-collections-3.1.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/naming-factory.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/servlet-api.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/common/lib/jasper-runtime.jar

cp=/opt/DataIntegrator/NDDI/bin

cp=/u01/app/oracle/SDK/jdk/lib/tools.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/bin/bootstrap.jar

cp=/opt/DataIntegrator/NDDI/ext/WebServer/bin/commons-logging-api.jar

cp=/u01/app/oracle/SDK/jdk/jre/lib/ext/sunpkcs11.jar

cp=/u01/app/oracle/SDK/jdk/jre/lib/ext/sunjce_provider.jar

cp=/u01/app/oracle/SDK/jdk/jre/lib/ext/localedata.jar

cp=/u01/app/oracle/SDK/jdk/jre/lib/ext/dnsns.jar

work dir=/opt/DataIntegrator/NDDI/ext/WebServer/work/Catalina/localhost/diAdmin

extension dir=/u01/app/oracle/SDK/jdk/jre/lib/ext

srcDir=/opt/DataIntegrator/NDDI/ext/WebServer/work/Catalina/localhost/diAdmin

include=org/apache/jsp/logon_jsp.java

- Error compiling file: /opt/DataIntegrator/NDDI/ext/WebServer/work/Catalina/localhost/diAdmin//org/apache/jsp/logon_jsp.java [javac|https://forums.sdn.sap.com/] Compiling 1 source file

boadmin@DataIntegrator-v1 logs$

Have you ever seen this or know what may be causing it? I've looked on the BOBJ Forums and haven't seen anything.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

most likely the problem is happening because the JAVA_HOME is not set to JDK 1.4.2, type

java -version on the command prompt to see what is the current version of java

if its not 1.4.2 set the JAVA_HOME to JDK 1.4.2 in al_env.sh, source the al_env.sh again

open svrcfg and stop the Web Server and start again

nicholas_hohman
Explorer
0 Kudos

When you say "set the JAVA_HOME to 1.4.2" you mean download and install the JDK v1.4.2, right?

I'm currently running 1.5.0_09. Since this version is newer, wouldn't this not make a difference?

boadmin@DataIntegrator-v1 ~$ java -version
java version "1.5.0_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b03)
Java HotSpot(TM) Client VM (build 1.5.0_09-b03, mixed mode)

Thanks for your help!

Former Member
0 Kudos

yes, if JDK 1.4.2 in not there in the system, then you have to download it and install it and set the JAVA_HOME to point to that in al_env.sh.

not only diAdmin, you will run into issues with Adapter if you are using them

since you mentioned diAdmin, I assume its DI 11.7, DI 11.7 works fine with JDK 1.4.2, it will not work with JDK 1.5 either

support for JDK 1.5 is added in DS XI 3.0 onwards

Answers (1)

Answers (1)

nicholas_hohman
Explorer
0 Kudos

Needed 1.4.2 of JDK.

Thanks!