Getting "StuckThreadMaxTime of "600" seconds" while processing JAXBContext.newInstance(object_name)

We are getting a frequent issue of [STUCK] ExecuteThread after making an Web service call. We are trying to Unmarshall the service response with a static method like below, Is any of the code below causing  StuckThreadMaxTime? Please find the log below.
Code
public static Object parseToObject(Element domElement, String contextPath) {
  Object returnObjc = null;
  try {
  Object parsedElement = null;
  JAXBContext jaxbContext = JAXBContext.newInstance(contextPath);
  parsedElement = jaxbContext.createUnmarshaller().unmarshal(domElement);
  returnObject = parsedElement;
  if (parsedElement instanceof JAXBElement) {
  JAXBElement<?> jaxbElement = (JAXBElement<?>) parsedElement;
  returnObject = jaxbElement.getValue();
  } catch (JAXBException ignore) {
  return returnObject;
Log
which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
Thread-5544 "[STUCK] ExecuteThread: '36' for queue: 'weblogic.kernel.Default (self-tuning)'" <alive, suspended, parked, priority=1, DAEMON> {
    java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
    java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:747)
    java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireShared(AbstractQueuedSynchronizer.java:862)
    java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireShared(AbstractQueuedSynchronizer.java:1196)
    java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock(ReentrantReadWriteLock.java:594)
    com.sun.xml.bind.v2.runtime.reflect.opt.Injector.inject(Injector.java:199)
    com.sun.xml.bind.v2.runtime.reflect.opt.Injector.inject(Injector.java:94)
    com.sun.xml.bind.v2.runtime.reflect.opt.AccessorInjector.prepare(AccessorInjector.java:70)
    com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory.get(OptimizedAccessorFactory.java:147)
    com.sun.xml.bind.v2.runtime.reflect.Accessor$FieldReflection.optimize(Accessor.java:250)
    com.sun.xml.bind.v2.runtime.property.SingleElementLeafProperty.<init>(SingleElementLeafProperty.java:75)
    sun.reflect.GeneratedConstructorAccessor127.newInstance(Unknown Source)
    sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    java.lang.reflect.Constructor.newInstance(Constructor.java:501)
    com.sun.xml.bind.v2.runtime.property.PropertyFactory.create(PropertyFactory.java:100)
    com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl.<init>(ClassBeanInfoImpl.java:132)
    com.sun.xml.bind.v2.runtime.JAXBContextImpl.getOrCreate(JAXBContextImpl.java:479)
    com.sun.xml.bind.v2.runtime.JAXBContextImpl.getOrCreate(JAXBContextImpl.java:497)
    com.sun.xml.bind.v2.runtime.property.SingleElementNodeProperty.<init>(SingleElementNodeProperty.java:88)
    sun.reflect.GeneratedConstructorAccessor118.newInstance(Unknown Source)
    sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    java.lang.reflect.Constructor.newInstance(Constructor.java:501)
    com.sun.xml.bind.v2.runtime.property.PropertyFactory.create(PropertyFactory.java:100)
    com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl.<init>(ClassBeanInfoImpl.java:132)
    com.sun.xml.bind.v2.runtime.JAXBContextImpl.getOrCreate(JAXBContextImpl.java:479)
    com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:256)
    com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:139)
    com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:79)
    com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:148)
    sun.reflect.GeneratedMethodAccessor5746.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:575)
    javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:113)
    javax.xml.bind.ContextFinder.find(ContextFinder.java:226)
    javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:372)
    javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:337)
    javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:244)

Your XML document contains some data, followed by an XML prolog
(which looks like <?xml ...). That isn't well-formed XML.

