Error in Scenario Manager...Need help!!!!!!!!!!!!!!!!!!!!!!!!!!

Hi,
We have an SDL Remove Item.Whenever ,Session ends,an action Remove Item gets invoked which deletes all the item from the cart.This issue is only happening in prod env which is clustered one.
its not happening in development env.
Here is the SDL file content:
<scenario author="admin" creation-time="1142371433921" enabled="true" last-modified-by="admin" modification-time="1142371541828">
<segment migrate-from="1142371490093" migrate-users="true">
<segment-name>Segment 1</segment-name>
<fork id="1">
<branch id="1.1">
<!--================================-->
<!--== Logs out -->
<!--================================-->
<event id="1.1.1">
<event-name>atg.dps.Logout</event-name>
</event>
</branch>
<branch id="1.2">
<!--================================-->
<!--== Session ends -->
<!--================================-->
<event id="1.2.1">
<event-name>atg.dps.EndSession</event-name>
</event>
</branch>
</fork>
<!--================================-->
<!--== Remove CL Items -->
<!--================================-->
<action id="2">
<action-name>Remove CL Items</action-name>
</action>
</segment>
</scenario>
===================================
We are getting below error:
Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager     Error while processing individual event message of type atg.dps.EndSession; rolling back the transaction     atg.process.ProcessException: Cannot obtain a subject required for an individual process execution context, from either the current request or message bean EndSessionMessage[profileId=null,sessionId=R-E6wcnQONJS9yrAIrfpnQ**.p_dotcom1, profile=Profile[null]]
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.process.ProcessManagerService.createIndividualExecutionContext(ProcessManagerService.java:2485)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.process.ProcessManagerService.receiveIndividualEventMessage(ProcessManagerService.java:11573)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.process.ProcessManagerService.receiveIndividualEventMessage(ProcessManagerService.java:11490)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11300)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11258)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.dms.patchbay.ElementManager.deliverMessage(ElementManager.java:294)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.dms.patchbay.InputPort.onMessage(InputPort.java:168)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.dms.patchbay.InputDestination.onMessage(InputDestination.java:375)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.dms.local.MessageConsumerImpl.deliverMessage(MessageConsumerImpl.java:274)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.dms.local.TopicImpl.deliverToRecipients(TopicImpl.java:91)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.dms.local.DestinationImpl.deliverMessage(DestinationImpl.java:238)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.dms.local.TopicPublisherImpl.publish(TopicPublisherImpl.java:141)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.dms.patchbay.OutputDestination.sendMessage(OutputDestination.java:181)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.dms.patchbay.OutputPort.sendMessage(OutputPort.java:140)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.dms.patchbay.ElementManager.sendMessage(ElementManager.java:363)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.nucleus.dms.DASMessageSource.fireObjectMessage(DASMessageSource.java:209)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.nucleus.dms.DASMessageSource.fireObjectMessage(DASMessageSource.java:172)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.userprofiling.dms.DPSMessageSource.fireEndSessionMessage(DPSMessageSource.java:884)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.userprofiling.dms.DPSMessageSource.fireEndSessionMessage(DPSMessageSource.java:848)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.userprofiling.SessionEventTrigger.nameContextElementPreUnbound(SessionEventTrigger.java:582)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.nucleus.GenericContext.sendPreUnboundEvent(GenericContext.java:192)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.nucleus.GenericContext.preNotifyRemovedObject(GenericContext.java:508)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.nucleus.GenericContext.removeElement(GenericContext.java:546)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.servlet.SessionNameContext.unbindFromNameContext(SessionNameContext.java:530)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.servlet.SessionNameContext.stopSession(SessionNameContext.java:507)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.servlet.SessionNameContext.decrementWrapperCount(SessionNameContext.java:222)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at atg.servlet.SessionBindingReporter.valueUnbound(SessionBindingReporter.java:206)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at org.jboss.web.tomcat.service.session.ClusteredSession.removeAttributeInternal(ClusteredSession.java:1425)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at org.jboss.web.tomcat.service.session.ClusteredSession.expire(ClusteredSession.java:889)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at org.jboss.web.tomcat.service.session.ClusteredSession.expire(ClusteredSession.java:781)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at org.jboss.web.tomcat.service.session.ClusteredSession.isValid(ClusteredSession.java:761)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at org.jboss.web.tomcat.service.session.ClusteredSession.isValid(ClusteredSession.java:726)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at org.jboss.web.tomcat.service.session.JBossCacheManager.processExpires(JBossCacheManager.java:1325)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at org.jboss.web.tomcat.service.session.JBossManager.backgroundProcess(JBossManager.java:817)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at org.jboss.web.tomcat.service.session.JBossCacheManager.backgroundProcess(JBossCacheManager.java:1274)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1270)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1555)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1564)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1564)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1544)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager          at java.lang.Thread.run(Thread.java:662)
**** Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager     
Please Help!!!!!!!!This is a critical isse in prod.!!!!
Thanks,
Deb
Edited by: 1009686 on Jun 4, 2013 9:44 AM

