Error creating application server Conn

In jdeveloper Early Access the test connection is sucess(same configuration), but in 10.1.3.1 version ,generate this erro. Help me please.
Error while getting remote MBeanServer for url: ormi://java1:23791/default:
Error reading application-client descriptor: Error communicating with server: <no message>oracle.oc4j.security.ExchangingEncryptor.getEncryptedValue(ExchangingEncryptor.java:161)
com.evermind.server.rmi.RMIProtocol$SecureCredentials.send(RMIProtocol.java:246)
com.evermind.server.rmi.RMIProtocol.sendCredentials(RMIProtocol.java:95)
oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:91)
oracle.oc4j.rmi.ClientSocketRmiTransport.connectToServer(ClientSocketRmiTransport.java:68)
com.evermind.server.rmi.RMIClientConnection.connect(RMIClientConnection.java:609)
com.evermind.server.rmi.RMIClientConnection.sendLookupRequest(RMIClientConnection.java:153)
com.evermind.server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:137)
com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:251)
com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)
oracle.oc4j.deployment.ApplicationClientResourceFinder.lookupResourceFinder(ApplicationClientResourceFinder.java:101)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getFinder(ApplicationClientResourceFinder.java:123)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getLocation(ApplicationClientResourceFinder.java:75)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getEjbBinding(ApplicationClientResourceFinder.java:38)
com.oracle.naming.J2EEContext.addEJBReferenceEntries(J2EEContext.java:515)
com.oracle.naming.J2EEContext.create(J2EEContext.java:97)
oracle.j2ee.naming.ApplicationClientInitialContextFactory.getApplicationContext(ApplicationClientInitialContextFactory.java:124)
oracle.j2ee.naming.ApplicationClientInitialContextFactory.getInitialContext(ApplicationClientInitialContextFactory.java:117)
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
javax.naming.InitialContext.init(InitialContext.java:223)
javax.naming.InitialContext.<init>(InitialContext.java:197)
oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.fetchMBeanServerEjbRemote(CoreRemoteMBeanServer.java:465)
oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.<init>(CoreRemoteMBeanServer.java:160)
oracle.oc4j.admin.management.mejb.MEjb.<init>(MEjb.java:117)
oracle.oc4j.admin.management.mejb.MEjb.getMBeanServer(MEjb.java:158)
oracle.oc4j.admin.management.mejb.MEjbFactory.getManagement(MEjbFactory.java:54)
oracle.oc4j.admin.deploy.spi.ConnectedDeploymentManagerBase.<init>(ConnectedDeploymentManagerBase.java:218)
oracle.oc4j.admin.deploy.spi.Oc4jDeploymentManager.<init>(Oc4jDeploymentManager.java:70)
oracle.oc4j.admin.deploy.spi.factories.Oc4jDeploymentFactory.getDeploymentManager(Oc4jDeploymentFactory.java:130)
oracle.jdevimpl.cm.dt.J2EEConnectionWrapper._getDeploymentManager(J2EEConnectionWrapper.java:182)
oracle.jdevimpl.cm.dt.J2EEConnectionWrapper.testPresentation(J2EEConnectionWrapper.java:111)
oracle.jdeveloper.cm.dt.wizard.TestConnectionPanelUI.testConnectionImpl(TestConnectionPanelUI.java:202)
oracle.jdeveloper.cm.dt.wizard.TestConnectionPanelUI$1.doWork(TestConnectionPanelUI.java:158)
oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:159)
oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:551)
java.lang.Thread.run(Thread.java:595)
caused by: oracle.oc4j.security.KeyExchange.getSecretKey(KeyExchange.java:136)
oracle.oc4j.security.ExchangingEncryptor.getEncryptedValue(ExchangingEncryptor.java:152)
com.evermind.server.rmi.RMIProtocol$SecureCredentials.send(RMIProtocol.java:246)
com.evermind.server.rmi.RMIProtocol.sendCredentials(RMIProtocol.java:95)
oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:91)
oracle.oc4j.rmi.ClientSocketRmiTransport.connectToServer(ClientSocketRmiTransport.java:68)
com.evermind.server.rmi.RMIClientConnection.connect(RMIClientConnection.java:609)
com.evermind.server.rmi.RMIClientConnection.sendLookupRequest(RMIClientConnection.java:153)
com.evermind.server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:137)
com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:251)
com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)
oracle.oc4j.deployment.ApplicationClientResourceFinder.lookupResourceFinder(ApplicationClientResourceFinder.java:101)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getFinder(ApplicationClientResourceFinder.java:123)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getLocation(ApplicationClientResourceFinder.java:75)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getEjbBinding(ApplicationClientResourceFinder.java:38)
com.oracle.naming.J2EEContext.addEJBReferenceEntries(J2EEContext.java:515)
com.oracle.naming.J2EEContext.create(J2EEContext.java:97)
oracle.j2ee.naming.ApplicationClientInitialContextFactory.getApplicationContext(ApplicationClientInitialContextFactory.java:124)
oracle.j2ee.naming.ApplicationClientInitialContextFactory.getInitialContext(ApplicationClientInitialContextFactory.java:117)
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
javax.naming.InitialContext.init(InitialContext.java:223)
javax.naming.InitialContext.<init>(InitialContext.java:197)
oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.fetchMBeanServerEjbRemote(CoreRemoteMBeanServer.java:465)
oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.<init>(CoreRemoteMBeanServer.java:160)
oracle.oc4j.admin.management.mejb.MEjb.<init>(MEjb.java:117)
oracle.oc4j.admin.management.mejb.MEjb.getMBeanServer(MEjb.java:158)
oracle.oc4j.admin.management.mejb.MEjbFactory.getManagement(MEjbFactory.java:54)
oracle.oc4j.admin.deploy.spi.ConnectedDeploymentManagerBase.<init>(ConnectedDeploymentManagerBase.java:218)
oracle.oc4j.admin.deploy.spi.Oc4jDeploymentManager.<init>(Oc4jDeploymentManager.java:70)
oracle.oc4j.admin.deploy.spi.factories.Oc4jDeploymentFactory.getDeploymentManager(Oc4jDeploymentFactory.java:130)
oracle.jdevimpl.cm.dt.J2EEConnectionWrapper._getDeploymentManager(J2EEConnectionWrapper.java:182)
oracle.jdevimpl.cm.dt.J2EEConnectionWrapper.testPresentation(J2EEConnectionWrapper.java:111)
oracle.jdeveloper.cm.dt.wizard.TestConnectionPanelUI.testConnectionImpl(TestConnectionPanelUI.java:202)
oracle.jdeveloper.cm.dt.wizard.TestConnectionPanelUI$1.doWork(TestConnectionPanelUI.java:158)
oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:159)
oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:551)
java.lang.Thread.run(Thread.java:595)
caused by: oracle.oc4j.security.KeyExchange.createKeyAgreement(KeyExchange.java:202)
oracle.oc4j.security.KeyExchange.getKeyAgreement(KeyExchange.java:189)
oracle.oc4j.security.KeyExchange.getSecretKey(KeyExchange.java:132)
oracle.oc4j.security.ExchangingEncryptor.getEncryptedValue(ExchangingEncryptor.java:152)
com.evermind.server.rmi.RMIProtocol$SecureCredentials.send(RMIProtocol.java:246)
com.evermind.server.rmi.RMIProtocol.sendCredentials(RMIProtocol.java:95)
oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:91)
oracle.oc4j.rmi.ClientSocketRmiTransport.connectToServer(ClientSocketRmiTransport.java:68)
com.evermind.server.rmi.RMIClientConnection.connect(RMIClientConnection.java:609)
com.evermind.server.rmi.RMIClientConnection.sendLookupRequest(RMIClientConnection.java:153)
com.evermind.server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:137)
com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:251)
com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)
oracle.oc4j.deployment.ApplicationClientResourceFinder.lookupResourceFinder(ApplicationClientResourceFinder.java:101)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getFinder(ApplicationClientResourceFinder.java:123)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getLocation(ApplicationClientResourceFinder.java:75)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getEjbBinding(ApplicationClientResourceFinder.java:38)
com.oracle.naming.J2EEContext.addEJBReferenceEntries(J2EEContext.java:515)
com.oracle.naming.J2EEContext.create(J2EEContext.java:97)
oracle.j2ee.naming.ApplicationClientInitialContextFactory.getApplicationContext(ApplicationClientInitialContextFactory.java:124)
oracle.j2ee.naming.ApplicationClientInitialContextFactory.getInitialContext(ApplicationClientInitialContextFactory.java:117)
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
javax.naming.InitialContext.init(InitialContext.java:223)
javax.naming.InitialContext.<init>(InitialContext.java:197)
oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.fetchMBeanServerEjbRemote(CoreRemoteMBeanServer.java:465)
oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.<init>(CoreRemoteMBeanServer.java:160)
oracle.oc4j.admin.management.mejb.MEjb.<init>(MEjb.java:117)
oracle.oc4j.admin.management.mejb.MEjb.getMBeanServer(MEjb.java:158)
oracle.oc4j.admin.management.mejb.MEjbFactory.getManagement(MEjbFactory.java:54)
oracle.oc4j.admin.deploy.spi.ConnectedDeploymentManagerBase.<init>(ConnectedDeploymentManagerBase.java:218)
oracle.oc4j.admin.deploy.spi.Oc4jDeploymentManager.<init>(Oc4jDeploymentManager.java:70)
oracle.oc4j.admin.deploy.spi.factories.Oc4jDeploymentFactory.getDeploymentManager(Oc4jDeploymentFactory.java:130)
oracle.jdevimpl.cm.dt.J2EEConnectionWrapper._getDeploymentManager(J2EEConnectionWrapper.java:182)
oracle.jdevimpl.cm.dt.J2EEConnectionWrapper.testPresentation(J2EEConnectionWrapper.java:111)
oracle.jdeveloper.cm.dt.wizard.TestConnectionPanelUI.testConnectionImpl(TestConnectionPanelUI.java:202)
oracle.jdeveloper.cm.dt.wizard.TestConnectionPanelUI$1.doWork(TestConnectionPanelUI.java:158)
oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:159)
oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:551)
java.lang.Thread.run(Thread.java:595)
caused by: Incompatible parameters; nested exception is:
     javax.naming.CommunicationException: <no message>oracle.oc4j.security.ExchangingEncryptor.getEncryptedValue(ExchangingEncryptor.java:161)
