AMF Error

Hi, i have a small flex application, but today not work and
show me this error, yesterday was working good, somebody know what
happend..?
Using :
PHP5
AMFPHP
MySQL
FLEX 2
Error #2044: Unhandled NetStatusEvent:. level=error,
code=NetConnection.Call.BadVersion
at com::Funciones$iinit()
at MasDirectorio$iinit()
at _MasDirectorio_mx_managers_SystemManager/create()
at mx.managers::SystemManager/::initializeTopLevelWindow()
at mx.managers::SystemManager/::docFrameHandler()

Can you please explain the solution.
Regards,
Rashi

Similar Messages

  • Flex4 Zend AMF error - NetConnection.Call.Failed: HTTP

    Hi,
    I'm working with FLEX 4 (developing in flash builder 4 plugins for eclipse) and PHP Zend Framework v 1.9.
    When I run the application from the flash builder the AMF comunication work fine, but when I try to run directly from URL in a browser I got the following error: 
    Send failed
    Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http://localhost/Project-debug/gateway.php'
    I think that I get this error since I have update my flash builder plugin.... previos version of my .swf project didn't give my this issue.
    Somebody can help me? I don't realy have any idea how to solve this problem.
    P.S.
    I don't have services-config.xml file in my project cause the amf zend samples that I followed don't say to create it, somebody knows why flex 4 doesn't need it?
    Thanks

    The MessageBroker servlet is not installed properly. The context-root of the two Tomcat LC DS installs must be different. Test hitting the context-root Flex_App on both machines (http://hostIP:8080/Flex_App). If the context-root is valid you will hit the index.html page of the valid context-root which looks like this...
    Welcome to Adobe LiveCycle Data Services ES2 Version  3!
    This is an empty LiveCycle Data Services ES application that serves as a  template for creating your custom application.
    Visit the product page for documentation and further information.
    Steve

  • Zend AMF Error on Server

    Hi,
    I am new to Zend Framework, i have created an application in Flex and PHP with Zend Framework.
    When i uploaded it on the server, following error is displayed:
    Send failed
    Channel.Connect.Failed error NetConnection.Call.BadVersion: : url: 'http://www.mydomain.com/app/gateway.php'
    How can i find more details about this error, so that i can sovle the issue?
    Best Regards,
    Alok Jain

    I have resolved previous error, path to zend Framework was incorrect
    Now i am facing a new error:
    "Channel disconnected before an acknowledgement was received"
    Any Help Please.
    Best Regards,
    Alok Jain

  • 3rd party HA middleware for Berkeley DB

    Are there HA middlewares(such like OpenClovis) that support Berkeley DB? And if any, what's pros/cons of using those HA middlewares?
    Thanks
    Message was edited by:
    user610522
    Message was edited by:
    user610522
    Message was edited by:
    user610522

    I've also looked at using BerkeleyDB under the control of an AMF system, and I think that the two are compatible, but they would not be aware of each other, and it would be up to you to in your application to coordinate them.
    The concepts are compatible though. An SI assigned to a 2N service group could be running 2 SUs, each of which corresponds to a BerkeleyDB environment in a 2-site replication group. The AMF would assign active/standby roles for the SI, and the application can translate that into MASTER/CLIENT calls to the repmgrStart() functions.
    There are tricky details you need to work out though. You have two independent systems doing fault detection. i.e. If the BerkeleyDB repmgr framework detects a disconnect, it will conduct an election without asking for your permission to do so. What you can do with the AMF is watch for changes to the master/client role. If you are demoted from master to client, but still assigned the 'active' role to the SI by the AMF, you can report an AMF error, so that the AMF will failover the SI. This would keep the SI-active assignment in-sync with the BerkeleyDB assignment of the Master site, for a 2N service group, anyway.
    As this note might imply, I have looked at doing this myself.

  • 405 error - messagebroker/amf

    I just installed Blaze DS to a server that is using CF8 with IIS. So I installed using integration method with CF8. I tried to run a Flex 3 application and now I get a 405 error when trying to POST to messagebroker/amf. I have searched everywhere and need some other ideas to troubleshoot. I can put in the URL direct to http://(webroot)/messagebroker/amf and I don't get an error.
    Any ideas????

    I just installed Blaze DS to a server that is using CF8 with IIS. So I installed using integration method with CF8. I tried to run a Flex 3 application and now I get a 405 error when trying to POST to messagebroker/amf. I have searched everywhere and need some other ideas to troubleshoot. I can put in the URL direct to http://(webroot)/messagebroker/amf and I don't get an error.
    Any ideas????

  • Adding my-streaming-amf : Getting Error

    I am following the http://www.adobe.com/devnet/livecycle/articles/blazeds_gettingstarted.html
    tutorial and when I go and run the app I get the following error:
    [MessagingError message='Destination 'project' either does not exist or the destination has no channels defined (and the application does not define any default channels.)']
         at mx.messaging.config::ServerConfig$/internalGetChannelSet()[E:\dev\3.0.x\frameworks\projec ts\rpc\src\mx\messaging\config\ServerConfig.as:624]
         at mx.messaging.config::ServerConfig$/getChannelSet()[E:\dev\3.0.x\frameworks\projects\rpc\s rc\mx\messaging\config\ServerConfig.as:255]
         at mx.messaging::MessageAgent/initChannelSet()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\m essaging\MessageAgent.as:1083]
         at mx.messaging::MessageAgent/internalSend()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\mes saging\MessageAgent.as:1059]
         at mx.messaging::Producer/internalSend()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\messagi ng\Producer.as:143]
         at mx.messaging::AbstractProducer/send()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\messagi ng\AbstractProducer.as:469]
         at views::ChatSystem/send()[C:\workspace\InnerImpulse\src\views\ChatSystem.mxml:11]
         at views::ChatSystem/___ChatSystem_Button1_click()[C:\workspace\project\src\views\ChatSystem .mxml:29]
    In my messaging-config.xml I have
    In my services-config.xml I have created the
                        true
    What am I doing wrong?  In the tutorial it states that just specifying       is enough, but I was getting the same error without specifying the channel.  Even if I specify the channel I still get the same error.

    I figured it out. The compiler flag needed to be -compiler.services instead of the default -services. Adobe needs to do a better job at documentation. They are turning out to be like IBM.

  • Catching AMF serialization errors RO- AS?

    Trying to get notifications when there are mismatches between Java RemoteObject and ActionScript DTOs.
    Is it possible to somehow log/catch missing/extra properties when getting a remote object from the server (RO->AS)?
    It works the other way around AS->RO.
    LCDS enables server-side logging when getting unexpected properties (flag log-property-errors in channel's serialization).
    From what I can google that's impossible unless creating a custom serializer, which is impractical.
    Thanks.

    Hi,
    When the send fails, please try putting a break point and see
    if the FaultEvent object has any other information on why this is
    failing. Check the faultDetail, faultString and the rootCause
    properties in the FaultEvent. You can also see URL of the channel,
    see if the URL is proper.
    You said when the browser is refreshed the problem is not
    there anymore, is it because of swf file being cached?
    Hope this helps.

  • Error while creating a section in bcc

    i have to create a section below promotions and coupons... foorepository..
    but i am getting an error when i when i select the subsection..
    15:39:40,314 INFO [STDOUT] [BlazeDS][ERROR] [Message.General] Exception when invoking service 'remoting-service': flex.messaging.MessageException: flex.messaging.MessageException: java.lang.NullPointerExcep
    incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
    operation = drillDown
    clientId = CA84BCCD-E10C-521E-2803-99783445E2EB
    destination = /atg/remote/assetmanager/browse/service/BrowseService
    messageId = F504125F-54B5-D0F2-48C0-F1EE1F959682
    timestamp = 1361268580294
    timeToLive = 0
    body = null
    hdr(DSId) = CA849E7A-3509-FE43-3601-3DF11E009934
    hdr(DSEndpoint) = atg-amf
    Exception: flex.messaging.MessageException: flex.messaging.MessageException: java.lang.NullPointerException : null
    at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:225)
    at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1503)
    at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:884)
    at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:121)
    at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
    at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
    at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
    at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:146)
    at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:278)
    at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:322)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at atg.servlet.pipeline.TailPipelineServlet.service(TailPipelineServlet.java:161)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.http.CookieBufferServlet.service(CookieBufferServlet.java:97)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.ExpiredPasswordServlet.service(ExpiredPasswordServlet.java:356)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:206)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:565)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.epub.servlet.LocaleServlet.service(LocaleServlet.java:63)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.epub.servlet.ProjectServlet.service(ProjectServlet.java:87)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.epub.servlet.PublishingSecurityServlet.service(PublishingSecurityServlet.java:58)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:128)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:191)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:655)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2425)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:169)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSessionEventTriggerPipelineServlet.java:139)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:477)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:208)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:437)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.projects.store.servlet.pipeline.ProtocolSwitchServlet.service(ProtocolSwitchServlet.java:287)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.CachePreventionServlet.service(CachePreventionServlet.java:119)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:469)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:280)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:370)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.sso.PassportServlet.service(PassportServlet.java:554)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:91)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:212)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:302)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1174)
    at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:857)
    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:250)
    at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:263)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: atg.flex.service.RemoteOperationException: flex.messaging.MessageException: java.lang.NullPointerException : null
    at atg.flex.messaging.services.TransactionalJavaAdapter.invoke(TransactionalJavaAdapter.java:157)
    at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)
    ... 90 more
    Caused by: flex.messaging.MessageException: java.lang.NullPointerException : null
    at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:447)
    at atg.flex.messaging.services.TransactionalJavaAdapter.invoke(TransactionalJavaAdapter.java:140)
    ... 91 more
    Caused by: java.lang.NullPointerException
    at java.util.PropertyResourceBundle.handleGetObject(PropertyResourceBundle.java:136)
    at java.util.ResourceBundle.getObject(ResourceBundle.java:368)
    at java.util.ResourceBundle.getString(ResourceBundle.java:334)
    at atg.core.i18n.SimpleI18NService.getString(SimpleI18NService.java:121)
    at atg.core.i18n.SimpleI18NService.format(SimpleI18NService.java:142)
    at atg.core.i18n.MultiBundleFormatter.format(MultiBundleFormatter.java:83)
    at atg.remote.assetmanager.browse.service.BrowseManager.createNodeStateForBrowseItem(BrowseManager.java:721)
    at atg.remote.assetmanager.browse.service.BrowseManager.getChildrenPage(BrowseManager.java:329)
    at atg.remote.assetmanager.browse.service.BrowseService.getChildren(BrowseService.java:583)
    at atg.remote.assetmanager.browse.service.BrowseService.getBrowseNavStateForContext(BrowseService.java:509)
    at atg.remote.assetmanager.browse.service.BrowseService.drillDown(BrowseService.java:265)
    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:597)
    at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:421)
    ... 92 more
    plz help..!!

    It seems some issue with the resources that you have provided for item/attribute is coming as null. The actual exception is coming from ResourceBundle. I think the resource bundle you have given is coming as 'Null'.
    Cheers
    R

  • Debugging Deserialization Errors Between AIR and BlazeDS on ColdFusion using ORM

    Now that I am using CF + ORM for most of my Flex and AIR projects, I've had a much more difficult time with the deserialization of objects from AS to CF. The errors thrown by BlazeDS are not helpful at all, and not indicative of the true issue. cfgatewayadapter.jar is a closed source, and make it even more difficult, because it is the culprit in these issues. These issues can sometimes take a full day or two to resolve because the only way I've seen to debug is to start removing code line by line until the thing works. Huge waste of time.
    The problem stems from the fact that during deserlization CF barfs when something doesnt match. Instead of throwing a useful error, it proclaims the CFC doesnt exist serverside. The developer then has to go through each componenty property-by-property to try to determine where the problem is.
    What we need is something more specific to what the actual problem is. I've not found an adequate way to debug this, and it's causing me to seriously considering changing the backend to Groovy + Granite so I can get the control I need. Really, Adobe just needs to open up the source on cfgatewayadapter or put some time into refining it so that it throws accurate errors.
    Examing the error below, one would think that the CFC does not exist. However, if you run the same examples from CFML and pass it an instance of StreamProvider it works fine.
    [BlazeDS]Error deserializing client message.
    coldfusion.runtime.CfJspPage$NoSuchTemplateException: Could not find the ColdFusion component or interface StreamProvider.
            at coldfusion.flash.messaging.io.ColdFusionPropertyProxy.createInvokable(ColdFusionPropertyP roxy.java:132)
            at coldfusion.flash.messaging.io.ColdFusionPropertyProxy.createInstance(ColdFusionPropertyPr oxy.java:93)
            at coldfusion.flash.messaging.io.amf.CFAMF3Input.cfreadScriptObject(CFAMF3Input.java:524)
            at coldfusion.flash.messaging.io.amf.CFAMF3Input.readScriptObject(CFAMF3Input.java:250)
            at coldfusion.flash.messaging.io.amf.CFAMF3Input.cfreadObjectValue(CFAMF3Input.java:138)
            at coldfusion.flash.messaging.io.amf.CFAMF3Input.cfreadObject(CFAMF3Input.java:88)
            at coldfusion.flash.messaging.io.amf.CFAMF3Input.cfreadJavaArray(CFAMF3Input.java:748)
            at coldfusion.flash.messaging.io.amf.CFAMF3Input.cfreadBodyAsJavaArray(CFAMF3Input.java:110)
            at coldfusion.flash.messaging.io.amf.CFAMF3Input.cfreadBodyAsJavaArray(CFAMF3Input.java:102)
            at coldfusion.flash.messaging.io.amf.CFAMF3Input.readScriptObjectInternal(CFAMF3Input.java:3 95)
            at coldfusion.flash.messaging.io.amf.CFAMF3Input.readScriptObject(CFAMF3Input.java:246)
            at flex.messaging.io.amf.Amf3Input.readObjectValue(Amf3Input.java:152)
            at flex.messaging.io.amf.Amf3Input.readObject(Amf3Input.java:130)
            at flex.messaging.io.amf.Amf0Input.readObjectValue(Amf0Input.java:123)
            at flex.messaging.io.amf.Amf0Input.readArrayValue(Amf0Input.java:359)
            at flex.messaging.io.amf.Amf0Input.readObjectValue(Amf0Input.java:127)
            at flex.messaging.io.amf.Amf0Input.readObject(Amf0Input.java:94)
            at flex.messaging.io.amf.AmfMessageDeserializer.readObject(AmfMessageDeserializer.java:227)
            at flex.messaging.io.amf.AmfMessageDeserializer.readBody(AmfMessageDeserializer.java:206)
            at flex.messaging.io.amf.AmfMessageDeserializer.readMessage(AmfMessageDeserializer.java:126)
            at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:145)
            at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:291)
            at coldfusion.flash.messaging.CFAMFEndPoint.service(CFAMFEndPoint.java:295)
            at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:353)
            at coldfusion.flex.ColdFusionMessageBrokerServlet.service(ColdFusionMessageBrokerServlet.jav a:114)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
            at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
            at coldfusion.filter.FlashRequestControlFilter.doFilter(FlashRequestControlFilter.java:71)
            at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
            at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
            at jrun.servlet.FilterChain.service(FilterChain.java:101)
            at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
            at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
            at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
            at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
            at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
            at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
            at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
            at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
            at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    [BlazeDS]Deserializing AMF/HTTP request
    Version: 3
      (Message #0 targetURI=null, responseURI=/3)
        (Array #0)
          [0] = (Typed Object #0 'flex.messaging.messages.RemotingMessage')
            source = "com.mediaslurp.remoting.ProviderServiceProxy"
            operation = "savePendingProvider"
            timeToLive = 0
            body = (Array #1)
              [0] =
    [BlazeDS]Serializing AMF/HTTP response
    Version: 3
      (Message #0 targetURI=/3/onStatus, responseURI=)
        (Typed Object #0 'flex.messaging.messages.ErrorMessage')
          headers = (Object #1)
          rootCause = (Typed Object #2 'coldfusion.runtime.CfJspPage$NoSuchTemplateException')
            rootCause = null
            message = "Could not find the ColdFusion component or interface StreamProvider."
            localizedMessage = "Could not find the ColdFusion component or interface StreamProvider."
            detail = "Ensure that the name is correct and that the component or interface exists."
            cause = null
            missingFileName = "StreamProvider"
            type = "Application"
          body = null
          correlationId = null
          faultDetail = null
          faultString = "Error deserializing client message."
          clientId = null
          timeToLive = 0.0
          destination = null
          timestamp = 1.295530026739E12
          extendedData = null
          faultCode = "Client.Packet.Encoding"
          messageId = "6C6E6657-430C-12E6-8B58-E33F7A6D59DC"

    does MySQL work by itself? did you try connecting to your
    databases with
    phpMyAdmin or alike?
    also, make sure you do not have several
    mysql-connector-xxxxxx.***.bin
    (whatever their names are, you know, the jdbc driver files)
    of different
    versions - make sure there is only ONE, preferably the latest
    one,
    anywhere on your server. remove any other ones.
    if i remember correctly, the exception you get in the error
    is usually
    caused by incorrect/old mysql connector drivers...
    Azadi Saryev
    Sabai-dee.com
    Vientiane, Laos
    http://www.sabai-dee.com

  • XML Publisher errors with pdf template workd perfectly with rtf template

    Hi there,
    I hope you are well.
    I am having a problem with pdf templates in XML publisher. I have a report which outputs XML, this works very well with an rtf template. However I am trying to create a pdf xml publisher template (using the concurrent process which generates the same xml data source) and use this as the basis for the xml publisher report. The process is failing with the error ‘No output file exists for request xxxx’
    I am currently working with a very simplified example, the concurrent program generates 5 fields in the xml output including ASSIGNMENT_NUMBER and NI_NUMBER.
    Text fields with the same names are inserted into the pdf corresponding to all fields.
    Any advice on this would be very greatly appreciated.
    Many Thanks
    Kev

    Hi there,
    I have enabled debug mode and run the report as a 2 step process.
    The debug file is attached. Although it says pdf file created successfully no pdf is created and the output file is 0 bytes in size.
    Any help would be greatly appreciated.
    Kev
    XML Publisher: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XDOREPPB module: XML Report Publisher
    Current system time is 13-MAY-2010 11:22:25
    Oracle XML Publisher 5.6.3
    Request ID: 2429757
    All Parameters: ReportRequestID=2429756:TemplateApplication=801:ReportTemplate=RCBC_Payslip_def2_temp2o:TemplateLocale=en:DebugFlag=Y:ReportTemplateType=PDF:OutputFormat=PDF
    Report Template: RCBC_Payslip_def2_temp2o
    Report Req ID: 2429756
    Template Application: PAY
    Template Locale: en
    Debug Flag: Y
    Output Format: PDF
    parseLocale
    Updating request description
    Updated description
    Output type: PDF
    Waiting for XML request
    lPhase: Completed
    lStatus: Warning
    lDevPhase: COMPLETE
    lDevStatus: WARNING
    lMessage: Normal completion
    lError: null
    lRetVal: Successful
    Retrieving XML request information
    Node Name:RC-ORADB-1
    Preparing parameters
    PDF output =/u13/RCDEV1/rcdev1comn/admin/out/RCDEV1_rc-oradb-1/o2429757.out
    inputfilename =/u13/RCDEV1/rcdev1comn/admin/out/RCDEV1_rc-oradb-1/o2429756.out
    Apps Short: PAY
    Templ Code: RCBC_Payslip_def2_temp2o
    Templ Lang: en
    Templ Terr: 00
    Process template
    [051310_112230737][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [051310_112230738][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [051310_112230739][][EXCEPTION] [DEBUG] [IA_TOP]:[u13/RCDEV1/rcdev1appl/ia/11.5.0]
    [051310_112230739][][EXCEPTION] [DEBUG] [DISPLAY_LANGUAGE]:[US]
    [051310_112230739][][EXCEPTION] [DEBUG] [PA_TOP]:[u13/RCDEV1/rcdev1appl/pa/11.5.0]
    [051310_112230739][][EXCEPTION] [DEBUG] [CONTEXT_NAME]:[RCDEV1_rc-oradb-1]
    [051310_112230739][][EXCEPTION] [DEBUG] [PLATFORM]:[SUN_OS5]
    [051310_112230739][][EXCEPTION] [DEBUG] [FNDNAM]:[APPS]
    [051310_112230739][][EXCEPTION] [DEBUG] [CUE_TOP]:[u13/RCDEV1/rcdev1appl/cue/11.5.0]
    [051310_112230739][][EXCEPTION] [DEBUG] [CSI_TOP]:[u13/RCDEV1/rcdev1appl/csi/11.5.0]
    [051310_112230739][][EXCEPTION] [DEBUG] [EDR_TOP]:[u13/RCDEV1/rcdev1appl/edr/11.5.0]
    [051310_112230739][][EXCEPTION] [DEBUG] [QRM_TOP]:[u13/RCDEV1/rcdev1appl/qrm/11.5.0]
    [051310_112230740][][EXCEPTION] [DEBUG] [NLS_SORT]:[binary]
    [051310_112230740][][EXCEPTION] [DEBUG] [PO_TOP]:[u13/RCDEV1/rcdev1appl/po/11.5.0]
    [051310_112230740][][EXCEPTION] [DEBUG] [APPLUSR]:[usrxit]
    [051310_112230740][][EXCEPTION] [DEBUG] [FND_JDBC_PLSQL_RESET]:[false]
    [051310_112230740][][EXCEPTION] [DEBUG] [ASF_TOP]:[u13/RCDEV1/rcdev1appl/asf/11.5.0]
    [051310_112230740][][EXCEPTION] [DEBUG] [AFJCPARG]:[-client]
    [051310_112230740][][EXCEPTION] [DEBUG] [CUS_TOP]:[u13/RCDEV1/rcdev1appl/cus/11.5.0]
    [051310_112230740][][EXCEPTION] [DEBUG] [FORMS60_RTI_DIR]:[u13/RCDEV1/rcdev1comn/admin/log/RCDEV1_rc-oradb-1]
    [051310_112230740][][EXCEPTION] [DEBUG] [PSB_TOP]:[u13/RCDEV1/rcdev1appl/psb/11.5.0]
    [051310_112230740][][EXCEPTION] [DEBUG] [CHMOD]:[chmod]
    [051310_112230741][][EXCEPTION] [DEBUG] [ADJVAPRG]:[usr/jdk1.6.0_04/bin/java]
    [051310_112230741][][EXCEPTION] [DEBUG] [ORAPLSQLLOADPATH]:[u13/RCDEV1/rcdev1appl/au/11.5.0/graphs]
    [051310_112230741][][EXCEPTION] [DEBUG] [PCCFLAGS]:[include=$(PCCINC) ireclen=161 sqlcheck=none dbms=v6]
    [051310_112230741][][EXCEPTION] [DEBUG] [GMF_TOP]:[u13/RCDEV1/rcdev1appl/gmf/11.5.0]
    [051310_112230741][][EXCEPTION] [DEBUG] [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=rc-oradb-1.redclev.net)(PORT=1528)))(CONNECT_DATA=(SID=RCDEV1)))]
    [051310_112230741][][EXCEPTION] [DEBUG] [BEN_TOP]:[u13/RCDEV1/rcdev1appl/ben/11.5.0]
    [051310_112230741][][EXCEPTION] [DEBUG] [IEO_TOP]:[u13/RCDEV1/rcdev1appl/ieo/11.5.0]
    [051310_112230741][][EXCEPTION] [DEBUG] [APPLMSG]:[mesg]
    [051310_112230741][][EXCEPTION] [DEBUG] [AST_TOP]:[u13/RCDEV1/rcdev1appl/ast/11.5.0]
    [051310_112230741][][EXCEPTION] [DEBUG] [ORACLE_HOME]:[u13/RCDEV1/rcdev1ora/8.0.6]
    [051310_112230742][][EXCEPTION] [DEBUG] [FPT_TOP]:[u13/RCDEV1/rcdev1appl/fpt/11.5.0]
    [051310_112230742][][EXCEPTION] [DEBUG] [OTA_TOP]:[u13/RCDEV1/rcdev1appl/ota/11.5.0]
    [051310_112230742][][EXCEPTION] [DEBUG] [PSP_TOP]:[u13/RCDEV1/rcdev1appl/psp/11.5.0]
    [051310_112230742][][EXCEPTION] [DEBUG] [OKE_TOP]:[u13/RCDEV1/rcdev1appl/oke/11.5.0]
    [051310_112230742][][EXCEPTION] [DEBUG] [IBU_TOP]:[u13/RCDEV1/rcdev1appl/ibu/11.5.0]
    [051310_112230742][][EXCEPTION] [DEBUG] [FORMS60_CATCHTERM]:[1]
    [051310_112230742][][EXCEPTION] [DEBUG] [DT_TOP]:[u13/RCDEV1/rcdev1appl/dt/11.5.0]
    [051310_112230742][][EXCEPTION] [DEBUG] [JL_TOP]:[u13/RCDEV1/rcdev1appl/jl/11.5.0]
    [051310_112230742][][EXCEPTION] [DEBUG] [LANG_CODE]:[US]
    [051310_112230742][][EXCEPTION] [DEBUG] [OPI_TOP]:[u13/RCDEV1/rcdev1appl/opi/11.5.0]
    [051310_112230743][][EXCEPTION] [DEBUG] [IAS_CONFIG_HOME]:[u13/RCDEV1/rcdev1ora/iAS]
    [051310_112230743][][EXCEPTION] [DEBUG] [PN_TOP]:[u13/RCDEV1/rcdev1appl/pn/11.5.0]
    [051310_112230743][][EXCEPTION] [DEBUG] [AZ_TOP]:[u13/RCDEV1/rcdev1appl/az/11.5.0]
    [051310_112230743][][EXCEPTION] [DEBUG] [APPLPTMP]:[usr/tmp/RCDEV1]
    [051310_112230743][][EXCEPTION] [DEBUG] [GSM_FLAG]:[ON]
    [051310_112230743][][EXCEPTION] [DEBUG] [FORMS60_PATH]:[u13/RCDEV1/rcdev1appl/au/11.5.0/resource:/u13/RCDEV1/rcdev1appl/au/11.5.0/resource/stub]
    [051310_112230743][][EXCEPTION] [DEBUG] [OKS_TOP]:[u13/RCDEV1/rcdev1appl/oks/11.5.0]
    [051310_112230743][][EXCEPTION] [DEBUG] [PSA_TOP]:[u13/RCDEV1/rcdev1appl/psa/11.5.0]
    [051310_112230743][][EXCEPTION] [DEBUG] [FORMS60_TIMEOUT]:[5]
    [051310_112230743][][EXCEPTION] [DEBUG] [TK_PRINT_STATUS]:[echo %n is valid]
    [051310_112230744][][EXCEPTION] [DEBUG] [FA_TOP]:[u13/RCDEV1/rcdev1appl/fa/11.5.0]
    [051310_112230744][][EXCEPTION] [DEBUG] [ZFA_TOP]:[u13/RCDEV1/rcdev1appl/zfa/11.5.0]
    [051310_112230744][][EXCEPTION] [DEBUG] [OA_MEDIA]:[u13/RCDEV1/rcdev1comn/java/oracle/apps/media]
    [051310_112230744][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [051310_112230744][][EXCEPTION] [DEBUG] [EC_TOP]:[u13/RCDEV1/rcdev1appl/ec/11.5.0]
    [051310_112230744][][EXCEPTION] [DEBUG] [HXT_TOP]:[u13/RCDEV1/rcdev1appl/hxt/11.5.0]
    [051310_112230744][][EXCEPTION] [DEBUG] [OA_HTML]:[u13/RCDEV1/rcdev1comn/html]
    [051310_112230744][][EXCEPTION] [DEBUG] [GME_TOP]:[u13/RCDEV1/rcdev1appl/gme/11.5.0]
    [051310_112230744][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [051310_112230744][][EXCEPTION] [DEBUG] [AK_TOP]:[u13/RCDEV1/rcdev1appl/ak/11.5.0]
    [051310_112230744][][EXCEPTION] [DEBUG] [RESP_ID]:[50236]
    [051310_112230745][][EXCEPTION] [DEBUG] [ME_TOP]:[u13/RCDEV1/rcdev1appl/me/11.5.0]
    [051310_112230745][][EXCEPTION] [DEBUG] [JTF_TOP]:[u13/RCDEV1/rcdev1appl/jtf/11.5.0]
    [051310_112230745][][EXCEPTION] [DEBUG] [COMMON_TOP]:[u13/RCDEV1/rcdev1comn]
    [051310_112230745][][EXCEPTION] [DEBUG] [BIS_TOP]:[u13/RCDEV1/rcdev1appl/bis/11.5.0]
    [051310_112230745][][EXCEPTION] [DEBUG] [FORMS60_APPSLIBS]:[APPCORE FNDSQF APPDAYPK APPFLDR GLCORE HR_GEN HR_SPEC ARXCOVER]
    [051310_112230745][][EXCEPTION] [DEBUG] [MFG_TOP]:[u13/RCDEV1/rcdev1appl/mfg/11.5.0]
    [051310_112230745][][EXCEPTION] [DEBUG] [FND_TOP]:[u13/RCDEV1/rcdev1appl/fnd/11.5.0]
    [051310_112230745][][EXCEPTION] [DEBUG] [GMS_TOP]:[u13/RCDEV1/rcdev1appl/gms/11.5.0]
    [051310_112230745][][EXCEPTION] [DEBUG] [SSP_TOP]:[u13/RCDEV1/rcdev1appl/ssp/11.5.0]
    [051310_112230745][][EXCEPTION] [DEBUG] [LD_LIBRARY_PATH]:[u13/RCDEV1/rcdev1ora/8.0.6/network/jre11/lib/sparc/native_threads:/u13/RCDEV1/rcdev1appl/cz/11.5.0/bin:/u13/RCDEV1/rcdev1ora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib]
    [051310_112230746][][EXCEPTION] [DEBUG] [FORMS60_RESTRICT_ENTER_QUERY]:[TRUE]
    [051310_112230746][][EXCEPTION] [DEBUG] [CP]:[cp]
    [051310_112230746][][EXCEPTION] [DEBUG] [OKR_TOP]:[u13/RCDEV1/rcdev1appl/okr/11.5.0]
    [051310_112230746][][EXCEPTION] [DEBUG] [ADJREOPTS]:[-Xmx512M]
    [051310_112230746][][EXCEPTION] [DEBUG] [IBE_TOP]:[u13/RCDEV1/rcdev1appl/ibe/11.5.0]
    [051310_112230746][][EXCEPTION] [DEBUG] [OZP_TOP]:[u13/RCDEV1/rcdev1appl/ozp/11.5.0]
    [051310_112230746][][EXCEPTION] [DEBUG] [FORMS60_LOV_MINIMUM]:[1000]
    [051310_112230746][][EXCEPTION] [DEBUG] [TWO_TASK]:[RCDEV1]
    [051310_112230746][][EXCEPTION] [DEBUG] [GRAPHICS60_PATH]:[u13/RCDEV1/rcdev1appl/au/11.5.0/graphs]
    [051310_112230747][][EXCEPTION] [DEBUG] [CC]:[opt/SUNWspro/bin/cc]
    [051310_112230747][][EXCEPTION] [DEBUG] [FORMS60_OUTPUT]:[u13/RCDEV1/rcdev1comn/temp]
    [051310_112230747][][EXCEPTION] [DEBUG] [MYAPPSORA]:[u13/RCDEV1/rcdev1appl/APPSRCDEV1_rc-oradb-1.env]
    [051310_112230747][][EXCEPTION] [DEBUG] [IGI_TOP]:[u13/RCDEV1/rcdev1appl/igi/11.5.0]
    [051310_112230747][][EXCEPTION] [DEBUG] [GMD_TOP]:[u13/RCDEV1/rcdev1appl/gmd/11.5.0]
    [051310_112230747][][EXCEPTION] [DEBUG] [OA_DOC]:[u13/RCDEV1/rcdev1comn/doc]
    [051310_112230747][][EXCEPTION] [DEBUG] [IEM_TOP]:[u13/RCDEV1/rcdev1appl/iem/11.5.0]
    [051310_112230747][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_FREE_MEM]:[TRUE]
    [051310_112230747][][EXCEPTION] [DEBUG] [DOM_TOP]:[u13/RCDEV1/rcdev1appl/dom/11.5.0]
    [051310_112230747][][EXCEPTION] [DEBUG] [GL_TOP]:[u13/RCDEV1/rcdev1appl/gl/11.5.0]
    [051310_112230747][][EXCEPTION] [DEBUG] [OKC_TOP]:[u13/RCDEV1/rcdev1appl/okc/11.5.0]
    [051310_112230747][][EXCEPTION] [DEBUG] [PRP_TOP]:[u13/RCDEV1/rcdev1appl/prp/11.5.0]
    [051310_112230747][][EXCEPTION] [DEBUG] [ENI_TOP]:[u13/RCDEV1/rcdev1appl/eni/11.5.0]
    [051310_112230748][][EXCEPTION] [DEBUG] [CNTL_BREAK]:[ON]
    [051310_112230748][][EXCEPTION] [DEBUG] [CSF_TOP]:[u13/RCDEV1/rcdev1appl/csf/11.5.0]
    [051310_112230748][][EXCEPTION] [DEBUG] [XML_REPORTS_XENVIRONMENT]:[u13/RCDEV1/rcdev1ora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb]
    [051310_112230748][][EXCEPTION] [DEBUG] [FORMS60_OAM_FRD]:[OFF]
    [051310_112230748][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[FALSE]
    [051310_112230748][][EXCEPTION] [DEBUG] [IGW_TOP]:[u13/RCDEV1/rcdev1appl/igw/11.5.0]
    [051310_112230748][][EXCEPTION] [DEBUG] [AX_TOP]:[u13/RCDEV1/rcdev1appl/ax/11.5.0]
    [051310_112230748][][EXCEPTION] [DEBUG] [XNS_TOP]:[u13/RCDEV1/rcdev1appl/xns/11.5.0]
    [051310_112230748][][EXCEPTION] [DEBUG] [PCCINC]:[. include=$(FND_TOP)/include include=$(ORACLE_HOME)/precomp/public]
    [051310_112230748][][EXCEPTION] [DEBUG] [APPLBIN]:[bin]
    [051310_112230748][][EXCEPTION] [DEBUG] [ORACLE_LOCALPREFERENCE]:[u13/RCDEV1/rcdev1ora/8.0.6/tools/admin]
    [051310_112230748][][EXCEPTION] [DEBUG] [DB_HOST]:[rc-oradb-1.redclev.net]
    [051310_112230748][][EXCEPTION] [DEBUG] [CUP_TOP]:[u13/RCDEV1/rcdev1appl/cup/11.5.0]
    [051310_112230748][][EXCEPTION] [DEBUG] [JTS_TOP]:[u13/RCDEV1/rcdev1appl/jts/11.5.0]
    [051310_112230749][][EXCEPTION] [DEBUG] [HOME]:[u01/appldev1]
    [051310_112230749][][EXCEPTION] [DEBUG] [APPLFENV]:[RCDEV1_rc-oradb-1.env]
    [051310_112230749][][EXCEPTION] [DEBUG] [APPLSAV]:[save]
    [051310_112230749][][EXCEPTION] [DEBUG] [BIC_TOP]:[u13/RCDEV1/rcdev1appl/bic/11.5.0]
    [051310_112230749][][EXCEPTION] [DEBUG] [FORMS60_LOV_WEIGHT]:[16]
    [051310_112230749][][EXCEPTION] [DEBUG] [FORMS60_BLOCKING_LONGLIST]:[FALSE]
    [051310_112230749][][EXCEPTION] [DEBUG] [IPD_TOP]:[u13/RCDEV1/rcdev1appl/ipd/11.5.0]
    [051310_112230749][][EXCEPTION] [DEBUG] [WIP_TOP]:[u13/RCDEV1/rcdev1appl/wip/11.5.0]
    [051310_112230749][][EXCEPTION] [DEBUG] [CE_TOP]:[u13/RCDEV1/rcdev1appl/ce/11.5.0]
    [051310_112230749][][EXCEPTION] [DEBUG] [ZSA_TOP]:[u13/RCDEV1/rcdev1appl/zsa/11.5.0]
    [051310_112230749][][EXCEPTION] [DEBUG] [APPLRGT]:[regress]
    [051310_112230749][][EXCEPTION] [DEBUG] [FRM_TOP]:[u13/RCDEV1/rcdev1appl/frm/11.5.0]
    [051310_112230749][][EXCEPTION] [DEBUG] [VEA_TOP]:[u13/RCDEV1/rcdev1appl/vea/11.5.0]
    [051310_112230750][][EXCEPTION] [DEBUG] [RHX_TOP]:[u13/RCDEV1/rcdev1appl/rhx/11.5.0]
    [051310_112230750][][EXCEPTION] [DEBUG] [APPL_CPLEX_LICDIR]:[u13/RCDEV1/rcdev1appl/admin/cplex]
    [051310_112230750][][EXCEPTION] [DEBUG] [OKB_TOP]:[u13/RCDEV1/rcdev1appl/okb/11.5.0]
    [051310_112230750][][EXCEPTION] [DEBUG] [APPLINC]:[include]
    [051310_112230750][][EXCEPTION] [DEBUG] [CUA_TOP]:[u13/RCDEV1/rcdev1appl/cua/11.5.0]
    [051310_112230750][][EXCEPTION] [DEBUG] [APPLRGF]:[u13/RCDEV1/rcdev1comn/rgf/RCDEV1_rc-oradb-1]
    [051310_112230750][][EXCEPTION] [DEBUG] [OAH_TOP]:[u13/RCDEV1/rcdev1comn]
    [051310_112230750][][EXCEPTION] [DEBUG] [CSE_TOP]:[u13/RCDEV1/rcdev1appl/cse/11.5.0]
    [051310_112230750][][EXCEPTION] [DEBUG] [ORACLE_TERM]:[vt220]
    [051310_112230750][][EXCEPTION] [DEBUG] [APPL_SERVER_ID]:[76E884AC9C460C4DE04400144F44F83A40176233932359814365370657522266]
    [051310_112230750][][EXCEPTION] [DEBUG] [RLA_TOP]:[u13/RCDEV1/rcdev1appl/rla/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [RG_TOP]:[u13/RCDEV1/rcdev1appl/rg/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [CS_TOP]:[u13/RCDEV1/rcdev1appl/cs/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [CFLAGS]:[-Xc -xstrconst -xcg92 $(INCLUDE_FLAGS) -O -DSUN_OS5 -DNLS_ASIA -DAFSTUBS]
    [051310_112230751][][EXCEPTION] [DEBUG] [HXC_TOP]:[u13/RCDEV1/rcdev1appl/hxc/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [RESP_APPL_ID]:[800]
    [051310_112230751][][EXCEPTION] [DEBUG] [INV_TOP]:[u13/RCDEV1/rcdev1appl/inv/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [INCLUDE_FLAGS]:[-I. -I$(FND_TOP)/include -I$(ORACLE_HOME)/precomp/public -I$(ORACLE_HOME)/rdbms/demo]
    [051310_112230751][][EXCEPTION] [DEBUG] [FORMS60_TRACE_PATH]:[u13/RCDEV1/rcdev1comn/admin/log/RCDEV1_rc-oradb-1]
    [051310_112230751][][EXCEPTION] [DEBUG] [AF_CLASSPATH]:[usr/jdk1.6.0_04/jre/lib/rt.jar:/usr/jdk1.6.0_04/lib/dt.jar:/usr/jdk1.6.0_04/lib/tools.jar:/usr/jdk1.6.0_04/jre/lib/charsets.jar:/u13/RCDEV1/rcdev1comn/java/appsborg2.zip:/u13/RCDEV1/rcdev1ora/8.0.6/forms60/java:/u13/RCDEV1/rcdev1comn/java]
    [051310_112230751][][EXCEPTION] [DEBUG] [APPLIMG]:[images]
    [051310_112230751][][EXCEPTION] [DEBUG] [IBC_TOP]:[u13/RCDEV1/rcdev1appl/ibc/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [CSS_TOP]:[u13/RCDEV1/rcdev1appl/css/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [ASP_TOP]:[u13/RCDEV1/rcdev1appl/asp/11.5.0]
    [051310_112230751][][EXCEPTION] [DEBUG] [FORMS60_MODULE_PATH]:[u13/RCDEV1/rcdev1appl/fnd/11.5.0/forms]
    [051310_112230751][][EXCEPTION] [DEBUG] [AF_JRE_TOP]:[usr/jdk1.6.0_04]
    [051310_112230752][][EXCEPTION] [DEBUG] [XNC_TOP]:[u13/RCDEV1/rcdev1appl/xnc/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [WSM_TOP]:[u13/RCDEV1/rcdev1appl/wsm/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [APPLREP]:[reports]
    [051310_112230752][][EXCEPTION] [DEBUG] [ENG_TOP]:[u13/RCDEV1/rcdev1appl/eng/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [PQP_TOP]:[u13/RCDEV1/rcdev1appl/pqp/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [CSD_TOP]:[u13/RCDEV1/rcdev1appl/csd/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [WPS_TOP]:[u13/RCDEV1/rcdev1appl/wps/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [APPLREG]:[regress]
    [051310_112230752][][EXCEPTION] [DEBUG] [GMP_TOP]:[u13/RCDEV1/rcdev1appl/gmp/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [051310_112230752][][EXCEPTION] [DEBUG] [FPA_TOP]:[u13/RCDEV1/rcdev1appl/fpa/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [OKO_TOP]:[u13/RCDEV1/rcdev1appl/oko/11.5.0]
    [051310_112230752][][EXCEPTION] [DEBUG] [CUN_TOP]:[u13/RCDEV1/rcdev1appl/cun/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [DDD_TOP]:[u13/RCDEV1/rcdev1appl/ddd/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [CSR_TOP]:[u13/RCDEV1/rcdev1appl/csr/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [PRINTER]:[noprint]
    [051310_112230753][][EXCEPTION] [DEBUG] [IGF_TOP]:[u13/RCDEV1/rcdev1appl/igf/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [GMA_TOP]:[u13/RCDEV1/rcdev1appl/gma/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [APPL_TOP]:[u13/RCDEV1/rcdev1appl]
    [051310_112230753][][EXCEPTION] [DEBUG] [BNE_TOP]:[u13/RCDEV1/rcdev1appl/bne/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [AMW_TOP]:[u13/RCDEV1/rcdev1appl/amw/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [MST_TOP]:[u13/RCDEV1/rcdev1appl/mst/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [PMI_TOP]:[u13/RCDEV1/rcdev1appl/pmi/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [ASO_TOP]:[u13/RCDEV1/rcdev1appl/aso/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [XNB_TOP]:[u13/RCDEV1/rcdev1appl/xnb/11.5.0]
    [051310_112230753][][EXCEPTION] [DEBUG] [FND_OLD_ORA_NET2_DESC]:[14,17]
    [051310_112230753][][EXCEPTION] [DEBUG] [IBP_TOP]:[u13/RCDEV1/rcdev1appl/ibp/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [NLS_TERRITORY]:[AMERICA]
    [051310_112230754][][EXCEPTION] [DEBUG] [CSC_TOP]:[u13/RCDEV1/rcdev1appl/csc/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [JG_TOP]:[u13/RCDEV1/rcdev1appl/jg/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [LUSRPRG]:[u13/RCDEV1/rcdev1appl/fnd/11.5.0/usrxit/prglib.o /u13/RCDEV1/rcdev1appl/fnd/11.5.0/usrxit/prgcat.o /u13/RCDEV1/rcdev1appl/fnd/11.5.0/usrxit/EXPROG.o]
    [051310_112230754][][EXCEPTION] [DEBUG] [POS_TOP]:[u13/RCDEV1/rcdev1appl/pos/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [AU_TOP]:[u13/RCDEV1/rcdev1appl/au/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [IEX_TOP]:[u13/RCDEV1/rcdev1appl/iex/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [SHT_TOP]:[u13/RCDEV1/rcdev1appl/sht/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [XNP_TOP]:[u13/RCDEV1/rcdev1appl/xnp/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [ORA_NET2_DESC]:[14,17]
    [051310_112230754][][EXCEPTION] [DEBUG] [AFJSMARG]:[-server]
    [051310_112230754][][EXCEPTION] [DEBUG] [REQUEST_ID]:[2429757]
    [051310_112230754][][EXCEPTION] [DEBUG] [REPORTS60_POST]:[&5556]
    [051310_112230754][][EXCEPTION] [DEBUG] [MWA_TOP]:[u13/RCDEV1/rcdev1appl/mwa/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [XTR_TOP]:[u13/RCDEV1/rcdev1appl/xtr/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [IBA_TOP]:[u13/RCDEV1/rcdev1appl/iba/11.5.0]
    [051310_112230754][][EXCEPTION] [DEBUG] [APPLOUT]:[out/RCDEV1_rc-oradb-1]
    [051310_112230755][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_SIZE]:[200]
    [051310_112230755][][EXCEPTION] [DEBUG] [RLM_TOP]:[u13/RCDEV1/rcdev1appl/rlm/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [IPA_TOP]:[u13/RCDEV1/rcdev1appl/ipa/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [TZ]:[GB]
    [051310_112230755][][EXCEPTION] [DEBUG] [AMV_TOP]:[u13/RCDEV1/rcdev1appl/amv/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [APPLLOG]:[log/RCDEV1_rc-oradb-1]
    [051310_112230755][][EXCEPTION] [DEBUG] [ASN_TOP]:[u13/RCDEV1/rcdev1appl/asn/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [AFCPDNR]:[disabled]
    [051310_112230755][][EXCEPTION] [DEBUG] [ITG_TOP]:[u13/RCDEV1/rcdev1appl/itg/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [GUEST_USER_PWD]:[GUEST/ORACLE]
    [051310_112230755][][EXCEPTION] [DEBUG] [XLE_TOP]:[u13/RCDEV1/rcdev1appl/xle/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [GWYUID]:[APPLSYSPUB/PUB]
    [051310_112230755][][EXCEPTION] [DEBUG] [PERL5LIB]:[u13/RCDEV1/rcdev1ora/iAS/Apache/perl/lib/5.00503:/u13/RCDEV1/rcdev1ora/iAS/Apache/perl/lib/site_perl/5.005:/u13/RCDEV1/rcdev1appl/au/11.5.0/perl]
    [051310_112230755][][EXCEPTION] [DEBUG] [IGS_TOP]:[u13/RCDEV1/rcdev1appl/igs/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [APPLDOC]:[docs]
    [051310_112230755][][EXCEPTION] [DEBUG] [MSD_TOP]:[u13/RCDEV1/rcdev1appl/msd/11.5.0]
    [051310_112230755][][EXCEPTION] [DEBUG] [FII_TOP]:[u13/RCDEV1/rcdev1appl/fii/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [APPLTMP]:[u13/RCDEV1/rcdev1comn/temp]
    [051310_112230756][][EXCEPTION] [DEBUG] [CCT_TOP]:[u13/RCDEV1/rcdev1appl/cct/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [CSP_TOP]:[u13/RCDEV1/rcdev1appl/csp/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [FTE_TOP]:[u13/RCDEV1/rcdev1appl/fte/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [JAVA_TOP]:[u13/RCDEV1/rcdev1comn/java]
    [051310_112230756][][EXCEPTION] [DEBUG] [FORMS60_MAPPING]:[http://rc-orapp-2.redclev.net:8007/OA_TEMP]
    [051310_112230756][][EXCEPTION] [DEBUG] [AFJVAPRG]:[usr/jdk1.6.0_04/bin/java]
    [051310_112230756][][EXCEPTION] [DEBUG] [PV_TOP]:[u13/RCDEV1/rcdev1appl/pv/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [FND_GSMSTARTED]:[1]
    [051310_112230756][][EXCEPTION] [DEBUG] [MSR_TOP]:[u13/RCDEV1/rcdev1appl/msr/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [FORMS60_FORCE_MENU_MNEMONICS]:[0]
    [051310_112230756][][EXCEPTION] [DEBUG] [TNS_ADMIN]:[u13/RCDEV1/rcdev1ora/8.0.6/network/admin/RCDEV1_rc-oradb-1]
    [051310_112230756][][EXCEPTION] [DEBUG] [DB_PORT]:[1528]
    [051310_112230756][][EXCEPTION] [DEBUG] [PJM_TOP]:[u13/RCDEV1/rcdev1appl/pjm/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [BIM_TOP]:[u13/RCDEV1/rcdev1appl/bim/11.5.0]
    [051310_112230756][][EXCEPTION] [DEBUG] [OAD_TOP]:[u13/RCDEV1/rcdev1comn]
    [051310_112230757][][EXCEPTION] [DEBUG] [SECURITY_GROUP_ID]:[0]
    [051310_112230757][][EXCEPTION] [DEBUG] [RM]:[rm -f]
    [051310_112230757][][EXCEPTION] [DEBUG] [JE_TOP]:[u13/RCDEV1/rcdev1appl/je/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [FND_JDBC_USABLE_CHECK]:[false]
    [051310_112230757][][EXCEPTION] [DEBUG] [APPLPLS]:[plsql]
    [051310_112230757][][EXCEPTION] [DEBUG] [OA_JRE_TOP]:[usr/jdk1.6.0_04]
    [051310_112230757][][EXCEPTION] [DEBUG] [AS_TOP]:[u13/RCDEV1/rcdev1appl/as/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [GCS_TOP]:[u13/RCDEV1/rcdev1appl/gcs/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [IMT_TOP]:[u13/RCDEV1/rcdev1appl/imt/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [OA_SECURE]:[u13/RCDEV1/rcdev1comn/secure]
    [051310_112230757][][EXCEPTION] [DEBUG] [NLS_DATE_FORMAT]:[DD-MON-RR]
    [051310_112230757][][EXCEPTION] [DEBUG] [AMF_TOP]:[u13/RCDEV1/rcdev1appl/amf/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [MSC_TOP]:[u13/RCDEV1/rcdev1appl/msc/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [OKL_TOP]:[u13/RCDEV1/rcdev1appl/okl/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [APPLMAIL]:[NONE]
    [051310_112230757][][EXCEPTION] [DEBUG] [LNS_TOP]:[u13/RCDEV1/rcdev1appl/lns/11.5.0]
    [051310_112230757][][EXCEPTION] [DEBUG] [APPLCSF]:[u13/RCDEV1/rcdev1comn/admin]
    [051310_112230758][][EXCEPTION] [DEBUG] [APPLORC]:[ar60run]
    [051310_112230758][][EXCEPTION] [DEBUG] [APPLORB]:[ar60runb]
    [051310_112230758][][EXCEPTION] [DEBUG] [IGC_TOP]:[u13/RCDEV1/rcdev1appl/igc/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [ONT_TOP]:[u13/RCDEV1/rcdev1appl/ont/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [AD_TOP]:[u13/RCDEV1/rcdev1appl/ad/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [EAA_TOP]:[u13/RCDEV1/rcdev1appl/eaa/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [ASL_TOP]:[u13/RCDEV1/rcdev1appl/asl/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [ORG_ID]:[82]
    [051310_112230758][][EXCEPTION] [DEBUG] [APPLSQL]:[sql]
    [051310_112230758][][EXCEPTION] [DEBUG] [ZPB_TOP]:[u13/RCDEV1/rcdev1appl/zpb/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [NLS_LANG]:[American_America.WE8ISO8859P1]
    [051310_112230758][][EXCEPTION] [DEBUG] [BIL_TOP]:[u13/RCDEV1/rcdev1appl/bil/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [CN_TOP]:[u13/RCDEV1/rcdev1appl/cn/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [GML_TOP]:[u13/RCDEV1/rcdev1appl/gml/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [AR_TOP]:[u13/RCDEV1/rcdev1appl/ar/11.5.0]
    [051310_112230758][][EXCEPTION] [DEBUG] [IEU_TOP]:[u13/RCDEV1/rcdev1appl/ieu/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [LUSRSRW]:[u13/RCDEV1/rcdev1appl/fnd/11.5.0/usrxit/xirusr.o]
    [051310_112230759][][EXCEPTION] [DEBUG] [XNM_TOP]:[u13/RCDEV1/rcdev1appl/xnm/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [FV_TOP]:[u13/RCDEV1/rcdev1appl/fv/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [ABM_TOP]:[u13/RCDEV1/rcdev1appl/abm/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [CLN_TOP]:[u13/RCDEV1/rcdev1appl/cln/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [FORMS60_SESSION]:[TRUE]
    [051310_112230759][][EXCEPTION] [DEBUG] [JTM_TOP]:[u13/RCDEV1/rcdev1appl/jtm/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [FORMS60_OVERRIDE_ENV]:[NLS_LANG,NLS_NUMERIC_CHARACTERS,NLS_SORT,NLS_DATE_LANGUAGE,NLS_DATE_FORMAT,FORMS60_USER_DATE_FORMAT,FORMS60_USER_DATETIME_FORMAT,FORMS60_OUTPUT_DATE_FORMAT,FORMS60_OUTPUT_DATETIME_FORMAT,FORMS60_ERROR_DATE_FORMAT,FORMS60_ERROR_DATETIME_FORMAT,FORMS60_TZFILE,FORMS60_DATETIME_SERVER_TZ,FORMS60_DATETIME_LOCAL_TZ,FORMS60_USER_CALENDAR]
    [051310_112230759][][EXCEPTION] [DEBUG] [FNDSM_SCRIPT]:[u13/RCDEV1/rcdev1comn/admin/scripts/RCDEV1_rc-oradb-1/gsmstart.sh]
    [051310_112230759][][EXCEPTION] [DEBUG] [APPS_JDBC_DRIVER_TYPE]:[THIN]
    [051310_112230759][][EXCEPTION] [DEBUG] [APPLGRAF]:[graphs]
    [051310_112230759][][EXCEPTION] [DEBUG] [CRP_TOP]:[u13/RCDEV1/rcdev1appl/crp/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [POA_TOP]:[u13/RCDEV1/rcdev1appl/poa/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [CHV_TOP]:[u13/RCDEV1/rcdev1appl/chv/11.5.0]
    [051310_112230759][][EXCEPTION] [DEBUG] [SPCCHANL]:[ ]
    [051310_112230759][][EXCEPTION] [DEBUG] [AMS_TOP]:[u13/RCDEV1/rcdev1appl/ams/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [AF_LD_LIBRARY_PATH]:[u13/RCDEV1/rcdev1ora/iAS/lib:/u13/RCDEV1/rcdev1ora/8.0.6/network/jre11/lib/sparc/native_threads:/u13/RCDEV1/rcdev1appl/cz/11.5.0/bin:/u13/RCDEV1/rcdev1ora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib]
    [051310_112230760][][EXCEPTION] [DEBUG] [IAS_ORACLE_HOME]:[u13/RCDEV1/rcdev1ora/iAS]
    [051310_112230760][][EXCEPTION] [DEBUG] [MCS]:[echo mcs]
    [051310_112230760][][EXCEPTION] [DEBUG] [WSH_TOP]:[u13/RCDEV1/rcdev1appl/wsh/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [REPORTS60_PRE]:[&5555]
    [051310_112230760][][EXCEPTION] [DEBUG] [PAY_TOP]:[u13/RCDEV1/rcdev1appl/pay/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [FORMS60_LOV_INITIAL]:[5000]
    [051310_112230760][][EXCEPTION] [DEBUG] [BOM_TOP]:[u13/RCDEV1/rcdev1appl/bom/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [FNDREVIVERPID]:[u13/RCDEV1/rcdev1appl/fnd/11.5.0/log/reviver.sh_RCDEV1_rc-oradb-1.pid]
    [051310_112230760][][EXCEPTION] [DEBUG] [DB_ID]:[rc-oradb-1_rcdev1]
    [051310_112230760][][EXCEPTION] [DEBUG] [FORMS60_DISABLE_UNPAD_LOV]:[FALSE]
    [051310_112230760][][EXCEPTION] [DEBUG] [ICX_TOP]:[u13/RCDEV1/rcdev1appl/icx/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [APPCPNAM]:[REQID]
    [051310_112230760][][EXCEPTION] [DEBUG] [APPLLIB]:[lib]
    [051310_112230760][][EXCEPTION] [DEBUG] [CUI_TOP]:[u13/RCDEV1/rcdev1appl/cui/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [HRI_TOP]:[u13/RCDEV1/rcdev1appl/hri/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [CSM_TOP]:[u13/RCDEV1/rcdev1appl/csm/11.5.0]
    [051310_112230760][][EXCEPTION] [DEBUG] [CONTEXT_FILE]:[u13/RCDEV1/rcdev1appl/admin/RCDEV1_rc-oradb-1.xml]
    [051310_112230760][][EXCEPTION] [DEBUG] [XXBTC_TOP]:[u13/RCDEV1/rcdev1appl/xxbtc/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [FND_MAX_JDBC_CONNECTIONS]:[500]
    [051310_112230761][][EXCEPTION] [DEBUG] [ECX_TOP]:[u13/RCDEV1/rcdev1appl/ecx/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [RCM_TOP]:[u13/RCDEV1/rcdev1appl/rcm/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [DBC_FILE_PATH]:[u13/RCDEV1/rcdev1appl/fnd/11.5.0/secure/rc-oradb-1_rcdev1.dbc]
    [051310_112230761][][EXCEPTION] [DEBUG] [FORMS60_NONBLOCKING_SLEEP]:[100]
    [051310_112230761][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [051310_112230761][][EXCEPTION] [DEBUG] [MSO_TOP]:[u13/RCDEV1/rcdev1appl/mso/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [IMC_TOP]:[u13/RCDEV1/rcdev1appl/imc/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [OKX_TOP]:[u13/RCDEV1/rcdev1appl/okx/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [FF_TOP]:[u13/RCDEV1/rcdev1appl/ff/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [XLA_TOP]:[u13/RCDEV1/rcdev1appl/xla/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [REPORTS60_NO_DUMMY_PRINTER]:[YES]
    [051310_112230761][][EXCEPTION] [DEBUG] [FUN_TOP]:[u13/RCDEV1/rcdev1appl/fun/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [PATH]:[u13/RCDEV1/rcdev1ora/iAS/Apache/perl/bin:/u13/RCDEV1/rcdev1ora/8.0.6/bin:/u13/RCDEV1/rcdev1appl/fnd/11.5.0/bin:/u13/RCDEV1/rcdev1appl/ad/11.5.0/bin:/usr/jdk1.6.0_04/bin:/u13/RCDEV1/rcdev1comn/util/unzip/unzip::/u13/RCDEV1/rcdev1ora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/usr/ccs/bin:/bin]
    [051310_112230761][][EXCEPTION] [DEBUG] [PON_TOP]:[u13/RCDEV1/rcdev1appl/pon/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [FORMS60_REJECT_GO_DISABLED_ITEM]:[0]
    [051310_112230761][][EXCEPTION] [DEBUG] [AP_TOP]:[u13/RCDEV1/rcdev1appl/ap/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [IES_TOP]:[u13/RCDEV1/rcdev1appl/ies/11.5.0]
    [051310_112230761][][EXCEPTION] [DEBUG] [EAM_TOP]:[u13/RCDEV1/rcdev1appl/eam/11.5.0]
    [051310_112230762][][EXCEPTION] [DEBUG] [WMS_TOP]:[u13/RCDEV1/rcdev1appl/wms/11.5.0]
    [051310_112230762][][EXCEPTION] [DEBUG] [VEH_TOP]:[u13/RCDEV1/rcdev1appl/veh/11.5.0]
    [051310_112230762][][EXCEPTION] [DEBUG] [GR_TOP]:[u13/RCDEV1/rcdev1appl/gr/11.5.0]
    [051310_112230762][][EXCEPTION] [DEBUG] [EGO_TOP]:[u13/RCDEV1/rcdev1appl/ego/11.5.0]
    [051310_112230762][][EXCEPTION] [DEBUG] [OKI_TOP]:[u13/RCDEV1/rcdev1appl/oki/11.5.0]
    [051310_112230762][][EXCEPTION] [DEBUG] [IBY_TOP]:[u13/RCDEV1/rcdev1appl/iby/11.5.0]

  • Strange error with xml publisher

    I was testing sub-templates on a clone of our production environment and encountered a strange error. When I run the concurrent program I get an xml publisher error and then when I do a preview in xml publisher I also get an error. These are the exact same templates that are running on are training environment with out any issue. I put an SR in with oracle and they asked me to check the status of patches. We looked at the patches on all environments and they are exactly the same. We are running Xml publisher 5.6.2., with that said oracle still thinks it has to do with a patch and have told our DBA that he needs to apply a patch for xml publisher 5.6.3 When we applied this patch it broke the two test environments that it was tested on we are still waiting for oracle to get back with use on this issue. I really do not believe it is a patch error since it works on training and the there is no difference between the patch history on training and the other environments. I am including the two errors and the templates, if you have the time and could look at the errors may be you can see what is going on. The first error is from the xml publisher preview and an the second is from the concurrent program.
    Thank You,
    Russell E Cowan
    XML Publisher Preview Error
    java.lang.NullPointerException at oracle.apps.xdo.oa.util.CoreHelper.escapeBrackets(CoreHelper.java:549) at oracle.apps.xdo.oa.util.CoreHelper.getExceptionXML(CoreHelper.java:580) at oracle.apps.xdo.oa.util.CoreHelper.writeExceptionDocument(CoreHelper.java:661) at oracle.apps.xdo.oa.util.CoreHelper.writeExceptionDocument(CoreHelper.java:637) at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:6205) at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3555) at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3614) at oracle.apps.xdo.oa.template.server.TemplatesAMImpl.processTemplate(TemplatesAMImpl.java:2135) 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:324) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:189) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:152) at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:721) at oracle.apps.xdo.oa.template.webui.TemplateGeneralCO.previewTemplate(TemplateGeneralCO.java:735) at oracle.apps.xdo.oa.template.webui.TemplateGeneralCO.processRequest(TemplateGeneralCO.java:158) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at oa_html._OA._jspService(_OA.java:88) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162) at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187) at oa_html._OA._jspService(_OA.java:98) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534)
    Concurrent Program Error.
    XML Publisher: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XDOREPPB module: XML Report Publisher
    Current system time is 21-JUN-2007 09:18:06
    XML Report Publisher 5.0
    Updating request description
    Waiting for XML request
    Retrieving XML request information
    Preparing parameters
    Process template
    [062107_091809594][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [062107_091809595][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [062107_091809595][][EXCEPTION] [DEBUG] [IA_TOP]:[d01/oracle/devlappl/ia/11.5.0]
    [062107_091809595][][EXCEPTION] [DEBUG] [DISPLAY_LANGUAGE]:[US]
    [062107_091809595][][EXCEPTION] [DEBUG] [PA_TOP]:[d01/oracle/devlappl/pa/11.5.0]
    [062107_091809595][][EXCEPTION] [DEBUG] [CONTEXT_NAME]:[DEVL_prometheus]
    [062107_091809595][][EXCEPTION] [DEBUG] [PLATFORM]:[LINUX]
    [062107_091809595][][EXCEPTION] [DEBUG] [FNDNAM]:[APPS]
    [062107_091809595][][EXCEPTION] [DEBUG] [CUE_TOP]:[d01/oracle/devlappl/cue/11.5.0]
    [062107_091809595][][EXCEPTION] [DEBUG] [CSI_TOP]:[d01/oracle/devlappl/csi/11.5.0]
    [062107_091809595][][EXCEPTION] [DEBUG] [EDR_TOP]:[d01/oracle/devlappl/edr/11.5.0]
    [062107_091809595][][EXCEPTION] [DEBUG] [QRM_TOP]:[d01/oracle/devlappl/qrm/11.5.0]
    [062107_091809596][][EXCEPTION] [DEBUG] [NLS_SORT]:[BINARY]
    [062107_091809596][][EXCEPTION] [DEBUG] [PO_TOP]:[d01/oracle/devlappl/po/11.5.0]
    [062107_091809596][][EXCEPTION] [DEBUG] [APPLUSR]:[usrxit]
    [062107_091809596][][EXCEPTION] [DEBUG] [FND_JDBC_PLSQL_RESET]:[false]
    [062107_091809596][][EXCEPTION] [DEBUG] [ASF_TOP]:[d01/oracle/devlappl/asf/11.5.0]
    [062107_091809596][][EXCEPTION] [DEBUG] [CUS_TOP]:[d01/oracle/devlappl/cus/11.5.0]
    [062107_091809597][][EXCEPTION] [DEBUG] [FORMS60_RTI_DIR]:[d01/oracle/devlcomn/admin/log/DEVL_prometheus]
    [062107_091809601][][EXCEPTION] [DEBUG] [PSB_TOP]:[d01/oracle/devlappl/psb/11.5.0]
    [062107_091809601][][EXCEPTION] [DEBUG] [CHMOD]:[chmod]
    [062107_091809601][][EXCEPTION] [DEBUG] [ADJVAPRG]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/bin/java]
    [062107_091809601][][EXCEPTION] [DEBUG] [ORAPLSQLLOADPATH]:[d01/oracle/devlappl/au/11.5.0/graphs]
    [062107_091809601][][EXCEPTION] [DEBUG] [PCCFLAGS]:[include=$(PCCINC) ireclen=161 sqlcheck=none dbms=v6]
    [062107_091809601][][EXCEPTION] [DEBUG] [GMF_TOP]:[d01/oracle/devlappl/gmf/11.5.0]
    [062107_091809601][][EXCEPTION] [DEBUG] [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=PROMETHEUS.truecos.com)(PORT=1525)))(CONNECT_DATA=(SID=DEVL)))]
    [062107_091809601][][EXCEPTION] [DEBUG] [BEN_TOP]:[d01/oracle/devlappl/ben/11.5.0]
    [062107_091809601][][EXCEPTION] [DEBUG] [IEO_TOP]:[d01/oracle/devlappl/ieo/11.5.0]
    [062107_091809602][][EXCEPTION] [DEBUG] [APPLMSG]:[mesg]
    [062107_091809602][][EXCEPTION] [DEBUG] [AST_TOP]:[d01/oracle/devlappl/ast/11.5.0]
    [062107_091809602][][EXCEPTION] [DEBUG] [ORACLE_HOME]:[d01/oracle/devlora/8.0.6]
    [062107_091809602][][EXCEPTION] [DEBUG] [FPT_TOP]:[d01/oracle/devlappl/fpt/11.5.0]
    [062107_091809602][][EXCEPTION] [DEBUG] [OTA_TOP]:[d01/oracle/devlappl/ota/11.5.0]
    [062107_091809602][][EXCEPTION] [DEBUG] [PSP_TOP]:[d01/oracle/devlappl/psp/11.5.0]
    [062107_091809602][][EXCEPTION] [DEBUG] [OKE_TOP]:[d01/oracle/devlappl/oke/11.5.0]
    [062107_091809602][][EXCEPTION] [DEBUG] [IBU_TOP]:[d01/oracle/devlappl/ibu/11.5.0]
    [062107_091809602][][EXCEPTION] [DEBUG] [FORMS60_CATCHTERM]:[1]
    [062107_091809602][][EXCEPTION] [DEBUG] [DT_TOP]:[d01/oracle/devlappl/dt/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [JL_TOP]:[d01/oracle/devlappl/jl/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [LANG_CODE]:[US]
    [062107_091809603][][EXCEPTION] [DEBUG] [OPI_TOP]:[d01/oracle/devlappl/opi/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [IAS_CONFIG_HOME]:[d01/oracle/devlora/iAS]
    [062107_091809603][][EXCEPTION] [DEBUG] [PN_TOP]:[d01/oracle/devlappl/pn/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [AZ_TOP]:[d01/oracle/devlappl/az/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [APPLPTMP]:[usr/tmp]
    [062107_091809603][][EXCEPTION] [DEBUG] [GSM_FLAG]:[ON]
    [062107_091809603][][EXCEPTION] [DEBUG] [FORMS60_PATH]:[d01/oracle/devlappl/au/11.5.0/resource:/d01/oracle/devlappl/au/11.5.0/resource/stub]
    [062107_091809603][][EXCEPTION] [DEBUG] [OKS_TOP]:[d01/oracle/devlappl/oks/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [PSA_TOP]:[d01/oracle/devlappl/psa/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [FORMS60_TIMEOUT]:[5]
    [062107_091809603][][EXCEPTION] [DEBUG] [TK_PRINT_STATUS]:[echo %n is valid]
    [062107_091809603][][EXCEPTION] [DEBUG] [FA_TOP]:[d01/oracle/devlappl/fa/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [ZFA_TOP]:[d01/oracle/devlappl/zfa/11.5.0]
    [062107_091809603][][EXCEPTION] [DEBUG] [OA_MEDIA]:[d01/oracle/devlcomn/java/oracle/apps/media]
    [062107_091809603][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [062107_091809604][][EXCEPTION] [DEBUG] [EC_TOP]:[d01/oracle/devlappl/ec/11.5.0]
    [062107_091809604][][EXCEPTION] [DEBUG] [HXT_TOP]:[d01/oracle/devlappl/hxt/11.5.0]
    [062107_091809604][][EXCEPTION] [DEBUG] [LD_ASSUME_KERNEL]:[2.4.19]
    [062107_091809604][][EXCEPTION] [DEBUG] [OA_HTML]:[d01/oracle/devlcomn/html]
    [062107_091809604][][EXCEPTION] [DEBUG] [GME_TOP]:[d01/oracle/devlappl/gme/11.5.0]
    [062107_091809604][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [062107_091809604][][EXCEPTION] [DEBUG] [AK_TOP]:[d01/oracle/devlappl/ak/11.5.0]
    [062107_091809604][][EXCEPTION] [DEBUG] [RESP_ID]:[21623]
    [062107_091809604][][EXCEPTION] [DEBUG] [ME_TOP]:[d01/oracle/devlappl/me/11.5.0]
    [062107_091809605][][EXCEPTION] [DEBUG] [PWD]:[d01/oracle/devlcomn/admin/log/DEVL_prometheus]
    [062107_091809605][][EXCEPTION] [DEBUG] [JTF_TOP]:[d01/oracle/devlappl/jtf/11.5.0]
    [062107_091809605][][EXCEPTION] [DEBUG] [COMMON_TOP]:[d01/oracle/devlcomn]
    [062107_091809605][][EXCEPTION] [DEBUG] [BIS_TOP]:[d01/oracle/devlappl/bis/11.5.0]
    [062107_091809605][][EXCEPTION] [DEBUG] [FORMS60_APPSLIBS]:[APPCORE FNDSQF APPDAYPK APPFLDR GLCORE HR_GEN HR_SPEC ARXCOVER]
    [062107_091809605][][EXCEPTION] [DEBUG] [MFG_TOP]:[d01/oracle/devlappl/mfg/11.5.0]
    [062107_091809605][][EXCEPTION] [DEBUG] [FND_TOP]:[d01/oracle/devlappl/fnd/11.5.0]
    [062107_091809605][][EXCEPTION] [DEBUG] [GMS_TOP]:[d01/oracle/devlappl/gms/11.5.0]
    [062107_091809605][][EXCEPTION] [DEBUG] [SSP_TOP]:[d01/oracle/devlappl/ssp/11.5.0]
    [062107_091809605][][EXCEPTION] [DEBUG] [LD_LIBRARY_PATH]:[d01/oracle/devlora/8.0.6/network/jre11/lib/i686/native_threads:/d01/oracle/devlora/8.0.6/network/jre11/lib/linux/native_threads:/d01/oracle/devlappl/cz/11.5.0/bin:/d01/oracle/devlora/8.0.6/lib:/usr/X11R6/lib:/usr/openwin/lib]
    [062107_091809605][][EXCEPTION] [DEBUG] [FORMS60_RESTRICT_ENTER_QUERY]:[TRUE]
    [062107_091809606][][EXCEPTION] [DEBUG] [CP]:[cp]
    [062107_091809606][][EXCEPTION] [DEBUG] [OKR_TOP]:[d01/oracle/devlappl/okr/11.5.0]
    [062107_091809606][][EXCEPTION] [DEBUG] [ADJREOPTS]:[-Xmx512M]
    [062107_091809606][][EXCEPTION] [DEBUG] [IBE_TOP]:[d01/oracle/devlappl/ibe/11.5.0]
    [062107_091809606][][EXCEPTION] [DEBUG] [OZP_TOP]:[d01/oracle/devlappl/ozp/11.5.0]
    [062107_091809606][][EXCEPTION] [DEBUG] [FORMS60_LOV_MINIMUM]:[1000]
    [062107_091809606][][EXCEPTION] [DEBUG] [TWO_TASK]:[DEVL]
    [062107_091809606][][EXCEPTION] [DEBUG] [GRAPHICS60_PATH]:[d01/oracle/devlappl/au/11.5.0/graphs]
    [062107_091809606][][EXCEPTION] [DEBUG] [CC]:[cc]
    [062107_091809606][][EXCEPTION] [DEBUG] [FORMS60_OUTPUT]:[d01/oracle/devlcomn/temp]
    [062107_091809606][][EXCEPTION] [DEBUG] [MYAPPSORA]:[d01/oracle/devlappl/APPSDEVL_prometheus.env]
    [062107_091809606][][EXCEPTION] [DEBUG] [IGI_TOP]:[d01/oracle/devlappl/igi/11.5.0]
    [062107_091809606][][EXCEPTION] [DEBUG] [GMD_TOP]:[d01/oracle/devlappl/gmd/11.5.0]
    [062107_091809606][][EXCEPTION] [DEBUG] [OA_DOC]:[d01/oracle/devlcomn/doc]
    [062107_091809606][][EXCEPTION] [DEBUG] [IEM_TOP]:[d01/oracle/devlappl/iem/11.5.0]
    [062107_091809606][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_FREE_MEM]:[TRUE]
    [062107_091809606][][EXCEPTION] [DEBUG] [DOM_TOP]:[d01/oracle/devlappl/dom/11.5.0]
    [062107_091809606][][EXCEPTION] [DEBUG] [GL_TOP]:[d01/oracle/devlappl/gl/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [OKC_TOP]:[d01/oracle/devlappl/okc/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [PRP_TOP]:[d01/oracle/devlappl/prp/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [ENI_TOP]:[d01/oracle/devlappl/eni/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [CNTL_BREAK]:[ON]
    [062107_091809607][][EXCEPTION] [DEBUG] [CSF_TOP]:[d01/oracle/devlappl/csf/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [XML_REPORTS_XENVIRONMENT]:[d01/oracle/devlora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb]
    [062107_091809607][][EXCEPTION] [DEBUG] [FORMS60_OAM_FRD]:[OFF]
    [062107_091809607][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[FALSE]
    [062107_091809607][][EXCEPTION] [DEBUG] [IGW_TOP]:[d01/oracle/devlappl/igw/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [AX_TOP]:[d01/oracle/devlappl/ax/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [XNS_TOP]:[d01/oracle/devlappl/xns/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [PCCINC]:[. include=$(FND_TOP)/include include=$(ORACLE_HOME)/precomp/public]
    [062107_091809607][][EXCEPTION] [DEBUG] [APPLBIN]:[bin]
    [062107_091809607][][EXCEPTION] [DEBUG] [ORACLE_LOCALPREFERENCE]:[d01/oracle/devlora/8.0.6/tools/admin]
    [062107_091809607][][EXCEPTION] [DEBUG] [DB_HOST]:[prometheus.truecos.com]
    [062107_091809607][][EXCEPTION] [DEBUG] [CUP_TOP]:[d01/oracle/devlappl/cup/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [JTS_TOP]:[d01/oracle/devlappl/jts/11.5.0]
    [062107_091809607][][EXCEPTION] [DEBUG] [HOME]:[home/applmgr]
    [062107_091809608][][EXCEPTION] [DEBUG] [APPLFENV]:[DEVL_prometheus.env]
    [062107_091809608][][EXCEPTION] [DEBUG] [APPLSAV]:[save]
    [062107_091809608][][EXCEPTION] [DEBUG] [BIC_TOP]:[d01/oracle/devlappl/bic/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [FORMS60_LOV_WEIGHT]:[16]
    [062107_091809608][][EXCEPTION] [DEBUG] [FORMS60_BLOCKING_LONGLIST]:[FALSE]
    [062107_091809608][][EXCEPTION] [DEBUG] [IPD_TOP]:[d01/oracle/devlappl/ipd/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [WIP_TOP]:[d01/oracle/devlappl/wip/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [CE_TOP]:[d01/oracle/devlappl/ce/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [ZSA_TOP]:[d01/oracle/devlappl/zsa/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [APPLRGT]:[regress]
    [062107_091809608][][EXCEPTION] [DEBUG] [FRM_TOP]:[d01/oracle/devlappl/frm/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [VEA_TOP]:[d01/oracle/devlappl/vea/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [RHX_TOP]:[d01/oracle/devlappl/rhx/11.5.0]
    [062107_091809608][][EXCEPTION] [DEBUG] [APPL_CPLEX_LICDIR]:[d01/oracle/devlappl/admin/cplex]
    [062107_091809609][][EXCEPTION] [DEBUG] [OKB_TOP]:[d01/oracle/devlappl/okb/11.5.0]
    [062107_091809609][][EXCEPTION] [DEBUG] [APPLINC]:[include]
    [062107_091809609][][EXCEPTION] [DEBUG] [CUA_TOP]:[d01/oracle/devlappl/cua/11.5.0]
    [062107_091809609][][EXCEPTION] [DEBUG] [APPLRGF]:[d01/oracle/devlcomn/rgf/DEVL_prometheus]
    [062107_091809609][][EXCEPTION] [DEBUG] [OAH_TOP]:[d01/oracle/devlcomn]
    [062107_091809609][][EXCEPTION] [DEBUG] [CSE_TOP]:[d01/oracle/devlappl/cse/11.5.0]
    [062107_091809609][][EXCEPTION] [DEBUG] [ORACLE_TERM]:[vt220]
    [062107_091809609][][EXCEPTION] [DEBUG] [APPL_SERVER_ID]:[26A38536E15E1B91E040000A0A7C52FE19410635741979075569405609006925]
    [062107_091809609][][EXCEPTION] [DEBUG] [RLA_TOP]:[d01/oracle/devlappl/rla/11.5.0]
    [062107_091809609][][EXCEPTION] [DEBUG] [RG_TOP]:[d01/oracle/devlappl/rg/11.5.0]
    [062107_091809609][][EXCEPTION] [DEBUG] [CS_TOP]:[d01/oracle/devlappl/cs/11.5.0]
    [062107_091809609][][EXCEPTION] [DEBUG] [CFLAGS]:[$(INCLUDE_FLAGS) -Dlinux -DLINUX -DNLS_ASIA -D_GNU_SOURCE]
    [062107_091809610][][EXCEPTION] [DEBUG] [HXC_TOP]:[d01/oracle/devlappl/hxc/11.5.0]
    [062107_091809610][][EXCEPTION] [DEBUG] [RESP_APPL_ID]:[660]
    [062107_091809610][][EXCEPTION] [DEBUG] [INV_TOP]:[d01/oracle/devlappl/inv/11.5.0]
    [062107_091809610][][EXCEPTION] [DEBUG] [INCLUDE_FLAGS]:[-I. -I$(FND_TOP)/include -I$(ORACLE_HOME)/precomp/public -I$(ORACLE_HOME)/rdbms/demo]
    [062107_091809610][][EXCEPTION] [DEBUG] [FORMS60_TRACE_PATH]:[d01/interfaces/TEST]
    [062107_091809610][][EXCEPTION] [DEBUG] [AF_CLASSPATH]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//lib/dt.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//lib/tools.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//jre/lib/charsets.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//jre/lib/rt.jar:/d01/oracle/devlcomn/java/appsborg2.zip:/d01/oracle/devlcomn/java/apps.zip:/d01/oracle/devlora/8.0.6/forms60/java:/d01/oracle/devlcomn/java]
    [062107_091809610][][EXCEPTION] [DEBUG] [APPLIMG]:[images]
    [062107_091809610][][EXCEPTION] [DEBUG] [IBC_TOP]:[d01/oracle/devlappl/ibc/11.5.0]
    [062107_091809610][][EXCEPTION] [DEBUG] [CSS_TOP]:[d01/oracle/devlappl/css/11.5.0]
    [062107_091809610][][EXCEPTION] [DEBUG] [ASP_TOP]:[d01/oracle/devlappl/asp/11.5.0]
    [062107_091809610][][EXCEPTION] [DEBUG] [AF_JRE_TOP]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/]
    [062107_091809610][][EXCEPTION] [DEBUG] [XNC_TOP]:[d01/oracle/devlappl/xnc/11.5.0]
    [062107_091809611][][EXCEPTION] [DEBUG] [WSM_TOP]:[d01/oracle/devlappl/wsm/11.5.0]
    [062107_091809611][][EXCEPTION] [DEBUG] [APPLREP]:[reports]
    [062107_091809611][][EXCEPTION] [DEBUG] [ENG_TOP]:[d01/oracle/devlappl/eng/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [PQP_TOP]:[d01/oracle/devlappl/pqp/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [CSD_TOP]:[d01/oracle/devlappl/csd/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [WPS_TOP]:[d01/oracle/devlappl/wps/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [APPLREG]:[regress]
    [062107_091809613][][EXCEPTION] [DEBUG] [GMP_TOP]:[d01/oracle/devlappl/gmp/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [062107_091809613][][EXCEPTION] [DEBUG] [FPA_TOP]:[d01/oracle/devlappl/fpa/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [OKO_TOP]:[d01/oracle/devlappl/oko/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [CUN_TOP]:[d01/oracle/devlappl/cun/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [DDD_TOP]:[d01/oracle/devlappl/ddd/11.5.0]
    [062107_091809613][][EXCEPTION] [DEBUG] [CSR_TOP]:[d01/oracle/devlappl/csr/11.5.0]
    [062107_091809614][][EXCEPTION] [DEBUG] [PRINTER]:[noprint]
    [062107_091809614][][EXCEPTION] [DEBUG] [IGF_TOP]:[d01/oracle/devlappl/igf/11.5.0]
    [062107_091809614][][EXCEPTION] [DEBUG] [GMA_TOP]:[d01/oracle/devlappl/gma/11.5.0]
    [062107_091809614][][EXCEPTION] [DEBUG] [APPL_TOP]:[d01/oracle/devlappl]
    [062107_091809614][][EXCEPTION] [DEBUG] [BNE_TOP]:[d01/oracle/devlappl/bne/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [AMW_TOP]:[d01/oracle/devlappl/amw/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [MST_TOP]:[d01/oracle/devlappl/mst/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [PMI_TOP]:[d01/oracle/devlappl/pmi/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [ASO_TOP]:[d01/oracle/devlappl/aso/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [XNB_TOP]:[d01/oracle/devlappl/xnb/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [FND_OLD_ORA_NET2_DESC]:[11,14]
    [062107_091809615][][EXCEPTION] [DEBUG] [IBP_TOP]:[d01/oracle/devlappl/ibp/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [NLS_TERRITORY]:[AMERICA]
    [062107_091809615][][EXCEPTION] [DEBUG] [CSC_TOP]:[d01/oracle/devlappl/csc/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [JG_TOP]:[d01/oracle/devlappl/jg/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [LUSRPRG]:[d01/oracle/devlappl/fnd/11.5.0/usrxit/prglib.o /d01/oracle/devlappl/fnd/11.5.0/usrxit/prgcat.o /d01/oracle/devlappl/fnd/11.5.0/usrxit/EXPROG.o]
    [062107_091809615][][EXCEPTION] [DEBUG] [POS_TOP]:[d01/oracle/devlappl/pos/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [AU_TOP]:[d01/oracle/devlappl/au/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [IEX_TOP]:[d01/oracle/devlappl/iex/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [SHT_TOP]:[d01/oracle/devlappl/sht/11.5.0]
    [062107_091809615][][EXCEPTION] [DEBUG] [XNP_TOP]:[d01/oracle/devlappl/xnp/11.5.0]
    [062107_091809616][][EXCEPTION] [DEBUG] [ORA_NET2_DESC]:[11,14]
    [062107_091809616][][EXCEPTION] [DEBUG] [REQUEST_ID]:[464998]
    [062107_091809616][][EXCEPTION] [DEBUG] [REPORTS60_POST]:[&5556]
    [062107_091809616][][EXCEPTION] [DEBUG] [MWA_TOP]:[d01/oracle/devlappl/mwa/11.5.0]
    [062107_091809617][][EXCEPTION] [DEBUG] [XTR_TOP]:[d01/oracle/devlappl/xtr/11.5.0]
    [062107_091809617][][EXCEPTION] [DEBUG] [IBA_TOP]:[d01/oracle/devlappl/iba/11.5.0]
    [062107_091809617][][EXCEPTION] [DEBUG] [APPLOUT]:[out/DEVL_prometheus]
    [062107_091809617][][EXCEPTION] [DEBUG] [FND_JDBC_STMT_CACHE_SIZE]:[200]
    [062107_091809617][][EXCEPTION] [DEBUG] [RLM_TOP]:[d01/oracle/devlappl/rlm/11.5.0]
    [062107_091809617][][EXCEPTION] [DEBUG] [IPA_TOP]:[d01/oracle/devlappl/ipa/11.5.0]
    [062107_091809618][][EXCEPTION] [DEBUG] [AMV_TOP]:[d01/oracle/devlappl/amv/11.5.0]
    [062107_091809618][][EXCEPTION] [DEBUG] [APPLLOG]:[log/DEVL_prometheus]
    [062107_091809618][][EXCEPTION] [DEBUG] [ASN_TOP]:[d01/oracle/devlappl/asn/11.5.0]
    [062107_091809618][][EXCEPTION] [DEBUG] [AFCPDNR]:[disabled]
    [062107_091809618][][EXCEPTION] [DEBUG] [ITG_TOP]:[d01/oracle/devlappl/itg/11.5.0]
    [062107_091809618][][EXCEPTION] [DEBUG] [GUEST_USER_PWD]:[GUEST/ORACLE]
    [062107_091809619][][EXCEPTION] [DEBUG] [XLE_TOP]:[d01/oracle/devlappl/xle/11.5.0]
    [062107_091809619][][EXCEPTION] [DEBUG] [GWYUID]:[APPLSYSPUB/PUB]
    [062107_091809619][][EXCEPTION] [DEBUG] [PERL5LIB]:[d01/oracle/devlora/iAS/Apache/perl/lib/5.00503:/d01/oracle/devlora/iAS/Apache/perl/lib/site_perl/5.005:/d01/oracle/devlappl/au/11.5.0/perl]
    [062107_091809619][][EXCEPTION] [DEBUG] [IGS_TOP]:[d01/oracle/devlappl/igs/11.5.0]
    [062107_091809619][][EXCEPTION] [DEBUG] [APPLDOC]:[docs]
    [062107_091809619][][EXCEPTION] [DEBUG] [MSD_TOP]:[d01/oracle/devlappl/msd/11.5.0]
    [062107_091809619][][EXCEPTION] [DEBUG] [FII_TOP]:[d01/oracle/devlappl/fii/11.5.0]
    [062107_091809620][][EXCEPTION] [DEBUG] [APPLTMP]:[d01/oracle/devlcomn/temp]
    [062107_091809620][][EXCEPTION] [DEBUG] [CCT_TOP]:[d01/oracle/devlappl/cct/11.5.0]
    [062107_091809620][][EXCEPTION] [DEBUG] [CSP_TOP]:[d01/oracle/devlappl/csp/11.5.0]
    [062107_091809620][][EXCEPTION] [DEBUG] [FTE_TOP]:[d01/oracle/devlappl/fte/11.5.0]
    [062107_091809620][][EXCEPTION] [DEBUG] [JAVA_TOP]:[d01/oracle/devlcomn/java]
    [062107_091809620][][EXCEPTION] [DEBUG] [FORMS60_MAPPING]:[http://prometheus.truecos.com:8004/OA_TEMP]
    [062107_091809620][][EXCEPTION] [DEBUG] [AFJVAPRG]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//bin/java]
    [062107_091809621][][EXCEPTION] [DEBUG] [PV_TOP]:[d01/oracle/devlappl/pv/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [FND_GSMSTARTED]:[1]
    [062107_091809624][][EXCEPTION] [DEBUG] [MSR_TOP]:[d01/oracle/devlappl/msr/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [FORMS60_FORCE_MENU_MNEMONICS]:[0]
    [062107_091809624][][EXCEPTION] [DEBUG] [TNS_ADMIN]:[d01/oracle/devlora/8.0.6/network/admin/DEVL_prometheus]
    [062107_091809624][][EXCEPTION] [DEBUG] [DB_PORT]:[1525]
    [062107_091809624][][EXCEPTION] [DEBUG] [PJM_TOP]:[d01/oracle/devlappl/pjm/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [BIM_TOP]:[d01/oracle/devlappl/bim/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [OAD_TOP]:[d01/oracle/devlcomn]
    [062107_091809624][][EXCEPTION] [DEBUG] [SECURITY_GROUP_ID]:[0]
    [062107_091809624][][EXCEPTION] [DEBUG] [RM]:[rm -f]
    [062107_091809624][][EXCEPTION] [DEBUG] [JE_TOP]:[d01/oracle/devlappl/je/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [FND_JDBC_USABLE_CHECK]:[false]
    [062107_091809624][][EXCEPTION] [DEBUG] [APPLPLS]:[plsql]
    [062107_091809624][][EXCEPTION] [DEBUG] [OA_JRE_TOP]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13]
    [062107_091809624][][EXCEPTION] [DEBUG] [AS_TOP]:[d01/oracle/devlappl/as/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [GCS_TOP]:[d01/oracle/devlappl/gcs/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [IMT_TOP]:[d01/oracle/devlappl/imt/11.5.0]
    [062107_091809624][][EXCEPTION] [DEBUG] [OA_SECURE]:[d01/oracle/devlcomn/secure]
    [062107_091809625][][EXCEPTION] [DEBUG] [NLS_DATE_FORMAT]:[DD-MON-RR]
    [062107_091809625][][EXCEPTION] [DEBUG] [AMF_TOP]:[d01/oracle/devlappl/amf/11.5.0]
    [062107_091809625][][EXCEPTION] [DEBUG] [MSC_TOP]:[d01/oracle/devlappl/msc/11.5.0]
    [062107_091809625][][EXCEPTION] [DEBUG] [OKL_TOP]:[d01/oracle/devlappl/okl/11.5.0]
    [062107_091809625][][EXCEPTION] [DEBUG] [APPLMAIL]:[NONE]
    [062107_091809625][][EXCEPTION] [DEBUG] [LNS_TOP]:[d01/oracle/devlappl/lns/11.5.0]
    [062107_091809626][][EXCEPTION] [DEBUG] [APPLCSF]:[d01/oracle/devlcomn/admin]
    [062107_091809626][][EXCEPTION] [DEBUG] [APPLORC]:[ar60run]
    [062107_091809626][][EXCEPTION] [DEBUG] [APPLORB]:[ar60runb]
    [062107_091809627][][EXCEPTION] [DEBUG] [IGC_TOP]:[d01/oracle/devlappl/igc/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [ONT_TOP]:[d01/oracle/devlappl/ont/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [AD_TOP]:[d01/oracle/devlappl/ad/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [EAA_TOP]:[d01/oracle/devlappl/eaa/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [ASL_TOP]:[d01/oracle/devlappl/asl/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [ORG_ID]:[101]
    [062107_091809627][][EXCEPTION] [DEBUG] [APPLSQL]:[sql]
    [062107_091809627][][EXCEPTION] [DEBUG] [ZPB_TOP]:[d01/oracle/devlappl/zpb/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [NLS_LANG]:[American_America.WE8ISO8859P15]
    [062107_091809627][][EXCEPTION] [DEBUG] [BIL_TOP]:[d01/oracle/devlappl/bil/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [CN_TOP]:[d01/oracle/devlappl/cn/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [GML_TOP]:[d01/oracle/devlappl/gml/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [AR_TOP]:[d01/oracle/devlappl/ar/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [IEU_TOP]:[d01/oracle/devlappl/ieu/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [LUSRSRW]:[d01/oracle/devlappl/fnd/11.5.0/usrxit/xirusr.o]
    [062107_091809627][][EXCEPTION] [DEBUG] [XNM_TOP]:[d01/oracle/devlappl/xnm/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [FV_TOP]:[d01/oracle/devlappl/fv/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [ABM_TOP]:[d01/oracle/devlappl/abm/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [CLN_TOP]:[d01/oracle/devlappl/cln/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [FORMS60_SESSION]:[TRUE]
    [062107_091809627][][EXCEPTION] [DEBUG] [JTM_TOP]:[d01/oracle/devlappl/jtm/11.5.0]
    [062107_091809627][][EXCEPTION] [DEBUG] [FNDSM_SCRIPT]:[d01/oracle/devlcomn/admin/scripts/DEVL_prometheus/gsmstart.sh]
    [062107_091809627][][EXCEPTION] [DEBUG] [APPS_JDBC_DRIVER_TYPE]:[THIN]
    [062107_091809628][][EXCEPTION] [DEBUG] [APPLGRAF]:[graphs]
    [062107_091809628][][EXCEPTION] [DEBUG] [CRP_TOP]:[d01/oracle/devlappl/crp/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [POA_TOP]:[d01/oracle/devlappl/poa/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [CHV_TOP]:[d01/oracle/devlappl/chv/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [SPCCHANL]:[ ]
    [062107_091809628][][EXCEPTION] [DEBUG] [AMS_TOP]:[d01/oracle/devlappl/ams/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [AF_LD_LIBRARY_PATH]:[d01/oracle/devlora/iAS/lib:/d01/oracle/devlora/8.0.6/network/jre11/lib/i686/native_threads:/d01/oracle/devlora/8.0.6/network/jre11/lib/linux/native_threads:/d01/oracle/devlappl/cz/11.5.0/bin:/d01/oracle/devlora/8.0.6/lib:/usr/X11R6/lib:/usr/openwin/lib]
    [062107_091809628][][EXCEPTION] [DEBUG] [IAS_ORACLE_HOME]:[d01/oracle/devlora/iAS]
    [062107_091809628][][EXCEPTION] [DEBUG] [MCS]:[echo mcs]
    [062107_091809628][][EXCEPTION] [DEBUG] [WSH_TOP]:[d01/oracle/devlappl/wsh/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [REPORTS60_PRE]:[&5555]
    [062107_091809628][][EXCEPTION] [DEBUG] [PAY_TOP]:[d01/oracle/devlappl/pay/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [FORMS60_LOV_INITIAL]:[5000]
    [062107_091809628][][EXCEPTION] [DEBUG] [BOM_TOP]:[d01/oracle/devlappl/bom/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [FNDREVIVERPID]:[d01/oracle/devlappl/fnd/11.5.0/log/reviver.sh_DEVL_prometheus.pid]
    [062107_091809628][][EXCEPTION] [DEBUG] [DB_ID]:[devl]
    [062107_091809628][][EXCEPTION] [DEBUG] [FORMS60_DISABLE_UNPAD_LOV]:[FALSE]
    [062107_091809628][][EXCEPTION] [DEBUG] [ICX_TOP]:[d01/oracle/devlappl/icx/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [APPCPNAM]:[REQID]
    [062107_091809628][][EXCEPTION] [DEBUG] [APPLLIB]:[lib]
    [062107_091809628][][EXCEPTION] [DEBUG] [CUI_TOP]:[d01/oracle/devlappl/cui/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [HRI_TOP]:[d01/oracle/devlappl/hri/11.5.0]
    [062107_091809628][][EXCEPTION] [DEBUG] [CSM_TOP]:[d01/oracle/devlappl/csm/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [CONTEXT_FILE]:[d01/oracle/devlappl/admin/DEVL_prometheus.xml]
    [062107_091809629][][EXCEPTION] [DEBUG] [FND_MAX_JDBC_CONNECTIONS]:[500]
    [062107_091809629][][EXCEPTION] [DEBUG] [ECX_TOP]:[d01/oracle/devlappl/ecx/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [RCM_TOP]:[d01/oracle/devlappl/rcm/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [DBC_FILE_PATH]:[d01/oracle/devlappl/fnd/11.5.0/secure/DEVL_prometheus/devl.dbc]
    [062107_091809629][][EXCEPTION] [DEBUG] [FORMS60_NONBLOCKING_SLEEP]:[100]
    [062107_091809629][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [062107_091809629][][EXCEPTION] [DEBUG] [MSO_TOP]:[d01/oracle/devlappl/mso/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [IMC_TOP]:[d01/oracle/devlappl/imc/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [OKX_TOP]:[d01/oracle/devlappl/okx/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [FF_TOP]:[d01/oracle/devlappl/ff/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [XLA_TOP]:[d01/oracle/devlappl/xla/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [REPORTS60_NO_DUMMY_PRINTER]:[YES]
    [062107_091809629][][EXCEPTION] [DEBUG] [FUN_TOP]:[d01/oracle/devlappl/fun/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [PATH]:[d01/oracle/devlora/iAS/Apache/perl/bin:/d01/oracle/devlora/8.0.6/bin:/d01/oracle/devlappl/fnd/11.5.0/bin:/d01/oracle/devlappl/ad/11.5.0/bin:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/bin:/d01/oracle/devlcomn/util/unzip/unzip/unzip-5.50::/d01/oracle/devlora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/usr/ccs/bin:/bin]
    [062107_091809629][][EXCEPTION] [DEBUG] [PON_TOP]:[d01/oracle/devlappl/pon/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [OLDPWD]:[home/applmgr]
    [062107_091809629][][EXCEPTION] [DEBUG] [FORMS60_REJECT_GO_DISABLED_ITEM]:[0]
    [062107_091809629][][EXCEPTION] [DEBUG] [AP_TOP]:[d01/oracle/devlappl/ap/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [IES_TOP]:[d01/oracle/devlappl/ies/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [EAM_TOP]:[d01/oracle/devlappl/eam/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [WMS_TOP]:[d01/oracle/devlappl/wms/11.5.0]
    [062107_091809629][][EXCEPTION] [DEBUG] [VEH_TOP]:[d01/oracle/devlappl/veh/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [GR_TOP]:[d01/oracle/devlappl/gr/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [EGO_TOP]:[d01/oracle/devlappl/ego/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [OKI_TOP]:[d01/oracle/devlappl/oki/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [IBY_TOP]:[d01/oracle/devlappl/iby/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [EVM_TOP]:[d01/oracle/devlappl/evm/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [BIX_TOP]:[d01/oracle/devlappl/bix/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [APPLRSC]:[resource]
    [062107_091809630][][EXCEPTION] [DEBUG] [CSL_TOP]:[d01/oracle/devlappl/csl/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [AHM_TOP]:[d01/oracle/devlappl/ahm/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [CZ_TOP]:[d01/oracle/devlappl/cz/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [FEM_TOP]:[d01/oracle/devlappl/fem/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [QP_TOP]:[d01/oracle/devlappl/qp/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [LUSRLIB]:[d01/oracle/devlappl/fnd/11.5.0/usrxit/libusr.a]
    [062107_091809630][][EXCEPTION] [DEBUG] [NLS_NUMERIC_CHARACTERS]:[.,]
    [062107_091809630][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [062107_091809630][][EXCEPTION] [DEBUG] [FLM_TOP]:[d01/oracle/devlappl/flm/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [USER_ID]:[1194]
    [062107_091809630][][EXCEPTION] [DEBUG] [TOOLS_CONFIG_HOME]:[d01/oracle/devlora/8.0.6]
    [062107_091809630][][EXCEPTION] [DEBUG] [MRP_TOP]:[d01/oracle/devlappl/mrp/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [FND_SECURE]:[d01/oracle/devlappl/fnd/11.5.0/secure/DEVL_prometheus]
    [062107_091809630][][EXCEPTION] [DEBUG] [DISPLAY]:[prometheus:0.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [BSC_TOP]:[d01/oracle/devlappl/bsc/11.5.0]
    [062107_091809630][][EXCEPTION] [DEBUG] [PJI_TOP]:[d01/oracle/devlappl/pji/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [JA_TOP]:[d01/oracle/devlappl/ja/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [POM_TOP]:[d01/oracle/devlappl/pom/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [GMI_TOP]:[d01/oracle/devlappl/gmi/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [QA_TOP]:[d01/oracle/devlappl/qa/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [OE_TOP]:[d01/oracle/devlappl/oe/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [APPLFRM]:[forms]
    [062107_091809631][][EXCEPTION] [DEBUG] [CUG_TOP]:[d01/oracle/devlappl/cug/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [XDP_TOP]:[d01/oracle/devlappl/xdp/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [OZF_TOP]:[d01/oracle/devlappl/ozf/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [ORACLE_SID]:[FNDSM]
    [062107_091809631][][EXCEPTION] [DEBUG] [AHL_TOP]:[d01/oracle/devlappl/ahl/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [REPORTS60_TMP]:[d01/oracle/devlcomn/temp]
    [062107_091809631][][EXCEPTION] [DEBUG] [LUSRIAP]:[d01/oracle/devlappl/fnd/11.5.0/usrxit/xitusr.o]
    [062107_091809631][][EXCEPTION] [DEBUG] [IEC_TOP]:[d01/oracle/devlappl/iec/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [ALR_TOP]:[d01/oracle/devlappl/alr/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [XXTRU_TOP]:[d01/oracle/devlappl/xxtru/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [ADJRIOPTS]:[-mx512m]
    [062107_091809631][][EXCEPTION] [DEBUG] [OA_JAVA]:[d01/oracle/devlcomn/java]
    [062107_091809631][][EXCEPTION] [DEBUG] [SHLVL]:[0]
    [062107_091809631][][EXCEPTION] [DEBUG] [ISC_TOP]:[d01/oracle/devlappl/isc/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [PQH_TOP]:[d01/oracle/devlappl/pqh/11.5.0]
    [062107_091809631][][EXCEPTION] [DEBUG] [CLASSPATH]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/rt.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/lib/dt.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/lib/tools.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/charsets.jar:/d01/oracle/devlcomn/java/appsborg2.zip:/d01/oracle/devlora/8.0.6/forms60/java:/d01/oracle/devlcomn/java]
    [062107_091809632][][EXCEPTION] [DEBUG] [ADPERLPRG]:[d01/oracle/devlora/iAS/Apache/perl/bin/perl]
    [062107_091809632][][EXCEPTION] [DEBUG] [FORMS60_WEB_CONFIG_FILE]:[d01/oracle/devlcomn/html/bin/appsweb_DEVL_prometheus.cfg]
    [062107_091809632][][EXCEPTION] [DEBUG] [PER_TOP]:[d01/oracle/devlappl/per/11.5.0]
    [062107_091809632][][EXCEPTION] [DEBUG] [XNI_TOP]:[d01/oracle/devlappl/xni/11.5.0]
    [062107_091809632][][EXCEPTION] [DEBUG] [NLS_LANGUAGE]:[AMERICAN]
    [062107_091809632][][EXCEPTION] [DEBUG] [CUF_TOP]:[d01/oracle/devlappl/cuf/11.5.0]
    [062107_091809632][][EXCEPTION] [DEBUG] [FORMS60_MESSAGE_ENCRYPTION]:[TRUE]
    [062107_091809632][][EXCEPTION] [DEBUG] [XDO_TOP]:[d01/oracle/devlappl/xdo/11.5.0]
    [062107_091809632][][EXCEPTION] [DEBUG] [GHR_TOP]:[d01/oracle/devlappl/ghr/11.5.0]
    [062107_091809632][][EXCEPTION] [DEBUG] [OAM_TOP]:[d01/oracle/devlcomn/java/oracle/apps]
    [062107_091809633][][EXCEPTION] [DEBUG] [BIV_TOP]:[d01/oracle/devlappl/biv/11.5.0]
    [062107_091809633][][EXCEPTION] [DEBUG] [PCC]:[$(ORACLE_HOME)/bin/proc]
    [062107_091809633][][EXCEPTION] [DEBUG] [QOT_TOP]:[d01/oracle/devlappl/qot/11.5.0]
    [062107_091809633][][EXCEPTION] [DEBUG] [IEB_TOP]:[d01/oracle/devlappl/ieb/11.5.0]
    [062107_091809633][][EXCEPTION] [DEBUG] [ASG_TOP]:[d01/oracle/devlappl/asg/11.5.0]
    [062107_091809633][][EXCEPTION] [DEBUG] [REPORTS60_PATH]:[d01/oracle/devlappl/au/11.5.0/plsql:/d01/oracle/devlappl/fnd/11.5.0/reports:/d01/oracle/devlappl/au/11.5.0/reports:/d01/oracle/devlappl/au/11.5.0/graphs:/d01/oracle/devlora/8.0.6/reports60/admin/printer]
    [062107_091809633][][EXCEPTION] [DEBUG] [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [062107_091809633][][EXCEPTION] [DEBUG] [OZS_TOP]:[d01/oracle/devlappl/ozs/11.5.0]
    [062107_091809633][][EXCEPTION] [DEBUG] [APPLDCP]:[ON]
    [062107_091809633][][EXCEPTION] [DEBUG] [ZX_TOP]:[d01/oracle/devlappl/zx/11.5.0]
    [062107_091809639][][EXCEPTION] [DEBUG] [REPORTS60_SERVER_CONFDIR]:[d01/oracle/devlora/8.0.6/reports60/server]
    [062107_091809639][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [062107_091809639][][EXCEPTION] [DEBUG] [java.runtime.name]:[Java(TM) 2 Runtime Environment, Standard Edition]
    [062107_091809639][][EXCEPTION] [DEBUG] [sun.boot.library.path]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/i386]
    [062107_091809639][][EXCEPTION] [DEBUG] [java.vm.version]:[1.4.2_13-b06]
    [062107_091809639][][EXCEPTION] [DEBUG] [OVERRIDE_DBC]:[true]
    [062107_091809639][][EXCEPTION] [DEBUG] [dbcfile]:[d01/oracle/devlappl/fnd/11.5.0/secure/DEVL_prometheus/devl.dbc]
    [062107_091809639][][EXCEPTION] [DEBUG] [java.vm.vendor]:[Sun Microsystems Inc.]
    [062107_091809639][][EXCEPTION] [DEBUG] [java.vendor.url]:[http://java.sun.com/]
    [062107_091809639][][EXCEPTION] [DEBUG] [path.separator]:[:]
    [062107_091809639][][EXCEPTION] [DEBUG] [java.vm.name]:[Java HotSpot(TM) Client VM]
    [062107_091809639][][EXCEPTION] [DEBUG] [file.encoding.pkg]:[sun.io]
    [062107_091809639][][EXCEPTION] [DEBUG] [user.country]:[US]
    [062107_091809639][][EXCEPTION] [DEBUG] [sun.os.patch.level]:[unknown]
    [062107_091809639][][EXCEPTION] [DEBUG] [java.vm.specification.name]:[Java Virtual Machine Specification]
    [062107_091809640][][EXCEPTION] [DEBUG] [user.dir]:[d01/oracle/devlcomn/admin/log/DEVL_prometheus]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.runtime.version]:[1.4.2_13-b06]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.awt.graphicsenv]:[sun.awt.X11GraphicsEnvironment]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.endorsed.dirs]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/endorsed]
    [062107_091809640][][EXCEPTION] [DEBUG] [os.arch]:[i386]
    [062107_091809640][][EXCEPTION] [DEBUG] [JTFDBCFILE]:[d01/oracle/devlappl/fnd/11.5.0/secure/DEVL_prometheus/devl.dbc]
    [062107_091809640][][EXCEPTION] [DEBUG] [request.requestid]:[464998]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.io.tmpdir]:[tmp]
    [062107_091809640][][EXCEPTION] [DEBUG] [line.separator]:[
    [062107_091809640][][EXCEPTION] [DEBUG] [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [062107_091809640][][EXCEPTION] [DEBUG] [os.name]:[Linux]
    [062107_091809640][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MIN]:[1]
    [062107_091809640][][EXCEPTION] [DEBUG] [sun.java2d.fontpath]:[]
    [062107_091809640][][EXCEPTION] [DEBUG] [request.logfile]:[d01/oracle/devlcomn/admin/log/DEVL_prometheus/l464998.req]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.library.path]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/i386/client:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/i386:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/../lib/i386:/d01/oracle/devlora/iAS/lib:/d01/oracle/devlora/8.0.6/network/jre11/lib/i686/native_threads:/d01/oracle/devlora/8.0.6/network/jre11/lib/linux/native_threads:/d01/oracle/devlappl/cz/11.5.0/bin:/d01/oracle/devlora/8.0.6/lib:/usr/X11R6/lib:/usr/openwin/lib]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.specification.name]:[Java Platform API Specification]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.class.version]:[48.0]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.util.prefs.PreferencesFactory]:[java.util.prefs.FileSystemPreferencesFactory]
    [062107_091809640][][EXCEPTION] [DEBUG] [os.version]:[2.6.9-42.0.10.ELsmp]
    [062107_091809640][][EXCEPTION] [DEBUG] [FND_JDBC_CONTEXT_CHECK]:[FALSE]
    [062107_091809640][][EXCEPTION] [DEBUG] [user.home]:[home/applmgr]
    [062107_091809640][][EXCEPTION] [DEBUG] [user.timezone]:[America/Denver]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.awt.printerjob]:[sun.print.PSPrinterJob]
    [062107_091809640][][EXCEPTION] [DEBUG] [file.encoding]:[ANSI_X3.4-1968]
    [062107_091809640][][EXCEPTION] [DEBUG] [java.specification.version]:[1.4]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.class.path]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//lib/dt.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//lib/tools.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//jre/lib/charsets.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13//jre/lib/rt.jar:/d01/oracle/devlcomn/java/appsborg2.zip:/d01/oracle/devlcomn/java/apps.zip:/d01/oracle/devlora/8.0.6/forms60/java:/d01/oracle/devlcomn/java]
    [062107_091809641][][EXCEPTION] [DEBUG] [user.name]:[applmgr]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.vm.specification.version]:[1.0]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.home]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre]
    [062107_091809641][][EXCEPTION] [DEBUG] [sun.arch.data.model]:[32]
    [062107_091809641][][EXCEPTION] [DEBUG] [user.language]:[en]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.specification.vendor]:[Sun Microsystems Inc.]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.vm.info]:[mixed mode]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.version]:[1.4.2_13]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.ext.dirs]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/ext]
    [062107_091809641][][EXCEPTION] [DEBUG] [sun.boot.class.path]:[d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/rt.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/i18n.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/sunrsasign.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/jsse.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/jce.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/lib/charsets.jar:/d01/oracle/devlcomn/util/java/1.4/j2sdk1.4.2_13/jre/classes]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.vendor]:[Sun Microsystems Inc.]
    [062107_091809641][][EXCEPTION] [DEBUG] [FND_JDBC_BUFFER_MAX]:[2]
    [062107_091809641][][EXCEPTION] [DEBUG] [file.separator]:[]
    [062107_091809641][][EXCEPTION] [DEBUG] [java.vendor.url.bug]:[http://java.sun.com/cgi-bin/bugreport.cgi]
    [062107_091809641][][EXCEPTION] [DEBUG] [sun.io.unicode.encoding]:[UnicodeLittle]
    [062107_091809641][][EXCEPTION] [DEBUG] [sun.cpu.endian]:[little]
    [062107_091809641][][EXCEPTION] [DEBUG] [sun.cpu.isalist]:[]
    --XDOException
    java.lang.reflect.InvocationTargetException
    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:324)
    at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:520)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:196)
    at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:161)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1015)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:968)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:209)
    at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1561)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:951)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5975)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3555)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3614)
    at oracle.apps.xdo.oa.cp.JCP4XMLPublisher.runProgram(JCP4XMLPublisher.java:815)
    at oracle.apps.fnd.cp.request.Run.main(Run.java:148)
    Caused by: java.io.IOException: Root problem: oracle.apps.xdo.XDOException:No corresponding LOB data found :SELECT L.FILE_DATA FILE_DATA, DBMS_LOB.GETLENGTH(L.FILE_DATA) FILE_LENGTH, L.LANGUAGE LANGUAGE, L.TERRITORY TERRITORY, B.DEFAULT_LANGUAGE DEFAULT_LANGUAGE, B.DEFAULT_TERRITORY DEFAULT_TERRITORY,B.TEMPLATE_TYPE_CODE TEMPLATE_TYPE_CODE, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.START_DATE START_DATE, B.END_DATE END_DATE, B.TEMPLATE_STATUS TEMPLATE_STATUS, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.DS_APP_SHORT_NAME DS_APP_SHORT_NAME, B.DATA_SOURCE_CODE DATA_SOURCE_CODE, L.LOB_TYPE LOB_TYPE FROM XDO_LOBS L, XDO_TEMPLATES_B B WHERE (L.LOB_TYPE = 'TEMPLATE' OR L.LOB_TYPE = 'MLS_TEMPLATE') AND L.APPLICATION_SHORT_NAME= :1 AND L.LOB_CODE = :2 AND L.APPLICATION_SHORT_NAME = B.APPLICATION_SHORT_NAME AND L.LOB_CODE = B.TEMPLATE_CODE AND ( (L.LANGUAGE = :3 AND L.TERRITORY = :4 ) OR (L.LANGUAGE = :5 AND L.TER
    RITORY = :6) OR (L.LANGUAGE= B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ) )
    at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:782)
    at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:564)
    ... 17 more
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 21-JUN-2007 09:18:11
    ---------------------------------------------------------------------------

    Hi
    the error in the CM log is caused by the java code not being able to find the template file in the template manager. Please ensure the main and subtemplates are loaded to the instance correctly.
    I think the first error is similar just a little more cryptic.
    Regards
    tim

  • An error occurred creating the form (task 327, form 0). (ALC-WKS-007-040)

    Hello All,
    I know that there have been quite a few discussion on this but none of them seem to correlate to the set up that I have. I am currently using an xdp form and an xml variable. This error occurs when I attempt to start the process via workspace. In my action profile for the process I am using:
    /Process Management (system)/1.0/Render PDF Form.process
    /Process Management (system)/1.0/Submit PDF Form.process
    Below is the server error log. If anyone can help me with this it would be greatly appreciated.
    2013-09-04 03:00:00,017 INFO  [com.adobe.idp.um.scheduler.DirectorySyncJob] (SimpleThreadPoolWorker-3) Directory synch triggered due to cron job failed to start because some other job is running. Current job has been put in queue now and will run once that job completes.
    2013-09-04 03:00:00,048 INFO  [com.adobe.idp.um.scheduler.AbstractClusterJob] (SimpleThreadPoolWorker-3) Acquired the lock, proceeding with completing the job.
    2013-09-04 04:00:00,047 INFO  [com.adobe.idp.um.scheduler.AutoCreateDynamicGroupJob] (SimpleThreadPoolWorker-4) AutoCreation Not Enabled
    2013-09-04 07:42:51,795 ERROR [com.adobe.workflow.AWS] (http-0.0.0.0-8080-9) An exception was thrown with name java.lang.NoClassDefFoundError message:com/adobe/formServer/SnapIn/PDFForm/PDFFormCache while invoking service FormsService and operation renderPDFForm and no fault routes were found to be configured.
    2013-09-04 07:42:52,155 ERROR [LCDS.Message.General] (http-0.0.0.0-8080-9) Exception when invoking service 'remoting-service': flex.messaging.MessageException: com.adobe.idp.dsc.DSCInvocationException : Invocation error. : com.adobe.livecycle.processmanagement.client.ProcessManagementException: ALC-WKS-005-028: A problem occurred in the Render Service for Task "325".  Please review the render orchestration for this process.
      incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
        operation = render
        clientId = 29B5D11D-DE16-4435-B7D2-7FE2FBE095EA
        destination = ProcessManagementTaskService
        messageId = 34C848CF-5212-B977-F2F9-E969B12F541E
        timestamp = 1378305769889
        timeToLive = 0
        body =
          {taskId=325, taskItemIndex=0, params={browserLocale=en-US,en;q=0.8, acroClientType=, acrobatVersion=11}}
        hdr(DSId) = 28D139CA-5F54-44B3-ABE6-CEA4DC21FF6B
        hdr(DSEndpoint) = remoting-amf
      Exception: flex.messaging.MessageException: com.adobe.idp.dsc.DSCInvocationException : Invocation error. : com.adobe.livecycle.processmanagement.client.ProcessManagementException: ALC-WKS-005-028: A problem occurred in the Render Service for Task "325".  Please review the render orchestration for this process.
              at com.adobe.idp.dsc.provider.impl.lcr.ServiceInvoker.createFlexExcepFromLCExcep(ServiceInvo ker.java:162)
              at com.adobe.idp.dsc.provider.impl.lcr.ServiceInvoker.createFlexExcepFromLCExcep(ServiceInvo ker.java:138)
              at com.adobe.idp.dsc.provider.impl.lcr.AdobeGeneralRemotingProvider.invoke(AdobeGeneralRemot ingProvider.java:316)
              at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)
              at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1465)
              at flex.messaging.AsyncMessageBroker.routeMessageToService(AsyncMessageBroker.java:553)
              at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:1041)
              at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:103)
              at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
              at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
              at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
              at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:192)
              at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:330)
              at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:376)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
              at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:86)
              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
              at com.adobe.idp.dsc.provider.impl.lcr.RemotingCookieSSOFilter.doFilter(RemotingCookieSSOFil ter.java:130)
              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
              at com.adobe.idp.dsc.provider.impl.lcr.RemotingSSOFilter.doFilter(RemotingSSOFilter.java:77)
              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
              at com.adobe.idp.um.auth.filter.PortalSSOFilter.doFilter(PortalSSOFilter.java:91)
              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
              at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
              at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
              at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
              at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:183)
              at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
              at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEs tablishmentValve.java:126)
              at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEst ablishmentValve.java:70)
              at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
              at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
              at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 158)
              at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
              at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
              at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
              at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:598)
              at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)
              at java.lang.Thread.run(Thread.java:662)
    Caused by: ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
              at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:152)
              at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:227)
              at sun.reflect.GeneratedMethodAccessor750.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.jboss.invocation.Invocation.performCall(Invocation.java:386)
              at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:233)
              at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:156)
              at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:173)
              at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
              at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
              at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
              at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
              at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:228)
              at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:211)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java :97)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.invoke(PreSecurityInterceptor.java: 81)
              at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
              at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
              at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:650)
              at org.jboss.ejb.Container.invoke(Container.java:1092)
              at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:436)
              at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
              at $Proxy292.doSupports(Unknown Source)
              at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:165)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
              at com.adobe.idp.dsc.provider.impl.lcr.AdobeGeneralRemotingProvider.invoke(AdobeGeneralRemot ingProvider.java:281)
              ... 44 more
    Caused by: com.adobe.livecycle.processmanagement.client.ProcessManagementException: ALC-WKS-005-028: A problem occurred in the Render Service for Task "325".  Please review the render orchestration for this process.
              at com.adobe.livecycle.processmanagement.services.impl.ProcessManagementTaskServiceImpl.rend er(ProcessManagementTaskServiceImpl.java:928)
              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:597)
              at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
              ... 86 more
    Caused by: com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException: Error Invoking render Operation For (taskId, formId):(325 ,0).  Error Message is:
    com/adobe/formServer/SnapIn/PDFForm/PDFFormCache
              at com.adobe.formServer.SnapIn.PDFForm.PDFForm.cacheEnabled(PDFForm.java:397)
              at com.adobe.formServer.Controller.doRender(Controller.java:600)
              at com.adobe.formServer.Controller.render(Controller.java:140)
              at com.adobe.formServer.FormServer.renderForm(FormServer.java:214)
              at com.adobe.formServer.FormServer.renderForm(FormServer.java:281)
              at com.adobe.formServer.docservice.FormsDocService.renderForm(FormsDocService.java:558)
              at com.adobe.formServer.docservice.FormsDocService.renderForm(FormsDocService.java:497)
              at com.adobe.formServer.docservice.FormsDocService.renderPDFFormCommonCaller(FormsDocService .java:186)
              at com.adobe.formServer.docservice.FormsDocService.renderPDFForm(FormsDocService.java:152)
              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:597)
              at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
              at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequired(Ej bTransactionCMTAdapterBean.java:274)
              at sun.reflect.GeneratedMethodAccessor550.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.jboss.invocation.Invocation.performCall(Invocation.java:386)
              at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:233)
              at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:156)
              at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:173)
              at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
              at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
              at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
              at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
              at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:228)
              at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:211)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java :97)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.invoke(PreSecurityInterceptor.java: 81)
              at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
              at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
              at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:650)
              at org.jboss.ejb.Container.invoke(Container.java:1092)
              at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:436)
              at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
              at $Proxy292.doRequired(Unknown Source)
              at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:129)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
              at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:131)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
              at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:22 5)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
              at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
              at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:893)
              at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvoke(WorkflowDSCInvoker. java:350)
              at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:158)
              at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew (EjbTransactionCMTAdapterBean.java:299)
              at sun.reflect.GeneratedMethodAccessor548.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.jboss.invocation.Invocation.performCall(Invocation.java:386)
              at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:233)
              at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:156)
              at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:173)
              at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
              at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
              at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:404)
              at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
              at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:228)
              at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:211)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java :97)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.invoke(PreSecurityInterceptor.java: 81)
              at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
              at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
              at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:650)
              at org.jboss.ejb.Container.invoke(Container.java:1092)
              at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:436)
              at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
              at $Proxy292.doRequiresNew(Unknown Source)
              at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:143)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
              at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:131)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
              at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:22 5)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
              at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
              at com.adobe.idp.taskmanager.dsc.service.TaskManagerServiceImpl.renderForm(TaskManagerServic eImpl.java:5271)
              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:597)
              at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
              at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew (EjbTransactionCMTAdapterBean.java:299)
              at sun.reflect.GeneratedMethodAccessor548.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.jboss.invocation.Invocation.performCall(Invocation.java:386)
              at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:233)
              at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:156)
              at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:173)
              at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
              at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
              at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:404)
              at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
              at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:228)
              at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:211)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java :97)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.invoke(PreSecurityInterceptor.java: 81)
              at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
              at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
              at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:650)
              at org.jboss.ejb.Container.invoke(Container.java:1092)
              at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:436)
              at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
              at $Proxy292.doRequiresNew(Unknown Source)
              at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:143)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:165)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
              at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:131)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
              at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:22 5)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
              at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
              at com.adobe.idp.taskmanager.dsc.client.TypedTaskManagerService.invokeWithRetry2(TypedTaskMa nagerService.java:160)
              at com.adobe.idp.taskmanager.dsc.client.TypedTaskManagerService.invokeWithRetry(TypedTaskMan agerService.java:148)
              at com.adobe.idp.taskmanager.dsc.client.TypedTaskManagerService.callRenderService(TypedTaskM anagerService.java:1518)
              at com.adobe.livecycle.processmanagement.services.impl.ProcessManagementTaskServiceImpl.rend er(ProcessManagementTaskServiceImpl.java:893)
              ... 91 more
    Thanks,

    Hello All,
    I know that there have been quite a few discussion on this but none of them seem to correlate to the set up that I have. I am currently using an xdp form and an xml variable. This error occurs when I attempt to start the process via workspace. In my action profile for the process I am using:
    /Process Management (system)/1.0/Render PDF Form.process
    /Process Management (system)/1.0/Submit PDF Form.process
    Below is the server error log. If anyone can help me with this it would be greatly appreciated.
    2013-09-04 03:00:00,017 INFO  [com.adobe.idp.um.scheduler.DirectorySyncJob] (SimpleThreadPoolWorker-3) Directory synch triggered due to cron job failed to start because some other job is running. Current job has been put in queue now and will run once that job completes.
    2013-09-04 03:00:00,048 INFO  [com.adobe.idp.um.scheduler.AbstractClusterJob] (SimpleThreadPoolWorker-3) Acquired the lock, proceeding with completing the job.
    2013-09-04 04:00:00,047 INFO  [com.adobe.idp.um.scheduler.AutoCreateDynamicGroupJob] (SimpleThreadPoolWorker-4) AutoCreation Not Enabled
    2013-09-04 07:42:51,795 ERROR [com.adobe.workflow.AWS] (http-0.0.0.0-8080-9) An exception was thrown with name java.lang.NoClassDefFoundError message:com/adobe/formServer/SnapIn/PDFForm/PDFFormCache while invoking service FormsService and operation renderPDFForm and no fault routes were found to be configured.
    2013-09-04 07:42:52,155 ERROR [LCDS.Message.General] (http-0.0.0.0-8080-9) Exception when invoking service 'remoting-service': flex.messaging.MessageException: com.adobe.idp.dsc.DSCInvocationException : Invocation error. : com.adobe.livecycle.processmanagement.client.ProcessManagementException: ALC-WKS-005-028: A problem occurred in the Render Service for Task "325".  Please review the render orchestration for this process.
      incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
        operation = render
        clientId = 29B5D11D-DE16-4435-B7D2-7FE2FBE095EA
        destination = ProcessManagementTaskService
        messageId = 34C848CF-5212-B977-F2F9-E969B12F541E
        timestamp = 1378305769889
        timeToLive = 0
        body =
          {taskId=325, taskItemIndex=0, params={browserLocale=en-US,en;q=0.8, acroClientType=, acrobatVersion=11}}
        hdr(DSId) = 28D139CA-5F54-44B3-ABE6-CEA4DC21FF6B
        hdr(DSEndpoint) = remoting-amf
      Exception: flex.messaging.MessageException: com.adobe.idp.dsc.DSCInvocationException : Invocation error. : com.adobe.livecycle.processmanagement.client.ProcessManagementException: ALC-WKS-005-028: A problem occurred in the Render Service for Task "325".  Please review the render orchestration for this process.
              at com.adobe.idp.dsc.provider.impl.lcr.ServiceInvoker.createFlexExcepFromLCExcep(ServiceInvo ker.java:162)
              at com.adobe.idp.dsc.provider.impl.lcr.ServiceInvoker.createFlexExcepFromLCExcep(ServiceInvo ker.java:138)
              at com.adobe.idp.dsc.provider.impl.lcr.AdobeGeneralRemotingProvider.invoke(AdobeGeneralRemot ingProvider.java:316)
              at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)
              at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1465)
              at flex.messaging.AsyncMessageBroker.routeMessageToService(AsyncMessageBroker.java:553)
              at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:1041)
              at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:103)
              at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
              at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
              at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
              at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:192)
              at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:330)
              at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:376)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
              at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:86)
              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
              at com.adobe.idp.dsc.provider.impl.lcr.RemotingCookieSSOFilter.doFilter(RemotingCookieSSOFil ter.java:130)
              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
              at com.adobe.idp.dsc.provider.impl.lcr.RemotingSSOFilter.doFilter(RemotingSSOFilter.java:77)
              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
              at com.adobe.idp.um.auth.filter.PortalSSOFilter.doFilter(PortalSSOFilter.java:91)
              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
              at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
              at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
              at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
              at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
              at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
              at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:183)
              at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
              at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEs tablishmentValve.java:126)
              at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEst ablishmentValve.java:70)
              at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
              at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
              at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 158)
              at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
              at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
              at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
              at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:598)
              at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)
              at java.lang.Thread.run(Thread.java:662)
    Caused by: ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
              at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:152)
              at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:227)
              at sun.reflect.GeneratedMethodAccessor750.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.jboss.invocation.Invocation.performCall(Invocation.java:386)
              at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:233)
              at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:156)
              at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:173)
              at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
              at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
              at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
              at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
              at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:228)
              at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:211)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java :97)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.invoke(PreSecurityInterceptor.java: 81)
              at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
              at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
              at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:650)
              at org.jboss.ejb.Container.invoke(Container.java:1092)
              at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:436)
              at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
              at $Proxy292.doSupports(Unknown Source)
              at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:165)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
              at com.adobe.idp.dsc.provider.impl.lcr.AdobeGeneralRemotingProvider.invoke(AdobeGeneralRemot ingProvider.java:281)
              ... 44 more
    Caused by: com.adobe.livecycle.processmanagement.client.ProcessManagementException: ALC-WKS-005-028: A problem occurred in the Render Service for Task "325".  Please review the render orchestration for this process.
              at com.adobe.livecycle.processmanagement.services.impl.ProcessManagementTaskServiceImpl.rend er(ProcessManagementTaskServiceImpl.java:928)
              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:597)
              at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
              ... 86 more
    Caused by: com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException: Error Invoking render Operation For (taskId, formId):(325 ,0).  Error Message is:
    com/adobe/formServer/SnapIn/PDFForm/PDFFormCache
              at com.adobe.formServer.SnapIn.PDFForm.PDFForm.cacheEnabled(PDFForm.java:397)
              at com.adobe.formServer.Controller.doRender(Controller.java:600)
              at com.adobe.formServer.Controller.render(Controller.java:140)
              at com.adobe.formServer.FormServer.renderForm(FormServer.java:214)
              at com.adobe.formServer.FormServer.renderForm(FormServer.java:281)
              at com.adobe.formServer.docservice.FormsDocService.renderForm(FormsDocService.java:558)
              at com.adobe.formServer.docservice.FormsDocService.renderForm(FormsDocService.java:497)
              at com.adobe.formServer.docservice.FormsDocService.renderPDFFormCommonCaller(FormsDocService .java:186)
              at com.adobe.formServer.docservice.FormsDocService.renderPDFForm(FormsDocService.java:152)
              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:597)
              at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
              at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequired(Ej bTransactionCMTAdapterBean.java:274)
              at sun.reflect.GeneratedMethodAccessor550.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.jboss.invocation.Invocation.performCall(Invocation.java:386)
              at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:233)
              at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:156)
              at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:173)
              at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
              at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
              at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
              at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
              at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:228)
              at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:211)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java :97)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.invoke(PreSecurityInterceptor.java: 81)
              at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
              at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
              at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:650)
              at org.jboss.ejb.Container.invoke(Container.java:1092)
              at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:436)
              at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
              at $Proxy292.doRequired(Unknown Source)
              at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:129)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
              at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:131)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
              at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:22 5)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
              at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
              at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:893)
              at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvoke(WorkflowDSCInvoker. java:350)
              at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:158)
              at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew (EjbTransactionCMTAdapterBean.java:299)
              at sun.reflect.GeneratedMethodAccessor548.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.jboss.invocation.Invocation.performCall(Invocation.java:386)
              at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:233)
              at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:156)
              at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:173)
              at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
              at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
              at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:404)
              at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
              at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:228)
              at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:211)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java :97)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.invoke(PreSecurityInterceptor.java: 81)
              at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
              at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
              at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:650)
              at org.jboss.ejb.Container.invoke(Container.java:1092)
              at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:436)
              at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
              at $Proxy292.doRequiresNew(Unknown Source)
              at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:143)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
              at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:131)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
              at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:22 5)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
              at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
              at com.adobe.idp.taskmanager.dsc.service.TaskManagerServiceImpl.renderForm(TaskManagerServic eImpl.java:5271)
              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:597)
              at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
              at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
              at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew (EjbTransactionCMTAdapterBean.java:299)
              at sun.reflect.GeneratedMethodAccessor548.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.jboss.invocation.Invocation.performCall(Invocation.java:386)
              at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:233)
              at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:156)
              at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:173)
              at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
              at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
              at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:404)
              at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
              at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:228)
              at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:211)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java :97)
              at org.jboss.ejb.plugins.security.PreSecurityInterceptor.invoke(PreSecurityInterceptor.java: 81)
              at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
              at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
              at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:650)
              at org.jboss.ejb.Container.invoke(Container.java:1092)
              at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:436)
              at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
              at $Proxy292.doRequiresNew(Unknown Source)
              at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:143)
              at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:165)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
              at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
              at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
              at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:131)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
              at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:22 5)
              at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
              at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
              at com.adobe.idp.taskmanager.dsc.client.TypedTaskManagerService.invokeWithRetry2(TypedTaskMa nagerService.java:160)
              at com.adobe.idp.taskmanager.dsc.client.TypedTaskManagerService.invokeWithRetry(TypedTaskMan agerService.java:148)
              at com.adobe.idp.taskmanager.dsc.client.TypedTaskManagerService.callRenderService(TypedTaskM anagerService.java:1518)
              at com.adobe.livecycle.processmanagement.services.impl.ProcessManagementTaskServiceImpl.rend er(ProcessManagementTaskServiceImpl.java:893)
              ... 91 more
    Thanks,

  • An error occurred creating the form (task 2346, form 0). (ALC-WKS-007-040) error

    Hi all,
    I am a newbie to adobe livecycle process. I am trying to prepopulate the data like the users info when the form is originated in the workspace.
    I did use the samples example for form render service but added to variables called first and lastname as i want these fields to be populated.I am also using an xmlvariable which stores the xml data-(first name and last name) from the form (i got the xml data from the jDBC service usingquery multiple rows by quering edcpricnipal entity). I have followed the steps from http://www.roland-lopez.com/blog/index.cfm?event=showEntry&entryId=ECB034DA-3048-5304-BA9 BB7B0DEDC725A.
    Now I am trying to use the sevice in my application. hennce I created a input variable called app_info of type xfa form and in advanced settings I called the render service which is created before. I am using a PDF file in resources.
    When I try to open the form in workspace I get the error
    An error occurred creating the form (task 2348, form 0). (ALC-WKS-007-040)
    In the erroe log I get the the following error -
    message = ALC-WKS-005-028: A problem occurred in the Render Service. Please review the render orchestration for this process.
    details = null
    rootCause = ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
    body = null
    extendedData = {message=ALC-WKS-005-028, cause=com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException}
    2008-11-23 18:55:11,138 INFO [STDOUT] [Flex] Error handling message: flex.messaging.MessageException: ALC-WKS-005-028: A problem occurred in the Render Service. Please review the render orchestration for this process.
    incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
    operation = render
    clientId = BE816575-BA0E-55AB-43D6-53511DE9544A
    destination = task-actions
    messageId = 995C15F0-9EE8-20A7-7378-CBC737C22D1A
    timestamp = 1227484510810
    timeToLive = 1227484510810
    body = null
    hdr(DSEndpoint) = workspace-polling-amf
    hdr(DSId) = BE810559-3C1E-B9CC-BB02-DAD2017E1CB6
    errorReply: Flex Message (flex.messaging.messages.ErrorMessage)
    clientId = BE816575-BA0E-55AB-43D6-53511DE9544A
    correlationId = 995C15F0-9EE8-20A7-7378-CBC737C22D1A
    destination = task-actions
    messageId = BE816896-820E-9C32-0CC9-22149F2E7879
    timestamp = 1227484511138
    timeToLive = 0
    body = null
    code = Server.Processing
    Can someone please help me with this.
    Thanks a tonn in advance.

    Hi Jasmin,
    Thanks for your reply. I have changed the variable type in the main application from xfa to document type as suggested. But when I try to open the file in workspace I get the sameerror. but in the error log the error is as follows
    INFO [STDOUT] [Flex] Error handling message: flex.messaging.MessageException: com.thoughtworks.xstream.mapper.CannotResolveClassException : com.adobe.idp.taskmanager.form.impl.xfa.XFARepositoryFormInstance : No ClassLoaders found for: com.adobe.idp.taskmanager.form.impl.xfa.XFARepositoryFormInstance
    incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
    operation = render
    clientId = C750393C-201C-717C-FCD5-6C61E56457A8
    destination = task-actions
    messageId = 8F8A2B82-2778-A08E-6D8A-CF62CE975DD3
    timestamp = 1227545038368
    timeToLive = 1227545038368
    body = null
    hdr(DSEndpoint) = workspace-polling-amf
    hdr(DSId) = C74FE532-741B-7AD1-6240-601872F82B0D
    errorReply: Flex Message (flex.messaging.messages.ErrorMessage)
    clientId = C750393C-201C-717C-FCD5-6C61E56457A8
    correlationId = 8F8A2B82-2778-A08E-6D8A-CF62CE975DD3
    destination = task-actions
    messageId = C7503B9E-7A0B-28E0-59DC-ACD49B49B722
    timestamp = 1227545038618
    timeToLive = 0
    body = null
    code = Server.Processing
    message = com.thoughtworks.xstream.mapper.CannotResolveClassException : com.adobe.idp.taskmanager.form.impl.xfa.XFARepositoryFormInstance : No ClassLoaders found for: com.adobe.idp.taskmanager.form.impl.xfa.XFARepositoryFormInstance
    details = null
    rootCause = com.thoughtworks.xstream.mapper.CannotResolveClassException: com.adobe.idp.taskmanager.form.impl.xfa.XFARepositoryFormInstance : No ClassLoaders found for: com.adobe.idp.taskmanager.form.impl.xfa.XFARepositoryFormInstance
    body = null
    extendedData = null
    2008-11-24 11:44:01,321 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl retrieveEvent
    INFO: retrieving active event for 6052
    2008-11-24 11:44:01,321 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl retrieveEvent
    INFO: retrieved active event for 6052
    2008-11-24 11:44:01,337 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl sendNotifications
    INFO: Total subscriptions retrieved = 2 for event id6052
    2008-11-24 11:44:01,353 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl createNotifications
    INFO: Now creating notifications.
    2008-11-24 11:44:01,353 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl createNotifications
    INFO: Created 2 notifications.
    2008-11-24 11:44:01,353 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl retrieveEvent
    INFO: retrieving active event for 6052
    2008-11-24 11:44:01,353 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl retrieveEvent
    INFO: retrieved active event for 6052
    2008-11-24 11:44:01,431 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
    INFO: Now delivering notification to service RemoteEvents
    2008-11-24 11:44:01,431 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
    INFO: Now delivering notification to service operation onEvent
    2008-11-24 11:44:01,431 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
    INFO: Now delivering notification to service operation parameters {eventType=TaskCreated}
    2008-11-24 11:44:01,431 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
    INFO: Now delivering notification to service OrchestrationEventHandler
    2008-11-24 11:44:01,446 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
    INFO: Now delivering notification to service operation onEvent
    2008-11-24 11:44:01,446 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
    INFO: Now delivering notification to service operation parameters {eventTemplateId=STRT_ER1172599333679, serviceName=Task Assignment, eventTemplateType=eventReceiveAsStartTemplate, eventTypeName=TaskCreated}
    2008-11-24 11:44:01,446 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
    INFO: Notifications delivered
    2008-11-24 11:44:01,446 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl disableNotification
    INFO: Attempting to disable the notification after delivery.
    2008-11-24 11:44:01,446 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.workflow.dsc.service.OrchestrationEventListenerService onAsynchronousEvent
    INFO: ProcessManagerSerice:onAsynchronousEvent()
    2008-11-24 11:44:01,446 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl disableNotification
    INFO: Attempting to disable the notification after delivery.
    2008-11-24 11:44:01,462 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.util.EventDBHelper getActiveEventByPrimaryKey
    INFO: Event with id 6052 is already disabled, EventService will not deliver notification.
    2008-11-24 11:44:01,462 INFO [com.adobe.workflow.AWS] Invoking action synchronously
    2008-11-24 11:44:01,462 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.livecycle.notification.TaskNotificationServiceImpl taskAssignment
    INFO: TaskNotificationService called taskAssignment: 2350
    2008-11-24 11:44:01,462 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.livecycle.notification.TaskNotificationServiceImpl handleNotificationEvent
    INFO: TaskNotificationService called handleAssignmentOrReminderEvent: 2350
    Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl updateEventStatus
    INFO: Event with id 6052 is already inactive.Event instance with id 6052 is inactive for TaskCreated
    2008-11-24 11:44:01,478 INFO [com.adobe.livecycle.remoteevents.client.RemoteEventClient] message received type: event
    2008-11-24 11:44:01,478 INFO [com.adobe.livecycle.remoteevents.client.RemoteEventClient] message received part 1: {data=[B@1d766ce, event=TaskCreated}
    2008-11-24 11:44:01,556 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl deliverNotificationToService
    INFO: Notifications delivered
    2008-11-24 11:44:01,556 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl disableNotification
    INFO: Attempting to disable the notification after delivery.
    2008-11-24 11:44:01,556 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl disableNotification
    INFO: Attempting to disable the notification after delivery.
    2008-11-24 11:44:01,556 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.util.EventDBHelper getActiveEventByPrimaryKey
    INFO: Event with id 6052 is already disabled, EventService will not deliver notification.
    2008-11-24 11:44:01,556 INFO [STDOUT] Nov 24, 2008 11:44:01 AM com.adobe.idp.event.notification.NotificationManagerImpl updateEventStatus
    INFO: Event with id 6052 is already inactive.Event instance with id 6052 is inactive for TaskCreated
    Thanks for your reply!

  • Error While calling remote object

    [RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http://localhost:8080/Remote/messagebroker/amf'"]
    This is the error I am getting when I am trying to call a method in java
    This is java code
    package demo;
    public class  Hello
    public String sayHello()
    System.out.println("1st Method is calledddddddd");
    return "Hello World!";
    public String sayHelloWithParam(String str){
    System.out.println("2nd Method is calledddddddd");
    return "You have typed  "+str;
    This is my mxml code
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:Script>
    <![CDATA[
    import mx.rpc.events.ResultEvent;
    public function sayHello(event:ResultEvent):void{
    label1.text=event.result.toString();
    public function sayHelloWithParameter(event:ResultEvent):void{
    label1.text=event.result.toString();
    ]]>
    </mx:Script>
    <mx:RemoteObject id="hello" destination="helloworldclass" fault="mx.controls.Alert.show(event.fault.toString())">
    <mx:method name="sayHello" result="sayHello(event)"/>
    <mx:method name="sayHelloWithParam" result="sayHelloWithParameter(event)"/>
    </mx:RemoteObject>
    <mx:Label x="55" y="51" text="Label" id="label1"/>
    <mx:Button x="253" y="49" label="Button1" click="hello.sayHello()"/>
    <mx:TextInput x="55" y="106" id="t1"/>
    <mx:Button x="253" y="106" label="Button2" click="hello.sayHelloWithParam.send();"/>
    </mx:Application>
    When I click the button I am getting that error..
    Please help me in solving this

    Your server code must be faulty. If things work well you should see a blank screen when you point your browser to the amf endpoint.
    An Apache message like "The requested resource (/bpm-backend/whatever) is not available." indicates that something in your server app is not working properly or not mapped right.

  • Zend AMF Data Service Return Problem

    Hi Folks,
    I am working with FB4 and Zend AMF/PHP and MySQL.  I began integrating the PHP stuff using the great article by Mihai Corlan called 'Working in Flash Builder 4 with Flex and PHP.  I followed all the steps exactly, aside from creating my own app-specific PHP classes and functions, etc...  I 'hooked up' the Zend stuff just like the article, created a text datagrid, just like the article, and viola!, it worked.  I then tweaked it a bit and interwove it into my 'real' component.  So far, so good.
    Then I created a second PHP class with a different 'get data' type of function.  It queries a different table in MySQL, but is essentially the 'same' as the query/function in the initial PHP class.
    In FB, in the Data Services window, I choose the 'Connect to Data/Services' function, just like the first time.  I then find/select my PHP class file and FB 'interrogates it' enough to show me the function that exists in the class.  I 'finish' the operation and it adds a new 'service' to the list of services in that window.  Again, so far, so good.
    The problem comes when I try to 'test' the service or 'configure return types' (which basically requires a 'test' operation anyway).  I can enter the 'input' params just fine, but when I try to execute the call, I get the following error:
    InvocationTargetException:There was an error while invoking the operation. Check your operation inputs or server code and try invoking the operation again.
    Reason: An error occured while reading response sent by server. Try encoding the response suitably before sending it. e.g. If a database column contains UTF-8 characters then use utf8_encode() to encode its value before returning it from the operation.
    I don't know where to go after this.  Again - the 2nd PHP class is essentially identical to the 1st.  The function in it is essentially identical, differing only by the input params, the name of the function and the actual SQL it sends to MySQL.  There is no special text, no special characters, no image stuff, nothing.  I do not 'encode' the results of the function in the first class - in fact the code in the second class is practically identical to the first.  I do not know what the error is talking about.  My guess is that it's more of a generic message.
    I can debug the PHP code just fine from within a seperate instance of Eclipse.  The function runs/returns just fine - an array of PHP-defined objects (simple strings).
    Any insights or advice would be welcomed.   Thank you,
    -David Baron

    Thank Jorge, but that was not the issue, though, it may be related.
    I checked the mySQL my.ini file, and there was already an entry for:
    [mysql]
    default-character-set=utf8
    I added the 'default-collation=utf8_unicode_ci', like you suggested, but that didn't do anything.
    I checked the Apache httpd.conf file, and added the following line 'under' the "DefaultType text/plain" line:
    AddDefaultCharset UTF-8    but that did not do anything.
    I checked my mySQL database, all the tables involved.  They were already at UTF-8 (default).  However, some of the 'varchar' columns were defined as 'latin 1-default collation'.   I changed them all to utf-8 (default table collation), but that did not help either.
    Finally, I found the problem, though I don't really know if it is "my" problem, or ZendAMF's problem, or Adobe's problem.
    It turned out that 'some' of my data had a 'bad' character in it.  Specifically, I had 'copied and pasted' some data from MS Word into mySQL Workbench.  Some of the data included the 'elipsis' character - you know, when you type "..." (dot dot dot) in MS Word, it replaces the three periods with a single elipsis character.  Although PHP could easily query and assemble this data into a nice object array, I noticed that that character showed up (in PHP's debugger) as a 'box' character, meaning "bad character".  Thus, I guess, Zend AMF and/or FlashBuilder could not 'bring over' and/or deal with this type of character.  As soon as I replace the few instances of that character with three periods, everything began to work perfectly.
    So... what to do about this?  I thought I was through with silly encoding/decoding of data when I left JavaScript and HTML behind in moving to FlashBuilder technology.  Am I really going to have to worry about this kind of thing?  Or might this be a bug/deficiency somewhere in the stack?
    Thanks for your help,
    -David

Maybe you are looking for

  • Satellite L500D-144 - CCC Host Application has stopped working

    Ladies and Gentlemen, my PSLT6E-007004GR is almost a year old. Earlier this month there was an update - possibly from Microsoft - and since then popt always at startup in Windows 7 this window and look for solutions: Catalyst Control Center. Host App

  • Query running error

    Hi, all. In our PROD system we faced one problem. When we run query we get error "Cannot create characteristic combination: type \BI0\0100000100" doesn't exit" "Special situation CX_SY_CREATE_DATE_ERROR" I think we have problem with temporary databas

  • SCCM 2012 SP1 Boot Image

    Hi Guys, We upgraded to SCCM 2012 SP1 from the RTM yesterday and now our OS Deployment has stopped working. I have tried to update the DP's with the boot images and it keep failing to add drivers. I have also tried to add a Boot Image but this failin

  • Camera not working on my iPad 2

    Hi, the camera on mt iPad is frozen with the shutter closed, the front camera is also not working for FaceTime, any ideas would be appreciated, thanks

  • Bootstrap + mysql + php: robust solution for an educational dashboard?

    Hi. We are just beginning work on a dashboard for educational purposes. We need to show data tables of sts progress, notes etc... Kind of like the following tables: http://www.dreambox.com/district-reports We have downloaded a template based on boots