We are getting below error:
Error     Sun Sep 02 04:08:49 CDT 2012     1346576929658     /atg/scenario/ScenarioManager     Error while processing individual event message of type atg.dps.EndSession; rolling back the transaction     atg.process.ProcessException: Cannot obtain a subject required for an individual process execution context, from either the current request or message bean EndSessionMessage[profileId=null,sessionId=R-E6wcnQONJS9yrAIrfpnQ**.p_dotcom1, profile=Profile[null]]If you look into the error details you will see that the profileId and profile are null within the EndSessionMessage and that is what causing this issue. Because of profile being null ScenarioManager is not able to associate the "subject" (which typically would be the current user profile) with the process execution context that ScenarioManager is trying to create on receiving the event message. You can probably check how you get the profile in the environment where it works for you.

Similar Messages

  • Help IP restore error 21 (DFU ) running DFU  and error 1600. I need help

    I restore error 21 ( DFU ) >>> running DFU and error 1600. >>> I need help ?

    ip 4, 32g is me. I running FW up ios 6.0 >> error 21 ( DFU ) >>  mode DFU  >>>> error 1600 ( recovery mode )

  • Hello, I have a problem on my iPhone every second turn on and off I mean it shows the apple and off and again shows the apple icon and off and tried to Restore and it hangs on my iPhone and then waits Error 3004 Please I need help please!

    Hello, I have a problem on my iPhone every second turn on and off I mean it shows the apple and off and again shows the apple icon and off and tried to Restore and it hangs on my iPhone and then waits Error 3004 Please I need help please!

    Resolve communication issues
    Related errors: 17, 1004, 1013, 1638, 3014, 3194, 3000, 3002, 3004, 3013, 3014, 3015, 3194, or 3200.
    These alerts refer to gs.apple.com, say "There was a problem downloading the software," or say the "device isn't eligible for the requested build."
    I would guess your iphone has been hacked ( jailbroken ) ring any bells ?

  • Recent wipe of Mac HD.     Reinstall won't allow CS5 .  Quote error 213.5. Need Help

    I recently had my Mac software reinstalled but Adobe Photoshop will not reinstall siting error 213.5.  Need help.

    Hi Nicintime101,
    Please go through the forum link below and  check.
    https://forums.adobe.com/thread/1256895?tstart=0
    Regards,
    Anand

  • Installation of Photoshop update 13.1.2 for creative cloud fails with error code U44M1P7 I need help

    I need help installing update 13.1.2 for Photoshop creative cloud, installation fails with error code: U44M1P7. Could someone please help?

    Sorry to bother you.
    I could find the answer after searching previous posts about this language problem.
    Had to change my language in AAM profile and then download PS CS6 again ( english version ).
    Then open the actual Photoshop and in preferences > interface you can besides the Dutch also option for English.
    restart application and Voila.
    Greetz, Jeroen

  • Windows phone error code 80188301,. please need help

    i am getting an error while updating my windows phone.  windows phone error code 80188301,.
    please need help

    Hi,
    If issue persists after using the solutions provided by Aman Raizada, then I would suggest you ask the question in Windows Phone support forum:
    http://www.windowsphone.com/en-US/how-to/wp-support
    Regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Error encountered in DocumentInstance, need help

    Post Author: usaitconsultant
    CA Forum: JAVA
    Hi Ted or to anyone encountered this, I Need help! Im trying to open a deski document to pass parameter and set report format then schedue to run. In this line:  DocumentInstance documentInstance = reportEngine.openDocument(infoObject.getID()); Im encountering this error message:Entering getRASConnection()ExceptionError Message: No server was available to process the request. Please try again later. (Error: RFC 00101) Any idea? Though, RAS  server is running. I hope you can help me on this.Thank you. 

    Post Author: usaitconsultant
    CA Forum: JAVA
    Hi Ted,I tried to switch to other BO XI server which infoView is working with pass parameter using my user ID. But when I tried to run my application. The same error I encountered. Though, the pdf was created but with no parameters so no records was displayed in the pdf except for header,footer, and other static data.  See error below, Im just wondering which server/configuration should I checked if down/disable? Please advise. "Unable to find servers in CMS <Server path> and cluster @<Server path>
    with kind dpscacheFullClient and extra criteria null. All such servers
    could be down or disabled by the administrator. &#91;RASLIB9006&#93;"Please advise, I hope you can help me again here. Thank you.  Stacktrace:documentInstance = reportEngine.openDocument(infoObject.getID())Entering getRASConnection()com.businessobjects.rebean.wi.ServerException: No server was available to process the request. Please try again later. (Error: RFC 00101)    at com.businessobjects.rebean.fc.internal.ras21.XMLviaRAS21Encode.newSession(XMLviaRAS21Encode.java:972)    at com.businessobjects.rebean.fc.internal.ras21.RAS21ReportEngineComAdapter.openDocument(RAS21ReportEngineComAdapter.java:87)    at com.businessobjects.rebean.fc.internal.ReportEngineImpl.openDocument(ReportEngineImpl.java:249)    at edu.uillinois.boxir2.BOXIR2ReportEngine.testRunReportWithParameters(BOXIR2ReportEngine.java:718)    at edu.uillinois.boxir2.BOXIR2ReportEngine.main(BOXIR2ReportEngine.java:72)Exception encountered during setting parameter values. @Wed Apr 30 14:47:21 CDT 2008Error Message: No server was available to process the request. Please try again later. (Error: RFC 00101)Caused by: ErrorFailureUnable to find servers in CMS <Server path> and cluster @<Server path> with kind dpscacheFullClient and extra criteria null. All such servers could be down or disabled by the administrator. &#91;RASLIB9006&#93;    at com.crystaldecisions.sdk.occa.ras21.RASConnection.a(Unknown Source)    at com.crystaldecisions.sdk.occa.ras21.RASConnection.<init>(Unknown Source)    at com.crystaldecisions.sdk.occa.ras21.RASConnectionFactory.a(Unknown Source)    at com.crystaldecisions.sdk.occa.ras21.RASConnectionFactory.getRASConnectionObjectId(Unknown Source)    at com.businessobjects.rebean.fc.internal.ras21.XMLviaRAS21Encode.newSession(XMLviaRAS21Encode.java:958)    ... 4 moreCaused by: com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServersDown: Unable to find servers in CMS <Server path> and cluster @<Server path> with kind dpscacheFullClient and extra criteria null. All such servers could be down or disabled by the administrator.    at com.crystaldecisions.enterprise.ocaframework.aa.int(Unknown Source)    at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.int(Unknown Source)    at com.crystaldecisions.enterprise.ocaframework.o.a(Unknown Source)    at com.crystaldecisions.enterprise.ocaframework.o.try(Unknown Source)    at com.crystaldecisions.enterprise.ocaframework.o.a(Unknown Source)    at com.crystaldecisions.enterprise.ocaframework.o.a(Unknown Source)    at com.crystaldecisions.enterprise.ocaframework.p.a(Unknown Source)    at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(Unknown Source)    ... 9 more  

  • I can't activate my desktop account. Error: E_AUTH_NOT_READY. Please, need help!

    I instaled my desktop Adobe Digital Edition, but I'm failing in activate it with my Adobe Id. The error code is:   E_AUTH_NOT_READY
    Please, need help!

    For this problem, you need to deauthorize and authorize ADE again.
    Launch ADE
    Help -> Erase authorization.
    ADE will be deauhorized.
    Now again AUTHORIZE ADE
    Help-> authorize computer.
    Error will be fixed !!

  • ITunes Error Message. Still need help. Please.

    I still haven't been able to use my ITunes for about two months. I need help to fix the problem. Here's what it says when I try to start ITunes:
    Microsoft Visual C+ + runtime library
    Runtime Error!
    Program: C:\program files\itunes\itunes.exe
    This application has requested to terminate in an unusual way. Please contact the application’s support team for more information.
    If anyone can help me with this I would greatly, greatly appreciate it. Thanks.
      Windows XP  

    Have you tried un-installing iTunes, downloading the program again from Apple, and re-installing?
    It's always worth a try, as it should help you clear off anything causing the problem and start again.

  • Error restoring row currency - Need Help

    Hi All,
    Can anyone explain me how can I control the row currency???????
    this is my situation:
    when I navigate from page1 (with one read-only table - tableEmployees) to page2 (with a read-only table - tableSelectEmployees, with this columns: ps, eps, obs, obs2, where ps, eps and obs are the primary keys), selecting the "create" button, I need to insert a new row in tableSelectEmployees (page2) with this values (ps=2, eps=2, obs=null, obs2=null). -----> Until here everything works Fine :)
    The Big problem is when I need to navigate from page2 to page3 (with a read-only table - tableAddEmployees with this columns: DOM_ID, id, meaning, where Id is the primary key). The tableAddEmployees has a Query like this:
    SELECT *
    FROM tableAddEmployees
    WHERE NVL(tableAddEmployees.DOM_ID,0) = NVL(:1, 0)
    AND tableAddEmployees.ID NOT IN (
    SELECT obs
    FROM tableSelectEmployees
    WHERE Ps= :2
    AND Eps = :3
    AND NVL(obs, 0) = NVL(:4, 0))
    When I select the new row created (Ps=2, Eps=2, null, null) in page 2 and go to page3 I get this error messages from the log window:
    12:17:20 DEBUG (JhsActionServlet) -Request class: com.evermind.server.http.EvermindHttpServletRequest
    12:17:20 DEBUG (JhsActionServlet) -Request URI: /App_S2-ViewController-context-root/S2PopUpObstaculos.do
    12:17:20 DEBUG (JhsActionServlet) -Request Character Encoding: windows-1252
    12:17:20 DEBUG (JhsActionServlet) -Parameter searchText:
    12:17:20 DEBUG (JhsActionServlet) -Parameter event_Rollback:
    12:17:20 DEBUG (JhsActionServlet) -Parameter event:
    12:17:20 DEBUG (JhsActionServlet) -Parameter partial:
    12:17:20 DEBUG (JhsActionServlet) -Parameter source:
    12:17:20 DEBUG (JhsActionServlet) -Parameter eventValue:
    12:17:20 DEBUG (JhsActionServlet) -Parameter rowKeyStr:
    12:17:20 DEBUG (JhsActionServlet) -Parameter partialTargets:
    12:17:20 DEBUG (JhsDataAction) -Executing action /S2PopUpObstaculos
    12:17:20 DEBUG (JhsDataAction) -lastIssuedPageTimeStamp set to: 1156245440919
    12:17:20 DEBUG (JhsDataAction) -Found existing searchBean for S2AltaSociais2UIModel
    12:17:20 DEBUG (JhsDataAction) -Stored searchBean for S2AltaSociais2UIModel on request
    12:17:20 DEBUG (JhsDataAction) -ViewObject S2DominiosLevel1: value of bind param 0 has changed: old value=0 ,new value=
    12:17:20 DEBUG (JhsDataAction) -ViewObject S2DominiosLevel1: value of bind param 1 has changed: old value=0 ,new value=2
    12:17:20 DEBUG (JhsDataAction) -ViewObject S2DominiosLevel1: value of bind param 2 has changed: old value=0 ,new value=2
    12:17:20 DEBUG (JhsDataAction) -ViewObject S2DominiosLevel1: value of bind param 3 has changed: old value=0 ,new value=
    12:17:20 DEBUG (JhsDataAction) -ViewObject S2DominiosLevel1: executing query, bind parameter values have changed
    12:17:20 DEBUG (JhsDataAction) -executing onRollback
    12:17:20 DEBUG (JhsDataAction) -executing Rollback ActionBinding
    12:17:21 DEBUG (JhsDataAction) -Restoring row currencies
    12:17:21 ERROR (JhsDataAction) -Error restoring row currency for S2ObstaculosLevel1Iterator: JBO-25020: View row of key oracle.jbo.Key[2 2 null ] not found in S2ObstaculosLevel1Iterator.
    12:17:21 ERROR (JhsDataAction) -Error restoring row currency for S2ObstaculosLevel1Iterator: JBO-25020: View row of key oracle.jbo.Key[2 2 null ] not found in S2ObstaculosLevel1Iterator.
    12:17:21 ERROR (JhsDataAction) -Error restoring row currency for S2ObstaculosAssoc1Iterator: JBO-25020: View row of key oracle.jbo.Key[2 2 null ] not found in S2ObstaculosAssoc1Iterator.
    12:17:21 ERROR (JhsDataAction) -Error restoring row currency for S2ObstaculosLevel1Iterator: JBO-25020: View row of key oracle.jbo.Key[2 2 null ] not found in S2ObstaculosLevel1Iterator.
    12:17:21 ERROR (JhsDataAction) -Error restoring row currency for S2ObstaculosLevel1Iterator: JBO-25020: View row of key oracle.jbo.Key[2 2 null ] not found in S2ObstaculosLevel1Iterator.
    12:17:21 DEBUG (JhsDataAction) -ViewObject S2DominiosLevel1: value of bind param 0 has changed: old value= ,new value=278263
    12:17:21 DEBUG (JhsDataAction) -ViewObject S2DominiosLevel1: value of bind param 3 has changed: old value= ,new value=278263
    12:17:21 DEBUG (JhsDataAction) -ViewObject S2DominiosLevel1: executing query, bind parameter values have changed
    12:17:21 DEBUG (JhsDataAction) -Storing table binding factory under key jhsTableBindings on request
    12:17:21 DEBUG (JhsDataAction) -Forward set by parameter property returned: /WEB-INF/page/S2PopUpObstaculos.uix
    --->If I want this null values why is JDeveloper changing the row currency?
    When I select one row from page2 with values like this (2, 2, 278264, null) I get the correct response:
    12:19:41 DEBUG (JhsActionServlet) -Request class: com.evermind.server.http.EvermindHttpServletRequest
    12:19:41 DEBUG (JhsActionServlet) -Request URI: /App_S2-ViewController-context-root/S2PopUpObstaculos.do
    12:19:41 DEBUG (JhsActionServlet) -Request Character Encoding: windows-1252
    12:19:41 DEBUG (JhsActionServlet) -Parameter searchText:
    12:19:41 DEBUG (JhsActionServlet) -Parameter event_Rollback:
    12:19:41 DEBUG (JhsActionServlet) -Parameter event:
    12:19:41 DEBUG (JhsActionServlet) -Parameter partial:
    12:19:41 DEBUG (JhsActionServlet) -Parameter source:
    12:19:41 DEBUG (JhsActionServlet) -Parameter eventValue:
    12:19:41 DEBUG (JhsActionServlet) -Parameter rowKeyStr:
    12:19:41 DEBUG (JhsActionServlet) -Parameter partialTargets:
    12:19:41 DEBUG (JhsDataAction) -Executing action /S2PopUpObstaculos
    12:19:41 DEBUG (JhsDataAction) -lastIssuedPageTimeStamp set to: 1156245581741
    12:19:41 DEBUG (JhsDataAction) -Found existing searchBean for S2AltaSociais2UIModel
    12:19:41 DEBUG (JhsDataAction) -Stored searchBean for S2AltaSociais2UIModel on request
    12:19:41 DEBUG (JhsDataAction) -ViewObject S2DominiosLevel1: value of bind param 0 has changed: old value=0 ,new value=278264
    12:19:41 DEBUG (JhsDataAction) -ViewObject S2DominiosLevel1: value of bind param 1 has changed: old value=0 ,new value=2
    12:19:41 DEBUG (JhsDataAction) -ViewObject S2DominiosLevel1: value of bind param 2 has changed: old value=0 ,new value=2
    12:19:41 DEBUG (JhsDataAction) -ViewObject S2DominiosLevel1: value of bind param 3 has changed: old value=0 ,new value=278264
    12:19:41 DEBUG (JhsDataAction) -ViewObject S2DominiosLevel1: executing query, bind parameter values have changed
    12:19:41 DEBUG (JhsDataAction) -executing onRollback
    12:19:41 DEBUG (JhsDataAction) -executing Rollback ActionBinding
    12:19:41 DEBUG (JhsDataAction) -Restoring row currencies
    12:19:42 DEBUG (JhsDataAction) -ViewObject S2DominiosLevel1: bind parameter values have not changed
    12:19:42 DEBUG (JhsDataAction) -Storing table binding factory under key jhsTableBindings on request
    12:19:42 DEBUG (JhsDataAction) -Forward set by parameter property returned: /WEB-INF/page/S2PopUpObstaculos.uix
    Can anyone help me with this problem, please?
    What can I do to solve this currency problem?
    Please, I really need help on this!!!
    I'm using JDeveloper10.1.2, struts, uix pages.
    Thanks,
    Atena

    Can anyone give some help here?

  • It says my ipod 4th gen could not be restored an unknown error occurred OxE8000001. Need help

    could not be restored an unknown error occurred OxE8000001. Need help

    Try here:
    iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting

  • Simple Web and regular Web Repository errors... Need Help

    Hello all!
    We're running into a problem with Simple Web and regular Web Repository managers in our QA portal environment.  These repository managers work very well in our Dev portal, but now that we're trying to implement them in QA, of course they aren't working.  :-\
    I set up a specific web site in our Web Repository manager.  However, when I navigate to the repository's folder in KM, it just hangs. When I go to the Component Monitor and look at the Web Repository manager, the server is in red. The Status is "startup failed" and the specific error is:
    "2008-01-07T19:47:48Z: GET /WhitePages/Spider: com.sapportals.wcm.WcmException: sending request to: http://hostname.company.com/ request uri: /WhitePages/Spider Connection timed out:could be due to invalid address (java.net.SocketException: Connection timed out:could be due to invalid address)"
    When I try to set up the same web site in the Simple Web Repository Manager, I receive the same error.  However, we shouldn't need a proxy configured because this is an internal web site.
    This works in our Dev environment, so what configuration should I be looking at specifically?  Any tips from anyone?
    Thanks in advance to everyone!
    Fallon

    Hi,
    As far as I know such type of problems are common in repositroy managers.
    They work on one and don't on the other.
    Possible reasons could be the connectivity and access issues.
    As u r saying that it is an internal website pls chk connectivity of the QA system with the webserver.
    Check ur Repository manager's configuration once again in Sys Admin.
    Last option is to create a new Web RM in QA.
    I know it is irritating but doesn't takes much time right.
    i hope this helps.
    Regards,
    Sumit

  • Ovi store error message...need help!

    hiya i was looking thru apps on the Ovi sore and after just one page or scrooling an error message pops up saying "The operation could not be completed due to an error". why is that? as far as i know my signal is fine and i have unlimited internet on my phone tariff and i got to update the phone's software. please help!

    I also get this message and the BBC iPlayer was available for download, downloaded it and have not been able to access it yet. Very poor - We need an answer I am using the 'New' X6 - Come on Nokia give us a shout

  • Solaris HotSpot Virtual Machine Error, Unexpected Signal 11 NEED HELP

    Hi all
    We are running a thin jsp application for video streaming live event running
    on a BEA WebLogic Personalization Server 3.2 on Solaris (streaming servers
    are separate and do not affect the server). After putting it in production
    we have experienced serious memory problems with our environment. When the
    servers are running under heavy load, they eat all available memory until
    they finally crash, please see log message below. We can see that the
    garbage collection is running but it doesn't seem to keep up with the memory
    consumption. The problem is described in a bug report at SUN, but it is
    marked as a "no fix" with the reasoning that programming resources are now
    allocated to jdk1.4?
    Log message:
    # HotSpot Virtual Machine Error, Unexpected Signal 11
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error happened during: scavenge
    # Error ID: 4F533F534F4C415249530E435050079A 01
    # Problematic Thread: prio=5 tid=0xdbea8 nid=0x4 runnable
    When this occured we ran JDK 1.3.0 with HotSpot Server VM on Solaris 8. WLS
    5.1, SP 9 and WLPS 3.2.
    WLS is started with the following parameters.
    #----------- Start WebLogic with the above parameters -----------
    $JDK_HOME/bin/java -server -ms512m -mx512m -Duser.timezone=ECT -classpath
    $JAVA_CLASSPATH -Dweblogic.system.bindAddr=10.122.114.4 -Dweblogic.cluster.m
    ulticastAddress=224.0.0.100 -Dweblogic.cluster.enable=true -Dweblogic.cluste
    r.name=iccluster -Dweblogic.class.path=$WEBLOGIC_CLASSPATH -Dweblogic.system
    .name=$SYSTEM_NAME
    weblogic.system.home=$SYSTEM_HOME -Dweblogic.home=$WEBLOGIC_HOME -Djava.secu
    rity.manager -Djava.security.policy=$WEBLOGIC_HOME/weblogic.policy -Dcommerc
    e.properties=$WL_COMMERCE_HOME/weblogiccommerce.properties -Dweblogic.proper
    ties=$WL_COMMERCE_HOME/weblogic.properties -Dpipeline.properties=$WL_COMMERC
    E_HOME/pipeline.properties -Dwebflow.properties=$WL_COMMERCE_HOME/webflow.pr
    operties -Dwlcs.home=$WL_COMMERCE_HOME weblogic.Server &
    We have now upgraded to jdk1.3.1_02 B02 but still have a problem with memory
    leaks. We have so far been able to restart the server before memory is
    exhausted and has hence not seen the same error message after the upgrade.
    The memory is not freed when Weblogic aborts, the SUN server has to be
    rebooted to free the memory. We now have to restart our 3 servers aprox.
    every 6 hours. The servers are equiped with 2G physical memory each. We have
    also tried setting hotspot to -client and setting -XX:MaxPerm.
    The HW configuration is as follows:
    1 Foundry Server Iron load balancer (with one hot stand by).
    3 Sun E420R, 2 x 440MHz CPU, 2GB RAM. Running in a cluster with one apache
    and one WLPS instance on each
    The SW configuration is as follows:
    JDK 1.3.1_02 B02 with HotSpot Server VM
    Solaris 8.
    WLS 5.1, SP 9
    WLPS 3.2.
    Oracle server 8.1.7
    Oracle client 8.1.6?
    This bug is described in
    http://developer.java.sun.com/developer/bugParade/bugs/4408730.html.
    It is also described as a known problem in
    http://www.weblogic.com/platforms/sun/index.html.
    It has also been described by SUN as a problem arising from multiple nested
    try/catch blocks appearing in generated java code from servlets, especially
    on WebLogic and Apache.
    As SUN has said that they will not fix this bug we are trying to find a
    workaround, but have yet found one. We have been looking into changing the
    heap size and setting GC options on the JVM, but haven't found the optimal
    solution. We would be very interested in experiences with tuning gc
    parameters, documentation on solaris patches for JVMs, JVM tuning, WebLogic
    tuning, HotSpot tuning.
    Has anyone experienced similar problems and found a workaround. We would be
    very happy to hear any suggestions as soon as possible,
    thanks
    Kris

    Perhaps the -noTryBlocks option to jspc might help you. See here:
    http://e-docs.bea.com/wls/docs61/////jsp/reference.html
    simon.

  • IPhone 3Gs is stuck on recovery mode. Error 14. I NEED HELP PLEASE!!!

    im kind of new to the iPhone and i put in my iPhone on my windows and itunes popped up saying i need to update my iPhone to the latest update and i pressed the "Download and Install" button,and it started to download and by the time it was restoring my iPhone it just stays stuck on recovery mode. And when i click the restore button, the same thing keeps happening. it says, "The iPhone could not be restored. An Unknown error occurred.(14)." PLEASE HELP ME.

    http://support.apple.com/kb/TS1275
    http://support.apple.com/kb/HT1808