com.evermind.server.rmi.RMIProtocol$SecureCredentials.send(RMIProtocol.java:246)
com.evermind.server.rmi.RMIProtocol.sendCredentials(RMIProtocol.java:95)
oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:91)
oracle.oc4j.rmi.ClientSocketRmiTransport.connectToServer(ClientSocketRmiTransport.java:68)
com.evermind.server.rmi.RMIClientConnection.connect(RMIClientConnection.java:609)
com.evermind.server.rmi.RMIClientConnection.sendLookupRequest(RMIClientConnection.java:153)
com.evermind.server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:137)
com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:251)
com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)
oracle.oc4j.deployment.ApplicationClientResourceFinder.lookupResourceFinder(ApplicationClientResourceFinder.java:101)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getFinder(ApplicationClientResourceFinder.java:123)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getLocation(ApplicationClientResourceFinder.java:75)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getEjbBinding(ApplicationClientResourceFinder.java:38)
com.oracle.naming.J2EEContext.addEJBReferenceEntries(J2EEContext.java:515)
com.oracle.naming.J2EEContext.create(J2EEContext.java:97)
oracle.j2ee.naming.ApplicationClientInitialContextFactory.getApplicationContext(ApplicationClientInitialContextFactory.java:124)
oracle.j2ee.naming.ApplicationClientInitialContextFactory.getInitialContext(ApplicationClientInitialContextFactory.java:117)
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
javax.naming.InitialContext.init(InitialContext.java:223)
javax.naming.InitialContext.<init>(InitialContext.java:197)
oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.fetchMBeanServerEjbRemote(CoreRemoteMBeanServer.java:465)
oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.<init>(CoreRemoteMBeanServer.java:160)
oracle.oc4j.admin.management.mejb.MEjb.<init>(MEjb.java:117)
oracle.oc4j.admin.management.mejb.MEjb.getMBeanServer(MEjb.java:158)
oracle.oc4j.admin.management.mejb.MEjbFactory.getManagement(MEjbFactory.java:54)
oracle.oc4j.admin.deploy.spi.ConnectedDeploymentManagerBase.<init>(ConnectedDeploymentManagerBase.java:218)
oracle.oc4j.admin.deploy.spi.Oc4jDeploymentManager.<init>(Oc4jDeploymentManager.java:70)
oracle.oc4j.admin.deploy.spi.factories.Oc4jDeploymentFactory.getDeploymentManager(Oc4jDeploymentFactory.java:130)
oracle.jdevimpl.cm.dt.J2EEConnectionWrapper._getDeploymentManager(J2EEConnectionWrapper.java:182)
oracle.jdevimpl.cm.dt.J2EEConnectionWrapper.testPresentation(J2EEConnectionWrapper.java:111)
oracle.jdeveloper.cm.dt.wizard.TestConnectionPanelUI.testConnectionImpl(TestConnectionPanelUI.java:202)
oracle.jdeveloper.cm.dt.wizard.TestConnectionPanelUI$1.doWork(TestConnectionPanelUI.java:158)
oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:159)
oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:551)
java.lang.Thread.run(Thread.java:595)
caused by: oracle.oc4j.security.KeyExchange.getSecretKey(KeyExchange.java:136)
oracle.oc4j.security.ExchangingEncryptor.getEncryptedValue(ExchangingEncryptor.java:152)
com.evermind.server.rmi.RMIProtocol$SecureCredentials.send(RMIProtocol.java:246)
com.evermind.server.rmi.RMIProtocol.sendCredentials(RMIProtocol.java:95)
oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:91)
oracle.oc4j.rmi.ClientSocketRmiTransport.connectToServer(ClientSocketRmiTransport.java:68)
com.evermind.server.rmi.RMIClientConnection.connect(RMIClientConnection.java:609)
com.evermind.server.rmi.RMIClientConnection.sendLookupRequest(RMIClientConnection.java:153)
com.evermind.server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:137)
com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:251)
com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)
oracle.oc4j.deployment.ApplicationClientResourceFinder.lookupResourceFinder(ApplicationClientResourceFinder.java:101)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getFinder(ApplicationClientResourceFinder.java:123)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getLocation(ApplicationClientResourceFinder.java:75)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getEjbBinding(ApplicationClientResourceFinder.java:38)
com.oracle.naming.J2EEContext.addEJBReferenceEntries(J2EEContext.java:515)
com.oracle.naming.J2EEContext.create(J2EEContext.java:97)
oracle.j2ee.naming.ApplicationClientInitialContextFactory.getApplicationContext(ApplicationClientInitialContextFactory.java:124)
oracle.j2ee.naming.ApplicationClientInitialContextFactory.getInitialContext(ApplicationClientInitialContextFactory.java:117)
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
javax.naming.InitialContext.init(InitialContext.java:223)
javax.naming.InitialContext.<init>(InitialContext.java:197)
oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.fetchMBeanServerEjbRemote(CoreRemoteMBeanServer.java:465)
oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.<init>(CoreRemoteMBeanServer.java:160)
oracle.oc4j.admin.management.mejb.MEjb.<init>(MEjb.java:117)
oracle.oc4j.admin.management.mejb.MEjb.getMBeanServer(MEjb.java:158)
oracle.oc4j.admin.management.mejb.MEjbFactory.getManagement(MEjbFactory.java:54)
oracle.oc4j.admin.deploy.spi.ConnectedDeploymentManagerBase.<init>(ConnectedDeploymentManagerBase.java:218)
oracle.oc4j.admin.deploy.spi.Oc4jDeploymentManager.<init>(Oc4jDeploymentManager.java:70)
oracle.oc4j.admin.deploy.spi.factories.Oc4jDeploymentFactory.getDeploymentManager(Oc4jDeploymentFactory.java:130)
oracle.jdevimpl.cm.dt.J2EEConnectionWrapper._getDeploymentManager(J2EEConnectionWrapper.java:182)
oracle.jdevimpl.cm.dt.J2EEConnectionWrapper.testPresentation(J2EEConnectionWrapper.java:111)
oracle.jdeveloper.cm.dt.wizard.TestConnectionPanelUI.testConnectionImpl(TestConnectionPanelUI.java:202)
oracle.jdeveloper.cm.dt.wizard.TestConnectionPanelUI$1.doWork(TestConnectionPanelUI.java:158)
oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:159)
oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:551)
java.lang.Thread.run(Thread.java:595)
caused by: oracle.oc4j.security.KeyExchange.createKeyAgreement(KeyExchange.java:202)
oracle.oc4j.security.KeyExchange.getKeyAgreement(KeyExchange.java:189)
oracle.oc4j.security.KeyExchange.getSecretKey(KeyExchange.java:132)
oracle.oc4j.security.ExchangingEncryptor.getEncryptedValue(ExchangingEncryptor.java:152)
com.evermind.server.rmi.RMIProtocol$SecureCredentials.send(RMIProtocol.java:246)
com.evermind.server.rmi.RMIProtocol.sendCredentials(RMIProtocol.java:95)
oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:91)
oracle.oc4j.rmi.ClientSocketRmiTransport.connectToServer(ClientSocketRmiTransport.java:68)
com.evermind.server.rmi.RMIClientConnection.connect(RMIClientConnection.java:609)
com.evermind.server.rmi.RMIClientConnection.sendLookupRequest(RMIClientConnection.java:153)
com.evermind.server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:137)
com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:251)
com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)
oracle.oc4j.deployment.ApplicationClientResourceFinder.lookupResourceFinder(ApplicationClientResourceFinder.java:101)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getFinder(ApplicationClientResourceFinder.java:123)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getLocation(ApplicationClientResourceFinder.java:75)
oracle.oc4j.deployment.ApplicationClientResourceFinder.getEjbBinding(ApplicationClientResourceFinder.java:38)
com.oracle.naming.J2EEContext.addEJBReferenceEntries(J2EEContext.java:515)
com.oracle.naming.J2EEContext.create(J2EEContext.java:97)
oracle.j2ee.naming.ApplicationClientInitialContextFactory.getApplicationContext(ApplicationClientInitialContextFactory.java:124)
oracle.j2ee.naming.ApplicationClientInitialContextFactory.getInitialContext(ApplicationClientInitialContextFactory.java:117)
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
javax.naming.InitialContext.init(InitialContext.java:223)
javax.naming.InitialContext.<init>(InitialContext.java:197)
oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.fetchMBeanServerEjbRemote(CoreRemoteMBeanServer.java:465)
oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.<init>(CoreRemoteMBeanServer.java:160)
oracle.oc4j.admin.management.mejb.MEjb.<init>(MEjb.java:117)
oracle.oc4j.admin.management.mejb.MEjb.getMBeanServer(MEjb.java:158)
oracle.oc4j.admin.management.mejb.MEjbFactory.getManagement(MEjbFactory.java:54)
oracle.oc4j.admin.deploy.spi.ConnectedDeploymentManagerBase.<init>(ConnectedDeploymentManagerBase.java:218)
oracle.oc4j.admin.deploy.spi.Oc4jDeploymentManager.<init>(Oc4jDeploymentManager.java:70)
oracle.oc4j.admin.deploy.spi.factories.Oc4jDeploymentFactory.getDeploymentManager(Oc4jDeploymentFactory.java:130)
oracle.jdevimpl.cm.dt.J2EEConnectionWrapper._getDeploymentManager(J2EEConnectionWrapper.java:182)
oracle.jdevimpl.cm.dt.J2EEConnectionWrapper.testPresentation(J2EEConnectionWrapper.java:111)
oracle.jdeveloper.cm.dt.wizard.TestConnectionPanelUI.testConnectionImpl(TestConnectionPanelUI.java:202)
oracle.jdeveloper.cm.dt.wizard.TestConnectionPanelUI$1.doWork(TestConnectionPanelUI.java:158)
oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:159)
oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:551)
java.lang.Thread.run(Thread.java:595)
caused by: Incompatible parameters [Root exception is oracle.oc4j.security.ExchangingEncryptor$EncryptionException]