Similar Messages

  • (StuckThreadMaxTime) of "600" seconds

    Hi,
    We have setup the application in Production on WL 10.3.
    I am seeing stuck thread in Production environment and app servers are going down due to this.
    We have four instance of WL server in clustered environment.
    I am not sure where exactly is the problem as application is working fine in development environment.
    Can you please have a look and suggest what could be the possible reason.
    Below are the stack trace of wl server.
    which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
         java.lang.Object.wait(Native Method)
         weblogic.rjvm.ResponseImpl.waitForData(ResponseImpl.java:87)
         weblogic.rjvm.ResponseImpl.getTxContext(ResponseImpl.java:127)
         weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
         weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
         weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
         weblogic.jdbc.common.internal.RmiDataSource_1030_WLStub.getConnection(Unknown Source)
         com.eds.gmio.channel21.wwa.database.WWAContext.getConnection(WWAContext.java:140)
         com.eds.gmio.channel21.wwa.database.WWAContext.getConnection(WWAContext.java:123)
         com.eds.gmio.channel21.wwa.database.ClaimBroker.retrieve(ClaimBroker.java:1251)
         com.eds.gmio.channel21.wwa.business.ClaimImpl.retrieve(ClaimImpl.java:3935)
         com.eds.gmio.channel21.wwa.business.ClaimFactory.findByPrimaryKey(ClaimFactory.java:183)
         com.eds.gmio.channel21.wwa.business.Facade.deleteClaim(Facade.java:85)
         com.eds.gmio.channel21.wwa.servlet.ClaimDeleteServlet.action(ClaimDeleteServlet.java:108)
         com.eds.gmio.channel21.wwa.servlet.SessionControlServlet.handle(SessionControlServlet.java:220)
         com.eds.gmio.channel21.wps.server.servlet.Channel21Servlet.doGet(Channel21Servlet.java:196)
         com.eds.gmio.channel21.wps.server.servlet.Channel21Servlet.doPost(Channel21Servlet.java:222)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         com.gm.gssm.framework.security.filter.GMXssFilter.sanitizeOrDoChain(GMXssFilter.java:103)
         com.gm.gssm.framework.security.filter.GMXssFilter.doFilter(GMXssFilter.java:78)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         weblogic.security.service.SecurityManager.runAs(Unknown Source)
         weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         weblogic.servlet.internal.ServletRequestImpl.run(Unknown Source)
         weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ]", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
         com.ibm.xml.dom.DeepNodeListImpl.nextMatchingElementAfter(DeepNodeListImpl.java)
         com.ibm.xml.dom.DeepNodeListImpl.item(DeepNodeListImpl.java)
         com.eds.gmio.channel21.wwa.util.XmlUtil.getElement(XmlUtil.java:886)
         com.eds.gmio.channel21.wwa.util.XmlUtil.setElementValue(XmlUtil.java:1885)
         com.eds.gmio.channel21.wwa.servlet.ClaimDeleteServlet.createXmlOutput(ClaimDeleteServlet.java:195)
         com.eds.gmio.channel21.wwa.servlet.ClaimDeleteServlet.action(ClaimDeleteServlet.java:84)
         com.eds.gmio.channel21.wwa.servlet.SessionControlServlet.handle(SessionControlServlet.java:220)
         com.eds.gmio.channel21.wps.server.servlet.Channel21Servlet.doGet(Channel21Servlet.java:196)
         com.eds.gmio.channel21.wps.server.servlet.Channel21Servlet.doPost(Channel21Servlet.java:222)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:502)
         weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
         com.eds.gmio.channel21.wwa.servlet.SessionControlServlet.jumpToServlet(SessionControlServlet.java:276)
         com.eds.gmio.channel21.wwa.servlet.ClaimSummaryServlet.action(ClaimSummaryServlet.java:177)
         com.eds.gmio.channel21.wwa.servlet.SessionControlServlet.handle(SessionControlServlet.java:220)
         com.eds.gmio.channel21.wps.server.servlet.Channel21Servlet.doGet(Channel21Servlet.java:196)
         com.eds.gmio.channel21.wps.server.servlet.Channel21Servlet.doPost(Channel21Servlet.java:222)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         com.gm.gssm.framework.security.filter.GMXssFilter.sanitizeOrDoChain(GMXssFilter.java:103)
         com.gm.gssm.framework.security.filter.GMXssFilter.doFilter(GMXssFilter.java:78)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         weblogic.security.service.SecurityManager.runAs(Unknown Source)
         weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         weblogic.servlet.internal.ServletRequestImpl.run(Unknown Source)
         weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >

    Hi,
    We have setup the application in Production on WL 10.3.
    I am seeing stuck thread in Production environment and app servers are going down due to this.
    We have four instance of WL server in clustered environment.
    I am not sure where exactly is the problem as application is working fine in development environment.
    Can you please have a look and suggest what could be the possible reason.
    Below are the stack trace of wl server.
    which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
         java.lang.Object.wait(Native Method)
         weblogic.rjvm.ResponseImpl.waitForData(ResponseImpl.java:87)
         weblogic.rjvm.ResponseImpl.getTxContext(ResponseImpl.java:127)
         weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
         weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
         weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
         weblogic.jdbc.common.internal.RmiDataSource_1030_WLStub.getConnection(Unknown Source)
         com.eds.gmio.channel21.wwa.database.WWAContext.getConnection(WWAContext.java:140)
         com.eds.gmio.channel21.wwa.database.WWAContext.getConnection(WWAContext.java:123)
         com.eds.gmio.channel21.wwa.database.ClaimBroker.retrieve(ClaimBroker.java:1251)
         com.eds.gmio.channel21.wwa.business.ClaimImpl.retrieve(ClaimImpl.java:3935)
         com.eds.gmio.channel21.wwa.business.ClaimFactory.findByPrimaryKey(ClaimFactory.java:183)
         com.eds.gmio.channel21.wwa.business.Facade.deleteClaim(Facade.java:85)
         com.eds.gmio.channel21.wwa.servlet.ClaimDeleteServlet.action(ClaimDeleteServlet.java:108)
         com.eds.gmio.channel21.wwa.servlet.SessionControlServlet.handle(SessionControlServlet.java:220)
         com.eds.gmio.channel21.wps.server.servlet.Channel21Servlet.doGet(Channel21Servlet.java:196)
         com.eds.gmio.channel21.wps.server.servlet.Channel21Servlet.doPost(Channel21Servlet.java:222)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         com.gm.gssm.framework.security.filter.GMXssFilter.sanitizeOrDoChain(GMXssFilter.java:103)
         com.gm.gssm.framework.security.filter.GMXssFilter.doFilter(GMXssFilter.java:78)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         weblogic.security.service.SecurityManager.runAs(Unknown Source)
         weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         weblogic.servlet.internal.ServletRequestImpl.run(Unknown Source)
         weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ]", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
         com.ibm.xml.dom.DeepNodeListImpl.nextMatchingElementAfter(DeepNodeListImpl.java)
         com.ibm.xml.dom.DeepNodeListImpl.item(DeepNodeListImpl.java)
         com.eds.gmio.channel21.wwa.util.XmlUtil.getElement(XmlUtil.java:886)
         com.eds.gmio.channel21.wwa.util.XmlUtil.setElementValue(XmlUtil.java:1885)
         com.eds.gmio.channel21.wwa.servlet.ClaimDeleteServlet.createXmlOutput(ClaimDeleteServlet.java:195)
         com.eds.gmio.channel21.wwa.servlet.ClaimDeleteServlet.action(ClaimDeleteServlet.java:84)
         com.eds.gmio.channel21.wwa.servlet.SessionControlServlet.handle(SessionControlServlet.java:220)
         com.eds.gmio.channel21.wps.server.servlet.Channel21Servlet.doGet(Channel21Servlet.java:196)
         com.eds.gmio.channel21.wps.server.servlet.Channel21Servlet.doPost(Channel21Servlet.java:222)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:502)
         weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:251)
         com.eds.gmio.channel21.wwa.servlet.SessionControlServlet.jumpToServlet(SessionControlServlet.java:276)
         com.eds.gmio.channel21.wwa.servlet.ClaimSummaryServlet.action(ClaimSummaryServlet.java:177)
         com.eds.gmio.channel21.wwa.servlet.SessionControlServlet.handle(SessionControlServlet.java:220)
         com.eds.gmio.channel21.wps.server.servlet.Channel21Servlet.doGet(Channel21Servlet.java:196)
         com.eds.gmio.channel21.wps.server.servlet.Channel21Servlet.doPost(Channel21Servlet.java:222)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         com.gm.gssm.framework.security.filter.GMXssFilter.sanitizeOrDoChain(GMXssFilter.java:103)
         com.gm.gssm.framework.security.filter.GMXssFilter.doFilter(GMXssFilter.java:78)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         weblogic.security.service.SecurityManager.runAs(Unknown Source)
         weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         weblogic.servlet.internal.ServletRequestImpl.run(Unknown Source)
         weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >

  • Getting An error has occured while processing Report error

    Ok so I know that the 
    An error has occured while processing Report The query processor ran out of internal resources and could not produce a query plan.
    has been discussed a million times, but I have a problem that I think might be new. I can not change the query that is in use. I need to be able to force SQL to use as much memory as it needs to generate the execution plan and run the query regardless of
    impact on performance. Is there any way to do this.
    I am running SQL2008R2.
    I know that the best thing to do is rewrite the query or to break it into smaller parts but I can not do anything with the current query.
    Thanks for any help with this.

    Have you tried running the query in SSMS?
    Check this blog
    http://mssqlwiki.com/tag/the-query-processor-ran-out-of-internal-resources-and-could-not-produce-a-query-plan-this-is-a-rare-event-and-only-expected-for-extremely-complex-queries-or-queries-that-reference-a-very-large-numbe/
    In the end it also mentions few kb articles which are known issues for this error. Check those as well.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Working with WebLogic81sp2 and getting error while processing a file.

    Hi,
    getting error while working with the weblogic81sp2 and java based application. In this m processing a file. the file gets processed but doing command 'ps -ef' shows process still running. The exception log is like:
    <26-Mar-2008 10:10:48 o'clock GMT> <Warning> <WebLogicServer> <BEA-000337> <ExecuteThread: '21' for queue: 'weblogic.kernel.Default' has been busy for "645" seconds working on the request "Http Request: /shield/xml", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
    <01-Apr-2008 06:50:00 o'clock BST> <Error> <HTTP> <BEA-101017> <[ServletContext(id=197633402,name=/shield,context-path=/shield)] Root cause of ServletException.
    javax.servlet.jsp.JspException: Can't insert page '/jsp/layouts/mainLayout.jsp' : Broken pipe
    at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.processException(Ljava.lang.Throwable;Ljava.lang.String;)V(InsertTag.java:956)
    at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag()I(InsertTag.java:884)
    at org.apache.struts.taglib.tiles.InsertTag.doEndTag()I(InsertTag.java:473)
    at jsp_servlet._jsp.__main._jspService(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(main.jsp:2)
    at weblogic.servlet.jsp.JspBase.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:305)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(RequestDispatcherImpl.java:301)
    at org.apache.struts.action.RequestProcessor.doForward(Ljava.lang.String;Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(RequestProcessor.java:1069)
    at org.apache.struts.tiles.TilesRequestProcessor.doForward(Ljava.lang.String;Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(TilesRequestProcessor.java:274)
    at org.apache.struts.action.RequestProcessor.processForwardConfig(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;Lorg.apache.struts.config.ForwardConfig;)V(RequestProcessor.java:455)
    at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;Lorg.apache.struts.config.ForwardConfig;)V(TilesRequestProcessor.java:320)
    at org.apache.struts.action.RequestProcessor.process(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(RequestProcessor.java:279)
    at org.apache.struts.action.ActionServlet.process(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(ActionServlet.java:507)
    Please help me!

    Not sure why you want to replace. Since the response of the proxy would remain to hold the request body by default.
    If you have stored the opaque element in a variable ($var_opaque), then you can do the following.
    XPath : .
    In variable : body
    Expression : $var_opaque
    Check - "Replace node content"

  • Error While Processing FIle adaptor

    Folks,
    I am getting this error in SXMB_MONI while processing file-to-file scenario. Actually Queues are choking up and when they are reprocessed automatically I get this following error.
    <b><?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIProtocol</SAP:Category>
      <SAP:Code area="MESSAGE">DUPLICATE_DETECTED</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DuplicateMessageException: Message ID d0137100-ec77-11db-8fb4-001143eeb19b(INBOUND) already exists in database: com.sap.sql.DuplicateKeyException: ORA-00001: unique constraint (SAPRXIDB.SYS_C00114754) violated</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error></b>
    Thanks,
    Manish

    Folks,
    I am getting this error before reprocessing the message
    <b>xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>
      <SAP:P1>402</SAP:P1>
      <SAP:P2>ICM_HTTP_TIMEOUT</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText><html><head><title>SAP Web Application Server Error</title> <style type="text/css"> body { font-family: arial, sans-serif;} </style> </head> <BODY text="#172972" link="#808080" vlink="#808080" alink="#8e236b" bgcolor=white leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> <table height="61" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td background="http://rapsapxi:50000/sap/public/icman/img/bluebar_tile.gif" height="30"><table> <tr> <td width=5></td> <td width=20% nowrap><font face=arial size="-1" color=white>SAP Web Application Server </font></td><td width=75% align="right" nowrap><font face=arial size="-1" color="white"><a href="http://help.sap.com/">Help </font></td><td width=5% nowrap></font></td> </tr></table> </td><td rowspan=2 width=122 height=61 valign=top><img src= "http://rapsapxi:50000/sap/public/icman/img/theme.jpg" width=122 height=61 border=0 alt="SAP"></td> </tr><tr><td background="http://rapsapxi:50000/sap/public/icman/img/graybar_tile.jpg" height="31">  </td></tr> </table> <br><br> <table width=800> <tr><td width=50 nowrap> </td><td> <H2>500 Connection timed out</H2><br>Connection timed out (-5) <br><hr> <table border="0"> <tr><td>Error:</td><td>-5</td></tr> <tr><td>Version:</td><td>6040</td></tr> <tr><td>Component:</td><td>ICM</td></tr> <tr><td>Date/Time:</td><td>Mon Apr 16 19:06:59 2007 </td></tr> <tr><td>Module:</td><td>icxxthr.c</td></tr> <tr><td>Line:</td><td>2551</td></tr> <tr><td>Server:</td><td>rapsapxi_RXI_00</td></tr> <tr><td>Detail:</td><td>Connection to partner timed out after 60s</td></tr> </table> <p></p> </td></tr></table> <table><tr><td width=50 nowrap></td> <td nowrap><FONT SIZE=-1><a href="http://www.sap.com/">&copy; 2001-2005, SAP AG</a></FONT></td></tr></table></SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when receiving by HTTP (error code: 402, error text: ICM_HTTP_TIMEOUT)</SAP:Stack>
      <SAP:Retry>A</SAP:Retry>
      </SAP:Error></b>
    Thanks,
    Manish

  • I am trying to order a book, I keep getting the same error message," A network error occurred while processing your order, please check your network connection and try again"

    I am trying to order a book with iphoto, I keep getting the same error message.
    " A network error occurred while processing your order, please check your network connection and try again"
    I get the billing part up, it has even uploaded my jpegs but at the final process, I get the same message.
    I have ordered two books a few months ago without any problems.
    Now I keep getting the same message either half way into
    the order or at the final hurdle after the images have been uploaded.
    Any ideas?
    My shared Network has been fine and that does'nt seem an issue.
    Help.

    Try again in a couple of hours - sometimes it is a temp condition
    LN

  • While Processing one ASN in EBIZ we are getting below work flow error.

    Hi Gurus,
          while processing WF details , i am receiving following erorr in one of node process. Can you please give any sugessions from your end why this error will come and resolution ways.
    thanks in advance
    issue details are below :
    Error Stack Wf_Engine.CompleteActivity(NVISPASN, 36562, STOP)
    NVISP_EDI_856_PREPROCESS_PKG.CompleteParentStop(36562-100101309584-1)
    Wf_Engine_Util.Function_Call(nvisp_edi_856_preprocess_pkg.CompleteParentStop,
    NVISPASN, 36562-100101309584-1, 230620, RUN)
    for ref please find below screen shot.
    and we retry same work flow by clicking retry button on the screen.
    so the work flow was completed successfully.
    and processed one more ASN for this ASN also got same work flow error.
    could you please suggest the solution to avoid this error.
    it is customized work flow but we are getting WF standard error.
    thanks
    raghava

    According to error, it appears that child flow activity trying to push the parent flow notified activity. Could be that parent flow is not ready/notified when child tries to push it.. Check for timings of 1)  begin and end times of child activity 2) begin & end times of parent activity . If this is timing issue, add defer activity for child flow to wait till parent flow comes to required status.

  • I get the message "an error occurred while processing this directive" but no hint of what the error

    I am trying to download Photoshop for the first time. I get the message "an error occurred while processing this directive" but no hint of what the error is or what I should do about it.

    Graham which version of Photoshop are you referencing?  Also which operating system are you using?  Finally can you please post a screen shot of your error message?

  • When i try to load the itunes introduction i only get: an error occured while processing this directive. What can i do!?

    Hey there,
    When i try to load the itunes introduction i only get: an error occured while processing this directive. What can i do!?

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 & above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • My ipad air getting close all apps automatically within seconds while connecting wifi. This issue is started after the updation of the iSO 8, Please help me to rectify this issue.

    Hi,
    My ipad air getting close all apps automatically within seconds while connecting wifi. This issue is started after the updation of the iSO 8, Please help me to rectify this issue.
    Expecting some quick solution in this regard,
    Thanks
    Prabhu

    (A) Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.
    (B) Try reset all settings
    Settings>General>Reset>Reset All Settings
    Note: Data will not be affected but settings for Wi-Fi, FaceTime, Message, Home Sharing will be reset

  • Error while processing your request while opening PDF in ESS

    Hi,
       I had one more issue in Travel and expenses -->Movement Order
       we are not able to open the PDF ,when we are trying to open that getting the below error
        In R/3 also we are not able to open the PDF  ,but in portal side I am getting below error.
              Guys please share your inputs.....
                   what are the steps need to do  for resolve the issue.
        Eror while processing your request!
    What has happened?
    The call of URL http://rcihwrepa1v.hastinapur.res:8003/sap/bc/webdynpro/sap/FITV_TRIP_FORM/ has been terminated due to an error.
    uF0A7     The following error occurred in system REP : Syntax error in program /1BCDWB/SAPLSM00000007 .
    uF0A7     The error occurred on application server rcihwrepa1v_REP_03 and in work process 0 .
    uF0A7     The termination type was: RABAX_STATE
    uF0A7     The ABAP call hierarchy was:
    Form: GET_REQUEST_FORM of program SAPLPTRM_WEB_FORMS
    Form: GET_REQUEST_FORM of program SAPLPTRM_WEB_FORMS
    Function: PTRM_WEB_FORM_PDF_GET of program SAPLPTRM_WEB_FORMS
    Function: PTRM_WEB_FORM_GET of program SAPLPTRM_WEB_FORMS
    Method: DISPLAY_FORM of program CL_FITV_POWL_UTIL=============CP
    Method: DISPLAY_FORM of program /1BCWDY/9BDOSL87UR8KAUWCEZMQ==CP
    Method: IWCI_FITV_UI_DISPLAY_FORMS~DISPLAY_FORM of program /1BCWDY/9BDOSL87UR8KAUWCEZMQ==CP
    Method: ONACTIONSHOWDATA of program /1BCWDY/9BDOSL87UR8KAUWCEZMQ==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/9BDOSL87UR8KAUWCEZMQ==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    What can you do?
    uF0A7     In the case of termination type RABAX_STATE, you will find more information on the cause of termination in system REP in transaction ST22.
    uF0A7     In the case of termination type ABORT_MESSAGE_STATE, you will find more information on the cause of termination on application server rcihwrepa1v_REP_03 in transaction SM21.
    uF0A7     In the case of termination type ERROR_MESSAGE_STATE, you can search for more information in the trace file for the work process 0 in transaction ST11 on application server rcihwrepa1v_REP_03 . An analysis of the trace files for other work processes may be necessary.
    uF0A7     If you do not yet have any user ID, contact your system administrator.
    Error Code: ICF-IE-http -c: 500 -u: 1502 -l: E -s: REP -i: rcihwrepa1v_REP_03 -w: 0 -d: 20120215 -t: 121310 -v: RABAX_STATE -e: SYNTAX_ERROR -X: -x:
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Regards,
    Sony.
    << moved by moderator - check out the list of other forums on top of portal forum >>
    http://forums.sdn.sap.com/thread.jspa?threadID=1239838&tstart=0
    Second move of threads opened by your user ID today. Please check the list of forums and open a thread in the most relevant one.
    Edited by: Anja Engelhardt on Feb 15, 2012 1:33 PM
    Thank you Anja
    Edited by: sonyepmdm on Feb 15, 2012 1:47 PM

    this is to do with ADS config
    Can you please enable the ADS Trace as described in SAP note:
    #846610 and reproduce the problem?
    and
    the destination  possibly service is not working.
    Please follow note:
    #915399

  • Issue while processing xml file

    Hi guys -
    I am getting error 7000 : null : com.sunopsis.sql.l: Oracle Data Integrator Timeout : connection with URL jdbc:snps:xml ...... while processing data from an xml file which is located in linux directory. I have changed the timout parameter from 30 to 500 in my client. Also modified the userpref.xml as suggested by many in forums but no use. When I checked the failed stage it shows that it gets timed out in 30 seconds. The same when i processed from my local window machine worked fine.
    Could you please help me overcome this trouble.? Please help.
    Thanks

    Hi
    You can edit userpref.xml file reside inside bin directory of ODI_HOME (oracledi folder). You need to edit the field name "value" (eg: [30] to [60]). Then restart the application and ODI Agent.
    <Object class="com.sunopsis.dwg.dbobj.SnpUserParam">
    <Field name="Key" type="java.lang.String"><![CDATA[DEFAULT_REPOSITORY_CONNECTION_TIMEOUT]]></Field>
    *<Field name="Value" type="java.lang.String"><![CDATA[30]]></Field>*
    <Field name="Label" type="java.lang.String"><![CDATA[Oracle Data Integrator Timeout]]></Field>
    <Field name="Type" type="java.lang.String"><![CDATA[com.sunopsis.graphical.userparam.SnpsTextFieldEditor]]></Field>
    <Field name="Help" type="java.lang.String"><![CDATA[Timeout used by Oracle Data Integrator for the database connections.]]></Field>
    <Field name="Visible" type="boolean"><![CDATA[true]]></Field>
    <Field name="Updatable" type="boolean"><![CDATA[true]]></Field>
    <Field name="Position" type="int"><![CDATA[4]]></Field>
    </Object>
    or increase your machine virtual memory
    Regards,
    Phanikanth

  • An Error occured while processing this page. check the log for details

    Hi ,
    when i open an browser http://localhost:8300/HyperionPlanning/AppWizard.jsp
    i get an error stating that :: An error occured while processing this page. check
    the log for details
    i am not aware where to look the log files.
    second issue. on anothor desktop i am able to login but when i create an sample application it moves forward until finish and takes lot of time and gives me an same error as above .
    please help me out ASAP iam tired uninstalling and reinstalling the products.
    please mail me at [email protected]....
    thanks and regards
    RED

    Hi,
    If you are running planning as a service could you stop the service, then run planning server from the start menu.
    If you try and log in again it should produce some error messages.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Cannot open Planning application : An error occurred while processing page

    Hi,
    I'm using EPM 11.1.1.3 on Linux Server (Red Hat). Recently, I had to stop and start all services after which I am unable to open any Planning application. It gives me the following error:
    An error occurred while processing this page. Check the log for details.Please close the current tab and open application again
    An error occurred while processing this page. Check the log for details.
    I cannot open it through Workspace also. There aren't any logs in %HYPERION_HOME%/logs/Planning which mention anything about this error. Appreciate if someone could suggest a solution.
    Cheers,
    Sahil

    Thanks for sharing your expert opinions guys. I have checked the suggested log HYPERION_HOME/deployments/Tomcat5/HyperionPlanning/logs/catalina.out
    It seems to be a JDBC connection error. This brings me to the point that I also reconfigured Planning over the existing configuration (8300). could this be the cause of the error as other utilities (Web Analysis, Essbase, Shared Services etc.) are working fine (I did not reconfigure these).
    Kindly have a look at the log below from the aforementioned path and suggest a solution. Greatly appreciate any help.
    Jul 17, 2011 9:45:16 AM org.apache.coyote.http11.Http11BaseProtocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8300
    Jul 17, 2011 9:45:16 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 441 ms
    Jul 17, 2011 9:45:16 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Jul 17, 2011 9:45:16 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Hyperion Embedded Java Container/1.0.0
    Jul 17, 2011 9:45:16 AM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    [INFO] HyperionPlanning] - Starting Hyperion Planning...
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    /oracle/hyp/app/common/config/9.5.0.0/product/planning/9.5.0.0/planning_1.xml
    displayName = Planning
    componentTypes =
    priority = 50
    version = 9.5.0.0
    build = 1
    location = /oracle/hyp/app/products/Planning
    taskSequence =
    task =
    *******/oracle/hyp/app/common/config/9.5.0.0/registry.properties
    Creating rebind thread to RMI
    [INFO] HyperionPlanning] - Hyperion Planning started in 3 seconds.
    Jul 17, 2011 9:45:20 AM org.apache.coyote.http11.Http11BaseProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-8300
    Jul 17, 2011 9:45:20 AM org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8302
    Jul 17, 2011 9:45:20 AM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/17 config=null
    Jul 17, 2011 9:45:20 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 4257 ms
    Jul 17, 2011 9:45:36 AM org.apache.coyote.http11.Http11BaseProtocol init
    SEVERE: Error initializing endpoint
    java.net.BindException: Address already in use:8300
         at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:297)
         at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:138)
         at org.apache.catalina.connector.Connector.initialize(Connector.java:1016)
         at org.apache.catalina.core.StandardService.initialize(StandardService.java:580)
         at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:791)
         at org.apache.catalina.startup.Catalina.load(Catalina.java:503)
         at org.apache.catalina.startup.Catalina.load(Catalina.java:523)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:266)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)
    Jul 17, 2011 9:45:36 AM org.apache.catalina.startup.Catalina load
    SEVERE: Catalina.start
    LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:8300
         at org.apache.catalina.connector.Connector.initialize(Connector.java:1018)
         at org.apache.catalina.core.StandardService.initialize(StandardService.java:580)
         at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:791)
         at org.apache.catalina.startup.Catalina.load(Catalina.java:503)
         at org.apache.catalina.startup.Catalina.load(Catalina.java:523)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:266)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)
    Jul 17, 2011 9:45:36 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 407 ms
    Jul 17, 2011 9:45:36 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Jul 17, 2011 9:45:36 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Hyperion Embedded Java Container/1.0.0
    Jul 17, 2011 9:45:36 AM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    [INFO] HyperionPlanning] - Starting Hyperion Planning...
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    /oracle/hyp/app/common/config/9.5.0.0/product/planning/9.5.0.0/planning_1.xml
    displayName = Planning
    componentTypes =
    priority = 50
    version = 9.5.0.0
    build = 1
    location = /oracle/hyp/app/products/Planning
    taskSequence =
    task =
    *******/oracle/hyp/app/common/config/9.5.0.0/registry.properties
    Creating rebind thread to RMI
    [INFO] HyperionPlanning] - Hyperion Planning started in 2 seconds.
    Jul 17, 2011 9:45:39 AM org.apache.coyote.http11.Http11BaseProtocol start
    SEVERE: Error starting endpoint
    java.net.BindException: Address already in use:8300
    Jul 17, 2011 9:45:39 AM org.apache.catalina.startup.Catalina start
    SEVERE: Catalina.start:
    LifecycleException: service.getName(): "Catalina"; Protocol handler start failed: java.net.BindException: Address already in use:8300
    Jul 17, 2011 9:45:39 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 3083 ms
    Jul 17, 2011 9:45:39 AM org.apache.catalina.core.StandardServer await
    SEVERE: StandardServer.await: create[8301]:
    java.net.BindException: Address already in use
    Jul 17, 2011 9:45:39 AM org.apache.coyote.http11.Http11BaseProtocol pause
    INFO: Pausing Coyote HTTP/1.1 on http-8300
    Jul 17, 2011 9:45:39 AM org.apache.catalina.connector.Connector pause
    SEVERE: Protocol handler pause failed
    java.lang.NullPointerException
         at org.apache.jk.server.JkMain.pause(JkMain.java:677)
         at org.apache.jk.server.JkCoyoteHandler.pause(JkCoyoteHandler.java:162)
         at org.apache.catalina.connector.Connector.pause(Connector.java:1031)
         at org.apache.catalina.core.StandardService.stop(StandardService.java:491)
         at org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
         at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
         at org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:644)
    [INFO] HyperionPlanning] - Shutting down Hyperion Planning applications...
    [INFO] HyperionPlanning] - Hyperion Planning was stopped
    Unable to create JDBC connection. java.sql.SQLException: [Hyperion][Oracle JDBC Driver]Internal error: Net8 protocol error.
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.NullPointerException
    Can not set database catalog name, skipping set of catalog name: hypdb
    Unable to create JDBC connection. java.sql.SQLException: [Hyperion][Oracle JDBC Driver]Internal error: Net8 protocol error.
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.NullPointerException
    Can not set database catalog name, skipping set of catalog name: hypdb
    Unable to create JDBC connection. java.sql.SQLException: [Hyperion][Oracle JDBC Driver]Internal error: Net8 protocol error.
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.NullPointerException
    Can not set database catalog name, skipping set of catalog name: hypdb
    Can not get JDBC connection.
    java.lang.Exception: No object were successfully created. This can be caused by any of the following: The OLAP Server is not running, The DBMS is not running, the DBMS is running on a different machine that the one specified, the name and password provided were incorrect.
         at java.lang.Thread.run(Unknown Source)
    java.lang.RuntimeException: Error loading objects from data source: java.lang.NullPointerException: JDBCCacheLoader.loadObjects(): jdbc connection was null.
    java.lang.NullPointerException
    Unable to create JDBC connection. java.sql.SQLException: [Hyperion][Oracle JDBC Driver]Internal error: Net8 protocol error.
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.NullPointerException
    Can not set database catalog name, skipping set of catalog name: hypdb
    Can not get JDBC connection.
    java.lang.Exception: No object were successfully created. This can be caused by any of the following: The OLAP Server is not running, The DBMS is not running, the DBMS is running on a different machine that the one specified, the name and password provided were incorrect.
         Unable to create JDBC connection. java.sql.SQLException: [Hyperion][Oracle JDBC Driver]Internal error: Net8 protocol error.
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.NullPointerException
    Can not set database catalog name, skipping set of catalog name: hypdb
    Unable to create JDBC connection. java.sql.SQLException: [Hyperion][Oracle JDBC Driver]Internal error: Net8 protocol error.
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.NullPointerException
    Can not set database catalog name, skipping set of catalog name: hypdb
    Attempted to release a null connection
    java.lang.NullPointerException: JDBCCacheLoader.loadObjects(): jdbc connection was null.
    Unable to create JDBC connection. java.sql.SQLException: [Hyperion][Oracle JDBC Driver]Internal error: Net8 protocol error.
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.NullPointerException
    Can not set database catalog name, skipping set of catalog name: hypdb
    Can not get JDBC connection.
    java.lang.Exception: No object were successfully created. This can be caused by any of the following: The OLAP Server is not running, The DBMS is not running, the DBMS is running on a different machine that the one specified, the name and password provided were incorrect.
    Attempted to release a null connection
    java.lang.NullPointerException: JDBCCacheLoader.loadObjects(): jdbc connection was null.
    java.lang.RuntimeException: Error loading objects from data source: java.lang.NullPointerException: JDBCCacheLoader.loadObjects(): jdbc connection was null.
    java.lang.NullPointerException
    Unable to create JDBC connection. java.sql.SQLException: [Hyperion][Oracle JDBC Driver]Internal error: Net8 protocol error.
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.NullPointerException
    Can not set database catalog name, skipping set of catalog name: hypdb
    Unable to create JDBC connection. java.sql.SQLException: [Hyperion][Oracle JDBC Driver]Internal error: Net8 protocol error.
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.NullPointerException
    Can not set database catalog name, skipping set of catalog name: hypdb

  • Session expired within 10-20 seconds while working on Visual Administartor.

    session expired within 10-20 seconds while working on Visual Administartor.
    Details: In VA, each dispatcher and Server process have four components:
    kernel, Interfaces, Libraries and Services.
    While working on Kernel in VA of dispatcher or Server, I'm getting 'session expired' after every 10-20 seconds.
    I'm not getting the same 'session expired' problem while working on interfaces, libraries or services.
    After 2-3 minute of wait, again i'm able to work on kernel  but again after 10-20 seconds, session get expired.
    Pls suggets to resolve this problem. We are on SP level 20.
    r1n0v3:xpdadm 5> ./go
    java version "1.4.2.10"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2.10-060112-14:28)
    Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.10-060112-19:42-IA64N IA64, mixed mode)
    java.lang.ClassCastException
            at com.sap.engine.services.adminadapter.impl.Util.trim(Util.java:167)
            at com.sap.engine.services.adminadapter.impl.Util.compareProperties(Util.java:142)
            at com.sap.engine.services.adminadapter.gui.node.ManagerNodeView.deselectSingleManagerNode(ManagerNodeView.java:86)
            at com.sap.engine.services.adminadapter.gui.node.ManagerNodeView.deselectNode(ManagerNodeView.java:79)
            at com.sap.engine.services.adminadapter.gui.AdminManager.deselectManagerNode(AdminManager.java:266)
            at com.sap.engine.services.adminadapter.gui.AdminManager.deselectNode(AdminManager.java:146)
            at com.sap.engine.services.adminadapter.gui.AdminManager.valueChanged(AdminManager.java:96)
            at javax.swing.JTree.fireValueChanged(JTree.java:2392)
            at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:2763)
            at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)
            at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1076)
            at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:287)
            at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(DefaultTreeSelectionModel.java:170)
            at javax.swing.JTree.setSelectionPath(JTree.java:1168)
            at javax.swing.plaf.basic.BasicTreeUI.selectPathForEvent(BasicTreeUI.java:2215)
            at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.handleSelection(BasicTreeUI.java:2863)
            at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.mousePressed(BasicTreeUI.java:2824)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:222)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:221)
            at java.awt.Component.processMouseEvent(Component.java:5161)
            at java.awt.Component.processEvent(Component.java:4961)
            at java.awt.Container.processEvent(Container.java:1569)
            at java.awt.Component.dispatchEventImpl(Component.java:3679)
            at java.awt.Container.dispatchEventImpl(Container.java:1627)
            at java.awt.Component.dispatchEvent(Component.java:3541)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3195)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
            at java.awt.Container.dispatchEventImpl(Container.java:1613)
            at java.awt.Window.dispatchEventImpl(Window.java:1606)
            at java.awt.Component.dispatchEvent(Component.java:3541)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Exception occurred during event dispatching:
    Thanks in advance
    Amar

    Update on my problem of VA:
    'Session expired' session only happened when i'm clicking the 'cluster manager' of Kernel or server instances.
    For all managers in kernel, i'm not getting this problem.
    I have seen some following properties in Cluster Manager. Not sure, these are the cause of problems:
    Key                                                                              value
    ___MS_PROP_GET_CLIENT_STATISTIC                        -
    ___MS_PROP_GET_HARDWARE_ID                            M0565709169
    ___MS_PROP_GET_INFO                                             -
    ___MS_PROP_GET_PARAMS                                      -
    ___MS_PROP_GET_SERVICE_INFO                            -
    ___MS_PROP_GET_STATISTIC                                    -
    ___MS_PROP_GET_SYSTEM_ID                                 XPD
    cluster.name                                                               -
    Pls suggets if your dispatcher or server kernel have the above mentioned properties value and what would be the impacty if i remove the properties that have no value assigned.
    Thanks once again in advance.
    Amar

Maybe you are looking for

  • Not able to get data from ce_reconciled _transactions_v in a function after intialising the view

    Hi all , I have written a function  to  get the gl_date from ce_reconcilied transactions_v . but when i call th function in a select query , it is not returning any data. I have used the following intialization in the function Mo_Global.set_policy_co

  • Toc Links randomly not working

    Robohelp HTML 9.0.2.271 Word 2010 - documents hosted on SharePoint 2007 Windows 7 OS Published in a merged Help project Each time i generate a project one or more of the toc links do not expand when clicked. The links which dont work change randomly.

  • HT4650 Is this the same for MacKeeper 2012

    I think I've just been duped by downloading the MacKeeper 2012.  What should I do? 

  • Prepaid $50 unlimited plan

    Hi, Im considering buy my friends old LG ally off of him. However, Im only going to buy it if it is capable of being put on this $50 prepaid no contract unlimited deal. Anybody know?

  • Imac crushing 2 times in 1 month and lose everythink

    I've got imac 21.5inch. it has been working fine for 10 months. suddenly its stuck and after restarting its loading and then crushing. i have formated the pc and after two weeks the same thing happened. what should i do? what is the problem? Please h