Maybe you are looking for

  • AttachMovie is shown on debugger but not on play

    I'm using the tutorial XML photo gallery with thumbnail from http://www.kirupa.com/developer/mx2004/thumbnails.htm I'v added code to deal when the image is not aviliable I attach a symbol with Text instead to the thumbnail and to the photo as well th

  • IPad full after last upgrade

    When I plug my iPad into my computer to sync, it is now saying it is full, and sometimes over capacity. It's been switching back and forth between full, 6.25 GB remaining, and over capacity by 2.46 GB for the last half an hour. I've removed all my mu

  • Help creating a search

    I created a document management section for our departments site (CF9).  I'm asking for help creating a new part of the search, and will list all of the parts I am looking for help with, that way if you can only contribute to one part, it will get me

  • What HD camcorder works well in I-Movie?

    Hello Apple or...I have herd of problems with certain HD camcorders not working well in I-movie. I am thinking of buying the Canon HDV HV-20 (Small one chip 24/60/p camcorder. Anyone know if this will work in I-movie 6 direct from the Firewire? Or a

  • Using FTP with Seagate BlackArmor NAS 440

    Hey everyone - I need some help regarding OS X being able to log in with a drag and drop ability on my NAS using FTP. I believe I have everything set up correctly, because I can log into my NAS at work on a PC using the ftp://user:[email protected] j