Hi,
Did you find any solution or reason why such error occurred? I am facing the same.
Thanks,
Ankit

Similar Messages

  • Error Creating Application Server Conn from Jdeveloper

    Hi,
    Im receiving following error while trying to create Jdeveloper connection:
    Error while getting remote MBeanServer for url: ormi://myhostname.pk:20000/default:
    Error reading application-client descriptor: Error communicating with server: Lookup error: javax.naming.AuthenticationException: Not authorized; nested exception is:
         javax.naming.AuthenticationException: Not authorized; nested exception is:
         javax.naming.NamingException: Lookup error: javax.naming.AuthenticationException: Not authorized; nested exception is:
         javax.naming.AuthenticationException: Not authorized [Root exception is javax.naming.AuthenticationException: Not authorized]
    I have supplied the following credentials to create the connection.
    ConnectionType: ApplicationServer10.1.3
    username: oc4jadmin
    password: welcome{assuming welcome as default password, password has not been changed since initial R12.1.2 install. I have also tried oracle as defult pwd}
    Connect to: Single Instance
    Hostname: myhostname
    oc4jinstance: oacore
    OPMN port: 6500
    I have followed the following metalink note "How to Create an Application Server Connection from JDeveloper [ID 372989.1]" and have performed the following tests.
    command: sh adopmnctl.sh satus -port
    =========================
    You are running adopmnctl.sh version 120.6.12010000.3
    Checking status of OPMN managed processes...
    myhostname:6500
    command: sh adopmnctl.sh status -l
    ========================
    You are running adopmnctl.sh version 120.6.12010000.3
    Checking status of OPMN managed processes...
    Processes in Instance:
    ---------------------------------------------------------------------------------------------------------+------
    ias-component | process-type | pid | status | uid | memused | uptime | ports
    ---------------------------------------------------------------------------------------------------------+------
    OC4JGroup:default_group | OC4J:oafm | 18277 | Alive | 658406017 | 116596 | 49:03:18 | rmi:25500,jms:24500,ajp:25000
    OC4JGroup:default_group | OC4J:forms | 18206 | Alive | 658406016 | 111040 | 49:03:22 | rmi:20500,jms:23500,ajp:22000
    OC4JGroup:default_group | OC4J:oacore | 18122 | Alive | 658406015 | 307376 | 49:03:32 | rmi:20000,jms:23000,ajp:21500
    HTTP_Server | HTTP_Server | 18065 | Alive | 658406014 | 114908 | 49:03:13 | https1:4443,http1:8000
    command: netstat -an |grep 6500
    ======================
    tcp 0 0 127.0.0.1:6500 0.0.0.0:* LISTEN
    tcp 0 0 10.10.50.6:6500 0.0.0.0:* LISTEN
    Has any one faced similar problem. Please help!
    Edited by: faanwar on Aug 18, 2010 11:00 AM

    Try changing the oc4jadmin password:
    - stop oc4j
    - edit system-jazn-data.xml and replace encrypted pw with !newpassword
    - remove cache pw from securestore directory
    - start oc4j
    regards,
    Bernhard Jongejan
    http://bernhardjongejan.spaces.live.com

  • Error Creating Application Server 10.1.3.1 connection from JDev 10.1.3.1

    Hi All,
    I have installed OAS 10.1.3 on Linux RH ES 4 and it is running.
    But I get error when trying to create Application Server Connection from JDev 10.1.3.1. This is our first time with full version OAS, pls help..
    Below is what I did :
    On Connection Tab :
    Connect To : Single Instance
    HostName : Linux2
    OPMN Port : 6003
    OC4J Instance Name : appserver
    When I do Test Connection I get this error :
    Error getting OC4J Process for: opmn-appserver+oc4j-linux2.sas.co.id-6003-default:
    Error connecting to OPMN (is it running?): Connection refused: connect
    I have check with OPMN status on the OAS Server, it is running.
    What is wrong here ?
    Thank you for your help,
    xtanto

    Hi Xanto,
    I assume it does work because but I could not get it to work. It may have been my inexperience with the connection settings to the server. There seemed to be a number of methods of deployment and it was unclear what was needed.
    Also, when i used the Enterprise Server Control I could see the deployment crashing with out of memory errors.
    The Enterprise Server Console link can be found on the home page for the AS eg:
    http://your-server.com:7777/
    Both the server port and oc4jadmin password would have been specified during the install of the 10G AS. The ESC is also needed for configuring security providers and settings for the OC4J.
    If you find you are having memory problems this is the memory configuration fix from the middleware forums:
    10.1.3 Apps Server java.lang.OutOfMemoryError: PermGen space
    cheers,
    Brenden

  • Error : Create Application server Connection.

    Hi Friends,
    I am new to SOA Suite,
    I have installled SOA sute on my laptop on which i have Oracle -E-Business Suite R12.
    I have installed "soa_windows_x86_101310_disk1_1" and J-Dev "jdevstudio10134"
    My SOA suite is working fine (I think so) but when i am connecting thrpugh J-Develover i am getting error in the 4th step (Test)
    The credential i am giving
    1 AppServerConnection1
    2Connection Type : Oracle AS 10g 10.1.3
    3 user Name and Pwd which was given at the time of installation.
    4 Connect to : single instance
    5 Host name : Localhost
    6 oc4jinstance name : home
    7 OPMN port : 6003
    and then trying test and getting error.
    Error getting OC4j Process for : opmn-home+oc4j-localhost-6003-default: Error Connecting to OPMN(is it OPMN running?) connection refused connect.
    I tried same thing on a different machine where this is working fine confused why it's not working on this machine. i have to do some integration work with BPEL and SOA with R12 hence this need to be installed on this machine.
    Please help.
    Bachan

    Hi James,
    I am getting this things please check and suggest.
    As i am using 10.1.3.4.0 J-Dev hence i am downloading a patch set mentioned below. please suggest if i am picking wrong patch set.
    Patchset: 10.1.3.4.0     20-Oct-2006
      This patchset is not a standalone installation, it gets applied to an existing installation. You can apply this patchset to any earlier 10.1.3.x installation (i.e., the base release or any previous patchsets, even if you installed MLRs.) This is a cumulative patchset and includes all fixes from earlier patchsets. Download patchset number 7272722 from Metalink. Download size: 733 MB. Output which u have requested for.
    E:\SOA_AS\10.1.3.1\OracleAS_1\opmn\bin>opmnctl
    usage: opmnctl [verbose] [<scope>] <command> [<options>]
    verbose: print detailed execution message if available
    Permitted <scope>/<command>/<options> combinations are:
    scope    command       options
              start                         - Start opmn
              startall                      - Start opmn & all managed processes
              stopall                       - Stop  opmn & all managed processes
              shutdown                      - Shutdown opmn & all managed processes
    [<scope>] startproc   [<attr>=<val> ..] - Start opmn managed processes
    [<scope>] restartproc [<attr>=<val> ..] - Restart opmn managed processes
    [<scope>] stopproc    [<attr>=<val> ..] - Stop opmn managed processes
    [<scope>] reload                        - Trigger opmn to reread opmn.xml
    [<scope>] status      [<options>]       - Get managed process status
    [<scope>] dmsdump     [<attr>=<val>&..] - Get DMS stats
    [<scope>] set         [<attr>=<val> ..] - Set opmn log parameters
    [<scope>] query       [<attr>=<val>]    - Query opmn log parameters
              ping        [<max_retry>]     - Ping local opmn
              validate    [<filename>]      - Validate the given xml file
              config      [<options>]       - Modify the opmn xml file
              help                          - Print brief usage description
              usage       [<command>]       - Print detailed usage description
    E:\SOA_AS\10.1.3.1\OracleAS_1\opmn\bin>opmnctl ping
    opmnctl: ping succeeded.
    E:\SOA_AS\10.1.3.1\OracleAS_1\opmn\bin>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    E:\SOA_AS\10.1.3.1\OracleAS_1\opmn\bin>opmnctl status
    Processes in Instance: oc4jadmin.lk
    ---------------------------------+--------------------+---------+---------
    ias-component                    | process-type       |     pid | status
    ---------------------------------+--------------------+---------+---------
    OC4JGroup:default_group          | OC4J:home          |     920 | Alive
    ASG                              | ASG                |     N/A | Down
    E:\SOA_AS\10.1.3.1\OracleAS_1\opmn\bin>Waiting for your reply.
    Thanks
    Bachan.

  • Got Error when creating application server connection

    Hi Guys...I am using SOA 10.1.3.1.0
    I got the following error when creating application server connection
    In Step 1:
    I selected the Connection type as Standalone OC4J 10.1.3 (Why because I use this one)
    In Step 2:
    In this step I gave username and password (same username and password to connect to BPEL console)to authenticate connection
    In step 3:
    It is asking for Hostname, RMI port and URL path. My computer name is gopal-computer. I gave this hostname. RMI port number is 23791 by default. I kept this one as it is and URL path optional I think. I did not give any thing.
    In step 4:
    When I hit the test connection button its giving the following error
    Error while getting remote MBeanServer for url: ormi://gopal-computer:23791/default:
    Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is:
         javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
    Please help me.
    Thanks,
    Gopal.....

    For SOA Suite connection you should choose "Oracle application server 10g 10.1.3"

  • Unable to create application server connection in Jdeveloper 10.1.3.3

    Hi All,
    I am using Jdeveloper 10.1.3.3. As my soa environement is clustered and we have 2 nodes on server.
    While create application server connection jeveloper is giving error as : **Bad OPMN server host address*. I am able to accesss application using mozila or internet explorer. Will it provide different host name while soa is installed in clustered environment. Please help me in this.
    Regards,
    Adhi

    Hi ,
    Are you behind a proxy in Firefox or IE?
    If so try to give the same proxy and the proxy avoidance IP's in JDeveloper proxy configuration.
    If server couldnot be communicated from Jdev then this will be the first place i will look into .
    Thanks,
    Praveen

  • Create Application Server Connection Wizard - Connection Type

    Hi guys:
    In the "Create Application Server Connection" Wizard - the Connection Type for the WebLogic 10.x is missing??
    Thanks

    That's because WebLogic 10 went into production after JDeveloper 10.1.3 was already out.
    Try and see if the WebLogic connection that is in there still works with 10.
    If not you can just create the EAR/WAR file from JDeveloper and pick it up and deploy them with the Weblogic admin interface or with an Ant task.

  • Error While creating Application server connection

    Hi ,
    I am a newbie to SOA suite . I have installed Oracle XE Database , Oracle Jdeveloper 10.1.3.3.0.3 and Oracle SOA Suite 10g (10.1.3.1) ( file name soa_windows_x86_
    101310_disk1.zip) on my windows XP machine
    Now I created a "Hello World Bepel Process '" . For deploying it I was trying to create an application server connection . I am not sure that I need to install anymore things or not .
    Here are the steps which happened while I was trying to make connection to application server.
    1> Connection Name : Gave as "AppServerConnection1"
    Connection Type as "Standalone OC4J 10g 10.1.3"
    2> UserName as : oc4jadmin
    Password : Gave my password
    3> Hostname : localhost
    RMI Port was coming as 23791 as default ( Please note that I checked opmn folder and tried to use the RMI from the xml file too)
    4> While testing I was getting error as "For input string: "23791home"
    Not sure if i need to install anything ( Probably Application Server ) more .
    Please let me know what I need to do and if i need to install anything else where will I find the file ?
    Thanks in advance

    Hi,
    Connection Type as "Standalone OC4J 10g 10.1.3"
    When choosing the connection you need to select the connection as Oracle Application Server 10.1.3 not Standalone OC4J 10g 10.1.3

  • Getting error: Report Application Server failed

    I started posting my problem in thread below and have been advised to continue in this forum
    Reference thread: The Report Application Server failed
    My problem occurs in a asp application (vb 2005) and also when I run the Crystal Report stand alone (xi rel 2).
    The asp application does not render any other messages than "report Application Server Failed" but running the CR stand alone I get  "error formatting cross tab object". Whenver I get this message and if I switch page setting (either from landscape to portrait or portrait to landscope) it work for the report in question.
    I have now advanced a little further in trying to solve the issue or at least find what is wrong. I have created a .net windows application where I export the CR to disk
    Dim DiskOpts As CrystalDecisions.Shared.DiskFileDestinationOptions = New CrystalDecisions.Shared.DiskFileDestinationOptions
    myCrystalReport1.ExportOptions.ExportDestinationType = CrystalDecisions.[Shared].ExportDestinationType.DiskFile
    myCrystalReport1.ExportOptions.ExportFormatType = CrystalDecisions.[Shared].ExportFormatType.PortableDocFormat
    DiskOpts.DiskFileName = ReportPath & ReportName
    myCrystalReport1.ExportOptions.DestinationOptions = DiskOpts
    myCrystalReport1.Export()
    I get the same problems, some reports will not let me export and I am getting error:
    CrystalDecisions.CrystalReports.Engine.InternalException: The Report Application Server failed ---> System.Runtime.InteropServices.COMException (0x800003E5): The Report Application Server failed
       at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)
       at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
       at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()
    My default page set up is landscape and  if I now reverse the page set up like: myCrystalReport1.PrintOptions.PaperOrientation = PaperOrientation.Portrait it will let me export.
    My windows application exports hundreds of reports in a single run and by toggling between landscape and portrait I manage to get it working when I get an export error (like above).
    Was hoping that anyone couldm point me in a good direction, I've been fighting this problems for many days now and I do not have a solution as to why this is happening. Thank you.

    Hi, 
    The cross-tab reports that are causing this error, do they have any formatting formulas on any of the objects? 
    Are your using any running totals or setting the Evaluation Time using WhilePrintingRecords? 
    I've run into this problem with crosstabs when I created a Display String formula using Running Totals. 
    The report cannot render the report because the running total is conflicting with the results of the crosstab. 
    When you right-click an object and go to Format Field.  In the Common tab if the Display String has a formula set, remove or comment it out.  Do this for all the objects and try running the report again. 
    Good luck,
    Brian

  • Problem creating Application Server Connection

    Hi,
    I am experiencing some problem in getting the connection to work right after I install the JDeveloper 10.1.3, the following is the configuration I used, please help me on this:
    Connection Type: Standard OC4J 10g 10.1.3
    Host name: localhost , RMI Port: 23791
    Firewall for port 23791 is turned off for both UDP and TCP.
    When I test for connection, I got the following error:
    Error while getting remote MBeanServer for url: ormi://localhost:23791/default:
    Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is:
         javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
    I do not understand why this happen. Do I need to turn on any server to get this to work? Please help me. Thanks.

    Hi Timo,
    Thanks a lot. After doing much research here and there, I managed to get it work. I think it would be better that I shared my experience with everyone and this is how I get my first JSP on JDeveloper (OC4J) to work:
    - Start the OC4J server by running [Where you installed your JDeveloper]/jdev/bin/start_oc4j.bat
    - Create an application server connection. [For username: admin, password: welcome, URL: ormi://localhost:23791/]
    Just wonder if anyone can give me a clue on how do I change my port to 80 instead of the default 8988 and also how to change the context root?

  • Preblem facing in creating application server connection in Jdeveloper

    Hi All,
    I am using weblogic 10.3.1 and Jdeveloper 10.1.3.5.
    I want to deploy an ear file in my weblogic server. Can anyone plesae guide me how can I create a application server connection in Jdeveloper 10.1.3.5
    Thanks in Advance!!

    Can't you just go to the connections navigator, right-click and select New Application Server Connection, and then just use the wizard? What is the problem you are facing?
    Try selecting Oracle Application Server 10 or OC4J 10g.

  • Runtime error in Application server of linux

    i have been converter file in application server but when i run this report then it give erro to me as follow
    500 Internal Server Error
    java.lang.StringIndexOutOfBoundsException: String index out of range: 13 at java.lang.String.charAt(String.java:444) at oracle.reports.rwclient.URLParser.parseQueryString(URLParser.java:142) at oracle.reports.rwclient.URLParser.parseQueryString(URLParser.java:68) at oracle.reports.rwclient.RWClient.processRequest(RWClient.java:1382) at oracle.reports.rwclient.RWClient.doGet(RWClient.java:366) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192) at java.lang.Thread.run(Thread.java:534)

    It is possible that your reports server dat file might have gone corrupt However it is too early as well to conclude that without having a detailed look at the reports trace files. Let us know what exactly do you get if you run the same report using rwservlet
    http://hostname:port/reports/rwservlet?report=repname&userid=usernamd/password@db&desformat=html&destype=cache&server=<repserver>&paramform=yes/no
    Thanks,
    Anand

  • JavaHelp error  in application server

    I have an application web-based, this is a system of help (javaHelp). Build an archive .war and I put in the Tomcat container, all fine. But when I put the same archive in a application server (JBoss) it generated error:
    org.apache.jasper.JasperException: Could not parse
              Got an IOException (null)
               Parsing failed for null
             at javax.help.tagext.ValidateTag.createHelpSet(ValidateTag.java:147)
             at javax.help.tagext.ValidateTag.validateHelpSet(ValidateTag.java:115)
             at javax.help.tagext.ValidateTag.doStartTag(ValidateTag.java:74)please help me with this problem!!

    Is this Oracle Application Server 10g Release 3 (10.1.3.1.0) Release Note helpful.
    3.1.3 Error Messages after Setting VIRTUAL_HOST_NAME
    http://download-uk.oracle.com/docs/cd/B31018_01/relnotes.1013/relnotes/install.htm#CBHHABBA
    -- Don

  • Create application server moves files from i drive to c drive?

    Hello,
    my set up:
    windows 2003
    sql server 2008
    peopletools 8.51
    application FMSC 9.1
    PS Home on I:\TFS91
    While setting up a demo system for FMSC 9.1, I noticed that the application server and process schedulers are being created on the C: drive.
    This is strange because the PS Home are on the I: drive.
    I start PSADMIN from the I drive, but every time I create an application server on the I drive it copies the application server to the C: drive.
    Why is this happening?
    PeopleSoft Application Server Administration
    1) Administer a domain
    2) Create a domain
    3) Delete a domain
    4) Import domain configuration
    q) Quit
    Command to execute (1-4, q) : 2
    Please enter name of domain to create :FSDMO911
    Configuration templates:
    1) developer
    2) large
    3) medium
    4) small
    Select config template number: 3
    Creating domain...
    Copying application server configuration files...
    Copying to [C:\Documents and Settings\tuxadmin\ps
    t\pt\8.50\appserv\FSDMO911\psappsrv.cfg]
    Stripping Annotations...
    Copying [I:] to [C:\Documents and Settings\tuxadmin\ps
    t\pt\8.50\appserv\FSDMO911\psappsrv.cfx]
    Copying Jolt repository file...
    Domain created.
    Would you like to configure this domain now? (y/n) [y] :
    Quick-configure menu -- domain: FSDMO911
    Features Settings
    ========== ==========
    1) Pub/Sub Servers : No 15) DBNAME :[FSDMO911]
    2) Quick Server : No 16) DBTYPE :[MICROSFT]
    3) Query Servers : No 17) UserId :[QEDMO]
    4) Jolt : Yes 18) UserPswd :[QEDMO]
    5) Jolt Relay : No 19) DomainID :[TESTSERV]
    6) WSL : No 20) AddToPATH :[C:\mssql\Binn]
    7) PC Debugger : No 21) ConnectID :[people]
    8) Event Notification: Yes 22) ConnectPswd:[peop1e]
    9) MCF Servers : No 23) ServerName :[]
    10) Perf Collator : No 24) WSL Port :[7000]
    11) Analytic Servers : Yes 25) JSL Port :[9000]
    12) Domains Gateway : No 26) JRAD Port :[9100]
    Actions
    =========
    13) Load config as shown
    14) Custom configuration
    h) Help for this menu
    q) Return to previous menu
    Edited by: CLUTCH DBA on Feb 9, 2010 10:44 AM

    Note, if PS_CFG_HOME variable is not set, domains configuration files are going into the user path directory +%USERPROFILE%\psft\pt\<peopletools_version>+
    Nicolas.

  • Error installing Application server on Red Hat 8

    I am trying to install Application Server but I cant because I get an error message saying the following:
    "Error in invoking target install of makefile /opt/oracle/product/ora9ias/sqlplus/lib/ins_sqlplus.mk"
    Can anyone explain to me what does this mean and how can fix it and move on with the installation? Please help!!!!!!!

    Hi,
    Im installing Oracle 9i DS and i got a few errors so i done what was told and linked my libXm.so.2.1 to libXm.so.3.0.1 .
    then i ran make -f ins_reports.mk install and i got these errors????
    /u01/apps/oracle9iDS//lib//libror90.so: the use of `tempnam' is dangerous, better use `mkstemp'
    /u01/apps/oracle9iDS//lib//libobx90.so: the use of `mktemp' is dangerous, better use `mkstemp'
    /u01/apps/oracle9iDS//lib//libca90.so: the use of `tmpnam' is dangerous, better use `mkstemp'
    /usr/bin/ld: warning: libobx90.so.0, needed by /u01/apps/oracle9iDS//lib//librw90.so, not found (try using -rpath or -rpath-link)
    /usr/bin/ld: warning: libnn90.so.0, needed by /u01/apps/oracle9iDS//lib//librw90.so, not found (try using -rpath or -rpath-link)
    /usr/bin/ld: warning: librws90.so.0, needed by /u01/apps/oracle9iDS//lib//librw90.so, not found (try using -rpath or -rpath-link)
    /usr/bin/ld: warning: libde90.so.0, needed by /u01/apps/oracle9iDS//lib//librw90.so, not found (try using -rpath or -rpath-link)
    /u01/apps/oracle9iDS//lib//librw90.so: undefined reference to `vgttef'
    /u01/apps/oracle9iDS//lib//librw90.so: undefined reference to `vgtlit'
    /u01/apps/oracle9iDS//lib//librw90.so: undefined reference to `deupwdlete'
    /u01/apps/oracle9iDS//lib//librw90.so: undefined reference to `rosuisSBind'
    /u01/apps/oracle9iDS//lib//librw90.so: undefined reference to `snnlslmai'
    /u01/apps/oracle9iDS//lib//librw90.so: undefined reference to `uiwnra'
    /u01/apps/oracle9iDS//lib//librw90.so: undefined reference to `vgdudo'
    collect2: ld returned 1 exit status
    make: *** [rwclient] Error 1
    Can someone please explain why this is happening.
    Thanks alot.
    Jamil.

