JRockit - OC4J Supported Configuration?

Hey *.*,
I could not find a list of supported configurations for OC4J in combination with JRockit. Is that somewhere availble?
More in particular: When using JRockit with Oracle AS/OC4J v10.1.3.3 -> is this officially supported ?
grtx,
\thomas

See the certification matrix here:
http://www.oracle.com/technology/software/products/ias/files/oracle_soa_certification_101310.html
To summarize, it looks like 10.1.3.4 is supported with JRockit on most platforms.
Support for older versions of OC4J is more limited since these predate the BEA acquisition, but it was supported on some Linux platforms and on Linux/Windows Itanium. Here is one example:
http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.pdf
Regards,
Henrik

Similar Messages

  • OC4J 10.1.3 - JRockit supported configuration?

    (this is a double post also in the Jrockit-forum. I was not really sure where to place it)
    Hey there,
    I could not find a list of supported configurations for OC4J in combination with JRockit. Is that somewhere availble?
    More in particular: When using JRockit with Oracle AS/OC4J v10.1.3.3 -> is this officially supported ?
    grtx,
    \thomas

    Thomas,
    Please, check the document :
    - Upgrading to JRockit JDK 6 on Oracle Application Server 10g Release 3 (10.1.3) (Doc ID 818556.1)
    If you still need it.
    Regards,
    Steff

  • Does OC4J support RMI/IIOP connections ?

    Hi,
    I have only one question :
    Does OC4J support IIOP connections ?
    I'd like to connect as EJB client to OLAPService on Oracle9i server (CORBA object), but I can't.
    Thanks in advance

    Thanks for your timely post Debu.
    I would like to state that I read and followed the guides (same files as those ponted by the links you just provided) and tried this:
    1. Sample J2EE Application using ORMI in OC4J Standalone (this works ok)
    2. Same but now using ORMIS (this also works fine)
    3. Tried same J2EE App using IIOP; took these steps:
    3.1 commented out the rmi.xml security lines,
    3.2 enabled ports in internal-settings.xml,
    3.3 changed the jndi.properties - now using corbaname URL,
    3.4 enabled the IIOP stub generation in the JVM settings at oc4j startup, and finally
    3.5 deployed the EAR using the generateIIOP flag.
    The result: the exception I posted above
    4. Tried with IIOP/SSL, did these steps:
    4.1 configured the keystore settings in both internal-settings.xml and ejb_sec.properties
    4.2 and added <ior-security-config> config elements to orion-ejb-jar.xml.
    The exception here is a little bit different:
    client started...
    In IIOPInitialContextFactory ..
    In IIOPInitialContextFactory getInitialContext..
    1/08/2006 07:07:10 PM com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl <init>
    ADVERTENCIA: ORBUTIL.connectFailure
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1739)
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1757)
    at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:74)
    at com.sun.corba.ee.impl.legacy.connection.SocketFactoryContactInfoImpl.createConnection(SocketFactoryContactInfoImpl.java:77)
    at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
    at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:121)
    at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:214)
    at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
    at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
    at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:345)
    at com.sun.jndi.cosnaming.CNCtx.initUsingCorbanameUrl(CNCtx.java:321)
    at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:247)
    at com.sun.jndi.cosnaming.CNCtx.createUsingURL(CNCtx.java:85)
    at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURLIgnoreRest(iiopURLContextFactory.java:56)
    at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURL(iiopURLContextFactory.java:61)
    at com.sun.jndi.url.iiop.iiopURLContextFactory.getObjectInstance(iiopURLContextFactory.java:34)
    at oracle.j2ee.iiop.IIOPInitialContextFactory.getInitialContext(IIOPInitialContextFactory.java:76)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at javax.naming.InitialContext.<init>(InitialContext.java:175)
    at hello.HelloClient.main(HelloClient.java:31)
    Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused: connect
    at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:398)
    at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:58)
    ... 19 more
    Caused by: java.net.ConnectException: Connection refused: connect
    at sun.nio.ch.Net.connect(Native Method)
    at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:460)
    at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
    at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:389)
    ... 20 more
    javax.naming.CommunicationException: Cannot connect to ORB [Root exception is org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 20
          at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:362)
          at com.sun.jndi.cosnaming.CNCtx.initUsingCorbanameUrl(CNCtx.java:321)
          at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:247)
          at com.sun.jndi.cosnaming.CNCtx.createUsingURL(CNCtx.java:85)
          at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURLIgnoreRest(iiopURLContextFactory.java:56)
          at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURL(iiopURLContextFactory.java:61)
          at com.sun.jndi.url.iiop.iiopURLContextFactory.getObjectInstance(iiopURLContextFactory.java:34)
          at oracle.j2ee.iiop.IIOPInitialContextFactory.getInitialContext(IIOPInitialContextFactory.java:76)
          at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
          at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
          at javax.naming.InitialContext.init(InitialContext.java:219)
          at javax.naming.InitialContext.<init>(InitialContext.java:175)
          at hello.HelloClient.main(HelloClient.java:31)
      Caused by: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
          at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1739)
          at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1757)
          at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:74)
          at com.sun.corba.ee.impl.legacy.connection.SocketFactoryContactInfoImpl.createConnection(SocketFactoryContactInfoImpl.java:77)
          at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
          at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:121)
          at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:214)
          at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
          at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
          at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:345)
          ... 12 more
      Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused: connect
          at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:398)
          at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:58)
          ... 19 more
      Caused by: java.net.ConnectException: Connection refused: connect
          at sun.nio.ch.Net.connect(Native Method)
          at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:460)
          at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
          at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:389)
          ... 20 more
      NamingException: Cannot connect to ORB                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error while installing OIM, during the OC4J Instance Configuration Assistan

    Hi, running RHEL 4 32Bit Linux. There's an installation of the SOA Suite 10.1.3.1 (Release 2) on /u01/app/oracle/OracleAS_1, and I am installing OIM on /u01/app/oracle/OraHome_2
    Near the end of the installation, when it's installing the recommended configuration assistants, I get an error while the OC4J Instance Configuration Assistant piece is running.
    Here's the full readout:
    Launched configuration assistant 'OC4J Instance Configuration Assistant'
    Tool type is: Recommended.
    The command being spawned is: '/u01/app/oracle/OraHome_2/jdk/bin/java -Djava.net.preferIPv4Stack=true -Djava.io.tmpdir=/tmp -mx512M -classpath /u01/app/oracle/OraHome_2/dcm/lib/dcm.jar:/u01/app/oracle/OraHome_2/dcm/lib/oc4j_deploy_tools.jar:/u01/app/oracle/OraHome_2/opmn/lib/opmnplugin.jar -Doracle.ias.sysmgmt.logging.logdir=/u01/app/oracle/OraHome_2/j2ee/home/log oracle.j2ee.tools.deploy.Oc4jDeploy -oraclehome /u01/app/oracle/OraHome_2 -verbose -inifile /u01/app/oracle/OraHome_2/j2ee/deploy.ini '
    Start output from spawned process:
    Reading ini file - '/u01/app/oracle/OraHome_2/j2ee/deploy.ini'
    Adding web-app 'wirelesssso-web.war' for app 'wirelesssso'.
    Adding web-app 'web.war' for app 'sso'.
    Adding web-app 'ssohelp.war' for app 'sso'.
    Adding web-app 'pls.war' for app 'sso'.
    OC4J instance 'OC4J_SECURITY': Adding java stop command line option '-server'
    OC4J instance 'OC4J_SECURITY': Adding java command line option '-Xmx512m'
    OC4J instance 'OC4J_SECURITY': Adding Environment variable 'LD_LIBRARY_PATH' with value '/u01/app/oracle/OraHome_2/lib32:/u01/app/oracle/OraHome_2/lib'
    OC4J instance 'OC4J_SECURITY': Adding Environment variable 'DISPLAY' with value 'oracleb.djl.com:0.0'
    Adding web-app 'ui.war' for app 'oiddas'.
    OC4J instance 'OC4J_SECURITY': Adding java stop command line option '-Xss1M'
    Ignoring jvm command-line option '-Xmx512m'. Larger heap already specified with '-Xmx512m'
    OC4J instance 'OC4J_SECURITY': Env Option 'LD_LIBRARY_PATH' already exists with value '/u01/app/oracle/OraHome_2/lib32:/u01/app/oracle/OraHome_2/lib'
    Initializing DCM...done.
    Creating OC4J instance 'OC4J_SECURITY' (protected)...done.
    Adding dependent libraries for application 'default'...done.
    Calling SMI to save changes.
    SMISession.saveChanges succeeded.
    Starting OC4J instance 'OC4J_SECURITY'...done.
    Deploying application 'wirelesssso' to OC4J instance 'OC4J_SECURITY'.
    Notification ==> Application Deployer for wirelesssso STARTS [ 2006-11-27T17:20:23.691EST ]
    Notification ==> Undeploy previous deployment
    Notification ==> Removing files for app file:/u01/app/oracle/OraHome_2/j2ee/OC4J_SECURITY/applications/wirelesssso.ear
    Notification ==> Copy the archive to /u01/app/oracle/OraHome_2/j2ee/OC4J_SECURITY/applications/wirelesssso.ear
    Notification ==> Unpack wirelesssso.ear begins...
    Notification ==> Unpack wirelesssso.ear ends...
    Notification ==> Initialize wirelesssso.ear begins...
    Notification ==> Initialize wirelesssso.ear ends...
    Notification ==> Initialize wirelesssso-web begins...
    Notification ==> Initialize wirelesssso-web ends...
    Notification ==> deleting: /u01/app/oracle/OraHome_2/j2ee/OC4J_SECURITY/applications/wirelesssso.ear
    Notification ==> deleting: /u01/app/oracle/OraHome_2/j2ee/OC4J_SECURITY/applications/wirelesssso/wirelesssso-web.war
    Notification ==> Application Deployer for wirelesssso COMPLETES [ 2006-11-27T17:20:24.193EST ]
    Deploying application 'oiddas' to OC4J instance 'OC4J_SECURITY'.
    Notification ==> Application Deployer for oiddas STARTS [ 2006-11-27T17:20:24.246EST ]
    Notification ==> Undeploy previous deployment
    Notification ==> Removing files for app file:/u01/app/oracle/OraHome_2/j2ee/OC4J_SECURITY/applications/oiddas.ear
    Notification ==> Copy the archive to /u01/app/oracle/OraHome_2/j2ee/OC4J_SECURITY/applications/oiddas.ear
    Notification ==> Unpack oiddas.ear begins...
    Notification ==> Unpack oiddas.ear ends...
    Notification ==> Initialize oiddas.ear begins...
    Notification ==> Initialize oiddas.ear ends...
    Notification ==> Initialize ui begins...
    Notification ==> Initialize ui ends...
    Notification ==> deleting: /u01/app/oracle/OraHome_2/j2ee/OC4J_SECURITY/applications/oiddas.ear
    Notification ==> deleting: /u01/app/oracle/OraHome_2/j2ee/OC4J_SECURITY/applications/oiddas/ui.war
    Notification ==> Application Deployer for oiddas COMPLETES [ 2006-11-27T17:20:28.312EST ]
    Deploying application 'sso' to OC4J instance 'OC4J_SECURITY'.
    Notification ==> Application Deployer for sso STARTS [ 2006-11-27T17:20:28.351EST ]
    Notification ==> Undeploy previous deployment
    Notification ==> Removing files for app file:/u01/app/oracle/OraHome_2/j2ee/OC4J_SECURITY/applications/sso.ear
    Notification ==> Copy the archive to /u01/app/oracle/OraHome_2/j2ee/OC4J_SECURITY/applications/sso.ear
    Notification ==> Unpack sso.ear begins...
    Notification ==> Unpack sso.ear ends...
    Notification ==> Initialize sso.ear begins...
    Notification ==> Initialize sso.ear ends...
    Notification ==> Initialize web begins...
    Notification ==> Initialize web ends...
    Notification ==> Initialize ssohelp begins...
    Notification ==> Initialize ssohelp ends...
    Notification ==> Initialize pls begins...
    Notification ==> Initialize pls ends...
    Notification ==> deleting: /u01/app/oracle/OraHome_2/j2ee/OC4J_SECURITY/applications/sso.ear
    Notification ==> deleting: /u01/app/oracle/OraHome_2/j2ee/OC4J_SECURITY/applications/sso/web.war
    Notification ==> deleting: /u01/app/oracle/OraHome_2/j2ee/OC4J_SECURITY/applications/sso/ssohelp.war
    Notification ==> deleting: /u01/app/oracle/OraHome_2/j2ee/OC4J_SECURITY/applications/sso/pls.war
    Notification ==> Application Deployer for sso COMPLETES [ 2006-11-27T17:20:29.806EST ]
    Calling updateConfig to notify DCM of new deployments...done.
    Adding OC4J mount points for application 'wirelesssso'...done.
    Adding OC4J mount points for application 'oiddas'...done.
    Adding dependent libraries for application 'sso'...done.
    Adding OC4J mount points for application 'sso'...done.
    Calling SMI to save changes.
    SMISession.saveChanges succeeded.
    Binding web app 'wirelesssso-web' to default-web-site for application 'wirelesssso' in OC4J instance 'OC4J_SECURITY'
    Web app 'wirelesssso-web' bound successfully.
    Binding web app 'ui' to default-web-site for application 'oiddas' in OC4J instance 'OC4J_SECURITY'
    Web app 'ui' bound successfully.
    Binding web app 'web' to default-web-site for application 'sso' in OC4J instance 'OC4J_SECURITY'
    ERROR: Caught exception while binding web app 'web' to default-web-site:
    Calling updateConfig to notify DCM of new web-bindings...java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    Caused by: com.evermind.client.orion.AdminCommandException: Disconnected: RMIConnection Disconnected
         at com.evermind.client.orion.BindWebAppCommand.execute(BindWebAppCommand.java:31)
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:139)
         ... 8 more
    Caused by: com.evermind.server.rmi.OrionRemoteException: Disconnected: RMIConnection Disconnected
         at com.evermind.server.rmi.RMIConnection.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMIConnection.java:1621)
         at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnection.java:1572)
         at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:55)
         at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:22)
         at __Proxy0.bindWebApp(Unknown Source)
         at com.evermind.client.orion.BindWebAppCommand.execute(BindWebAppCommand.java:28)
         ... 9 more
    done.
    Adding application 'wirelesssso' to the DCM repository...done.
    Application 'wirelesssso' deployed successfully.
    Adding application 'oiddas' to the DCM repository...done.
    Application 'oiddas' deployed successfully.
    Undeploying application 'sso' from OC4J instance 'OC4J_SECURITY'.
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    Caused by: com.evermind.client.orion.AdminCommandException: IOException communicating with the remote server: Connection reset
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:121)
         ... 8 more
    Caused by: java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2508)
         at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2361)
         at com.evermind.server.rmi.RMIConnection.lookup(RMIConnection.java:1800)
         at com.evermind.server.rmi.RMIServer.lookup(RMIServer.java:725)
         at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:149)
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:106)
         ... 8 more
    FAILED!
    ERROR: Caught exception while undeploying 'sso' from 'OC4J_SECURITY':
    Removing OC4J mount points for application 'sso'...done.
    Calling SMI to save changes.
    SMISession.saveChanges succeeded.
    Calling updateConfig to notify DCM of undeployments...done.
    Stopping OC4J instance 'OC4J_SECURITY'...done.
    Calling SMI to retry init of failed plugins...done.
    Terminating DCM...done.
    Copying /u01/app/oracle/OraHome_2/j2ee/deploy.ini to /u01/app/oracle/OraHome_2/j2ee/deploy.ini.1164667126315.bak.
    Writing any undeployed entries back to /u01/app/oracle/OraHome_2/j2ee/deploy.ini.
    Oc4jDeploy tool completed, but with errors.
    End output from spawned process.
    Any help is appreciated, thanks!

    Hi, did you ever resolve this problem? We've got the same error.
    Cheers,
    Eystein

  • OC4J Instance Configuration Assistant Failed during SSO install

    Hi,
    I am building a Oracle Portal on Linux Server, at step of SSO installation i reached an error *"OC4J Instance Configuration Assistant Failed"* .
    In the log file i found that :
    Calling updateConfig to notify DCM of new deployments...done.
    Adding OC4J mount points for application 'wirelesssso'...done.
    Adding OC4J mount points for application 'oiddas'...done.
    Adding dependent libraries for application 'sso'...done.
    Adding OC4J mount points for application 'sso'...done.
    Calling SMI to save changes.
    SMISession.saveChanges succeeded.
    Binding web app 'wirelesssso-web' to default-web-site for application 'wirelesssso' in OC4J instance 'OC4J_SECURITY'
    Web app 'wirelesssso-web' bound successfully.
    Binding web app 'ui' to default-web-site for application 'oiddas' in OC4J instance 'OC4J_SECURITY'
    Web app 'ui' bound successfully.
    Binding web app 'web' to default-web-site for application 'sso' in OC4J instance 'OC4J_SECURITY'
    ERROR: Caught exception while binding web app 'web' to default-web-site:
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    Caused by: com.evermind.client.orion.AdminCommandException: Disconnected: RMIConnection Disconnected
         at com.evermind.client.orion.BindWebAppCommand.execute(BindWebAppCommand.java:31)
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:139)
         ... 8 more
    Caused by: com.evermind.server.rmi.OrionRemoteException: Disconnected: RMIConnection Disconnected
         at com.evermind.server.rmi.RMIConnection.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMIConnection.java:1621)
         at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnection.java:1572)
         at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:55)
         at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:22)
         at __Proxy0.bindWebApp(Unknown Source)
         at com.evermind.client.orion.BindWebAppCommand.execute(BindWebAppCommand.java:28)
         ... 9 more
    Calling updateConfig to notify DCM of new web-bindings...done.
    Adding application 'wirelesssso' to the DCM repository...done.
    Application 'wirelesssso' deployed successfully.
    Adding application 'oiddas' to the DCM repository...done.
    Application 'oiddas' deployed successfully.
    Undeploying application 'sso' from OC4J instance 'OC4J_SECURITY'.
    java.lang.reflect.InvocationTargetException
    FAILED!
    ERROR: Caught exception while undeploying 'sso' from 'OC4J_SECURITY':
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    Caused by: com.evermind.client.orion.AdminCommandException: IOException communicating with the remote server: Connection reset
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:121)
         ... 8 more
    Caused by: java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2508)
         at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2361)
         at com.evermind.server.rmi.RMIConnection.lookup(RMIConnection.java:1800)
         at com.evermind.server.rmi.RMIServer.lookup(RMIServer.java:725)
         at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:149)
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:106)
         ... 8 more
    Removing OC4J mount points for application 'sso'...done.
    Calling SMI to save changes.
    SMISession.saveChanges succeeded.
    Calling updateConfig to notify DCM of undeployments...done.
    Stopping OC4J instance 'OC4J_SECURITY'...done.
    Calling SMI to retry init of failed plugins...done.
    Terminating DCM...done.
    Copying /u01/oracle/OraHome_1/j2ee/deploy.ini to /u01/oracle/OraHome_1/j2ee/deploy.ini.1342977480035.bak.
    Writing any undeployed entries back to /u01/oracle/OraHome_1/j2ee/deploy.ini.
    Oc4jDeploy tool completed, but with errors.
    Can any one solve it.
    Thanks very much!

    Use physical disks, not NFS mounts. But you are still restricted to a 10.2 database max. SSO won't install in an 11g database with the repca tools from IDM 10.1.2 and 10.1.4.

  • OC4J instance configuration assistant failed

    Hi,
    I installed oracle 11g 11.1.0.7 database,weblogic server 10.3.2 and identity management 11.1.1.1.0.Till this every thing is fine.
    Next i created schema using sso-metadata repository of 11.1.1.1.0 and it also went fine. Now i am trying to install OSSO of 10.1.4.0.1 on it but during this the OC4J instance configuration assistant is getting failed.
    I checked in the log files and i found this.
    Binding web app 'web' to default-web-site for application 'sso' in OC4J instance 'OC4J_SECURITY'
    ERROR: Caught exception while binding web app 'web' to default-web-site:
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    Caused by: com.evermind.client.orion.AdminCommandException: Disconnected: Connection reset
         at com.evermind.client.orion.BindWebAppCommand.execute(BindWebAppCommand.java:31)
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:139)
         ... 8 more
    Caused by: com.evermind.server.rmi.OrionRemoteException: Disconnected: Connection reset
         at com.evermind.server.rmi.RMIConnection.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMIConnection.java:1621)
         at com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnection.java:1572)
         at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:55)
         at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:22)
         at __Proxy0.bindWebApp(Unknown Source)
         at com.evermind.client.orion.BindWebAppCommand.execute(BindWebAppCommand.java:28)
         ... 9 more
    Calling updateConfig to notify DCM of new web-bindings...done.
    In the oc4j~oc4j-security log file I found this:
    SSO: Initializing the encryption objects failed
    09/12/16 07:36:38 oracle.security.sso.server.conf.ConfigurationException: Invalid SSO DB schema information
    09/12/16 07:36:38      at oracle.security.sso.server.conf.DatabaseConfigReader.init(DatabaseConfigReader.java:418)
    09/12/16 07:36:38      at oracle.security.sso.server.auth.AuthUtil.init(AuthUtil.java:194)
    09/12/16 07:36:38      at oracle.security.sso.server.ui.SSOLoginServlet.init(SSOLoginServlet.java:284)
    09/12/16 07:36:38      at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    09/12/16 07:36:38      at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2354)
    09/12/16 07:36:38      at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4795)
    09/12/16 07:36:38      at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4889)
    09/12/16 07:36:38      at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1015)
    09/12/16 07:36:38      at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    09/12/16 07:36:38      at com.evermind.server.Application.getHttpApplication(Application.java:890)
    09/12/16 07:36:38      at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    09/12/16 07:36:38      at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    09/12/16 07:36:38      at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    09/12/16 07:36:38      at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    09/12/16 07:36:38      at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    09/12/16 07:36:38      at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    09/12/16 07:36:38      at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    09/12/16 07:36:38      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    09/12/16 07:36:38      at java.lang.Thread.run(Thread.java:534)
    09/12/16 07:36:38 SSO: FAILED TO START SSO SERVER!
    Can anyone help me to solve this problem.
    Thanks&Regards,
    Rajesh

    Results from our TAR:
    1. There is an updated deinstall document available on Metalink that details in greater detail how to completely remove 9iAS from Windows NT/2000.
    2. The middle-tier machine cannot be named "portal." The name is reserved by 9iAS R2. Now if only the installer could catch reserved names ... a note to this effect in the installation docs would be nice as well. I believe the infrastructure machine cannot be called "iasdb" as that name is also reserved but I'm not about to find out.

  • OC4J Instance Configuration Assistant Error on Install

    I'm installing iAS-903 on Red Hat 8.0. I managed to get through the linking parts OK but when I get to the Configuration Tools part at the end, I get an error with the OC4J Instance Configuration Assistant. Something about permissions.
    Has anybody seen this? Did anybody get by it?
    The relevant part of the error message is below.
    Starting OC4J instance 'OC4J_Demos'..done.
    Deploying application 'ojspdemos' to OC4J instance 'OC4J_Demos'...
    ERROR: Caught exception during deploy.
    java.io.IOException: Permission denied
         at java.io.UnixFileSystem.createFileExclusively(Native Method)

    I'm getting the same configuration error. I installed the ias 903 J2EE and Web Cache application. I also received a linking error (ins_sql.mk link error I believe). I fixed the link problem by removing the -z defs from LD_SELF_CONTAINED and rerunning genclntsh script.
    After installing 9ias, I can start oc4j_home and oc4j_demos without errors but I'm not sure if they are fully working.

  • This OC4J is configured to make JMX connections via RMIS...error!

    Hello,
    I have just installed OBIEE and when I try to log into Oracle Enterprise Manager 10g and got the following error:
    This OC4J is configured to make JMX connections via RMIS and fall back to RMI if the RMIS port is not configured. The RMIS connection on the OC4J local instance is configured but a connection could not be established. The JMX protocol is specified by the oracle.oc4j.jmx.internal.connection.protocol property in opmn.xml
    I have tried to reinstall OBIEE a couple of times but still get this error. Please let me know what I need to do to get this up and running.
    Thanks!
    Linda

    This may be because of the host name. You might have any special characters in host name, remove any under scores in host name, restart computer and check it.
    if not let me know what URL you are using.
    - Madan

  • Hostapd rt2800pci «Hardware does not support configured mode»

    Hello
    I am trying to use my fit-pc as a wifi access point. Here is wat lspci says about my wireless card:
    lspci |grep Wireless
    03:00.0 Network controller: Ralink corp. RT3090 Wireless 802.11n 1T/1R PCIe
    It seems to be possible through with the mac80211 driver ( http://wireless.kernel.org/en/users/Drivers/rt2800pci )
    In my hostapd.conf tell hostapd.conf to use nl80211.
    Still when I do : #hostapd /etc/hostapd/hostapd.conf
    I've got this message :
    "Configuration file: /etc/hostapd/hostapd.conf
    Hardware does not support configured mode
    wlan0: IEEE 802.11 Hardware does not support configured mode (2)
    Could not select hw_mode and channel. (-1)
    wlan0: Unable to setup interface.
    rmdir[ctrl_interface]: No such file or directory
    zsh: exit 1     hostapd /etc/hostapd/hostapd.conf
    Someone know if there is a particual configuration to use rt2800pci?

    I had learned that the free DVD sets that Oracle ships are always for 64-bit systems. Owners of 32-bit systems will have to either download from http://edelivery.oracle.com or copy a distribution DVD from a friend. The 32-bit media can also be ordered from the http://oraclestore.oracle.com site for about $20USD.
    Sorry for any confusion this may have caused.

  • Portal Installation Failure at OC4J Instance Configuration Assistant

    Portal Pals,
    Portal install fails when the install procedure is at the "OC4J Instance Configuration Assistant" step. There is a message stating that "SMI Saving Changes", but it never completes to go to the next step. After waiting I finally terminate the process and retry iit, the results are always the same. Note, the Infrastructure is running fine. I have tried installing Portal on a separate host and the same thing happens.
    I am using Oracle Application Server 10g Release 2 (10.1.2.0.2) on a Windows 2003 Server with 3GB Memory.
    The ipm.log in the both the Infrastructure and Portal homes have similar errors, see below for an abbreviated listing.
    I have read all similar posts and searched Metalink as well. I could sure use some help as do not know what else to do, except go back to a previous release which installed fine.
    Thanks,
    Bill Gfroehrer...
    ipm.log
    infra01.host01.mydomain.com~OC4J~OC4J_SECURITY~default_island~139132951:2900
    Status: Alive
    Operation: internal (Unknown error)
    ErrFile: C:\OraHome_1\opmn\logs\OC4J~OC4J_SECURITY~default_island~1
    05/09/24 01:50:03 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (139132948:1320) [Unknown error]
    05/09/24 01:50:43 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (139132948:1320) [Unknown error]
    05/09/24 02:50:23 [4] PM state directory exists: C:\OraHome_1\opmn\logs\states
    05/09/24 02:50:23 [4] OPMN server ready. Request handling enabled.
    05/09/24 02:55:13 [4] PM state directory exists: C:\OraHome_1\opmn\logs\states
    05/09/24 02:55:13 [4] OPMN server ready. Request handling enabled.
    05/09/24 02:55:15 [4] Request 2 Started. Command: start
    05/09/24 02:55:15 [4] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (578879512:0)
    05/09/24 02:55:16 [4] Starting Process: dcm-daemon~dcm-daemon~dcm~1 (578879514:0)
    05/09/24 02:55:24 [4] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (578879512:1952)
    05/09/24 02:56:00 [4] Starting Process: dcm-daemon~dcm-daemon~dcm~1 (578879514:0)
    05/09/24 02:56:01 [4] Starting Process: OID~OID~OID~1 (578879513:0)
    05/09/24 02:56:12 [4] Process Alive: OID~OID~OID~1 (578879513:2636)
    05/09/24 02:57:20 [4] Starting Process: dcm-daemon~dcm-daemon~dcm~1 (578879516:0)
    05/09/24 02:57:25 [4] Starting Process: dcm-daemon~dcm-daemon~dcm~1 (578879516:0)
    05/09/24 02:58:11 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (578879512:1952) [Unknown error]
    05/09/24 02:59:35 [4] Starting Process: dcm-daemon~dcm-daemon~dcm~1 (578879517:0)
    05/09/24 02:59:52 [4] Starting Process: dcm-daemon~dcm-daemon~dcm~1 (578879517:0)
    05/09/24 03:00:28 [4] Starting Process: OC4J~OC4J_SECURITY~default_island~1 (578879515:0)
    05/09/24 03:02:09 [4] Request 42 Started. Command: start
    05/09/24 03:02:22 [4] [libopmnoc4j] DMS gave NULL for host or port or both for port id: rmi
    05/09/24 03:02:22 [2] [libopmnoc4j] Port information in the ONS notification is incorrect for proc: 578879515
    05/09/24 03:02:22 [4] [libopmnoc4j] Process Start Error: OC4J~OC4J_SECURITY~default_island~1 (578879515:1040)
    05/09/24 03:02:23 [4] Stopping Process: OC4J~OC4J_SECURITY~default_island~1 (578879515:1040)
    05/09/24 03:02:23 [4] [libopmnoc4j] Process Stop Error: OC4J~OC4J_SECURITY~default_island~1 (578879515:1040)
    05/09/24 03:02:23 [4] [libopmnoc4j] Forcefully Terminating Process: OC4J~OC4J_SECURITY~default_island~1 (578879515:1040)
    05/09/24 03:02:25 [4] Starting Process: OC4J~OC4J_SECURITY~default_island~1 (578879515:0)
    05/09/24 03:03:02 [4] Starting Process: dcm-daemon~dcm-daemon~dcm~1 (578879518:0)
    05/09/24 03:05:18 [4] Process Alive: OC4J~OC4J_SECURITY~default_island~1 (578879515:4652)
    05/09/24 03:05:32 [4] Request 57 Started. Command: start
    05/09/24 03:05:35 [4] Request 58 Started. Command: restart
    05/09/24 03:05:35 [4] Restarting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (578879512:1952)
    05/09/24 03:05:41 [4] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (578879512:1952)
    05/09/24 03:05:41 [4] Request 58 Completed. Command: restart
    05/09/24 03:05:42 [4] Process Alive: dcm-daemon~dcm-daemon~dcm~1 (578879518:5816)
    05/09/24 03:08:20 [3] [libopmnoc4j] Could not connect to socket while pinging an OC4J process
    05/09/24 03:08:20 [4] [libopmnoc4j] Process Ping Failed: OC4J~OC4J_SECURITY~default_island~1 (578879515:4652)
    05/09/24 03:08:20 [4] Job 0 1101 result:
    infra01.host01.mydomain.com~OC4J~OC4J_SECURITY~default_island~578879515:4652
    Status: Alive
    Operation: internal (Unknown error)
    ErrFile: C:\OraHome_1\opmn\logs\OC4J~OC4J_SECURITY~default_island~1
    05/09/24 03:08:24 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (578879512:1952) [Unknown error]
    05/09/24 03:09:05 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (578879512:1952) [Unknown error]

    Hi Patrick,
    I done that as well many times with the same result.
    Note, when installing the Infrastructure it also failed in a similar way, but as you say using "retry" did work in that instance.
    I'm missing something (besides my mind), and will keep trying. If anyone has any clues please let me know.
    Thanks,
    Bill G...

  • Installer ias to OC4J Instance Configuration Assistant  has error

    os:AIX 5.3 5300-06
    installer:Oracle Application Server 10.1.2.0.2
    Symptoms:the successful installation infrastructure but installation ias to OC4J Instance Configuration Assistant has error
    Deploying application 'reports' to OC4J instance 'OC4J_BI_Forms'.
    FAILED!
    ERROR: Caught exception while deploying 'reports' to 'OC4J_BI_Forms':
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
         at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
         at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    Caused by: com.evermind.client.orion.AdminCommandException: Could not connect to the remote server. Please check if the server is down or the client is using invalid host, ORMI port or password to connect: A remote host refused an attempted connect operation.
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:115)
         ... 9 more
    Caused by: java.net.ConnectException: A remote host refused an attempted connect operation.
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:331)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:196)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.connect(Socket.java:428)
         at java.net.Socket.<init>(Socket.java:335)
         at java.net.Socket.<init>(Socket.java:179)
         at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2346)
         at com.evermind.server.rmi.RMIConnection.lookup(RMIConnection.java:1800)
    Deploying application 'discoverer' to OC4J instance 'OC4J_BI_Forms'.     at com.evermind.server.rmi.RMIServer.lookup(RMIServer.java:725)
         at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:149)
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:106)
         ... 9 more
    FAILED!
    ERROR: Caught exception while deploying 'discoverer' to 'OC4J_BI_Forms':
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
         at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
         at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    Caused by: com.evermind.client.orion.AdminCommandException: Could not connect to the remote server. Please check if the server is down or the client is using invalid host, ORMI port or password to connect: A remote host refused an attempted connect operation.
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:115)
         ... 9 more
    Caused by: java.net.ConnectException: A remote host refused an attempted connect operation.
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:331)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:196)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.connect(Socket.java:428)
         at java.net.Socket.<init>(Socket.java:335)
         at java.net.Socket.<init>(Socket.java:179)
         at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2346)
         at com.evermind.server.rmi.RMIConnection.lookup(RMIConnection.java:1800)
         at com.evermind.server.rmi.RMIServer.lookup(RMIServer.java:725)
         at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:149)
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:106)
         ... 9 more
    Deploying application 'formsapp' to OC4J instance 'OC4J_BI_Forms'.
    FAILED!
    ERROR: Caught exception while deploying 'formsapp' to 'OC4J_BI_Forms':
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
         at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
         at oracle.j2ee.tools.deploy.Oc4jDeploy.doDeploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.execute(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
         at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    Caused by: com.evermind.client.orion.AdminCommandException: Could not connect to the remote server. Please check if the server is down or the client is using invalid host, ORMI port or password to connect: A remote host refused an attempted connect operation.
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:115)
         ... 9 more
    Caused by: java.net.ConnectException: A remote host refused an attempted connect operation.
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:331)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:196)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.connect(Socket.java:428)
         at java.net.Socket.<init>(Socket.java:335)
         at java.net.Socket.<init>(Socket.java:179)
         at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2346)
         at com.evermind.server.rmi.RMIConnection.lookup(RMIConnection.java:1800)
         at com.evermind.server.rmi.RMIServer.lookup(RMIServer.java:725)
         at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:149)
         at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:106)
         ... 9 more
    Starting OC4J instance 'OC4J_Wireless'...done.

    Just ran into this exact same issue. We also resolved it by modifying our /etc/hosts.
    Our /etc/hosts used to have its hostname specified this way:
    123.123.123.12 hostname hostname.dom.com
    We changed the order to the last two items to this:
    123.123.123.12 hostname.dom.com hostname
    Apparently the services are instantiated using the fully-qualified hostname.

  • OC4J Instance Configuration Assistant Installation Failure

    I am using Redhat Linux Advanced Server 2.1 and trying to install Oracle 9i Application Server R2 (9.0.2.0.1). While installation of OC4J Instance Configuration Assistant
    component, I found following errors. I need to know solution for same.
    OC4J Instance Configuration Assistant
    Reading ini file - '/ora9isoft/oas/OH2/j2ee/deploy.ini'
    OC4J instance 'OC4J_Demos': Adding property 'jbo.server.in_oc4j=true'
    OC4J instance 'OC4J_Demos': Adding property 'org.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB'
    OC4J instance 'OC4J_Demos': Adding property 'org.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORB'
    OC4J instance 'OC4J_Demos': Adding OC4J command line option '-userThreads'
    OC4J instance 'OC4J_Demos': Adding java command line option '-Xmx512M'
    OC4J instance 'OC4J_Demos': Adding property 'oracle.path=%PATH%'
    OC4J instance 'OC4J_Demos': Adding property 'oracle.display=:0.0'
    OC4J instance 'OC4J_Demos': Adding Environment variable '%LIB_PATH_ENV%' with value '%LIB_PATH_VALUE%'
    OC4J instance 'OC4J_Demos': Property 'jbo.server.in_oc4j' already exists with value 'true'
    OC4J instance 'home': Adding property 'jbo.server.in_oc4j=true'
    Initializing DCM...done.
    OC4J instance 'home' already exists.
    Creating OC4J instance 'OC4J_Demos'...done.
    ERROR: Create failed.
    Error message returned is: Instance: as1.dholka.wbtea.com Message: See base exception for details.
    Base Exception:
    oracle.ias.sysmgmt.exception.TaskException:Starting opmn process times out.See base exception for details.
    Starting OC4J instance 'home'...
    ERROR: Start failed.
    Error message returned is: Unable to establish a connection to opmn process.
    Base Exception:
    java.net.UnknownHostException:localhostCheck port, host, or reply message if any
    DCM Terminated.
    Also, for installation of OPMN Configuration Assistant, following error has occured :
    opmnctl: starting opmn and all managed processes...
    /ora9isoft/oas/OH2/opmn/bin/opmnctl: line 2: 20717 Segmentation fault $OPMNADMIN ping
    /ora9isoft/oas/OH2/opmn/bin/opmnctl: line 8: 20722 Segmentation fault $OPMNADMIN pingwait
    opmnctl: opmn start failed
    ---

    niravashah,
    As for the actual error, I suggest you check your ethernet network adapter setup, look for conflicting hostnames - IPs ..
    hope it helps
    RB

  • OC4J instance configuration assistant Failure

    During installation of both infrastructure and oracle collaboration suite on a windows 2k3 machine. I receive this error message during install and configuration:
    OC4J instance 'OC4J_SECURITY': Adding Environment variable 'DISPLAY' with value 'richsw113.us.mysite.com:0.0'
    Adding web-app 'ui.war' for app 'oiddas'.
    Ignoring jvm command-line option '-Xmx512m'. Larger heap already specified with '-Xmx512m'
    Initializing DCM..done.
    Creating OC4J instance 'OC4J_SECURITY' (protected)..done.
    ERROR: Create failed.
    Error message returned is: Instance: ocsinfra.richsw113.us.mysite.com Message: See base exception for details.See base exception for details.
    Terminating DCM..done.
    Copying C:\product\10.1.2\ocs_1\infra/j2ee/deploy.ini to C:\product\10.1.2\ocs_1\infra/j2ee/deploy.ini.1178196416875.bak.
    Writing any undeployed entries back to C:\product\10.1.2\ocs_1\infra/j2ee/deploy.ini.
    Oc4jDeploy tool completed, but with errors.
    Configuration assistant "OC4J Instance Configuration Assistant" failed
    Does anyone have any ideas as to why I'm recieving this error?

    This is an RDBMS related forum, so this thread will not have too much echo here, I suggest you to post it at the Fusion Middleware / OC4J J2EE forum.
    Any way, as a first approach, by following the requirements stated at the installation manual you should be able to install the OC4J instance without tampering with this specific variables.
    As a good advice, specify the OS you are trying to install to and the product versions.
    Why do you mention the DISPLAY environment and then you post Windows paths?

  • OC4J Instance Configuration Assistant Hanging Whilst Applying Patch 4960210

    Hi all,
    I'm experiencing an issue whilst trying to apply Patch 4960210 (10.1.2.2) onto my existing Application Server 10g Relesae 2 (Discoverer 10.1.2.0) on a Windows platform.
    The problem is that the OC4J Instance Configuration assistant just hangs at the Initializing DCM stage:
    <p>
    Configuration assistant "Application Server website Configuration Assistant" succeeded
    Result code for launching of configuration assistant is: 0
    Launched configuration assistant 'OC4J Instance Configuration Assistant'
    Tool type is: Recommended.
    The command being spawned is: 'C:\oracle\orabise/jdk/bin/javaw.exe -Djava.io.tmpdir=C:\DOCUME~1\GARYWI~1\LOCALS~1\Temp -mx512M -classpath C:\oracle\orabise/dcm/lib/dcm.jar;C:\oracle\orabise/dcm/lib/oc4j_deploy_tools.jar -Djava.library.path="C:\oracle\orabise\lib32;C:\oracle\orabise\bin;C:\Program Files\PC Connectivity Solution\;C:\oracle\orabisetools\bin;C:\oracle\orabisetools\jlib;C:\oracle\orabisetools\jre\1.4.2\bin\client;C:\oracle\orabisetools\jre\1.4.2\bin;C:\oracle\orabise\jdk\jre\bin\classic;C:\oracle\orabise\jdk\jre\bin;C:\oracle\orabise\bin;C:\oracle\orabise\jlib;C:\oracle\orabip\jre\1.4.2\bin\client;C:\oracle\orabip\jre\1.4.2\bin;C:\oracle\DevSuiteHome10g;C:\oracle\DevSuiteHome10g\jdk\jre\bin\classic;C:\oracle\DevSuiteHome10g\jdk\jre\bin;C:\oracle\DevSuiteHome10g\jdk\jre\bin\client;C:\oracle\DevSuiteHome10g\jlib;C:\oracle\DevSuiteHome10g\bin;C:\oracle\DevSuiteHome10g\jre\1.4.2\bin\client;C:\oracle\DevSuiteHome10g\jre\1.4.2\bin;C:\oracle\oraclexe\app\oracle\product\10.2.0\server\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5\;C:\Program Files\Gemplus\GemSafe Libraries\BIN;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared" -Doracle.ias.sysmgmt.logging.logdir=C:\oracle\orabise/j2ee/home/log oracle.j2ee.tools.deploy.Oc4jDeploy -oraclehome C:\oracle\orabise -verbose -inifile C:\oracle\orabise/j2ee/deploy.ini -redeploy'
    </p>
    <p>
    Start output from spawned process:
    </p>
    <p>
    Reading ini file - 'C:\oracle\orabise/j2ee/deploy.ini'
    Adding web-app 'discoverer.war' for app 'discoverer'.
    OC4J instance 'OC4J_BI_Forms': Adding Environment variable 'DISPLAY' with value 'localhost:0'
    OC4J instance 'OC4J_BI_Forms': Adding property 'oracle.forms.configFileName=C:/oracle/orabise/forms/server/formsweb.cfg'
    OC4J instance 'OC4J_BI_Forms': Adding property 'oracle.path=C:/oracle/orabise/bin;C:/oracle/orabip/jre/1.4.2/bin/client;C:/oracle/orabip/jre/1.4.2/bin;C:/oracle/DevSuiteHome10g;C:/oracle/DevSuiteHome10g/jdk/jre/bin/classic;C:/oracle/DevSuiteHome10g/jdk/jre/bin;C:/oracle/DevSuiteHome10g/jdk/jre/bin/client;C:/oracle/DevSuiteHome10g/jlib;C:/oracle/DevSuiteHome10g/bin;C:/oracle/DevSuiteHome10g/jre/1.4.2/bin/client;C:/oracle/DevSuiteHome10g/jre/1.4.2/bin;C:/oracle/oraclexe/app/oracle/product/10.2.0/server/bin;C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem;C:/Program Files/NTRU Cryptosystems/NTRU TCG Software Stack/bin/;C:/Program Files/Wave Systems Corp/Gemalto/Access Client/v5/;C:/Program Files/Gemplus/GemSafe Libraries/BIN;C:/Program Files/Common Files/Roxio Shared/DLLShared/;C:/Program Files/Common Files/Roxio Shared/9.0/DLLShared/'
    OC4J instance 'OC4J_BI_Forms': Adding OC4J start command line option '-userThreads'
    OC4J instance 'OC4J_BI_Forms': Adding Environment variable 'LD_LIBRARY_PATH' with value 'C:\oracle\orabise\lib32:C:\oracle\orabise\lib:C:\oracle\orabise\jdk\jre\lib\sparc'
    OC4J instance 'OC4J_BI_Forms': Env Option 'LD_LIBRARY_PATH' already exists with value 'C:\oracle\orabise\lib32:C:\oracle\orabise\lib:C:\oracle\orabise\jdk\jre\lib\sparc'
    OC4J instance 'OC4J_BI_Forms': Adding property 'java.rmi.server.randomIDs=true'
    OC4J instance 'OC4J_BI_Forms': Adding property 'oracle.disco.activation.preferencePort=16001'
    OC4J instance 'OC4J_BI_Forms': Adding java command line option '-Xmx512M -Xms128M'
    OC4J instance 'OC4J_BI_Forms': Adding property 'oracle.discoverer.applications.port=7778'
    OC4J instance 'OC4J_BI_Forms': Adding property 'oracle.discoverer.applications.host=D9GVDX1S'
    Initializing DCM...
    Any light or suggestions anyone can shed on this greatly appreciated. The install has been hanging now for over 2hrs.
    Kind Regards,
    Gary.
    </p>

    What does "adopmnctl.sh status" return?
    Do you have proper entry in the hosts file?
    Did you source the correct env file before running the installer?
    Can you find any errors in the opmn.log file?
    Can you ignore the error and continue with the installation?
    Thanks,
    Hussein

  • OC4J Instance Configuration Assistant

    Hi All,
    OC4J Instance Configuration Assistant is failed to install at the time of installation of 9iAS infrastructure. Is the component important for running forms. We want to upgrade our client server application(forms 6i and 9iDB) to Application server(3 tire). We are doing the testing. We want to see the forms(.fmx) files on the web.
    Please help me in this to move forward.
    With Best Regards
    Varma.

    Varma -- you'd be better off posting this to the general Oracle Application Server forum where the people monitoring it may be able to answer your specific question.
    cheers
    -steve-

