First exception is java.lang.SecurityException:

Hello
When I access a stateless ejb3, remotely, bean I get the following error

javax.naming.AuthenticationException [Root exception is java.lang.SecurityException: user: weblogic, could not be authenticated.]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:42)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)
at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:677)
at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:468)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:375)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
at javax.naming.InitialContext.init(InitialContext.java:223)
to javax.naming.InitialContext. < init > (InitialContext.java:197)
at test.ejbclient.EJBTestClient.main(EJBTestClient.java:24)
Caused by: java.lang.SecurityException: user: weblogic, could not be authenticated.
at weblogic.common.internal.RMIBootServiceImpl.authenticate(RMIBootServiceImpl.java:116)
at weblogic.common.internal.RMIBootServiceImpl_WLSkel.invoke (unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:477)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)


I, m access this Eclipse, where can I disable the security option

You must specify your principal and credentials to access the JNDI.
Here's an example of how to create an initial context:
Hashtable props = new Hashtable();
props.put (Context.INITIAL_CONTEXT_FACTORY,
"weblogic.jndi.WLInitialContextFactory");
props.put (Context.PROVIDER_URL, "t3: / / weblogic:7001" "");
props.put (Context.SECURITY_PRINCIPAL, 'fred');
props.put (Context.SECURITY_CREDENTIALS, "seafood");
Context ctx = new InitialContext (props);

Tags: Fusion Middleware