Maybe you are looking for

  • Null Trunk in Termination Call Detail in HDS

    We are running CVP and ICM version 8.  On the HDS Termination Call Detail table, the Trunk field is showing Null. In the old version 7.2, the Trunk field showed values.  This field is used by our reporting application (Exony VIM 8).  It basically sho

  • The Shopping cart not appearing in the sourcing cockpit of the buyer

    Hi We are using Extended Classic Scenario. The SC was created in SRM and then after approval was send to a central buyer for sourcing. The central buyer redistributes the same to the respective Buyer based on the purchasing group. However the SC does

  • How to specify  a servlet mapping as the url pattern with in the security constraints

    Hi , Weblogic 6.0 documentation says the following:- Define which resources in the Web Application the security constraint applies to using the <url-pattern> element that is nested inside the <web-resource-collection> element. The <url-pattern> can r

  • How to get the text of Checkbox ?

    Hi All, This is my JSP code for Checkbox. <hbj:checkboxGroup  id="CBGroupSAPServer"  columnCount="3">   <hbj:checkbox id="Check1" text="SAP R/3" disabled="false"/>   <hbj:checkbox id="Check2" text="SAP IDES" disabled="false"/>   <hbj:checkbox id="Che

  • Mac Mini backup to Airport Extreme

    Is it possible to use my Airport Extreme to back up my Mac Mini in addition to my MacBook Airs?  Can you explain how I would do so.  I have read several posts that seem to indicate that connecting via the USB connection would make my Mac Mini look li