Maybe you are looking for

  • Over heating on charge and it is no longer showing anything on the screen

    My iPhone 5 is over heating on charge and it is no longer showing anything on the screen. I was using it when the screen went white and it hasn't worked since. I have tried to both restart it and to restore it. as the screen doesn't not work it is ha

  • Setting ringer to silent for a single number

    I don't know how to do this. But i have a few numbers that i want to set so that when they call they don't have a ringer. I can't seem to find a way to set a single number to not have a ring tone. I don't care as much if it vibrates but just don't wa

  • N96 mass storage problem

    Hi my friends I have nokia n96 (RM-247) not branded and I experienced some problems after I install the new firmware 30.033. When I connect the phone in mass storage mode I am receiving the following message: Exception Processing Message c0000013 Par

  • DFM stops showing alerts - LMS 4.2

    Hej all Our DFM is very unstable, I mean that with no apparent reason stops showing what devices are in alert state. I can see that I have 5 alerts right now but the Fault Monitor is just loading. Checked DFM processes and DFMServer, DFMserver1 and D

  • IMac G5 starts up by itself from sleep mode

    Hi Guys, My iMAC G5 suddenly decided to start up by itself from sleep mode. I put it back to sleep and about 1-2 hrs it starts up again. I bought in 10/04. My local Apple dealer wants $75.00 just to look at it and being a 72 yr old senior, it's a bit