Similar Questions

  • Failed to get the connection-; First exception is: java.lang.NullPointerExceptio

    Hello:

    When I got to connection requests, click any OAM following errors. All forms are good.
    An error has occurred!
    Failed to get the connection-; First exception is: java.lang.NullPointerException

    I don't know when it started to be like that, but I applied a few patches yesterday. Thanks in advance for your help.

    Salvation;

    You don't need to check the log file. Check the log file for details of the error apache.

    By the way you are trying
    1. close apps services
    2. run autoconfig on dbtier that
    3. run autoconfig on appstier and make sure that you have no error message, than check again question

    Respect of
    HELIOS

  • ActiveAutoTextEditField 'Cut' a menu item raise a java.lang.securityexception

    I have an application with a login screen that has an ActiveAutoTextEditField for a username (which is an email address).  If an e-mail address is displayed in the field, and the user it highlights and selects the menu item 'Cut' a java.lang.securityexception is thrown and the application closes.

    We are currently testing our application on 3 different devices - 8800, 8310, 8100.  This error occurs on both 8800 and 8310 devices, but not the 8100.  I can't reproduce this error in one of the simulators on my PC.

    Anyone have any suggestions to solve this problem, or know if I am able to remove the offending menu item 'Cut' in the context menu?

    Long ago, I had the same problem with field Date JDE 4.0 with BB 7290 device.

    Exception occurred when I ran copy Menu.

    I've implemented the following solution.

        /**
         * Invoked when the trackwheel is clicked.
         * @param status - Modifier key status.
         * @param time - Ticks since device reset.
         * @return True if the event was consumed; otherwise, false.
         */
        public boolean trackwheelClick(int status, int time)
        {
            try{
                    Menu menu = new Menu();
    
                    makeMenu(menu, 0);
                    menu.show();
                }
                catch(Exception e){
                    // HACK!!!!!
                    // this try-catch added to prevent SecurityException on device
                    // (on simulator this bug does not appear)
                    // When user tries to do the following
                    // Open menu on date field, and select "Copy"
                    // I do nothing here, I am just catching and ignoring this exception
                }
    
            return true;
        }
    

    Just take and ignore the exception in place when you view the menu.

  • java.lang.SecurityException: Security: invalid topic: school principals

    Intermittently, I get the following exception:
    java.lang.SecurityException: Security: invalid topic: school principals = [XXX, directors]

    Is that what I do, I have two servers two 10.0 WebLogic running weblogic and current running on different domains, a war is deployed on a server (Server A) that sends a message to the queue on another server (Server B), now everything works but if I restart B then a survey the above Security Exception while looking toward the top of the queue on server B? All ideas that why, I do not configured the security credentials.

    If I take A after the restart of B then everything works again, but restarting all servers you get each reboot is bulky, so does anyone know answer the question above?

    Published by: user4828945 on February 11, 2009 17:41

    If you don't require authentication, then activate the overall approval between the areas.

    When this feature is enabled, the identity is passed between WebLogic Server domains through a RMI connection without requiring authentication in the second field. When the inter-domain trust is enabled, transactions can commit on several areas. A trust relationship is established when the credentials of domain for a field matches the identifying information from area to another area.

    By default, the credentials of domain is generated randomly and therefore, no two areas will have the same domain credentials. If you want two areas WebLogic Server to interact, you must replace the credentials generated by a credential you choose and set credentials even in each of the areas.

    Link: [http://e-docs.bea.com/wls/docs100/ConsoleHelp/taskhelp/security/EnableGlobalTrustBetweenDomains.html]

  • EPM 11.1.2.3.500 - book of financial reports error:; nested exception is: java.lang.NullPointerException

    Hi all

    We have up gradation of EMP 11.1.2.3.500 11.1.1.3.

    We have financial reports book for HFM.

    When we right click on the books and select 'complete book as PDF', we get after that error

    "the nested exception is: java.lang.NullPointerException.

    any idea?

    Kind regards

    Dattatray - Mate

    Hello

    We have solved this problem as follows,

    1. open this book report

    2 remove the reports within the book.

    This is how it works for us

    Kind regards

    -Matt Dattatray

  • oracle.jbo.JboException: Houston-29000: Unexpected exception caught: java.lang.NoClassDefFoundError

    Hi all

    I have deployed the class files compiled the server getting the error JAVA_TOP, below, it happens in one of the instance of the client.

    "oracle.jbo.JboException: Houston-29000: Unexpected exception caught: java.lang.NoClassDefFoundError".

    What is the Cause for this? Any library is missing in java top serve in this case? Any idea?

    Error details:

    oracle.apps.fnd.framework.OAException: oracle.jbo.JboException: Houston-29000: Unexpected exception caught: java.lang.NoClassDefFoundError, msg = oracle, classloader, util, AnnotatedClassFormatError

    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)

    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)

    at _OAErrorPage._jspService(_OAErrorPage.java:221)

    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)

    .....

    # # 0 in detail

    java.lang.NoClassDefFoundError: oracle, classloader, util, AnnotatedClassFormatError

    at xxxxxx.oracle.apps.pos.isp.webui.XXXPosHpageRtColCO.XXXXXXGenerateLog(XXXPosHpageRtColCO.java:362)

    at xxxxxx.oracle.apps.pos.isp.webui.XXXPosHpageRtColCO.processRequest(XXXPosHpageRtColCO.java:66)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:604)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)

    at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processRequest(OAFlowLayoutBean.java:353)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:976)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:943)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:663)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:976)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:943)

    .....

    I found the solution, that was the problem because the *.class file moved mode binary transfer to server $Java_Top.

  • oracle.jbo.JboException: Houston-29000: Unexpected exception caught: java.lang

    Hello

    I have this problem when launching the model to test it. Insert table in detail

    [c ode]
    java.lang.NullPointerException [123]
    to org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply$ IntegerLong.call (NumberNumberMultiply.java:336)
    at bc4j.uvo_EmpView_tax_null.gs.run(bc4j.uvo_EmpView_tax_null.gs.groovy:1)
    at oracle.jbo.ExprEval.internalEvaluateGroovyScript(ExprEval.java:1032)
    at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1081)
    at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:911)
    at oracle.jbo.server.AttributeDefImpl.evaluateTransientExpression(AttributeDefImpl.java:2135)
    at oracle.jbo.server.ViewRowStorage.getAttributeInternal(ViewRowStorage.java:1740)
    at oracle.jbo.server.ViewRowImpl.getAttributeValue(ViewRowImpl.java:1891)
    at oracle.jbo.server.ViewRowImpl.getAttributeInternal(ViewRowImpl.java:834)
    at oracle.jbo.server.ViewRowImpl.getAttrInvokeAccessor(ViewRowImpl.java:916)
    at oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:864)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.internalGetAttributeValueFromRow(JUCtrlValueBinding.java:1157)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:751)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:779)
    at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.updateValuesFromRow(JUCtrlAttrsBinding.java:145)
    at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.refreshControl(JUCtrlAttrsBinding.java:245)
    at oracle.jbo.jbotester.BindingAdapter.refresh(BindingAdapter.java:69)
    at oracle.jbo.jbotester.panel.CardPanel.refreshAll(CardPanel.java:128)
    at oracle.jbo.jbotester.panel.RowSetPanel.refreshAll(RowSetPanel.java:206)
    at oracle.jbo.jbotester.panel.RowSetPanel.navigated(RowSetPanel.java:154)
    at oracle.jbo.common.RowSetHelper.fireNavigationEvent(RowSetHelper.java:264)
    at oracle.jbo.server.ViewRowSetIteratorImpl.notifyNavigationToRow(ViewRowSetIteratorImpl.java:3660)
    at oracle.jbo.server.ViewRowSetIteratorImpl.notifyNavigation(ViewRowSetIteratorImpl.java:3631)
    at oracle.jbo.server.ViewRowSetIteratorImpl.internalSetCurrentRow(ViewRowSetIteratorImpl.java:3414)
    at oracle.jbo.server.ViewRowSetIteratorImpl.doInsertRow(ViewRowSetIteratorImpl.java:2390)
    at oracle.jbo.server.ViewRowSetIteratorImpl.insertRow(ViewRowSetIteratorImpl.java:2333)
    at oracle.jbo.server.ViewRowSetImpl.insertRow(ViewRowSetImpl.java:3101)
    at oracle.jbo.server.ViewObjectImpl.insertRow(ViewObjectImpl.java:10656)
    at oracle.jbo.jbotester.NavigationBar.doInsertAction(NavigationBar.java:137)
    at oracle.jbo.jbotester.NavigationBar.doAction(NavigationBar.java:109)
    to oracle.jbo.uicli.controls.JUNavigationBar$ NavButton.actionPerformed (JUNavigationBar.java:118)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
    at java.awt.Component.processMouseEvent(Component.java:6267)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6032)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4630)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)



    [132] DCBindingContainer.reportException: oracle.jbo.JboException
    oracle.jbo.JboException [133]: Houston-29000: Unexpected exception caught: java.lang.NullPointerException, msg = null
    at oracle.jbo.ExprEval.internalEvaluateGroovyScript(ExprEval.java:1048)
    at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1081)
    at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:911)
    at oracle.jbo.server.AttributeDefImpl.evaluateTransientExpression(AttributeDefImpl.java:2135)
    at oracle.jbo.server.ViewRowStorage.getAttributeInternal(ViewRowStorage.java:1740)
    at oracle.jbo.server.ViewRowImpl.getAttributeValue(ViewRowImpl.java:1891)
    at oracle.jbo.server.ViewRowImpl.getAttributeInternal(ViewRowImpl.java:834)
    at oracle.jbo.server.ViewRowImpl.getAttrInvokeAccessor(ViewRowImpl.java:916)
    at oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:864)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.internalGetAttributeValueFromRow(JUCtrlValueBinding.java:1157)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:751)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:779)
    at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.updateValuesFromRow(JUCtrlAttrsBinding.java:145)
    at oracle.jbo.uicli.jui.JULabelBinding.updateValuesFromRow(JULabelBinding.java:114)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.updateNavigated(JUCtrlValueBinding.java:287)
    at oracle.jbo.uicli.binding.JUIteratorBinding.navigated(JUIteratorBinding.java:299)
    at oracle.jbo.common.RowSetHelper.fireNavigationEvent(RowSetHelper.java:264)
    at oracle.jbo.server.ViewRowSetIteratorImpl.notifyNavigationToRow(ViewRowSetIteratorImpl.java:3660)
    at oracle.jbo.server.ViewRowSetIteratorImpl.notifyNavigation(ViewRowSetIteratorImpl.java:3631)
    at oracle.jbo.server.ViewRowSetIteratorImpl.internalSetCurrentRow(ViewRowSetIteratorImpl.java:3414)
    at oracle.jbo.server.ViewRowSetIteratorImpl.doInsertRow(ViewRowSetIteratorImpl.java:2390)
    at oracle.jbo.server.ViewRowSetIteratorImpl.insertRow(ViewRowSetIteratorImpl.java:2333)
    at oracle.jbo.server.ViewRowSetImpl.insertRow(ViewRowSetImpl.java:3101)
    at oracle.jbo.server.ViewObjectImpl.insertRow(ViewObjectImpl.java:10656)
    at oracle.jbo.jbotester.NavigationBar.doInsertAction(NavigationBar.java:137)
    at oracle.jbo.jbotester.NavigationBar.doAction(NavigationBar.java:109)
    to oracle.jbo.uicli.controls.JUNavigationBar$ NavButton.actionPerformed (JUNavigationBar.java:118)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
    at java.awt.Component.processMouseEvent(Component.java:6267)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6032)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4630)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.NullPointerException
    to org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply$ IntegerLong.call (NumberNumberMultiply.java:336)
    at bc4j.uvo_EmpView_tax_null.gs.run(bc4j.uvo_EmpView_tax_null.gs.groovy:1)
    at oracle.jbo.ExprEval.internalEvaluateGroovyScript(ExprEval.java:1032)
    ... 52 more
    # # 0 in detail
    java.lang.NullPointerException
    to org.codehaus.groovy.runtime.dgmimpl.NumberNumberMultiply$ IntegerLong.call (NumberNumberMultiply.java:336)
    at bc4j.uvo_EmpView_tax_null.gs.run(bc4j.uvo_EmpView_tax_null.gs.groovy:1)
    at oracle.jbo.ExprEval.internalEvaluateGroovyScript(ExprEval.java:1032)
    at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1081)
    at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:911)
    at oracle.jbo.server.AttributeDefImpl.evaluateTransientExpression(AttributeDefImpl.java:2135)
    at oracle.jbo.server.ViewRowStorage.getAttributeInternal(ViewRowStorage.java:1740)
    at oracle.jbo.server.ViewRowImpl.getAttributeValue(ViewRowImpl.java:1891)
    at oracle.jbo.server.ViewRowImpl.getAttributeInternal(ViewRowImpl.java:834)
    at oracle.jbo.server.ViewRowImpl.getAttrInvokeAccessor(ViewRowImpl.java:916)
    at oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:864)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.internalGetAttributeValueFromRow(JUCtrlValueBinding.java:1157)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:751)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:779)
    at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.updateValuesFromRow(JUCtrlAttrsBinding.java:145)
    at oracle.jbo.uicli.jui.JULabelBinding.updateValuesFromRow(JULabelBinding.java:114)
    at oracle.jbo.uicli.binding.JUCtrlValueBinding.updateNavigated(JUCtrlValueBinding.java:287)
    at oracle.jbo.uicli.binding.JUIteratorBinding.navigated(JUIteratorBinding.java:299)
    at oracle.jbo.common.RowSetHelper.fireNavigationEvent(RowSetHelper.java:264)
    at oracle.jbo.server.ViewRowSetIteratorImpl.notifyNavigationToRow(ViewRowSetIteratorImpl.java:3660)
    at oracle.jbo.server.ViewRowSetIteratorImpl.notifyNavigation(ViewRowSetIteratorImpl.java:3631)
    at oracle.jbo.server.ViewRowSetIteratorImpl.internalSetCurrentRow(ViewRowSetIteratorImpl.java:3414)
    at oracle.jbo.server.ViewRowSetIteratorImpl.doInsertRow(ViewRowSetIteratorImpl.java:2390)
    at oracle.jbo.server.ViewRowSetIteratorImpl.insertRow(ViewRowSetIteratorImpl.java:2333)
    at oracle.jbo.server.ViewRowSetImpl.insertRow(ViewRowSetImpl.java:3101)
    at oracle.jbo.server.ViewObjectImpl.insertRow(ViewObjectImpl.java:10656)
    at oracle.jbo.jbotester.NavigationBar.doInsertAction(NavigationBar.java:137)
    at oracle.jbo.jbotester.NavigationBar.doAction(NavigationBar.java:109)
    to oracle.jbo.uicli.controls.JUNavigationBar$ NavButton.actionPerformed (JUNavigationBar.java:118)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
    at java.awt.Component.processMouseEvent(Component.java:6267)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6032)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4630)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    [c ode]

    OBE: TotalComp Expression: NullPointerException

  • Java.lang.SecurityException: permission denied show.document url - what to do?

    I wrote a code contains show.document to see the file .jpg on the xp sp3 32-bit client. Form 10g is located on the Oracle Linux server, db as well. I use IE6, 7, Mozilla or Chrome, java 6 or 7 - the problem is the same and looks to lies in the security of java code. Anyone have a solution to this issue?

    Thank you.

    If the image you are trying to view is located on the end user's computer and you try to use the WEB. SHOW_DOCUMENT to view it using something like file:///somedirectory/myPix.jpg which is why you probably see the error.  It is not the destination of the WEB. SHOW_DOCUMENT.  SHOW_DOCUMENT is intended to convey a http or https URL to a browser in order to access remote content.  If you want to access local content, you will need to use WebUtil or create your own Java Bean.

    Also, be aware that Oracle supports more using Microsoft Windows XP.  This applies to Oracle Forms and Java.

  • BlackBerry Smartphones MySpace untrapped exception: java.lang.NullPointerException when you try to access the friends

    Curve 8330 Verizon Wireless

    4.5.0.77 (Platform 3.2.0.51)

    V1.0.0.29 AppWorld

    MySpace v1.5.0.12

    Facebook v1.5.0.32

    Was a problem with MySpace, found no messages/threads with this specific issue, if you are looking for help.  I noticed in the review for MySpace v1.5 on AppWorld Board there were other owners of the Curve 8330 has the same question:

    Whenever I try to view my friends list, add a friend, or look at someone from another friend list, the application crashes.  If I leave the app to do something else while it loads and try to re - open, I get:

    Untrapped exception:

    java.lang.NullPointerException

    Research on the forums for this error of java, most of the suggestions were to reload the operating system of the device such that it may be corrupted.  As an attempt to solve the problem, last night I upgraded to v4.5 v4.3.  When I have been upgrading completed, my MySpace, AppWorld and Facebook apps has shown under options > advanced > applications, but the icons could not be found.  I even searched the hidden icons and still no luck.  I used the destop application loader to remove these three applications in the device manager.  I then downloaded AppWorld from my (www.blackberry.com) device and once it has been installed it used to download and install MySpace and Facebook.  Once they have downloaded and installed, I turned off and only went to a battery.  Restarts, showed the icons and apps worked... except for the MySpace Friend list: same problem.  I don't remember when this error occurred initially, but I guess it was after the last MySpace app update.  Were not immediately thereafter, however.  I can access my messages, and the home page, but that's all.  I already sent an e-mail to [email protected] with no response

    Any help out there!

    MySpace 1.5.1.7 version is available for download!

    Curiously, the app started working properly a few days there with the exception of slow notifications, but not mistakes.

    Thanks for all your support!

  • BlackBerry smartphones I need help: Eception Exception java.lang.nullpointerexception

    I don't know how to make a post but I have a really big problem and I feel absolutely stupid for this wonderful gadget.

    Buy a Blackberry Storm from a friend and I was using the phone since. I have three problems so far :

    1. the phone times out when I select certain characteristics does not lock for example when I try to lock the phone, clock rises and still the phone or when I try to open a menu like the media clock appears, then disappears and does not open the media folder

    2 there is a delay when I turn the phone horizontally / vertically. The menu takes time to adapt to the way I look at the phone. You know that thing of screen filp.

    3 each time I have select the Blackberry icon or even the browser I get this error message:

    Untrapped exception:

    java.lang.NullPointerException

    Help please anyone?

    To recover the App World (if you decide you want to), you can simply download it.  Once you have the browser on your phone running, you can open the browser and go to the homepage of the BlackBerry (it is a bookmarks) and download from there.  Alternatively, you can find more information on how to install App World here:

    http://NA.BlackBerry.com/eng/services/appworld/download.jsp

    As a heads up, App World is great for convenience, but do not (didn't work on my phone).  So even if you are not able to download and use App World, it's not a big deal.

    About BlackBerry Desktop Manager, try to go to this link: http://na.blackberry.com/eng/services/desktop/

    It is available as a free download (click on the download button, and then on the next page, select BlackBerry Desktop Manager 5.0 menu drop-down) and you can choose to install it with or without the Media Manager.  If you want a simpler version, download the version without the media manager.

    I'll try to keep an eye on this thread over the weekend, then post here if you have problems.  Otherwise, I look forward to your confirmation that everything was fine.

  • HTTP status 500 - aid java.lang.NullPointerException

    Hello everyone. I am in need of help. I am of migration of servers, and I get this error message. I can't even to the CF Admin. What should I do? My google-fu has not been very good on this error.

    HTTP status 500 - java.lang.NullPointerException


    type of Exception report

    message java.lang.NullPointerException

    Description The server encountered an internal error that prevents to satisfy this demand.

    exception

    javax.servlet.ServletException: java.lang.NullPointerException coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:129) coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:422) org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:198) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313) java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) java.lang.Thread.run(Unknown Source) 

    first cause

    java.lang.NullPointerException coldfusion.CfmServlet.init(CfmServlet.java:97) coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:121) coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:422) org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:198) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313) java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) java.lang.Thread.run(Unknown Source) 

    Note Track of the full stack of the root cause is available in the Apache Tomcat/7.0.52 logs.


    Apache Tomcat/7.0.52

    Yes, you must uninstall, delete all files and folders in Coldfusion, then re - install. You'll be happy to learn that I have installed Coldfusion 11 on Windows Server R2 2012, a few weeks without any problem.

  • java.lang.NoSuchFieldError: ADVANCED_OPTIONS

    Hello

    I applied the latest Patch for soa_suite: p19707784_121300_Generic.zip. I use the Oracle BPM studio, and when I do no properties and click in my human task I get this error:

    Uncaught exception

    java.lang.NoSuchFieldError: ADVANCED_OPTIONS

    o.bpm.designer.flowpanels.AbstractFlowNodePropertiesPanel.createBasicSheet(AbstractFlowNodePropertiesPanel.java:226)

    o.bpm.designer.flowpanels.AbstractFlowNodePropertiesPanel.createPropertiesSheet(AbstractFlowNodePropertiesPanel.java:133)

    o.bpm.designer.flowpanels.AbstractFlowNodePropertiesPanel.createTabs(AbstractFlowNodePropertiesPanel.java:198)

    o.bpm.designer.flowpanels.AbstractFlowNodePropertiesPanel.buildPanel(AbstractFlowNodePropertiesPanel.java:119)

    o.bpm.designer.flowpanels.FlowNodePropertiesDialog.init(FlowNodePropertiesDialog.java:90)

    o.bpm.designer.flowpanels.FlowNodePropertiesDialog. < init > (FlowNodePropertiesDialog.java:41)

    o.bpm.designer.flowpanels.FlowNodePropertiesDialog.editProperties(FlowNodePropertiesDialog.java:54)

    o.bpm.designer.action.FlowNodePropertiesAction.run(FlowNodePropertiesAction.java:75)

    o.bpm.ui.action.BaseAction.actionPerformed(BaseAction.java:222)

    o.bpm.ui.action.BaseAction.actionPerformed(BaseAction.java:216)

    jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:2018)

    jx.s.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2341)

    jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)

    jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)

    jx.s.AbstractButton.doClick(AbstractButton.java:376)

    jx.s.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)

    jx.s.plaf.basic.BasicMenuItemUI$ Handler.mouseReleased (BasicMenuItemUI.java:877)

    j.a.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)

    j.a.Component.processMouseEvent(Component.java:6505)

    jx.s.JComponent.processMouseEvent(JComponent.java:3320)

    j.a.Component.processEvent(Component.java:6270)

    j.a.Container.processEvent(Container.java:2229)

    j.a.Component.dispatchEventImpl(Component.java:4861)

    j.a.Container.dispatchEventImpl(Container.java:2287)

    j.a.Component.dispatchEvent(Component.java:4687)

    j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4832)

    j.a.LightweightDispatcher.processMouseEvent(Container.java:4492)

    j.a.LightweightDispatcher.dispatchEvent(Container.java:4422)

    j.a.Container.dispatchEventImpl(Container.java:2273)

    j.a.Window.dispatchEventImpl(Window.java:2719)

    j.a.Component.dispatchEvent(Component.java:4687)

    j.a.EventQueue.dispatchEventImpl(EventQueue.java:735)

    j.a.EventQueue.access$ 200 (EventQueue.java:103)

    j.a.EventQueue$ 3.run(EventQueue.java:694)

    j.a.EventQueue$ 3.run(EventQueue.java:692)

    j.security.AccessController.doPrivileged (Native Method)

    j.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    j.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:87)

    j.a.EventQueue$ 4.run(EventQueue.java:708)

    j.a.EventQueue$ 4.run(EventQueue.java:706)

    j.security.AccessController.doPrivileged (Native Method)

    j.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    j.a.EventQueue.dispatchEvent(EventQueue.java:705)

    o.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)

    o.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)

    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)

    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)

    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)

    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)

    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)

    j.a.EventDispatchThread.run(EventDispatchThread.java:91)

    This error starts after I applied the patch.

    Hello

    I had the same problem, but managed to get rid of it, as follows:

    -J' deleted the system of jdeveloper folder (it is recreated at the first start of JDeveloper), for example in my environment:

    c:\Oracle\config\sigrid\system12.1.3.0.41.140521.1008

    -I restarted JDeveloper with the--clean option (i.e. C:\Oracle\Middleware\Oracle_Home\jdeveloper\jdeveloper.exe-propre)

    I hope this helps!

    Best regards

    Sigrid

  • FRM-92091 caused by java.lang.IllegalArgumentException

    Hello

    Here are our customer environment:

    Oracle Forms 11.1.2.2

    Client OS: Windows 7 64-bit

    Customer JRE: 1.8.0_45 - b14

    Plug-in (Internet Explorer): 11.45.2.14

    The customer gets intermittendly a FRM-92091 error caused by the Java Exception:

    java.lang.IllegalArgumentException: comparison method violates the general contract

    The error occurs in several forms. We could not set a context in which the error is triggered.

    Some research on the internet lead us to

    Bug ID: JDK-6804124 (coll) replace "modified mergesort" in java.util.Arrays.sort with timsort

    and

    https://bugs.OpenJDK.Java.NET/browse/JDK-8078607

    We found a suggestion for a workaround pass

    -Djava.util.Arrays.useLegacyMergeSort = true

    for customers JRE or setting

    System.setProperty ("java.util.Arrays.useLegacyMergeSort", "true");

    In the code of the applet.

    Here are my questions:

    (1) is this problem known as forms 11.1.2.2?

    (2) we use a custom jar file. It would be useful to call System.setProperty ("java.util.Arrays.useLegacyMergeSort", "true"); in our code?

    (3) if there are 2) is not successful. Is there a method to pass - Djava.util.Arrays.useLegacyMergeSort = true to the forms by a side configuration applet server or do we put in the java Panel client on each client computer?

    TIA

    Frank Piron

    Hello community,

    Finally, we found a solution without touching the client computer. On the Weblogic Server, edit the file (s)

    $FR_INST\config\FormsComponent\forms\server\basejpi.htm

    $FR_INST\config\FormsComponent\forms\server\webutiljpi.htm (we use webutil)

    and add the line

    where the parameters are defined.

  • Impossible to deploy Composite EM. java.lang.RuntimeException: could not compile BPEL execlets

    Hi all

    I tried to solve this problem, I am facing currently, but have failed so far. I am trying to use a jar file imported into my incorporation of java activity, but whenever I try to deploy the composite on EM I get the following error:

    Suitcase BPEL deployment by mistake.

    "error during the attempt to deploy the BPEL component file" / / app/oracle/middleware/domains*/ * / servers /*/dc/soa_759f9834-e1f3-438f-9a9c-d69a269c6568 "; the reported exception is: java.lang.RuntimeException: failed to bring the execlets of BPELProcess1

    I followed this guide Oracle SOA: how to call a Java method inside a BPEL process using the Java activity on how to import a jar file and use it.

    Already added in the libraries/classpath and added in the SCA-INF/lib folder. I use JDeveloper 11 g

    I also tried to place the JAR file in the soa_ext_11.1.1 folder and capabilities using ANT typical random on SOA: adding the jars/classes customized to Weblogic server-how it works

    I use BPEL2.0

    Here's my import declarations:

      <import location="java.io.*" importType="http://schemas.oracle.com/bpel/extension/java"/>
      <import location="java.util.*" importType="http://schemas.oracle.com/bpel/extension/java"/>
      <import location="java.net.*" importType="http://schemas.oracle.com/bpel/extension/java"/>
      <import location="test.HelloWorldJava" importType="http://schemas.oracle.com/bpel/extension/java"/>
      <import location="oracle.soa.common.util.Base64Encoder" importType="http://schemas.oracle.com/bpel/extension/java"/>
    
    

    Here is the java class that is in the JAR file that I try to use the integration of Java:

    package test;
    
    
    public class HelloWorld {
        public HelloWorld() {
        }
    
    
        public static void main(String[] args) {
            HelloWorld helloWorld = new HelloWorld();
            System.out.println(helloWorld.getGreetings("aaAAaa"));
        }
       
        public String getGreetings(String name) {
            return ("ehhhhhh" + name);
        }
    }
    
    

    This is the java code used in the integration of Java:

    HelloWorld hello = new HelloWorld(); 
    String greetings = hello.getGreetings("Yatan"); 
    
    setVariableData("greetings",greetings);
    
    

    Am I missing something else? And installation of weblogic does matter? Because I'm using a cluster implemented. Any help would be greatly appreciated. Thank you!

    Yes, your import statement was a stupid mistake. Your HelloWorld class but you are importing a class called HelloWorldJava? It's something irrational to me.

    Import your HelloWorld class and other classes are not necessary to import.

  • BPM deployment error: java.lang.IllegalArgumentException: Argument 0 for the @NotNull of oracle/bpm/project/interfaces/ConversationHelper.getReferenceNameFrom parameter must not be null

    Hey guys,.

    I get this error when I tried to deploy the process. Din could not do anything on the net

    java.lang.IllegalArgumentException: Argument 0 for the @NotNull of oracle/bpm/project/interfaces/ConversationHelper.getReferenceNameFrom parameter must not be null

    My composite application contains a certain number of processes. I added a BPEL process and then removed, but since then, appears it problems and could not deploy the composite application more. Any hint is appreciated.

    the entire stack trace is:

    Error when bean calling "domain manager": error deployment suitcase BPMN.
    error when trying to deploy the component BPMN "D:\oracle\domains\BPMSOA_DOMAIN\servers\BPM_1\dc\soa_6b5472e6-f4dc-4cd1-a7b5-c7b81f5e24ab" file the reported exception is: java.lang.IllegalArgumentException: Argument 0 for the @NotNull of oracle/bpm/project/interfaces/ConversationHelper.getReferenceNameFrom parameter must not be null

    This error was an exception thrown by the underlying deployment module.
    Check the trace for the exception in the log (the connection value level debug mode).
    ORABPEL-05250

    Suitcase BPMN deployment by mistake.
    error when trying to deploy the component BPMN "D:\oracle\domains\BPMSOA_DOMAIN\servers\BPM_1\dc\soa_6b5472e6-f4dc-4cd1-a7b5-c7b81f5e24ab" file the reported exception is: java.lang.IllegalArgumentException: Argument 0 for the @NotNull of oracle/bpm/project/interfaces/ConversationHelper.getReferenceNameFrom parameter must not be null

    This error was an exception thrown by the underlying deployment module.
    Check the trace for the exception in the log (the connection value level debug mode).

    at com.collaxa.cube.engine.deployment.DeploymentManager.deployComponent(DeploymentManager.java:202)
    at com.collaxa.cube.ejb.impl.CubeServerManagerBean._deployOrLoadComponent(CubeServerManagerBean.java:949)
    at com.collaxa.cube.ejb.impl.CubeServerManagerBean.deployComponent(CubeServerManagerBean.java:128)
    at sun.reflect.GeneratedMethodAccessor1654.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)


    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to com.sun.proxy. $Proxy345.deployComponent (unknown Source)
    at oracle.bpm.bpmn.engine.ejb.impl.BPMNServerManagerBean_6gbx7k_IBPMNCubeServerManagerLocalBeanImpl.__WL_invoke (unknown Source)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
    at oracle.bpm.bpmn.engine.ejb.impl.BPMNServerManagerBean_6gbx7k_IBPMNCubeServerManagerLocalBeanImpl.deployComponent (unknown Source)
    at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:923)
    at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.load(BPMNServiceEngine.java:703)
    at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.load(BPMNServiceEngine.java:157)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployComponents(CompositeDeploymentConnection.java:243)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:94)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:185)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:86)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to com.sun.proxy. $Proxy438.load (unknown Source)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:67)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:467)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:268)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:203)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:147)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:134)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:100)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:221)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:130)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    The answer late, sorry it was a bug in the product, was fixed after you apply the hotfix.

    Cheers, nasser

Maybe you are looking for