BPEL Worklist time zone

Hi all,
I'm using BPEL 10.1.2.0.2 on AS 10.1.2, running on Windows XP.
I have noticed that the times are displayed incorrectly in the BPEL Worklist. The bottom line displays the "page refreshed on" time, which differs from the system time. The times in the BPEL console seem to be correct.
It looks like this is a time zone issue (I'm in Europe btw)
Does anyone know where to configue the time zone for Worklist?
The time is displayed in Footer.jsp, which uses an IWorklistContext object to query the time zone, if that's any help.
TIA,
Marcel.

The timezone is specified as part of the user profile in user-properties.xml in services/config if JAZN-XML (jazn-data.xml) is used for user management or in OID person schema if OID is used as the identity store.
Regards,
Bhagat

Similar Messages

  • Oracle BPEL Worklist application as a remote portlet in ALUI portal

    Hi,
    I am integrating the Oracle BPEL sample worklist application as a remote portlet in ALUI in a community page.
    I have 2 urgent queries...and desperate to look for a resolution...
    1) On opening the page where the remote portlet is placed ,it is very very slow to open the firt login screen in IE6.However the page is loading fast in IE7 or netscape.Every time the login page is hit we need to refresh the page to load it quickly..
    2)on thewebservice configuration section for portlet -- > http Configuration ,I have created a gateway and added our Oracle BPEL worklist context to gateway the request.There is a option like Inline refresh..
    a)If inline refresh is unchecked ,the BPEL worklist is not retaining the portlet nature like minimize ,maximize and the top community navigation is lost.
    b)however if inline refesh is checked..The portlet nature is retained ,however there is javascript error coming in the page which is not allowing some of the vanilla features of BPEL worklist is working properly like clicking some buttons and taking actions...
    Is this some configuration to be made in the ALUI side or some thing else...Please let me know if there is any solution to this...
    Regards
    Ashif

    Now I am able to display the initial page of the remote portlet. However, when I try to do some operations I m running into one more issue:
    [WSRP-Consumer:420733]No markup received from the producer [oraclePortal_producer] for portlet with portletHandle[E:3:default].
    Is there anything futher I need to do?
    regards,
    Ansuman

  • Oracle BPEL Worklist application on Tomcat

    Can the default BPEL worklist application be deployed to Tomcat? Has anyone tried that or instructions listed out some where?
    We would like to deploy the web tier deployed to a seperate Tomcat box (web tier includes a web application developed, oracle bpel worklist application)
    Thanks

    Thank you. I am not sure how to have wf_config_client.xml correctly defined and deployed. Can this be elaborated a little more please?
    I tried to deploy the worklist application supplied in the samples. I ran into a lot of exceptions and continued to add the runtime libraries as needed. I followed some of the applicable instructions under 16.5.1.5 of BPEL Developer's guide as well.
    I can see the login page of the worklist after this struggle, but when I try to login it comes back to the same page. I see a exceptions thrown on the tomcat console.
    I think main errors that catch my attention are:
    1. Invalid configuration file wf_config.xml ORABPEL-30028
    2. Error in invoking user metadata service ORABPEL-30720
    I really appreciate any help to go forward.
    Thanks.
    Dec 11, 2007 5:32:49 PM org.apache.coyote.http11.Http11BaseProtocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8080
    Dec 11, 2007 5:32:49 PM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 937 ms
    Dec 11, 2007 5:32:49 PM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Dec 11, 2007 5:32:49 PM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.25
    Dec 11, 2007 5:32:49 PM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    Dec 11, 2007 5:32:50 PM org.apache.catalina.startup.HostConfig deployWAR
    INFO: Deploying web application archive customworklist.war
    Dec 11, 2007 5:32:51 PM org.apache.coyote.http11.Http11BaseProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-8080
    Dec 11, 2007 5:32:51 PM org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    Dec 11, 2007 5:32:51 PM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/16 config=null
    Dec 11, 2007 5:32:51 PM org.apache.catalina.storeconfig.StoreLoader load
    INFO: Find registry server-registry.xml at classpath resource
    Dec 11, 2007 5:32:51 PM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 2265 ms
    log4j:WARN No appenders could be found for logger (collaxa.cube.services).
    log4j:WARN Please initialize the log4j system properly.
    <2007-12-11 17:38:49,957> <ERROR> <oracle.bpel.services.workflow> <::>
    java.lang.NullPointerException
    at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLo
    cation(AbstractJaxbUtil.java:320)
    at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(
    AbstractJaxbUtil.java:295)
    at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJ
    axbUtil.java:145)
    at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJ
    axbUtil.java:127)
    at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationMa
    nager.java:60)
    at oracle.bpel.services.config.ConfigurationManager.getConfiguration(Con
    figurationManager.java:101)
    at oracle.bpel.services.config.ConfigurationManager.getProperty(Configur
    ationManager.java:119)
    at oracle.bpel.services.config.ConfigurationManager.getBooleanProperty(C
    onfigurationManager.java:170)
    at oracle.bpel.services.common.exception.ServicesException.<clinit>(Serv
    icesException.java:61)
    at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:801)
    at worklistapp.servlets.BaseServlet.initApplicationPreferences(BaseServl
    et.java:563)
    at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:199
    at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:171)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:174)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:151)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :874)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:689)
    at java.lang.Thread.run(Thread.java:595)
    <::> ORABPEL-30028
    <::>
    <::> Invalid configuration file wf_config.xml
    <::> The configuration file wf_config.xml not be read.
    <::> Make sure that the configuration file wf_config.xml is available and is a v
    alid XML document. Contact oracle support if error is not fixable.
    <::>
    <::> at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationMa
    nager.java:79)
    <::> at oracle.bpel.services.config.ConfigurationManager.getConfiguration(Con
    figurationManager.java:101)
    <::> at oracle.bpel.services.config.ConfigurationManager.getProperty(Configur
    ationManager.java:119)
    <::> at oracle.bpel.services.config.ConfigurationManager.getBooleanProperty(C
    onfigurationManager.java:170)
    <::> at oracle.bpel.services.common.exception.ServicesException.<clinit>(Serv
    icesException.java:61)
    <::> at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:801)
    <::> at worklistapp.servlets.BaseServlet.initApplicationPreferences(BaseServl
    et.java:563)
    <::> at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:199
    <::> at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:171)
    <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    <::> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:269)
    <::> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:188)
    <::> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    <::> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:174)
    <::> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:127)
    <::> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:117)
    <::> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:108)
    <::> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:151)
    <::> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :874)
    <::> at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:665)
    <::> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:528)
    <::> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:81)
    <::> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:689)
    <::> at java.lang.Thread.run(Thread.java:595)
    <::> Caused by: java.lang.NullPointerException
    <::> at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLo
    cation(AbstractJaxbUtil.java:320)
    <::> at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(
    AbstractJaxbUtil.java:295)
    <::> at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJ
    axbUtil.java:145)
    <::> at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJ
    axbUtil.java:127)
    <::> at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationMa
    nager.java:60)
    <::> ... 24 more
    <2007-12-11 17:38:50,066> <ERROR> <oracle.bpel.services.workflow> <::>
    java.lang.NullPointerException
    at oracle.bpel.services.common.util.AbstractJaxbUtil.getAbsoluteSchemaLo
    cation(AbstractJaxbUtil.java:320)
    at oracle.bpel.services.common.util.AbstractJaxbUtil.createUnmarshaller(
    AbstractJaxbUtil.java:295)
    at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJ
    axbUtil.java:145)
    at oracle.bpel.services.common.util.AbstractJaxbUtil.unmarshal(AbstractJ
    axbUtil.java:127)
    at oracle.bpel.services.config.ConfigurationManager.init(ConfigurationMa
    nager.java:60)
    at oracle.bpel.services.config.ConfigurationManager.getConfiguration(Con
    figurationManager.java:101)
    at oracle.bpel.services.config.ConfigurationManager.getProperty(Configur
    ationManager.java:119)
    at oracle.bpel.services.config.ConfigurationManager.getBooleanProperty(C
    onfigurationManager.java:170)
    at oracle.bpel.services.common.exception.ServicesException.<clinit>(Serv
    icesException.java:61)
    at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:801)
    at worklistapp.servlets.BaseServlet.initApplicationPreferences(BaseServl
    et.java:563)
    at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:199
    at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:171)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:174)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:151)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :874)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:689)
    at java.lang.Thread.run(Thread.java:595)
    <::> ORABPEL-30720
    <::>
    <::> Error in invoking user metadata service.
    <::> A client side error occured in invoking the user metadata service.
    <::> Please check the exception error stack to identify the error. Contact oracl
    e support if error is not fixable.
    <::>
    <::> at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:801)
    <::> at worklistapp.servlets.BaseServlet.initApplicationPreferences(BaseServl
    et.java:563)
    <::> at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:199
    <::> at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:171)
    <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    <::> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:269)
    <::> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:188)
    <::> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    <::> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:174)
    <::> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:127)
    <::> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:117)
    <::> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:108)
    <::> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:151)
    <::> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :874)
    <::> at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:665)
    <::> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:528)
    <::> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:81)
    <::> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:689)
    <::> at java.lang.Thread.run(Thread.java:595)
    <::> Caused by: javax.naming.NameNotFoundException: UserMetadataService not foun
    d
    <::> at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java
    :52)
    <::> at javax.naming.InitialContext.lookup(InitialContext.java:351)
    <::> at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:796)
    <::> ... 19 more
    <2007-12-11 17:38:50,160> <ERROR> <oracle.bpel.services.workflow> <::> UserMetad
    ataService not found
    javax.naming.NameNotFoundException: UserMetadataService not found
    at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java
    :52)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:796)
    at worklistapp.servlets.BaseServlet.initApplicationPreferences(BaseServl
    et.java:563)
    at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:199
    at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:171)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:174)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:151)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :874)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:689)
    at java.lang.Thread.run(Thread.java:595)
    <::> ORABPEL-30720
    <::>
    <::> Error in invoking user metadata service.
    <::> A client side error occured in invoking the user metadata service.
    <::> Please check the exception error stack to identify the error. Contact oracl
    e support if error is not fixable.
    <::>
    <::> at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:801)
    <::> at worklistapp.servlets.BaseServlet.initApplicationPreferences(BaseServl
    et.java:563)
    <::> at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:199
    <::> at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:171)
    <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    <::> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:269)
    <::> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:188)
    <::> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    <::> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:174)
    <::> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:127)
    <::> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:117)
    <::> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:108)
    <::> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:151)
    <::> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :874)
    <::> at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:665)
    <::> at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:528)
    <::> at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:81)
    <::> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:689)
    <::> at java.lang.Thread.run(Thread.java:595)
    <::> Caused by: javax.naming.NameNotFoundException: UserMetadataService not foun
    d
    <::> at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java
    :52)
    <::> at javax.naming.InitialContext.lookup(InitialContext.java:351)
    <::> at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:796)
    <::> ... 19 more
    <2007-12-11 17:38:50,238> <ERROR> <oracle.bpel.services.workflow> <::> UserMetad
    ataService not found
    javax.naming.NameNotFoundException: UserMetadataService not found
    at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java
    :52)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at oracle.bpel.services.workflow.user.client.UserMetadataServiceRemoteCl
    ient.getPublicPreferences(UserMetadataServiceRemoteClient.java:796)
    at worklistapp.servlets.BaseServlet.initApplicationPreferences(BaseServl
    et.java:563)
    at worklistapp.servlets.BaseServlet.validateSession(BaseServlet.java:199
    at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:171)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:174)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:151)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :874)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:689)
    at java.lang.Thread.run(Thread.java:595)
    Failed to load application preferences, using default values
    <ISConfiguration::load> Found Configuration=Configuration: realmName=jazn.com p
    roperties:{} has 1 providers:
    <ISConfiguration::load> Provider: service=Identity providerType=JAZN pr
    oviderName=XML Provider properties:{usersPropertiesFile=users-properties.xml}
    <ISConfiguration::load>
    <ISConfiguration::validate> Validate configuration=Configuration: realmName=jazn
    .com properties:{} has 1 providers:
    <ISConfiguration::validate> Provider: service=Identity providerType=JAZN pr
    oviderName=XML Provider properties:{usersPropertiesFile=users-properties.xml}
    <ISConfiguration::validate>
    <ISConfiguration::save> Save IdentityService configuration file into /C:/Tomcat5
    .5/apache-tomcat-5.5.25/webapps/customworklist/WEB-INF/classes/is_config.xml

  • Problem getting custom workflow to work with BPEL Worklist

    I am currently working through the DocumentReviewWorklow custom workflow example in the Oracle Content Services 10g Custom Workflows document and cannot get the workflow to prompt approvers through the BPEL Worklist application that an action must be taken.
    When I run the workflow, the process gets to the point of calling the TaskActionHandler and the approver is told that a process is pending their approval in the Content Services Console.
    The following appears in the BPEL Process Manager when I Audit the workflow:
    onMessage (137) - pending
    [2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskSuspended".
    onMessage (126) - pending
    [2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskUpdated".
    onMessage (118) - pending
    [2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskErrored".
    onMessage (110) - pending
    [2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskWithdrawn".
    onMessage (102) - pending
    [2006/03/20 08:57:42] Waiting for message from "TaskManagerService", operation is "onTaskCompleted".
    onAlarm (161) - pending
    [2006/03/20 08:57:42] Alarm started. Alarm will go off at time "2006/03/22 08:57:42".
    onAlarm (156) - pending
    [2006/03/20 08:57:42] Alarm started. Alarm will go off at time "never".
    onAlarm (151) - pending
    [2006/03/20 08:57:42] Alarm started. Alarm will go off at time "never".
    After a period of time, the workflow eventually times-out because it is neither approved or disapproved. I have got the other non-blocking custom workflow examples to work without any problems.

    Thanks bnainani, you solved my problem!
    Despite the fact that the approver's username is in the Oracle Collabortion Suite OID as all lower case letters (and you can still login to worklist with lower case letters), you were right in saying that you have to use all upper case letters when logging into the worklist application in order to see the pending tasks.
    Just out of curiousity, do you have any idea why worklist requires upper case letters for the username?
    Message was edited by:
    middaymag
    Message was edited by:
    middaymag

  • How to cosume BPEL worklist as a portlet in webcenter application

    Hi,
    Can someone guide me how to consume a BPEL worklist application as portlet in webcenter application. I have a BPEL process and have deployed it on BPEL Integration server installed on oracle apllication server. But how to proceed from here? The portlet should show all the tasks exactly as it appears in the worklist applction.
    Thanks
    Anand

    Thanks a lot Cappa. Those links were really helpful and I have completed the POC successfully by integrating my existing ADF application with WebCenter by following the steps mentioned in http://www.oracle.com/technetwork/developer-tools/jdev/ccset62-all-100884.html.
    Apart from the links you mentioned, Andrejus pointed to one of his blog entry on the same topic. Please find the same at http://andrejusb.blogspot.com/2009/12/producing-jsr-168-portlets-directly.html
    Now, the issue is it's very very slow and it's getting timeout most of the time. I'm getting concurrent modification exception also some times. Both the applications are running on the embedded server that comes with JDev. Have you ever come across it?
    Regards,
    Antony.

  • ISE 1.2 Time Zone

    Hi Community!!
    I have a ISE 1.2 pair, v9 patch installed and sychronized. Recently our time zone changed to summer time which is one hour later. In the CLI I can see that the reference is sent by NTP and the clock has changed but in monitoring I can still see that there is an hour difference from real time.
    I read in Cisco official documentation that time cannot be changed on ISE or else it will become unusable but the logs are not being timestamped correctly and also the time the RADIUS request are made by NAD vs the time they are recieved by ISE have one hour difference.
    Is there a way to solve this? it seems to be prone to any kind of unexpected behaviour when we are least expecting it.
    Thank you!!

    Hmm, this is very strange and it almost seems like a bug with ISE. I would recommend that you contact TAC and have them check this out. 
    The reason I think that it is a bug (Related to the timezone) is the fact that the base OS (Cent/ADE OS) appears to be running fine and keeping track of DST (Day light savings) but the actual application (ISE) installed on Cent is not. 
    I am far from NTP or Linux expert but I don't believe that NTP pushes/honors timezones. I think NTP just synchronizes the clock while timezones/DST is controlled locally. 
    If the issue is not a bug, it is perhaps due to selecting the incorrect timezone. I have never done a deployment outside of the US and the UK so I am not familiar with timezones in Chile. However, if we take Eastern Time Zone for example. I had to make sure that I select "EST5EDT" in ISE and not just EST. If I simply selected EST then DST was not observed and made things ugly :) The same applied for Pacific timzone where I had to make sure that I select "PST8PDT" With all of that being said, I checked the CLI in ISE and I don't see any Chile related timezones that would indicate DST observations. You can check for those yourself by using the following command "show timezones"
    I was able to find these but perhaps there are more and a specific one to CST/CLST. I tried searching for those but could not find anything:
    NS-ISE-01/admin# show timezones | i Santiago
    America/Santiago
    NS-ISE-01/admin# show timezones | i Chile
    Chile/EasterIsland
    Chile/Continental
    NS-ISE-01/admin# show timezones | i CLT
    NS-ISE-01/admin# show timezones | i CLST
    Let me know what you find. I would like to know the cause/resolution
    Thank you for rating helpful posts!

  • Is my iPhone calendar reading from the wrong time zone? How do I fix it?

    First, here is all the info that I have about all of the clocks on my phone: the date and time on my iPhone are set automatically to Vancouver's time zone, in the Clock app though, I've also added in the clocks for Seoul and Manila so that I know the time when I need to contact friends out there, etc. Location wise, everything else on my phone is fine: my map correctly shows where I am, the weather app shows the weather for my city and my clock changes automatically for daylight savings.
    Now, when I put in an event into the calendar app, while putting in the details such as start and end time, the Time Zone slot is always set to Seoul for some reason. I have to go in and change it to Vancouver manually. Even after doing this and setting everything though, the alarm always goes off at the wrong date and time - I think it' s going off at when that time reaches Seoul, not Vancouver. So then I tried setting it again, this time, leaving the time zone as Seoul in case things were somehow just 'backward' in my phone, and still the alarm went off at the wrong date and time.
    I really can't understand it and haven't got the faintest clue as to how to fix it. Any ideas??
    In case this better or further explains what I'm trying to say:
    I just opened a new event on my calendar. I set it to begin twenty minutes from now (5:20AM) and left the ending time as the default one hour later (6:20AM). I also did not change the time zone which is already reading Seoul for whatever reason. I hit done, I'm taken back to the main calendar page, and there it shows as it should: 5:20AM today. I then went to set second event for 5:15AM only this time, I changed the timezone to Vancouver. All the information looks correct, but this time, when I hit done and am taken to the main calendar page, that event is recorded as having been set to 21:15PM instead!!
    [ I have an iPhone 4 but...I don't know what CDMA or GSM means so I'm not sure which pertains to me...]

    Go to Settings>Mail, etc.>iCloud and delete the account. Then add in a new account with the details you want.

  • Splitting front and back end servers across time zones

    Weblogic Server 7.0
    EJB is in Memphis,
    jsp/servlets/web command classes are in Colorado
    sending a date to the DB (in Memphis) results in a date getting changed by about 13 hours.
    The change happens between the web command class in Colorado and the EJB command class in Memphis.
    Any ideas as to what might be causing this and how to eliminate this bug would be very much appreciated.
    Thanks.

    Solution was that someone had configured the WLS to always operate dates in GMT, therefore the time differences between time zones were blown out of proportion...

  • Effect of time zone change on scheduled appointment times

    I have had a Palm Treo 650 for three years. It had its shortcomings, but the calendar was well-designed. I could be in the Pacific time zone and arrange an appointment in New York for 1:00PM on a certain day. When I arrived in New York, the Treo's time had automatically changed to Eastern time and the appointment time was still 1:00PM on the calendar.
    I just bought a BlackBerry 8330 because Verizon's network coverage is far superior to ATT's at places where I spend most of my time. The BB has excellent web access and email, but the calendar has a problem. If I were in the Pacific time zone and set an appointment for New York at 1:00PM and then traveled to New York, the BB's time would change to Eastern, but the appointment time would also be changed to 4:00PM. This can be a trap that can cause me to occasionally miss an important meeting. I can't afford this risk. I'm likely to return the BB and look for another PDA.
    *My Question: Is the iPhone's calendar like the Treo's or the BlackBerry's?*

    Thank you for the quick replies. It is not totally clear to me, but it sounds as though the iPhone may be the same as the BlackBerry. If so, then I have to set a time AND make sure that, at the time the appointment is entered, the time zone is properly set for the location of the meeting. The Treo's meeting time was independent of the time zone that was in effect when the appointment time was entered. There was no special setting for it, but there is a setting to either keep the desired time zone in effect regardless of where the phone was located or to let the network adjust the time zone whenever a trip was made. It automatically took the network time from wherever it was so the clock was always right and the alarm for an upcoming meeting would go off at the proper time even if the appointment was entered while set for another time zone. The statement "Time Zone Support always shows event dates and times in the time zone selected for calendars" doesn't really say how it affects previously set appointments. It will only become clear when someone who travels a lot says how it works in practice.

  • IPad Time Zone and Mail Problems

    I got an iPad air with Retina Display yesterday and I can't set the time zone. When I go to set time zone automatically the circle just keeps spinning like it is thinking and won't stop. Also, I have a bell sympatico.ca email and can't connect it to my iPad. Can anyone offer some help??

    Same problem. Everything done on the following discussion does not work:
    https://discussions.apple.com/message/21927118#21927118

  • Get date from Oracle when local time zone is different from Oracle time zon

    Hi!
    Local machine time zone= +2
    Oracle time zone= +1
    I set date to Oracle using java.sql.Date.
    From application I save date at 00:30 clock and send e.g. 28.06.2002, but in Oracle date is save as 27.06.2002 01:00 (hour=01 , I suppose that is because java.sql.Date hasn't time the Oracle set it time = time zone=+1) And when I get date from Oracle I get incorrect date. In SQL I don't use date masks. Maybe solution is to use java.sql.Timestamp object (when save date to Oracle) instead of java.sql.Date?
    But if I save date at e.g. 01:00 clock and send e.g. 28:06.2002 in Oracle, date is save as 28.06.2002 01:00 and when I read from Oracle I get correct date.
    Thank you.

    Hi!
    Local machine time zone= +2
    Oracle time zone= +1
    I set date to Oracle using java.sql.Date.
    From application I save date at 00:30 clock and send
    e.g. 28.06.2002, but in Oracle date is save as
    27.06.2002 01:00 (hour=01 , I suppose that is because
    java.sql.Date hasn't time the Oracle set it time =
    time zone=+1) Presumably you are using setTimestamp() to store the value. If you are explicitly using a varchar (string) then you will have to correct the timezone your self.
    And when I get date from Oracle I get
    incorrect date. In SQL I don't use date masks. Maybe
    solution is to use java.sql.Timestamp object (when
    save date to Oracle) instead of java.sql.Date?The method setDate/getDate store a 'date' which is not the same as a 'date and time' for which setTimestamp/getTimestamp are used.
    But if I save date at e.g. 01:00 clock and send e.g.
    28:06.2002 in Oracle, date is save as 28.06.2002
    01:00 and when I read from Oracle I get correct date.
    Thank you.

  • How to calculate for diffrent time zones

    I have a simple clock that shows the current time using the
    get.Time command. My problem is this. I'm in the central time zone.
    So to calculate Pacific time I subtract 2 hours from hours like so
    "hours = mydate.getHours() - 2 ;" So if it is 2pm central it
    should be 12pm in the pacific. Doing my method will show that it is
    12am when it is not. How can I fix this? Thanks in advance. Below
    is my code. I'm hoping that with a fix I can do the same for other
    time zones.
    Attach Code
    mydate = new Date();
    seconds = mydate.getSeconds();
    minutes = mydate.getMinutes();
    hours = mydate.getHours()-2;
    day = mydate.getDay();
    date = mydate.getDate();
    month = mydate.getMonth();
    year = mydate.getFullYear();
    if (hours>12) {
    hours = hours-12;
    ampm = "PM";
    } else {
    ampm = "AM";
    if (hours == 0) {
    hours = 12;
    if (minutes<10) {
    minutes = "0"+minutes;
    if (seconds<10) {
    seconds = "0"+seconds;
    if (day==0){
    day = "Sunday"
    } else if (day==1){
    day = "Monday"
    } else if (day==2){
    day = "Tuesday"
    } else if (day==3){
    day = "Wednesday"
    } else if (day==4){
    day = "Thursday"
    } else if (day==5){
    day = "Friday"
    } else if (day==6){
    day = "Saturday"
    if (month==0){
    month = "January"
    } else if (month==1){
    month = "February"
    } else if (month==2){
    month = "March"
    } else if (month==3){
    month = "April"
    } else if (month==4){
    month = "May"
    } else if (month==5){
    month = "June"
    } else if (month==6){
    month = "July"
    } else if (month==7){
    month = "August"
    } else if (month==8){
    month = "September"
    } else if (month==9){
    month = "October"
    } else if (month==10){
    month = "November"
    } else if (month==11){
    month = "December"
    time = ((hours) + ":" + (minutes) + ":" + (seconds) + " " +
    (ampm));
    datefinal = ((day) + " " + (date) + " " + (month) + " " +
    (year));

    Hi
    When you use any of the Date functions in Flash its
    referenced to the LOCAL SYSTEM Time/Date.
    So when you have a visitor in London it shows their time
    LOCAL SYSTEM (PC) time and in Sydney it shows their LOCAL SYSTEM
    (PC) time etc, etc. No need to calculate anything.
    Hope it helps

  • Report Time zone in Excel Template

    Hi,
    How can we display the TimeZone that is set in the BI Publisher Preferences. Is there anyway to display this timezone in Excel Template.
    In RTF Template, 'm able to display it using ,
    <?format-date:xdoxslt:sysdate_as_xsdformat();’dd-Mon-yy hh:mi:ss’?>, so whenever I change the Report Time Zone in BI Publisher , the output of RTF Template gets affected correctly.
    But I have to do the same in Excel Template, Is there anyway to achieve this?
    Thanks in advance

    I found a way to display the parameter, but it shows the return value. Is there a way to show the display value as it is when submitting the report? For example i have a LoV as follows:
    select test as display_value, 10 as return_value from dual and it is attached to a parameter. Then i define that parameter in the XDO_METADATA and display it to another sheet - it will display the return_value(TEST) ... Anybody knows how to output the display_value?
    Thanks,
    Alexander.

  • Open MM Period with different time zone via job

    Hi All,
    I'm getting a bit confused with posting date and times and time zones.
    I read note 968050 and it states that all the posting date are stored in the  MKPF with the server date for consistencies reason.
    My problem is that my company has two company code one in Europe (sever time as well) and one in US. I would like to schedule a job to open the MM period (MMPV) every first of the month at 12:00 US time. (let say EU time)
    two questions:
    - Should i schedule it at 6 Server time?
    - will I be able to make postings in the last day of the month in the evening when in Europe (and on the server) it's already a new month? In other words can i make an entry in MKPF with posting date new month but still in the old period???

    Timing:  You need to be sure that the period has been moved on Day 1, before an office starts work. 
    We have companies in Australia, Europe and United States.  We run three separate jobs for each of these areas (ver5.0).
    If you were to move the period on Oct 30, the result on the 31st would be:
    1- Material could no longer be moved in September (usually not a problem because FI stopped postings to Sept earlier in the period)
    2 - Material could be moved with posting dates of November, (if FI has opened the FI Accounting periods.)
    Material movements made October 31st are just like movementes made on Oct 30.
    Althea

  • Devices and I are in one city but time zone and location based apps show devices location in another city

    iPad2 with IOS 8.1.2 located with me in Eastern Time Zone city but settings under General reflects Central Time Zone(Chicago).  All location based Apps are reflecting a Central Time Zone city, one that I have never visited.  I did an erase and restore of a backup prior to this issue but it was not resolved.  What do I do?         

    I am having a similar issue. I moved about 10-15 miles. Any app, such as Maps, a Weather, etc, that use location keep showing my current location as my old address. I'm interested in hearing the solution to your problem.

Maybe you are looking for