JDev 11g 111 with BPEL designer - cant connect to BPA Server
425042Jul 2 2009 — edited Aug 13 2009I have just installed the latest 11g JDeveloper and added the BPEL designer.
I notice that in the composite designer I can connect to or create a connection to the BPA server.
I have BPA designer 10.1.3.3...which I used with JDeveloper 10.1.3.1. This is running on my local PC.
However I am not able to create a connection to it in the latest Jdeveloper.
When I try to add a BPA server, as soon as I select Local server (as opposed to Remote).. it tries to connect and fails :
Failing to establish a connection.
And of course a load of Java info :
com.idsscheer.aris.common.cl.framework.TransientException: attempt to establish connection failed: java.net.ConnectException: Connection refused: connect
at com.idsscheer.aris.common.cl.framework.corba.AClientProfile.lookup(AClientProfile.java:98)
at com.idsscheer.aris.common.cl.framework.core.ANamingClient.isAlive(ANamingClient.java:30)
at com.idsscheer.aris.common.cl.framework.core.ANamingClientFactory.createNamingClient(ANamingClientFactory.java:66)
at com.idsscheer.aris.common.cl.framework.core.ANamingClientFactory.createNaming(ANamingClientFactory.java:37)
at com.idsscheer.aris.cscommon.scriptrunner.AServerConnector.connectServer(AServerConnector.java:130)
at com.idsscheer.aris.cscommon.scriptrunner.AServerConnector.listARISDatabases(AServerConnector.java:92)
at com.idsscheer.aris.cscommon.scriptrunner.AScriptRunnerBase.listDatabases(AScriptRunnerBase.java:148)
at oracle.bpa.remote.RepositoryService.listDatabases(RepositoryService.java:72)
at oracle.tip.tools.ide.bpeldesignerplugins.plugins.outliner.bpaserver.connections.BPAServer.getDatabases(BPAServer.java:245)
at oracle.tip.tools.ide.bpeldesignerplugins.plugins.outliner.bpaserver.editors.ConnectionSettingsPanel.getDatabasesFromServer(ConnectionSettingsPanel.java:575)
at oracle.tip.tools.ide.bpeldesignerplugins.plugins.outliner.bpaserver.editors.ConnectionSettingsPanel$8.run(ConnectionSettingsPanel.java:550)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.omg.CORBA.TRANSIENT: attempt to establish connection failed: java.net.ConnectException: Connection refused: connect vmcid: 0x4f4f0000 minor code: 1 completed: No
at com.ooc.OCI.IIOP.Connector_impl.connect_timeout(Unknown Source)
at com.ooc.OB.GIOPClient.getWorker(Unknown Source)
at com.ooc.OB.GIOPClient.bind(Unknown Source)
at com.ooc.OB.DowncallStub.locate_request(Unknown Source)
at com.ooc.CORBA.Delegate._OB_getDowncallStub(Unknown Source)
at com.ooc.CORBA.Delegate.request(Unknown Source)
at com.ooc.CORBA.Delegate.non_existent(Unknown Source)
at org.omg.CORBA.portable.ObjectImpl._non_existent(ObjectImpl.java:137)
at com.idsscheer.aris.common.cl.framework.corba.AClientProfile.lookup(AClientProfile.java:91)
... 11 more
Am I missing some setup configuration or perhaps additional updates ?
Has anyone resolved this issue ?
Thanks