NullPointerException after upgrading to Portal 7.0.5 from 7.0.4

Hi,
I just upgraded to Portal 7.0.5 and I am getting a nullPointerException logging in to the portal site. I put in debug statements and found that for 7.0.4, portalManager.getGroupPortalMembership returns an empty list [], while for 7.0.5 it returns null.
Anyone know why this changed? Are there new requirements in 7.0.5 that's causing this?
Thanks,
Albert

My phone was fine after I connected to iTunes. It appeared in recovery mode and then it downloaded the update, installed and all was fine.
Regards,
Jeevan.

Similar Messages

  • Exception in WLPI after upgrading to WLI 2.0 SP4 from SP2

    Environment is :
    WLS 6.0 SP2 and WLI 2.0 SP4 on Solaris 2.8.
    We get the following exception when the server starts up and tries to deploy
    wlpi-mdb-ejb.jar. This started only after upgrading to WLI 2.0 SP4 from WLI
    2.0 SP2.
    Any help will be highly appreciated.
    ####<Feb 12, 2002 6:08:49 PM PST> <Info> <J2EE> <spruce> <edevServer31>
    <main> <system> <> <160003> <Deployed : wlpi-master-ej
    b.jar>
    ####<Feb 12, 2002 6:08:49 PM PST> <Info> <EJB> <spruce> <edevServer31>
    <main> <system> <> <010008> <EJB Deploying file: wlpi-m
    db-ejb.jar>
    ####<Feb 12, 2002 6:08:50 PM PST> <Info> <EJB> <spruce> <edevServer31>
    <main> <system> <> <010052> <An exception occurred whil
    e creating the freepool.>
    java.rmi.RemoteException: Error in the bean's constructor : ; nested
    exception is:
    java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException:
    java.lang.ExceptionInInitializerError:
    weblogic.ejb20.internal.MethodPermissionEx
    ception: Security violation: insufficient permission to access method
    at
    weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:91)
    at
    weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java
    :55)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanEOImpl.getState(PluginManager
    CfgBeanEOImpl.java:1411)
    at
    com.bea.wlpi.server.plugin.PluginManagerImpl.refreshState(PluginManagerImpl.
    java:187)
    at
    com.bea.wlpi.server.plugin.PluginManagerImpl.<init>(PluginManagerImpl.java:1
    72)
    at
    com.bea.wlpi.server.eventprocessor.EventProcessor.<clinit>(EventProcessor.ja
    va:37)
    at
    com.bea.wlpi.server.eventlistener.EventListenerBean.ejbCreate(EventListenerB
    ean.java:47)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.ejb20.internal.MessageDrivenEJBHome.createBean(MessageDrivenEJBHome
    .java:297)
    at
    weblogic.ejb20.pool.MessageDrivenPool.createBean(MessageDrivenPool.java:98)
    at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:100)
    at weblogic.ejb20.pool.Pool.<init>(Pool.java:74)
    at weblogic.ejb20.pool.EntityPool.<init>(EntityPool.java:34)
    at
    weblogic.ejb20.pool.MessageDrivenPool.<init>(MessageDrivenPool.java:43)
    at
    weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.getPool(MessageDrivenBeanI
    nfoImpl.java:336)
    at
    weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.deploy(MessageDrivenBeanIn
    foImpl.java:403)
    at
    weblogic.ejb20.deployer.Deployer.deployDescriptor(Deployer.java:1105)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:908)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:31)
    at weblogic.j2ee.Application.addComponent(Application.java:133)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
    arget.java:327)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Deployment
    Target.java:277)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(D
    eploymentTarget.java:232)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(Deploym
    entTarget.java:192)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
    .java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
    48)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
    nImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
    at $Proxy0.updateDeployments(Unknown Source)
    Regards,
    Adarsh

    Hi Feng,
    In 2.0.10, we strictly evualuate the xpath queries:
    1. According to bpel spec 1.1 section 14.3, xpath queries should be absolute queries. you need to change query="//sessionID" to /cstaPrefix:iRequest/cstaPrefix:sessionID.
    2.If your xml documents are namespace aware then you must use qualified xpath queries. in your case you have to add prefix to your query like "/tns:disconnect_cstaRequest/tns:input. So please change the unqualified query //sessionId to qualified one by just prefixing. (Same rule goes for /xmlMessage query, please change all your queries to have prefix.)
    Here is the link to xpath spec which explains this in more detail.
    http://www.w3.org/TR/xpath#node-tests
    A QName in the node test is expanded into an expanded-name using the namespace
    declarations from the expression context. This is the same way expansion is
    done for element type names in start and end-tags except that the default
    namespace declared with xmlns is not used: if the QName does not have a
    prefix, then the namespace URI is null (this is the same way attribute names
    are expanded). It is an error if the QName has a prefix for which there is no
    namespace declaration in the expression context.

  • Java.lang.NullPointerException after Upgrade to SP9 on 2004s

    Hi everybody,
    We are on Netweaver 2004s.
    We have a severe problem after upgrading from SP7 to SP Stack 9. Allmost all of our ESS and MSS scenarios throw a java.lang.NullPointerException.
    eg. when I try to change my bank account in ESS:
    java.lang.NullPointerException
         at java.util.Date.before(Date.java:879)
         at com.sap.xss.per.vc.detailfooter.VcPersInfoDetailFooter.onBeforeOutput(VcPersInfoDetailFooter.java:213)
         at com.sap.xss.per.vc.detailfooter.wdp.InternalVcPersInfoDetailFooter.onBeforeOutput(InternalVcPersInfoDetailFooter.java:188)
         at com.sap.xss.per.vc.detailfooter.VcPersInfoDetailFooterInterface.onBeforeOutput(VcPersInfoDetailFooterInterface.java:144)
         at com.sap.xss.per.vc.detailfooter.wdp.InternalVcPersInfoDetailFooterInterface.onBeforeOutput(InternalVcPersInfoDetailFooterInterface.java:136)
         at com.sap.xss.per.vc.detailfooter.wdp.InternalVcPersInfoDetailFooterInterface$External.onBeforeOutput(InternalVcPersInfoDetailFooterInterface.java:212)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.callOnBeforeOutput(FPMComponent.java:602)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:568)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:437)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.access$600(FPMComponent.java:78)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.raiseEvent(FPMComponent.java:936)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.raiseEvent(FPMComponent.java:1099)
         at com.sap.xss.hr.per.de.bank.overview.VcPerBankDEOverview.edit(VcPerBankDEOverview.java:247)
         at com.sap.xss.hr.per.de.bank.overview.wdp.InternalVcPerBankDEOverview.edit(InternalVcPerBankDEOverview.java:289)
         at com.sap.xss.hr.per.de.bank.overview.BizCardsView.onActionEdit(BizCardsView.java:170)
         at com.sap.xss.hr.per.de.bank.overview.wdp.InternalBizCardsView.wdInvokeEventHandler(InternalBizCardsView.java:236)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:779)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:714)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:69)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalApplicationProxy.sendDataAndProcessAction(LocalApplicationProxy.java:77)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1259)
         at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:324)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:830)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Has anyone of you faced similar issues? SAP is quite slow suggesting a solution. They are refering to OSS note 1032194 which doesn't even exist yet.

    This was my first idea, too. But actually this exactly what we wanted to avoid by upgrading to the latest SP.
    Here are the main relevant SPs:
    Backend:
    SAP_BASIS 700 SP11
    EA-HR 600 SP16
    Portal:
    SAP_ESS 600 SP9
    SAP_MSS 600 SP9
    SAPPCUI_GP 600 SP9
    Business Package for ESS (ERP05) 1.0 SP9
    Business Package for MSS (ERP05) 1.0 SP9

  • ERROR:java.lang.NullPointerException after upgrade 5.5 to 6.0sp1

    Hellos.
    I get this error message after upgrading from IdM 5.5 to Idm 6.0. I use mysql as repository so the upgrade was not easy.
    The ERROR appears when I click on the "List Accounts" tab on the main menu.
    However, I can listUsers from the $WSHOME/bin/lh console program quite happily.
    The "Find Users" tab also works. I can search for and find and edit users.... but when I save I am returned to List Accounts page which then returns me the NullPointer.
    What is going on????
    Has anyone else met this and overcome it?
    TIA

    I imported the default UserUIConfig.xml and was able to �List Accounts� in the menu page. But my customized UserUIConfig.xml is throwing the NullPointerException.
    This Is what�s happening in my code.Customized original UserUIConfig with these lines of code.
    Added:
    <SummaryAttrNames>
    <String>employeeId</String>
    <String>supervisorStatus</String>��..
    <QueryableAttrNames>
    <List>
    <String>employeeId</String>
    <String>organizationCd</String>
    <String>supervisorStatus</String>��.
    <AppletColumns>
    <List>
    <Object name='name'>
    <Attribute name='label' value='UI_ATTR_NAME'/>
    <Attribute name='sortBy' value='true'/>
    </Object>
    <Object name='lastname'>
    <Attribute name='label' value='UI_ATTR_LASTNAME'/>
    </Object>
    <Object name='firstname'>
    <Attribute name='label' value='UI_ATTR_FIRSTNAME'/>
    </Object>
    </List>
    </AppletColumns>
    Deleted:
    <AppletSortColumn>
         <Integer>0</Integer>
    </AppletSortColumn>
    <ListViewAttributes>
         <Map>
         <MapEntry key=`DisplayBracketOnBranch`>
         <Boolean>false</Bolean>
              �����������
    </ListViewAttributes>
    Can anybody suggest me if I am missing anything here? Should i be looking at someother xml file? Is the attributes in <AppletColumns>, a major concern?
    Thank You.
    G

  • Error after upgrading to portal 4.0 sp2

    Does anyone know what causes this error and how to fix it? I started getting this
    error after I upgraded to portal server sp2.
    Thanks in advance,
    Tim
    <Oct 31, 2002 3:12:00 PM EST> <Error> <Tracking> <EventService failure while attempting
    dispatch of Behavior Tracking event: Ev
    ent [RuleEvent @ Thu Oct 31 15:12:00 EST 2002 ] {user-id=TEMP.EUCOM1, rule-name=IsAllowedEdit,
    session-id=9B0fLKpPwIIVKsDhA1xA2
    kdyaAkD3U6wWNfaopWwB3zmjrx2cYF3!-27823767!-1993125410!80!443!1036095105863}.
    java.rmi.RemoteException: Error in ejbCreate:; nested exception is:
    javax.ejb.CreateException: javax.management.InstanceNotFoundException:
    Unable to find ApplicationConfigurationConfig=nu
    ll with parent gcssDomain:Location=gcssServer,Name=gcss,Type=ApplicationConfig.
    javax.ejb.CreateException: javax.management.InstanceNotFoundException: Unable
    to find ApplicationConfigurationConfig=null with
    parent gcssDomain:Location=gcssServer,Name=gcss,Type=ApplicationConfig.
    at com.bea.p13n.events.internal.EventServiceBean.ejbCreate(EventServiceBean.java:140)
    at com.bea.p13n.events.internal.EventServiceBean_kh7q5h_Impl.ejbCreate(EventServiceBean_kh7q5h_Impl.java:112)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:153)
    at weblogic.ejb20.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:117)
    at weblogic.ejb20.manager.StatelessManager.preInvoke(StatelessManager.java:156)
    at weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:117)
    at weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java:63)
    at com.bea.p13n.events.internal.EventServiceBean_kh7q5h_EOImpl.dispatchEvent(EventServiceBean_kh7q5h_EOImpl.java:25)
    at com.bea.p13n.tracking.TrackingEventHelper.dispatchEvent(TrackingEventHelper.java:132)
    at com.bea.p13n.rules.advislets.RulesAdvisletImpl.sendRuleEvent(RulesAdvisletImpl.java:350)
    at com.bea.p13n.rules.advislets.RulesAdvisletImpl.getAdvice(RulesAdvisletImpl.java:176)
    at com.bea.p13n.advisor.internal.AdvisorImpl.getAdvice(AdvisorImpl.java:89)
    at com.bea.p13n.advisor.internal.CompoundAdvisletImpl.getAdvice(CompoundAdvisletImpl.java:102)
    at com.bea.p13n.advisor.internal.AdvisorImpl.getAdvice(AdvisorImpl.java:89)
    at com.bea.p13n.advisor.internal.EjbAdvisorImpl.getAdvice(EjbAdvisorImpl.java:77)
    at com.bea.p13n.advisor.internal.EjbAdvisorImpl_8wtzgj_EOImpl.getAdvice(EjbAdvisorImpl_8wtzgj_EOImpl.java:37)
    at com.bea.p13n.servlets.jsp.taglib.DivTag.includeBody(DivTag.java:115)
    at com.bea.p13n.servlets.jsp.taglib.DivTag.doStartTag(DivTag.java:181)
    at jsp_servlet._portlets._whatsnew.__whatsnew._jspService(__whatsnew.java:148)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portlet._jspService(__portlet.java:255)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at com.bea.portal.render.servlets.jsp.taglib.RenderTag.renderPortlets(RenderTag.java:172)
    at com.bea.portal.render.servlets.jsp.taglib.RenderTag.doStartTag(RenderTag.java:60)
    at jsp_servlet._framework._layouts._spanningthreecolumn.__template._jspService(__template.java:178)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__page._jspService(__page.java:201)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portal._jspService(__portal.java:800)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:241)
    at com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWebflowServlet.java:142)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    Timothy:
    This exception usually means that the target for application-config.xml is not correct. We usually see this happening in a
    clustered configuration because the target for application-config needs to be to both the adminserver and the cluster. It is not
    possible to target the application-config.xml using the console and you will have to edit the config.xml to have the correct
    targetting. For a cluster, the relevant lines in config.xml would be something like:
    <ApplicationConfiguration Name="portal"
    Targets="AdminServer,MyCluster" URI="META-INF/application-config.xml"/>
    Hope that helps,
    Ted
    Timothy Lam wrote:
    Does anyone know what causes this error and how to fix it? I started getting this
    error after I upgraded to portal server sp2.
    Thanks in advance,
    Tim
    <Oct 31, 2002 3:12:00 PM EST> <Error> <Tracking> <EventService failure while attempting
    dispatch of Behavior Tracking event: Ev
    ent [RuleEvent @ Thu Oct 31 15:12:00 EST 2002 ] {user-id=TEMP.EUCOM1, rule-name=IsAllowedEdit,
    session-id=9B0fLKpPwIIVKsDhA1xA2
    kdyaAkD3U6wWNfaopWwB3zmjrx2cYF3!-27823767!-1993125410!80!443!1036095105863}.
    java.rmi.RemoteException: Error in ejbCreate:; nested exception is:
    javax.ejb.CreateException: javax.management.InstanceNotFoundException:
    Unable to find ApplicationConfigurationConfig=nu
    ll with parent gcssDomain:Location=gcssServer,Name=gcss,Type=ApplicationConfig.
    javax.ejb.CreateException: javax.management.InstanceNotFoundException: Unable
    to find ApplicationConfigurationConfig=null with
    parent gcssDomain:Location=gcssServer,Name=gcss,Type=ApplicationConfig.
    at com.bea.p13n.events.internal.EventServiceBean.ejbCreate(EventServiceBean.java:140)
    at com.bea.p13n.events.internal.EventServiceBean_kh7q5h_Impl.ejbCreate(EventServiceBean_kh7q5h_Impl.java:112)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:153)
    at weblogic.ejb20.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:117)
    at weblogic.ejb20.manager.StatelessManager.preInvoke(StatelessManager.java:156)
    at weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:117)
    at weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java:63)
    at com.bea.p13n.events.internal.EventServiceBean_kh7q5h_EOImpl.dispatchEvent(EventServiceBean_kh7q5h_EOImpl.java:25)
    at com.bea.p13n.tracking.TrackingEventHelper.dispatchEvent(TrackingEventHelper.java:132)
    at com.bea.p13n.rules.advislets.RulesAdvisletImpl.sendRuleEvent(RulesAdvisletImpl.java:350)
    at com.bea.p13n.rules.advislets.RulesAdvisletImpl.getAdvice(RulesAdvisletImpl.java:176)
    at com.bea.p13n.advisor.internal.AdvisorImpl.getAdvice(AdvisorImpl.java:89)
    at com.bea.p13n.advisor.internal.CompoundAdvisletImpl.getAdvice(CompoundAdvisletImpl.java:102)
    at com.bea.p13n.advisor.internal.AdvisorImpl.getAdvice(AdvisorImpl.java:89)
    at com.bea.p13n.advisor.internal.EjbAdvisorImpl.getAdvice(EjbAdvisorImpl.java:77)
    at com.bea.p13n.advisor.internal.EjbAdvisorImpl_8wtzgj_EOImpl.getAdvice(EjbAdvisorImpl_8wtzgj_EOImpl.java:37)
    at com.bea.p13n.servlets.jsp.taglib.DivTag.includeBody(DivTag.java:115)
    at com.bea.p13n.servlets.jsp.taglib.DivTag.doStartTag(DivTag.java:181)
    at jsp_servlet._portlets._whatsnew.__whatsnew._jspService(__whatsnew.java:148)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portlet._jspService(__portlet.java:255)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at com.bea.portal.render.servlets.jsp.taglib.RenderTag.renderPortlets(RenderTag.java:172)
    at com.bea.portal.render.servlets.jsp.taglib.RenderTag.doStartTag(RenderTag.java:60)
    at jsp_servlet._framework._layouts._spanningthreecolumn.__template._jspService(__template.java:178)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__page._jspService(__page.java:201)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at jsp_servlet._framework.__portal._jspService(__portal.java:800)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:241)
    at com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(PortalWebflowServlet.java:142)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

  • Context Menu in BW Report Iview not opening after upgrade to Portal 7.3

    Hi All,
    We have a unusual problem that, the Context menu of the BW reports for options like filtering is not opening post Upgrade to Portal 7.3 for End users.
    However, with Super Admin role, the Context menu opens for the BW report Iview.
    I have tried giving the same permission that the Super Admin Role has on the BW Report Iview to the End users, still no success.
    Any idea? Anybody faced same kind of problem?
    Please revert for any more info.
    BR,
    Uday

    Hi Uday,
    This is really a shot in the dark since I have not done much with 7.3.  Have you checked for UME actions that are assigned to the administrator but not the end user?
    Best regards,
    Duncan

  • Unit test fails after upgrading to Kodo 4.0.0 from 4.0.0-EA4

    I have a group of 6 unit tests failing after upgrading to the new Kodo
    4.0.0 (with BEA) from Kodo-4.0.0-EA4 (with Solarmetric). I'm getting
    exceptions like the one at the bottom of this email. It seems to be an
    interaction with the PostgreSQL driver, though I can't be sure. I
    haven't changed my JDO configuration or the related classes in months
    since I've been focusing on using the objects that have already been
    defined. The .jdo, .jdoquery, and .java code are below the exception,
    just in case there's something wrong in there. Does anyone have advice
    as to how I might debug this?
    Thanks,
    Mark
    Testsuite: edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest
    Tests run: 15, Failures: 0, Errors: 6, Time elapsed: 23.308 sec
    Testcase:
    testGetAllUsersWithFirstName(edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest):
    Caused an ERROR
    The column index is out of range: 2, number of columns: 1.
    <2|false|4.0.0> kodo.jdo.DataStoreException: The column index is out of
    range: 2, number of columns: 1.
    at
    kodo.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4092)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:82)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:66)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:46)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.handleCheckedException(SelectResultObjectProvider.java:176)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.handleCheckedException(QueryImpl.java:2460)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:32)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    at
    edu.ucsc.whisper.core.manager.DefaultUserManager.getAllUsersWithFirstName(DefaultUserManager.java:252)
    NestedThrowablesStackTrace:
    org.postgresql.util.PSQLException: The column index is out of range: 2,
    number of columns: 1.
    at
    org.postgresql.core.v3.SimpleParameterList.bind(SimpleParameterList.java:57)
    at
    org.postgresql.core.v3.SimpleParameterList.setLiteralParameter(SimpleParameterList.java:101)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.bindLiteral(AbstractJdbc2Statement.java:2085)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.setInt(AbstractJdbc2Statement.java:1133)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.PoolConnection$PoolPreparedStatement.setInt(PoolConnection.java:440)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.LoggingConnectionDecorator$LoggingConnection$LoggingPreparedStatement.setInt(LoggingConnectionDecorator.java:1
    257)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at kodo.jdbc.sql.DBDictionary.setInt(DBDictionary.java:980)
    at kodo.jdbc.sql.DBDictionary.setUnknown(DBDictionary.java:1299)
    at kodo.jdbc.sql.SQLBuffer.setParameters(SQLBuffer.java:638)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:539)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:512)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:332)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:301)
    at kodo.jdbc.sql.Union$UnionSelect.execute(Union.java:642)
    at kodo.jdbc.sql.Union.execute(Union.java:326)
    at kodo.jdbc.sql.Union.execute(Union.java:313)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.open(SelectResultObjectProvider.java:98)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.open(QueryImpl.java:2405)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:22)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    --- DefaultUser.java -------------------------------------------------
    public class DefaultUser
    implements User
    /** The account username. */
    private String username;
    /** The account password. */
    private String password;
    /** A flag indicating whether or not the account is enabled. */
    private boolean enabled;
    /** The authorities granted to this account. */
    private Set<Authority> authorities;
    /** Information about the user, including their name and text that
    describes them. */
    private UserInfo userInfo;
    /** The set of organizations where this user works. */
    private Set<Organization> organizations;
    --- DefaultUser.jdo --------------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <sequence name="user_id_seq"
    factory-class="native(Sequence=user_id_seq)"/>
    <class name="DefaultUser" detachable="true"
    table="whisper_user" identity-type="datastore">
    <datastore-identity sequence="user_id_seq" column="userId"/>
    <field name="username">
    <column name="username" length="80" jdbc-type="VARCHAR" />
    </field>
    <field name="password">
    <column name="password" length="40" jdbc-type="CHAR" />
    </field>
    <field name="enabled">
    <column name="enabled" />
    </field>
    <field name="userInfo" persistence-modifier="persistent"
    default-fetch-group="true" dependent="true">
    <extension vendor-name="jpox"
    key="implementation-classes"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    <extension vendor-name="kodo"
    key="type"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    </field>
    <field name="authorities" persistence-modifier="persistent"
    table="user_authorities"
    default-fetch-group="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultAuthority" />
    <join column="userId" delete-action="cascade"/>
    <element column="authorityId" delete-action="cascade"/>
    </field>
    <field name="organizations" persistence-modifier="persistent"
    table="user_organizations" mapped-by="user"
    default-fetch-group="true" dependent="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultOrganization"
    dependent-element="true"/>
    <join column="userId"/>
    <!--<element column="organizationId"/>-->
    </field>
    </class>
    </package>
    </jdo>
    --- DefaultUser.jdoquery ---------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <class name="DefaultUser">
    <query name="UserByUsername"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT UNIQUE FROM edu.ucsc.whisper.core.DefaultUser
    WHERE username==searchName
    PARAMETERS java.lang.String searchName
    ]]></query>
    <query name="DisabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==false
    ]]></query>
    <query name="EnabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==true
    ]]></query>
    <query name="CountUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT count( this ) FROM edu.ucsc.whisper.core.DefaultUser
    ]]></query>
    </class>
    </package>
    </jdo>

    I'm sorry, I have no idea. I suggest sending a test case that
    reproduces the problem to support.

  • Managed Server Startup failed after upgrade to 11.1.1.6 from 11.1.1.4

    We tried to upgrade from SOA Suite 11.1.1.4 to 11.1.1.6.
    After upgrade when we tried to start our managed servers we get the below error. Did anyone ran into this? If so how did you resolve it?.
    Its still referring to some Weblogic 10.3.4 libraries. We were not able to find out where..
    <Mar 22, 2012 3:21:29 PM CDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_1034_WLStub
    java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_1034_WLStub
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:610)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:577)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:482)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:376)
    at weblogic.jndi.Environment.getContext(Environment.java:315) Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_1034_WLStub at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) Truncated. see log file for complete stacktrace>
    The WebLogic Server encountered a critical failure
    Reason: Failed to load stub for class class weblogic.server.RemoteLifeCycleOperationsImpl
    Exception in thread "Main Thread" java.lang.AssertionError: Failed to load stub for class class weblogic.server.RemoteLifeCycleOperationsImpl at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:145) at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:124) at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:427) at weblogic.jndi.Environment.getInitialReference(Environment.java:245) at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(ServerLifeCycleRuntime.java:1083) at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.java:429) at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:415)
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:206) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:482) at weblogic.Server.main(Server.java:71)
    Thanks,
    Jp

    Hi,
    I found an oracle note with the next solution:
    Add -Xverify:none to the JVM Arguments in the WebLogic console if you're using Node Manager to start managed servers:
    1. Go into WebLogic Console
    2. Navigate to Environment> Servers> [Sever_name]> Server Start> Arguments
    3. Add -Xverify:none to the arguments
    4. Restart the WebLogic server
    5. Retest the issue.
    6. Migrate the solution as appropriate to other environments.
    Or
    If you're not using Node Manager to start managed servers:
    Edit the WebLogic start-up script to add -Xverify:none to the JVM arguments
    See if it works for you
    Arik

  • I'm using i phone 3gs after upgraded to ios 5 few hours from shop my phone totally shutdown and cannot on.how to solve it.tq

    help..help...my i phone 3gs after upgrading to ios 5 for few hours thn my phone "pass away"total cannot on anymore.how to solve this problem.tq

    Thanks for the clarification.    Yes, I do access my email from 2 different sources. 
    FYI, I use the POP mailserver as I need most of the information to be loaded onto my PC while on a plane / not connected to the interenet.
    The primary use of mail on my iPhone is to be available as much as possible - even when I'm away from my office.
    Thanks again for your help.   I'll start deleting them in segments of 100.......

  • Problems after upgrading to Quicktime 7.1.3 from 7

    After upgrading to QT 7.1.3 images that were fine before in videoclips, still shots and content in webpages now have a faint Q with a ? in the middle. On my daughters myspace page some of the clips and images she had uploaded, now show this too.
    I tried to restart, I also just tried upgrading to QT Pro to see if that help. NOPE.....
    PLEASE HELP
    G4 Mac OS X (10.3.9)
    G4 Mac OS X (10.3.9) Lacie DVD drive , HP 7310 all in one, G drive 250GB external

    check my posting. I went back to flash 8.022 and most things started to work again....
    QT logo with Question Mark and Blank screen sound ok on training videos
    Posted: Mar 19, 2007 12:35 AM
    Reply Email
    I suddenly had all sort of problems (before 10.4.9) with QT logo and Question Marks throughout all browsers and also suddenly unable to continue training programs using files such as "avibasicmono.htm" and "introbasicmono.htm" .
    finally think I have solved the QT logo by replacing Flash 9.0 with the old 8.022.
    I could now also see current issues of magazines again on a site www.picturebusiness.uk.com (weird naming).
    however I am not able to see the training videos at all but I hear the AVI files
    Macosx 10.4.9 Quicktime 7.1.3 (removed 7.1.5 to try that option did not work)
    will stay with what works until I hear more...

  • Item not displaying after upgrade in to 12.1.3 from 12.0.6

    Items are  not displaying in iStore front end pages after upgrading the instance from 12.0.6 to 12.1.3.
    We are getting the below error messages while checking the view pages source.
    oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: null
        at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:1347)
        at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3075)
        at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3012)
        at oracle.apps.ibe.catalog.Item.getItemPrices(Item.java:2798)
        at oracle.apps.ibe.catalog.Item.getItemPrices(Item.java:2490)
        at oracle.apps.ibe.catalog.Item.getItemPrices(Item.java:2421)
        at _ibeCCtdLfStMsI._jspService(_AEPLibeCCtdLfStMsI.java:376)
        at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
        at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
        at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
        at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
        at com.evermind.server.http.ServletRequestDispatcher.unprivileged_include(ServletRequestDispatcher.java:177)
        at com.evermind.server.http.ServletRequestDispatcher.access$000(ServletRequestDispatcher.java:68)
        at com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun(ServletRequestDispatcher.java:114)
        at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
        at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:119)
        at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:456)
        at _ibeCCtdCmnSctLayout._jspService(_ibeCCtdCmnSctLayout.java:2071)
        at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
        at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
        at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
        at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
        at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
        at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
        at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
        at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
        at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
        at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
        at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
        at _ibeCCtpSctDspRte._jspService(_ibeCCtpSctDspRte.java:1238)
        at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
        at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
        at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
        at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
        at oracle.apps.ibe.util.IBEReleaseResFilter.doFilter(IBEReleaseResFilter.java:42)
        at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
        at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
        at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
        at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
        at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
        at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
        at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
        at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
        at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
        at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
        at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
        at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
        at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
        at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
        at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
        at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method CacheAccess.loadList
    The current object is null
        at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)
        at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)
        ... 57 more

    Hello Rahuljith,
    Please confirm if you have the data type NUMBERTABLE or IBE_NUMBERTABLE in your database.   This is now required in Release 12.1.3 to display items -
    Run this query -
    SQL>select count(*)
    from all_types
    where type_name IN ('NUMBERTABLE','IBE_NUMBERTABLE');
    If count = 0, then apply one-off Patch 13416486:R12.IBE.B or ISTORE 12.1.3+ ROLLUP 1 Patch 16509570:R12.IBE.B
    Or if count is returned, confirm the object is valid and owner APPS -
    SQL>select object_name, object_type, owner, status
    from dba_objects
    where object_name = 'NUMBERTABLE';
    If it doesn't exist or is invalid then, as APPS, execute this
    CREATE OR REPLACE TYPE NUMBERTABLE AS TABLE OF NUMBER;
    Bounce Oacore (R12) server and retest the issue
    Known issue:  11.5.10/12: Oracle iStore Catalogs are Not Displaying Prices after Patch:8875985 (11i) , upgrade to R12 or apply Patch:9592589 (R12) (Doc ID 1203984.1)
    Regards,
    Debbie

  • Problem after upgrade a PRIME-NCS-APL-K9 from version 1.1.0.58 to Prime Infrastructure 1.2

    I have upgraded a PRIME-NCS-APL-K9 from version 1.1.0.58 to Prime Infrastructure 1.2
    First I have installed the Path "ncs_patch-1.1.0.58-upgrade-pi_1.2.tar.gz" and then the
    "PI-upgrade-bundle-1.2.0.103.tar.gz".
    after the upgade I have got the Message "Upgrade Successful".
    Now when I start the NCS i get the following error message
    egghead/admin# ncs start
    Starting Network Control System...
    Unable to verify hardware.
    This may take a few minutes...
    Health Monitor is already running.
    Failure during Network Control System startup. Check launchout.log for details.
    In the launchout.log are this messages:
    Starting Health Monitor as a primary
    Checking for Port 8082 availability... OK
    truststore used is /opt/CSCOlumos/conf/truststore
    truststore used is /opt/CSCOlumos/conf/truststore
    Starting Health Montior Web Server...
    Health Monitor Web Server Started.
    Starting Health Monitor Server...
    Health Monitor Server Started.
    Starting Remoting Service: Reporting Server
    Checking for running servers.
    00:00 Check complete. No servers running.
    Starting Server ...
    Starting Remoting Service: Reporting Server
    The Report Server startup script is already running waiting for report server to start
    Starting Remoting Service: Reporting Server
    The Report Server startup script is already running waiting for report server to start
    Starting Remoting Service: Reporting Server
    The Report Server startup script is already running waiting for report server to start
    Starting Remoting Service: Reporting Server
    The Report Server startup script is already running waiting for report server to start
    have anyone an idea whats wrong?
    thank you for your help
    Kurt

    i have  the same problem
    NCS/admin# ncs status
    Health Monitor Server is starting.
    Reporting Server is Starting
    Ftp Server is running
    Database server is running
    Tftp Server is running
    Matlab Server is running
    NMS Server is stopped.
    SAM Daemon is running ...
    DA Daemon is running ...
    Syslog Daemon is running ...
    status
    I try it
    To get it back up and running do the following from the CLI.
    1. Stop the NCS
    2. Run 'ncs db reinitdb'
    3. Start the NCS
    but the status is the same

  • Error in hierarchy variable after upgrade to BW7.4 SP 7 from 7.0

    Dear friends,
    We have upgraded from BW7.0 to BW7.4. While executing query with hierarchy variable as input we are getting a dump. The hierarchy variable is used in customer exit. It was working fine before upgrade but after upgrade we are getting following error

    The <dname> field symbol is not assigned causing the dump.
    Line:  "LOOP AT <dname> INTO l_dname" is where the dump is occurring.  The previous line of code has an issue:
    ASSIGN ('(SAPSRRK0)<G_SX_RR>-SFC') TO <dname>.
    The assignment to <dname> in the code above is not occurring properly.  You can debug the query variable to see why (SAPSRRK0)<G_SX_RR>-SFC is not returning a value. 

  • HELP! After upgrading to latest LR V3.5 from V3.4 LR crashes when I try to load images!!!!

    After upgrading from LR V3.4. to V3.5 on my MacPro running Lepoard with 9GB of RAM LR  crashes when trying to open image files!  I have another duplicate drive running SL and LR V3.4 and the same image files load with NO problem.  Any ideas?  How Can I send the crash logs to Adobe?  HELP!

    Yes, that was the correct file.
    Hold the alt/opt key on a Mac or is that the ctrl key on a PC when you open Lightroom and you will be able to locate your working catalog from there. I can't recall if it upgrades the catalog or not from earlier Lr3 versions but don't think so, it must have been locating an older catlog in the default location. If it does upgrade the old one, no harm is done just then go to File>Open Catalog and locate your working one from there.
    Hope that all makes some sense!!!!
    Bennett Richards wrote:
    Dear Geoff,
    Do you mean delete the com.adobe.lightroom3.plist file?
    If I do this and restart it tells me Please upgrade the catalog file"LightRoom3 Catalog" for use with LightRoom3   LightRoom will create a new catalog file in the destination indicated below.  The Previews will also be moved to this location and converted for use with lightroom 3.   Is this what needs to happen? Before I loaded the V3.5 upgrade this catalog data already WAS in lightRoom V3X.  Will it be overwritten?  What will I lose?  Why might it ( the catalog data ) need to be re-converted?
    Thanks

  • Java.lang.NullPointerException after logging into portal

    We see the following error in the defaultTrace file when a user logs onto the portal for ESS (the user sees a 500 Internal Error):
    #1.#00144F3B617C006B000004CF000052B5000476A0EE463C6F#1256333471265#com.sap.tc.webdynpro.sessionmanagement#sap.com/tcwddispwda#com.sap.tc.web
    dynpro.sessionmanagement.ExceptionHandler.handleThrowable#Guest#0##n/a##623f0200c01b11de9d3d00144f3b617c#SAPEngine_Application_Thread[impl:3]_
    36##0#0#Error#1#/System/UserInterface#Java###Exception occured during processing of Web Dynpro application . The causing exception is neste
    d.
    [EXCEPTION]
    #2#sap.com/pb/PageBuilder#java.lang.NullPointerException
            at com.sap.security.core.logon.imp.WebLoginCallbackHandler.<init>(WebLoginCallbackHandler.java:41)
            at com.sap.security.core.logon.imp.SAPJ2EECallbackHandler.<init>(SAPJ2EECallbackHandler.java:45)
            at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.getHandler(SAPJ2EEAuthenticator.java:1191)
            at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.getLoggedInUser(SAPJ2EEAuthenticator.java:142)
            at com.sap.tc.webdynpro.serverimpl.wdc.um.ClientUserFactory.getLoggedInClientUser(ClientUserFactory.java:218)
            at com.sap.tc.webdynpro.services.sal.um.core.ClientUserInternal.getLoggedInClientUserInternal(ClientUserInternal.java:75)
            at com.sap.tc.webdynpro.clientserver.session.ClientSession.<init>(ClientSession.java:183)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.clientsession.HttpClientSession.<init>(HttpClientSession.java:43)
            at com.sap.tc.webdynpro.serverimpl.wdc.adapter.HttpRequestAdapter.createClientSession(HttpRequestAdapter.java:261)
            at com.sap.tc.webdynpro.serverimpl.core.adapter.AbstractHttpRequestAdapter.getSessionObject(AbstractHttpRequestAdapter.java:296)
            at com.sap.tc.webdynpro.serverimpl.core.adapter.AbstractHttpProtocolAdapter.getSessionObject(AbstractHttpProtocolAdapter.java:109)
            at com.sap.tc.webdynpro.clientserver.session.RequestManager.findClientSession(RequestManager.java:264)
            at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:146)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
            at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.
    java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    This only happens immediately after logon; once the user clicks on another tab in ESS, the error is never re-produced again until the user logs off and logs back on.

    EP 7, ESS 603 SP4 P3.
    This apparently is only happening for one specific user. I'm in the process of gathering information about their internet browser to determine if that's the cause.
    I did check the JCos and they all tested successfully.
    Thanks,
    Setu

Maybe you are looking for