|
Hi This is complete stack trace i get 2005-08-18 14:15:37,562 ERROR [http-5080-Processor25] data.MapsProgramCall (Maps ProgramCall.java:81) - Error in Program Call construtor for PU049B 2005-08-18 14:15:37,562 ERROR [http-5080-Processor25] data.MapsProgramCall (Maps ProgramCall.java:82) - Text not available for error message key 'java.util.Missi ngResourceException' com.ibm.as400.data.PcmlException: Text not available for error message key 'java .util.MissingResourceException' at com.ibm.as400.data.ProgramCallDocument.loadSourcePcmlDocument(Program CallDocument.java:1401) at com.ibm.as400.data.ProgramCallDocument.loadPcmlDocument(ProgramCallDo cument.java:1222) at com.ibm.as400.data.ProgramCallDocument.<init>(ProgramCallDocument.jav a:141) at com.pfizer.maps.data.MapsProgramCall.<init>(MapsProgramCall.java:77) at com.pfizer.maps.data.purchase.PU049B.<init>(PU049B.java:42) at com.pfizer.maps.action.approval.ApprovalDataDispatchAction.callPOApi( ApprovalDataDispatchAction.java:1137) at com.pfizer.maps.action.approval.ApprovalDataDispatchAction.processApp roveOrReject(ApprovalDataDispatchAction.java:1057) at com.pfizer.maps.action.approval.ApprovalDataDispatchAction.approve(Ap provalDataDispatchAction.java:130) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchActio n.java:274) at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java: 194) at com.pfizer.maps.action.MapsDispatchAction.execute(MapsDispatchAction. java:85) at org.apache.struts.action.RequestProcessor.processActionPerform(Reques tProcessor.java:419) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja va:224) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:119 2) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:430) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:157) at com.pfizer.maps.servlet.ApprovalsValidFilter.doFilter(ApprovalsValidF ilter.java:145) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:157) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV alve.java:214) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv eContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav a:520) at org.apache.catalina.core.StandardContextValve.invokeInternal(Standard ContextValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV alve.java:152) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv eContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav a:520) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j ava:137) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv eContext.java:104) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j ava:118) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv eContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav a:520) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal ve.java:109) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv eContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav a:520) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:16 0) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java :799) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce ssConnection(Http11Protocol.java:705) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java :577) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP ool.java:683) at java.lang.Thread.run(Thread.java:534) 2005-08-18 14:15:37,593 DEBUG [http-5080-Processor25] purchase.PU049B (PU049B.ja va:46) - Path is PU049B --- Gary L Peskin <garyp@xxxxxxxxxxxx> wrote: > Okay. Can you please post the complete stack trace > of the exception that > you are receiving? > > Gary > > > -----Original Message----- > > From: java400-l-bounces@xxxxxxxxxxxx > > [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf > Of Ashish Kulkarni > > Sent: Thursday, August 18, 2005 10:50 AM > > To: Java Programming on and around the iSeries / > AS400 > > Subject: RE: where do i keep PCML files in J2ee > application > > running on tomcat > > > > Ohh > > sorry i mentioned in wrong in my email, my jar > file is in lib > > folder WEB-INF/lib > > > > --- Gary L Peskin <garyp@xxxxxxxxxxxx> wrote: > > > > > Try moving the .jar file into WEB-INF/lib > instead of > > WEB-INF/classes. > > > This is where it really belongs. WAS is lenient > in this regard but > > > the correct place is WEB-INF/lib. > > > > > > HTH, > > > Gary > > > > > > > -----Original Message----- > > > > From: java400-l-bounces@xxxxxxxxxxxx > > > > [mailto:java400-l-bounces@xxxxxxxxxxxx] On > Behalf > > > Of Ashish Kulkarni > > > > Sent: Thursday, August 18, 2005 8:58 AM > > > > To: Java Programming on and around the iSeries > / > > > AS400 > > > > Subject: RE: where do i keep PCML files in > J2ee > > > application > > > > running on tomcat > > > > > > > > Hi > > > > The PCML file in MY IDE where under > > > WEB-INF/classes/ folder > > > > here the structure of how it looks in tomcat > > > > > > > > > > C:\Tomcat5.0.28\webapps\approvals630001\WEB-INF\classes\PU049B.PCML > > > > and the jar file is also under classes folder > > > > > > > > here is what i do in my code > > > > ProgramCallDocument pcml = new > > > > ProgramCallDocument(as400, "PU049B"); boolean > b = > > > > pcml.callProgram("PU049B"); > > > > > > > > and here is what i defined in my PCML file > > > <program name="PU049B" > > > > path="/QSYS.LIB/%LIBL%.lib/PU049B.PGM"> > > > > > > > > Regards > > > > > > > > Ashish > > > > > > > > > > > > --- albartell <albartell@xxxxxxxxx> wrote: > > > > > > > > > Can you post some code? Where was the PCML > > > located within your IDE > > > > > before, in a package or the WebRoot folder? > > > > > > > > > > -----Original Message----- > > > > > From: java400-l-bounces@xxxxxxxxxxxx > > > > > [mailto:java400-l-bounces@xxxxxxxxxxxx] > > > > > On Behalf Of Ashish Kulkarni > > > > > Sent: Thursday, August 18, 2005 7:58 AM > > > > > To: java400-l@xxxxxxxxxxxx > > > > > Subject: where do i keep PCML files in J2ee > > > application running on > > > > > tomcat > > > > > > > > > > Hi > > > > > we have a web application where we call > RPGLE > > > programs from > > > > java using > > > > > PCML. > > > > > I have all the PCML files under > WEB-INF\classes > > > folder in my web > > > > > application, IT works fine under websphere > > > application > > > > server, but in > > > > > tomcat i get PCML not found error, so i > moved > > > the PCML file to > > > > > /<tomcatroot>/common/classes/ folder, is > there a > > > way to access PCML > > > > > files from WEB-INF/classes folder in tomcat > > > instead. > > > > > > > > > > Ashish > > > > > > > > > > > > > > > > > > > > > > > > ____________________________________________________ > > > > > Start your day with Yahoo! - make it your > home > > > page > > > > > http://www.yahoo.com/r/hs > > > > > > > > > > -- > > > > > This is the Java Programming on and around > the > > > iSeries / AS400 > > > > > (JAVA400-L) mailing list To post a message > > > email: > > > > > JAVA400-L@xxxxxxxxxxxx To subscribe, > unsubscribe, or > > change list > > > > > options, > > > > > visit: > > > > > > > > > http://lists.midrange.com/mailman/listinfo/java400-l > > > > > or email: JAVA400-L-request@xxxxxxxxxxxx > Before > > > posting, > > > > please take a > > > > > moment to review the archives at > > > > > http://archive.midrange.com/java400-l. > > > > > > > > > > -- > > > > > This is the Java Programming on and around > the > > > iSeries / AS400 > > > > > (JAVA400-L) mailing list To post a message > > > email: > > > > > JAVA400-L@xxxxxxxxxxxx To subscribe, > > > unsubscribe, or change list > > > > > options, > > > > > visit: > > > > > > > > > http://lists.midrange.com/mailman/listinfo/java400-l > > > > > or email: JAVA400-L-request@xxxxxxxxxxxx > Before > > > posting, > > > > please take a > > > > > moment to review the archives at > > > > > http://archive.midrange.com/java400-l. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ____________________________________________________ > > > > Start your day with Yahoo! - make it your home > > > page > > > > http://www.yahoo.com/r/hs > > > > > > > > -- > > > > This is the Java Programming on and around the > > > iSeries / > > > > AS400 (JAVA400-L) mailing list To post a > message > > > email: > > > > JAVA400-L@xxxxxxxxxxxx To subscribe, > unsubscribe, > > > or change > > > > list options, > > > > visit: > > > > http://lists.midrange.com/mailman/listinfo/java400-l > > > > or email: JAVA400-L-request@xxxxxxxxxxxx > Before > > > posting, > > > > please take a moment to review the archives at > > > > > http://archive.midrange.com/java400-l. > > > > > > > > > > > > > > -- > > > This is the Java Programming on and around the > iSeries / AS400 > > > (JAVA400-L) mailing list To post a message > email: > > > JAVA400-L@xxxxxxxxxxxx To subscribe, > unsubscribe, or change list > > > options, > > > visit: > > > > http://lists.midrange.com/mailman/listinfo/java400-l > > > or email: JAVA400-L-request@xxxxxxxxxxxx Before > posting, > > please take a > > > moment to review the archives at > > > http://archive.midrange.com/java400-l. > > > > > > > > > > > > A$HI$H > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > protection > > around http://mail.yahoo.com > > -- > > This is the Java Programming on and around the > iSeries / > > AS400 (JAVA400-L) mailing list To post a message > email: > > JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, > or change > > list options, > > visit: > http://lists.midrange.com/mailman/listinfo/java400-l > > or email: JAVA400-L-request@xxxxxxxxxxxx Before > posting, > > please take a moment to review the archives at > > http://archive.midrange.com/java400-l. > > > > > > -- > This is the Java Programming on and around the > iSeries / AS400 (JAVA400-L) mailing list > To post a message email: JAVA400-L@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: > http://lists.midrange.com/mailman/listinfo/java400-l > or email: JAVA400-L-request@xxxxxxxxxxxx > Before posting, please take a moment to review the > archives > at http://archive.midrange.com/java400-l. > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.