Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
PAM connection issue, BPM-0 error

Hi,
I have been strugling to connect to PAM. Looks like all needed connections are OK. Versions should be matching. Credentials seems to work. Any guidance what to try next?
We are using 12.2.1.3 version of Jdeveloper with #3142620 patch
Below is error logs from Jdeveloper message window.
oracle.bpm.fusion.bac.model.BACConnectionException: BPM-0: Operation failed
at oracle.bpm.fusion.bac.BacConnectionHandler.buildService(BacConnectionHandler.java:136)
at oracle.bpm.fusion.bac.client.BacClientService.findMappedSpaces(BacClientService.java:422)
at oracle.bpm.fusion.bac.model.BACConnectionNode.openImpl(BACConnectionNode.java:107)
at oracle.ide.model.Node.open(Node.java:1254)
at oracle.ide.model.Node.open(Node.java:1201)
at oracle.ide.model.DefaultContainer.getChildren(DefaultContainer.java:76)
at oracle.ideimpl.explorer.ExplorerNode.getChildNodes(ExplorerNode.java:300)
at oracle.ideimpl.explorer.BaseTreeExplorer.addChildren(BaseTreeExplorer.java:403)
at oracle.ideimpl.explorer.BaseTreeExplorer.open(BaseTreeExplorer.java:1015)
at oracle.ideimpl.explorer.BaseTreeExplorer$14.run(BaseTreeExplorer.java:2047)
at oracle.ideimpl.explorer.BaseTreeExplorer.treeExpanded(BaseTreeExplorer.java:2119)
at javax.swing.JTree.fireTreeExpanded(JTree.java:2782)
at javax.swing.JTree.setExpandedState(JTree.java:3636)
at javax.swing.JTree.expandPath(JTree.java:2219)
at javax.swing.plaf.basic.BasicTreeUI.toggleExpandState(BasicTreeUI.java:2286)
at javax.swing.plaf.basic.BasicTreeUI.handleExpandControlClick(BasicTreeUI.java:2273)
at javax.swing.plaf.basic.BasicTreeUI.checkForClickInExpandControl(BasicTreeUI.java:2231)
at com.jgoodies.looks.plastic.PlasticTreeUI.access$1400(PlasticTreeUI.java:122)
at com.jgoodies.looks.plastic.PlasticTreeUI$MouseHandler.mousePressed(PlasticTreeUI.java:343)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
at java.awt.Component.processMouseEvent(Component.java:6536)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:222)
at java.awt.Component.processEvent(Component.java:6304)
at java.awt.Container.processEvent(Container.java:2239)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4532)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
at java.awt.Container.dispatchEventImpl(Container.java:2283)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
at java.awt.EventQueue$4.run(EventQueue.java:733)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: oracle.bpm.bac.core.exception.BacException: BPM-0: Operation failed
at oracle.bpm.bac.ejb.util.EjbServiceFactory.getAuthenticationService(EjbServiceFactory.java:305)
at oracle.bpm.bac.ejb.util.EjbServiceFactory.authenticate(EjbServiceFactory.java:241)
at oracle.bpm.fusion.bac.service.BacServiceFactory.createSession(BacServiceFactory.java:104)
at oracle.bpm.fusion.bac.service.BacServiceFactory.createBacService(BacServiceFactory.java:49)
at oracle.bpm.fusion.bac.BacConnectionHandler.buildService(BacConnectionHandler.java:131)
... 58 more
Caused by: javax.naming.NamingException: String index out of range: -1
at weblogic.jndi.Environment.getContext(Environment.java:345)
at weblogic.jndi.Environment.getContext(Environment.java:322)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:131)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:313)
at javax.naming.InitialContext.init(InitialContext.java:244)
at javax.naming.InitialContext.<init>(InitialContext.java:216)
at oracle.bpm.bac.ejb.util.EjbServiceFactory.getInitialContext(EjbServiceFactory.java:328)
at oracle.bpm.bac.ejb.util.EjbServiceFactory.getAuthenticationService(EjbServiceFactory.java:300)
... 62 more