Errore in carica delle oc4j essempi

ciao
la dificolta nel managgio delle applicazione del mapviewer mi fa impazzire ¡¡¡¡
Stave nel sviluppo delle jsps di essempio (come il jview.jsp) , ma il servizio subitamente erano shutdown. il blackout non puo esere soluzionatto eppure ho trovato per reinstallazzione del oc4j, ma il errore e inalterabile.
questo e il error message:
C:\OC4J\j2ee\home>java -jar oc4j.jar
05/08/15 09:57:13 *** (CRITICAL) Mon Aug 15 09:57:13 GMT-05:00 2005 [Thread[Orio
n Launcher,5,main]] java.lang.InstantiationException: jms.xml: port 9127 alread
y in use.: java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at com.evermind.server.Server.createServerSocket(Server.java:165)
at com.evermind.server.jms.JMSServer.initializeSocket(JMSServer.java:114
3)
at com.evermind.server.jms.JMSServer.setConfig(JMSServer.java:180)
at com.evermind.server.ApplicationServer.initializeJMS(ApplicationServer
.java:2354)
at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.jav
a:1449)
at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLa
uncher.java:92)
at java.lang.Thread.run(Unknown Source)
05/08/15 09:57:13 Error starting JMS-Server: jms.xml: port 9127 already in use.:
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at com.evermind.server.Server.createServerSocket(Server.java:165)
at com.evermind.server.jms.JMSServer.initializeSocket(JMSServer.java:114
3)
at com.evermind.server.jms.JMSServer.setConfig(JMSServer.java:180)
at com.evermind.server.ApplicationServer.initializeJMS(ApplicationServer
.java:2354)
at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.jav
a:1449)
at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLa
uncher.java:92)
at java.lang.Thread.run(Unknown Source)
05/08/15 09:57:14 Error starting ORMI-Server. Unable to bind socket: Address al
ready in use: JVM_Bind
questo indicca che il porto 9127 si a lavorando , ma se il servizio e gia in carica PER CHE NON PUO VEDERE NESSUNO DAGLI ESSEMPI ?
iL NOSTRO SERVER E UN 7X24X365 ( NON SI FERMA NIENTE).e nessun altre servizio ha vinto installato.
reinstalazzione dal 0c4j non aiuta niente, il errore e "persittente"
ringrazio la sua colaborazzione.

Instead of "new ImageFilter()", use this file filter:
public static javax.swing.filechooser.FileFilter SOLOMENTE_JPG_GIF_PNG=
new javax.swing.filechooser.FileFilter(){
public String getDescription(){
return "jpg, gif, o png";
public boolean accept(java.io.File file){
String n= file.getName();
return n.endsWith(".jpg") || n.endsWith(".gif") || n.endsWith(".png");
public void load_file() {
JFileChooser fc = new JFileChooser();
fc.setAcceptAllFileFilterUsed(false);
fc.setFileFilter(SOLOMENTE_JPG_GIF_PNG); // <-- NUEVO
int retval = fc.showOpenDialog(this);
try{
if (retval == JFileChooser.APPROVE_OPTION){
original = fc.getSelectedFile();
//String nome = original.getName();
sorgente = ImageIO.read(original);
ii.setImage(sorgente);
picture = new ScrollablePicture(ii, 1);
JSPanel = new JScrollPane(picture, JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED, JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
this.getContentPane().add(BorderLayout.WEST, JSPanel);
this.repaint();
}catch (Exception e){}

Similar Messages

  • Error message when starting OC4J in JDeveloper 10.1.3.1

    Hello,
    I am new to Java Server Pages and OC4J. When I try to run a simple JSP page in JDeveloper 10.1.3.1, I get the following error message (edited):
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    ...\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config>
    [waiting for the server to complete its initialization...]
    Error parsing internal-settings.xml: server-extension-provider class 'oracle.j2ee.ws.server.mgmt.runtime.InterceptorContainerExtension' not found
    oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: oracle.j2ee.ws.server.codegen.ServerArtifactGenerator
         Depending class: com.evermind.server.ejb.compilation.Compilation
         Loader: oc4j:10.1.3
         Code-Source: ./j2ee/home/lib/oc4j-internal.jar
         Configuration: <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar
    Diese Load wurde um system.root:0.0.0 mit der Methode Class.forName() eingeleitet.
    Die fehlende Klasse ist in keiner Code-Source oder keinem Loader in dem System verfügbar.
    at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2068) [./j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@14916158]
         at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1679) [./j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@14916158]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1635) [./j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@14916158]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1620) [./j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@14916158]
         at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre bootstrap, by jre.bootstrap:1.5.0_06]
         at java.lang.Class.forName0 (Native method) [unknown, by unknown]
         at java.lang.Class.forName (Class.java:242) [jre bootstrap, by jre.bootstrap:1.5.0_06]
         at com.evermind.server.ejb.compilation.Compilation.generateWebServiceRefs (Compilation.java:1541) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ejb.compilation.Compilation.compile (Compilation.java:189) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ejb.compilation.Compilation.doGenerateCode (Compilation.java:264) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ejb.EJBContainer.postInit (EJBContainer.java:898) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationStateRunning.initializeApplication (ApplicationStateRunning.java:217) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.Application.setConfig (Application.java:413) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.Application.setConfig (Application.java:314) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServer.initializeSystemApplication (ApplicationServer.java:1557) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServer.initializeAutoDeployedApplications (ApplicationServer.java:1544) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServer.setConfig (ApplicationServer.java:974) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServerLauncher.run (ApplicationServerLauncher.java:131) [./j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in .\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at java.lang.Thread.run (Thread.java:595) [jre bootstrap, by jre.bootstrap:1.5.0_06]
    Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    Any idea, what's wrong with my configuration?
    Thanks,
    Wolfgang

    Tested JSP page in JDeveloper 10.1.3.1; JSP page does not generate an error.
    Reinstall JDeveloper.

  • Error message when starting OC4J after deploying

    Hi, I hope someone can help me. I've been developing a J2EE project in JBuilder9 and OC4J 9.0.3. The problem occurs when starting OC4J after the application has been deployed. I'm using two MDBs and two Session Beans, one Stateless and the other one stateful. I'm using two topics with OJMS. I can access these topics from a standalone application, but when I try to lookup JNDI names from inside EJBs, I get a NamingException (name not found) Please I need some help
    OC4J error:
    D:\oc4j\j2ee\home>java -jar oc4j.jar
    Node started with id=678845146
    Error deploying file:/D:/oc4j/j2ee/home/applications/LogicaNegocio/LogicaNegocio
    .jar homes: Topic has empty subscription name
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    Error when executing standalone application client using EJBs:
    javax.naming.NameNotFoundException: No resource named 'TopicConnecionFactories/TablaTopics' found in resource provider 'BeanProcesamientoMensajes'
    This error doesn't appear when looking up that topic with a standalone application w/o using EJBs
    Thanks in advance.

    make sure the datasource.xml in the config directory is right
    for example
         <data-source
              class="com.evermind.sql.OrionCMTDataSource"
              name="OracleDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="TopicConnecionFactories/TablaTopics"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              username="xx"
              password="xx"
              url="jdbc:oracle:thin:@172.16.113.2:1521:orcl"
              inactivity-timeout="90"
         />

  • Il mio iphone 5 si spegne da solo quando la carica della batteria è sotto il 30 %

    il mio iphone 5 si spegne da solo quando la carica della batteria è sotto il 30 %

    Il tempo di 2 ore della batteria è calcolata usando pochissime applicatoins aperti, uch come un browser e un client di posta elettronica, e molto 'leggero' surf del web. Significato molto pochi video, impostazione di Risparm Energia impostato per massimizzare la durata della batteria, ecc Se potrai impostare il risparmiatore risparmio energetico per la migliore durata della batteria e si usa solo il vostro MacBook Pro con alcune applicazioni aperte, si dovrebbe essere in grado di raggiungere il intero 7 ore.
    Clinton
    Scusate se questa risposta non è in perfetto italiano - Ho usato Google Translate!

  • Nel mio iphone 4 S, dopo aver fatto l'aggiornamento dalla versione 5 alla 6... la durata della carica della batteria è diminuita notevolmente!  Come posso re installare la versione 5

    Nel mio iphone 4 S, dopo aver fatto l'aggiornamento dalla versione 5 alla 6... la durata della carica della batteria è diminuita notevolmente! Come posso fare per re installare di nuovo la versione?

  • OracleDBConsoleorcl Error específico del servicio: 1.

    After installing Data Base Server 10.2 and running emctl to start dbconsole hay get the following error msg. The same thin hapen when I try to start dbconsole as a window service.
    Microsoft Windows XP [Versión 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\ora\BIN>emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://SEBASGOL-0AD8ED:5500/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ...El servicio de Oracle
    DBConsoleorcl está iniciándose..
    El servicio de OracleDBConsoleorcl no ha podido iniciarse.
    Error específico del servicio: 1.
    Puede obtener más ayuda con el comando NET HELPMSG 3547.
    C:\ora\BIN>net helpmsg 3547
    Error específico del servicio: ***.
    Explicación
    Error específico del servidor.
    Acción
    Consulte la Ayuda o documentación de ese servicio para determinar el problema.

    I changed mi computer name to "PCIBC" to avoid the "-" character, I established the domain as "ar.ibclatina.com" and the ORCL_SID is "orcl".
    The os user "Cliente" is defined to Windows in the "ora_dba" and "ora_dba_orcl" groups.
    Having installed Oracle 10.2 the EM Service is iniatiated OK, but traying to logon to MEOracle Control Page with the user PCIBC.ar.ibclatina.com\Cliente and the wright pawsword for the (local) user (it's the Windows User Password ), the password is rejected.
    Then I turned my PC off and I reinitiated it but the MEConsole wasn't initiate automatically (as is defined). When I try to initiate it (using both emctl or the service windows (from adminitrative tools), I get the message above.
    Configuración IP de Windows
    Adaptador Ethernet Conexión de área local 13: (Microsoft Inverted Loop Adapter)
    Sufijo de conexión específica DNS :
    Dirección IP. . . . . . . . . . . : 10.10.10.10
    Máscara de subred . . . . . . . . : 255.255.255.0
    Puerta de enlace predeterminada :
    Adaptador Ethernet Conexión de área local 12: (ISP Requirement
    Sufijo de conexión específica DNS :
    Dirección IP de autoconfiguración :
    Máscara de subred . . . . . . . . :
    Puerta de enlace predeterminada :
    Adaptador PPP Speedy :
    Sufijo de conexión específica DNS : (ISP Requirement)
    Dirección IP. . . . . . . . . . . :
    Máscara de subred . . . . . . . . :
    Puerta de enlace predeterminada :

  • è normale che il mio mac book retina 13 dopo una settimana e mezza di vita abbia al 100%di carica della batteria solo 5 ore e 19 minuti di autonomia? quando ne prevede 7 da caratteristiche di listino?

    è normale che il mio mac book retina 13 dopo una settimana e mezza di vita abbia al 100%di carica della batteria solo 5 ore e 19 minuti di autonomia? quando ne prevede 7 da caratteristiche di listino?

    Il tempo di 2 ore della batteria è calcolata usando pochissime applicatoins aperti, uch come un browser e un client di posta elettronica, e molto 'leggero' surf del web. Significato molto pochi video, impostazione di Risparm Energia impostato per massimizzare la durata della batteria, ecc Se potrai impostare il risparmiatore risparmio energetico per la migliore durata della batteria e si usa solo il vostro MacBook Pro con alcune applicazioni aperte, si dovrebbe essere in grado di raggiungere il intero 7 ore.
    Clinton
    Scusate se questa risposta non è in perfetto italiano - Ho usato Google Translate!

  • Error while installing the OC4J version oc4j_extended_101310

    Hi All,
    I am getting the following stacktrace when i run java -jar oc4j.jar
    I have set the foll env variables
    CLASSPATH :-C:\j2sdk1.4.2_04\jre\lib\rt.jar;C:\j2sdk1.4.2_04\lib\tools.jar
    JAVA_HOME :-C:\j2sdk1.4.2_04
    PATH:-%JAVA_HOME%\bin;D:\Oracle\product\10.1.0\Client_1\bin;D:\ant\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\cvsnt
    2006-09-11 17:38:53.910 NOTIFICATION Auto-unpacking D:\oc4j\j2ee\home\applications\dms.war...
    2006-09-11 17:38:53.910 NOTIFICATION Unjar D:\oc4j\j2ee\home\applications\dms.war in D:\oc4j\j2ee\home\applications\dms
    2006-09-11 17:38:53.910 NOTIFICATION Finished auto-unpacking D:\oc4j\j2ee\home\applications\dms.war
    2006-09-11 17:38:53.910 NOTIFICATION Auto-unpacking D:\oc4j\j2ee\home\applications\JMXSoapAdapter-web.war...
    2006-09-11 17:38:53.926 NOTIFICATION Unjar D:\oc4j\j2ee\home\applications\JMXSoapAdapter-web.war in D:\oc4j\j2ee\home\applications\JMXSoapAdapter-web
    2006-09-11 17:38:53.960 NOTIFICATION Finished auto-unpacking D:\oc4j\j2ee\home\applications\JMXSoapAdapter-web.war
    2006-09-11 17:38:54.076 NOTIFICATION Auto-unpacking D:\oc4j\j2ee\home\applications\jmsrouter.war...
    2006-09-11 17:38:54.076 NOTIFICATION Unjar D:\oc4j\j2ee\home\applications\jmsrouter.war in D:\oc4j\j2ee\home\applications\jmsrouter
    2006-09-11 17:38:54.110 NOTIFICATION Finished auto-unpacking D:\oc4j\j2ee\home\applications\jmsrouter.war
    2006-09-11 17:38:54.143 NOTIFICATION Auto-unpacking D:\oc4j\j2ee\home\connectors\datasources\datasources.rar...
    2006-09-11 17:38:54.143 NOTIFICATION Unjar D:\oc4j\j2ee\home\connectors\datasources\datasources.rar in D:\oc4j\j2ee\home\connectors\datasources\datasources
    2006-09-11 17:38:54.143 NOTIFICATION Finished auto-unpacking D:\oc4j\j2ee\home\connectors\datasources\datasources.rar
    2006-09-11 17:38:54.143 NOTIFICATION Auto-unpacking D:\oc4j\j2ee\home\connectors\OracleASjms\OracleASjms.rar...
    2006-09-11 17:38:54.143 NOTIFICATION Unjar D:\oc4j\j2ee\home\connectors\OracleASjms\OracleASjms.rar in D:\oc4j\j2ee\home\connectors\OracleASjms\OracleASjms
    2006-09-11 17:38:54.160 NOTIFICATION Finished auto-unpacking D:\oc4j\j2ee\home\connectors\OracleASjms\OracleASjms.rar
    2006-09-11 17:38:54.193 NOTIFICATION Auto-unpacking D:\oc4j\j2ee\home\applications\ascontrol.ear...
    2006-09-11 17:38:54.193 NOTIFICATION Unjar D:\oc4j\j2ee\home\applications\ascontrol.ear in D:\oc4j\j2ee\home\applications\ascontrol
    2006-09-11 17:38:54.593 NOTIFICATION Finished auto-unpacking D:\oc4j\j2ee\home\applications\ascontrol.ear
    2006-09-11 17:38:54.610 NOTIFICATION Auto-unpacking D:\oc4j\j2ee\home\applications\ascontrol\ascontrol.war...
    2006-09-11 17:38:54.693 NOTIFICATION Unjar D:\oc4j\j2ee\home\applications\ascontrol\ascontrol.war in D:\oc4j\j2ee\home\applications\ascontrol\ascontrol
    2006-09-11 17:39:01.542 NOTIFICATION Finished auto-unpacking D:\oc4j\j2ee\home\applications\ascontrol\ascontrol.war
    06/09/11 17:39:01 Set OC4J administrator's password (password text will not be displayed as it is entered)
    Enter password:
    Confirm password:
    The password for OC4J administrator "oc4jadmin" has been set.
    06/09/11 17:39:12 The OC4J administrator "oc4jadmin" account is activated.
    [Fatal Error] :-1:-1: Premature end of file.
    2006-09-11 17:39:20.341 ERROR J2EE JCAC0006 Error initializing an ApplicationConnectionManager - ConnectorArchive and Application cannot be null
    2006-09-11 17:39:20.341 ERROR J2EE JCAC0004 {0}
    2006-09-11 17:39:20.341 WARNING J2EE JCAC0013 Error (Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException) while setting up RA for MCF (oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl) for standalone resource adapter 'Oracle JDBC Resource Adapter'
    2006-09-11 17:39:20.341 ERROR J2EE OJR0105 Exception creating Managed DataSource ConnectorPropertySet. Exception: Error setting up resource adapter for standalone resource adapter 'Oracle JDBC Resource Adapter'. ManagedConnectionFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException
    06/09/11 17:39:20 SEVERE: ApplicationStateRunning.initConnector Error occurred initializing connectors. Exception is: Exception creating Managed DataSource ConnectorPropertySet. Exception: Error setting up resource adapter for standalone resource adapter 'Oracle JDBC Resource Adapter'. ManagedConnectionFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException
    Sep 11, 2006 5:39:20 PM com.evermind.server.ApplicationStateRunning initConnector
    SEVERE: Error occurred initializing connectors. Exception is: Exception creating Managed DataSource ConnectorPropertySet. Exception: Error setting up resource adapter for standalone resource adapter 'Oracle JDBC Resource Adapter'. ManagedConnectionFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException
    06/09/11 17:39:20 SEVERE: ApplicationStateRunning.initConnector Stack trace: oracle.oc4j.sql.DataSourceException: Exception creating Managed DataSource ConnectorPropertySet. Exception: Error setting up resource adapter for standalone resource adapter 'Oracle JDBC Resource Adapter'. ManagedConnectionFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException
    at com.evermind.server.ApplicationStateRunning.addConnectionFactory(ApplicationStateRunning.java:1551)
    at com.evermind.server.ApplicationStateRunning.initManagedDataSource(ApplicationStateRunning.java:1504)
    at com.evermind.server.ApplicationStateRunning.initDataSourceConnector(ApplicationStateRunning.java:1968)
    at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1220)
    at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:356)
    at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:208)
    at com.evermind.server.Application.setConfig(Application.java:391)
    at com.evermind.server.Application.setConfig(Application.java:308)
    at com.evermind.server.ApplicationServer.initializeDefaultApplication(ApplicationServer.java:1489)
    at com.evermind.server.ApplicationServer.initializeAutoDeployedApplications(ApplicationServer.java:1470)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:922)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:113)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.InstantiationException: Error setting up resource adapter for standalone resource adapter 'Oracle JDBC Resource Adapter'. ManagedConnectionFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException
    at com.evermind.server.connector.ApplicationConnectionManager.initOutbound(ApplicationConnectionManager.java:864)
    at com.evermind.server.connector.ApplicationConnectionManager.init(ApplicationConnectionManager.java:665)
    at com.evermind.server.connector.deployment.ConnectorArchive.createConnectionManager(ConnectorArchive.java:1193)
    at com.evermind.server.connector.deployment.ConnectorArchive.addConnectionFactory(ConnectorArchive.java:607)
    at com.evermind.server.ApplicationStateRunning.addConnectionFactory(ApplicationStateRunning.java:1546)
    ... 12 more
    Sep 11, 2006 5:39:20 PM com.evermind.server.ApplicationStateRunning initConnector
    SEVERE: Stack trace: oracle.oc4j.sql.DataSourceException: Exception creating Managed DataSource ConnectorPropertySet. Exception: Error setting up resource adapter for standalone resource adapter 'Oracle JDBC Resource Adapter'. ManagedConnectionFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException
    at com.evermind.server.ApplicationStateRunning.addConnectionFactory(ApplicationStateRunning.java:1551)
    at com.evermind.server.ApplicationStateRunning.initManagedDataSource(ApplicationStateRunning.java:1504)
    at com.evermind.server.ApplicationStateRunning.initDataSourceConnector(ApplicationStateRunning.java:1968)
    at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1220)
    at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:356)
    at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:208)
    at com.evermind.server.Application.setConfig(Application.java:391)
    at com.evermind.server.Application.setConfig(Application.java:308)
    at com.evermind.server.ApplicationServer.initializeDefaultApplication(ApplicationServer.java:1489)
    at com.evermind.server.ApplicationServer.initializeAutoDeployedApplications(ApplicationServer.java:1470)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:922)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:113)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.InstantiationException: Error setting up resource adapter for standalone resource adapter 'Oracle JDBC Resource Adapter'. ManagedConnectionFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException
    at com.evermind.server.connector.ApplicationConnectionManager.initOutbound(ApplicationConnectionManager.java:864)
    at com.evermind.server.connector.ApplicationConnectionManager.init(ApplicationConnectionManager.java:665)
    at com.evermind.server.connector.deployment.ConnectorArchive.createConnectionManager(ConnectorArchive.java:1193)
    at com.evermind.server.connector.deployment.ConnectorArchive.addConnectionFactory(ConnectorArchive.java:607)
    at com.evermind.server.ApplicationStateRunning.addConnectionFactory(ApplicationStateRunning.java:1546)
    ... 12 more
    06/09/11 17:39:20 WARNING: Application.setConfig Application: default is in failed state as initialization failedjava.lang.InstantiationException: Error occurred initializing connectors. Exception is: Exception creating Managed DataSource ConnectorPropertySet. Exception: Error setting up resource adapter for standalone resource adapter 'Oracle JDBC Resource Adapter'. ManagedConnectionFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException
    Sep 11, 2006 5:39:20 PM com.evermind.server.Application setConfig
    WARNING: Application: default is in failed state as initialization failedjava.lang.InstantiationException: Error occurred initializing connectors. Exception is: Exception creating Managed DataSource ConnectorPropertySet. Exception: Error setting up resource adapter for standalone resource adapter 'Oracle JDBC Resource Adapter'. ManagedConnectionFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException
    06/09/11 17:39:20 Error initializing server: Error occurred initializing connectors. Exception is: Exception creating Managed DataSource ConnectorPropertySet. Exception: Error setting up resource adapter for standalone resource adapter 'Oracle JDBC Resource Adapter'. ManagedConnectionFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException
    06/09/11 17:39:21 Fatal error: server exiting
    Any suggestions are welcome.
    Regards,
    Ashaya

    FYI: I got this error in the process of trying the install xerces. (just placed it in the j2ee/lib folder) I'll just the default jvm installed with SOA suite 10.1.3.1.0
    [Fatal Error] :-1:-1: Premature end of file.
    06/11/30 20:21:30 SEVERE: ApplicationStateRunning.initConnector Error occurred initializing connectors. Exception is: Exception creating Managed DataSource ConnectorPropertySet. Exception: Error setting up resource adapter for standalone resource adapter 'Oracle JDBC Resource Adapter'. ManagedConnectionFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException
    06/11/30 20:21:30 SEVERE: ApplicationStateRunning.initConnector Stack trace: oracle.oc4j.sql.DataSourceException: Exception creating Managed DataSource ConnectorPropertySet. Exception: Error setting up resource adapter for standalone resource adapter 'Oracle JDBC Resource Adapter'. ManagedConnectionFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException
         at com.evermind.server.ApplicationStateRunning.addConnectionFactory(ApplicationStateRunning.java:1605)
         at com.evermind.server.ApplicationStateRunning.initManagedDataSource(ApplicationStateRunning.java:1558)
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnector(ApplicationStateRunning.java:2024)
         at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1272)
         at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:345)
         at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:206)
         at com.evermind.server.Application.setConfig(Application.java:413)
         at com.evermind.server.Application.setConfig(Application.java:314)
         at com.evermind.server.ApplicationServer.initializeDefaultApplication(ApplicationServer.java:1565)
         at com.evermind.server.ApplicationServer.initializeAutoDeployedApplications(ApplicationServer.java:1547)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:974)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.InstantiationException: Error setting up resource adapter for standalone resource adapter 'Oracle JDBC Resource Adapter'. ManagedConnectionFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException
         at com.evermind.server.connector.ApplicationConnectionManager.initOutbound(ApplicationConnectionManager.java:890)
         at com.evermind.server.connector.ApplicationConnectionManager.init(ApplicationConnectionManager.java:297)
         at com.evermind.server.connector.deployment.ConnectorArchive.createConnectionManager(ConnectorArchive.java:1140)
         at com.evermind.server.connector.deployment.ConnectorArchive.addConnectionFactory(ConnectorArchive.java:630)
         at com.evermind.server.ApplicationStateRunning.addConnectionFactory(ApplicationStateRunning.java:1600)
         ... 12 more
    06/11/30 20:21:30 WARNING: Application.setConfig Application: default is in failed state as initialization failed.
    java.lang.InstantiationException: Error occurred initializing connectors. Exception is: Exception creating Managed DataSource ConnectorPropertySet. Exception: Error setting up resource adapter for standalone resource adapter 'Oracle JDBC Resource Adapter'. ManagedConnectionFactory implementation class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl' cannot be set up: Error setting JavaBean property 'managedDataSourceConfigXML' for ManagedConnectionFactory class 'oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl for standalone resource adapter 'Oracle JDBC Resource Adapter'. Exception is: java.lang.reflect.InvocationTargetException
    06/11/30 20:21:30 Error initializing server: Application: default is in failed state as initialization failed
    06/11/30 20:21:32 Fatal error: server exiting

  • Error while undeploying/creating OC4J instance

    Hi,
    following error is shown while I'm trying to undeploy an application on AS 10.1.2.0.2:
    An error occured while undeploying the application. An exception has occurred while manipulating the DCM repository
    database. Please refer to the accompanying exception for more details.
    Resolution:
    Base Exception:
    java.sql.SQLException
    OALL8 is in an inconsistent state.. OALL8 is in an inconsistent state.
    And following while creating a new OC4J instance:
    An exception has occurred while manipulating the DCM repository
    database. Please refer to the accompanying exception for more details.
    According to google the OALL8 has something to do with the JDBC driver.
    Thanks in advance,
    Koen Verhulst

    Are you doing this using the EM GUI? Or using dcmctl?
    Either way, I'd try to remove the lk file that you had (no idea why that file was around - did you do multiple installs on the same box?)
    and then retry the operation.

  • Error while deploying in OC4J Enterprise Manager

    Hello. I´ve got a problem deploying EAR and WAR files on my AS10g (904) via web enterprise manager. The following is a german orginal error output:
    Installation nicht erfolgreich:
    Plug-In-Fehler beim Lesen von verwalteten Dokumenten.
    Root-Ursache: Expected 'EOF'.
    Lösung:: Die Informationen der "OC4J"-Komponente in der Basis-Exception sind möglicherweise hilfreich.
    Außerdem gibt es folgende allgemeine Problemursachen:
    Falsche Berechtigungen für Dateien
    Konfigurationsdateien fehlen oder sind ungültig. Expected 'EOF'.
    Translated in english would result in something like this:
    Installation not successfully:
    Plug in error when reading administered documents.
    A root cause: Expected 'EOF'.
    Solution:: The information of the "OC4J"-Komponente in the basic exception is possibly helpful.
    In addition there are the following general problems:
    Wrong authorizations for files
    configuration files are missing or are invalid. Expected ' eof '.
    I tried different EAR files (like the oracle petshop ear file) and one war file but i get allways that mysterious error. Btw, I do not have any possibility to deploy it manualy via console.
    Thank you for any hint and greetings,
    Daniel

    Try to fragment the 'ear' in less than 64k blocks or don't transmit as long raw.
    Please let me know if this works.

  • Error while starup of OC4J

    Hi
    I downloaded Oracle JDeveloper 10g Release 2 (10.1.3)
    and tried to start OC4J as recommended in one of the webservices security tutorials and got this error.
    D:\ORACLE>cd java
    Invalid directory
    D:\ORACLE>cd j2ee
    D:\ORACLE\J2EE>dir
    Volume in drive D is Data
    Volume Serial Number is 1859-E23F
    Directory of D:\ORACLE\J2EE
    07/08/2005 03:17 PM <DIR> .
    07/08/2005 03:17 PM <DIR> ..
    07/08/2005 03:17 PM <DIR> home
    07/08/2005 03:17 PM <DIR> msgrouter
    07/08/2005 03:17 PM <DIR> utilities
    0 File(s) 0 bytes
    5 Dir(s) 5,554,921,472 bytes free
    D:\ORACLE\J2EE>cd home
    D:\ORACLE\J2EE\HOME>dir
    Volume in drive D is Data
    Volume Serial Number is 1859-E23F
    Directory of D:\ORACLE\J2EE\HOME
    07/08/2005 03:17 PM <DIR> .
    07/08/2005 03:17 PM <DIR> ..
    11/22/2004 11:33 AM 370 admin.jar
    11/22/2004 11:35 AM 554 admin_client.jar
    11/22/2004 11:35 AM 363 admin_gui.jar
    07/08/2005 03:17 PM <DIR> applib
    07/08/2005 03:17 PM <DIR> applications
    07/08/2005 03:17 PM <DIR> config
    07/08/2005 03:17 PM <DIR> connectors
    07/08/2005 03:17 PM <DIR> database
    07/08/2005 03:17 PM <DIR> default-web-app
    11/22/2004 11:09 AM 1,289,847 iiop.jar
    11/22/2004 11:09 AM 37,265 iiop_gen_bin.jar
    11/22/2004 11:09 AM 144,012 iiop_rmic.jar
    11/22/2004 11:11 AM 33,364 jaccprovider.jar
    07/08/2005 03:17 PM <DIR> jazn
    11/22/2004 11:10 AM 118,981 jazn.jar
    11/22/2004 11:10 AM 489,002 jazncore.jar
    11/22/2004 11:10 AM 13,415 jaznplugin.jar
    07/08/2005 03:17 PM <DIR> jsp
    07/08/2005 03:17 PM <DIR> lib
    12/02/2004 09:20 AM <DIR> log
    11/22/2004 11:09 AM 19,133 oc4j-api.jar
    11/22/2004 11:14 AM 239,285 oc4j.jar
    11/22/2004 11:20 AM 612,271 oc4jclient.jar
    11/22/2004 11:20 AM 5,910 oc4j_interop.jar
    11/22/2004 11:32 AM 492 ojspc.jar
    07/08/2005 03:17 PM <DIR> persistence
    11/22/2004 11:09 AM 442 rmic.jar
    07/08/2005 03:17 PM <DIR> shared-lib
    11/22/2004 11:20 AM 20,322 template.jar
    11/22/2004 11:11 AM 24,285 xssapi.jar
    18 File(s) 3,049,313 bytes
    14 Dir(s) 5,554,921,472 bytes free
    D:\ORACLE\J2EE\HOME>java -jar oc4j.jar
    05/07/08 16:00:33 Auto-unpacking D:\oracle\j2ee\home\applications\dms0.war... do
    ne.
    05/07/08 16:00:33 Auto-unpacking D:\oracle\j2ee\home\applications\admin_web.war.
    .. done.
    05/07/08 16:00:34 Auto-unpacking D:\oracle\j2ee\home\connectors\OracleASjms\Orac
    leASjms.rar... done.
    05/07/08 16:00:34 Auto-unpacking D:\oracle\j2ee\home\connectors\datasources\data
    sources.rar... done.
    05/07/08 16:00:34 Auto-unpacking D:\oracle\j2ee\home\applications\ascontrol.ear.
    .. done.
    05/07/08 16:00:35 Auto-unpacking D:\oracle\j2ee\home\applications\ascontrol\asco
    ntrol.war... done.
    05/07/08 16:00:41 Copying default deployment descriptor from archive at D:\oracl
    e\j2ee\home\applications\ascontrol/META-INF/orion-application.xml to deployment
    directory D:\oracle\j2ee\home\application-deployments\ascontrol...
    05/07/08 16:00:43 Exception in thread "OC4J Launcher" oracle.oc4j.loader.util.An
    notatedNoClassDefFoundError:
    Missing class: com.sun.corba.se.internal.iiop.CDRInputStream
    Dependent class: com.evermind.server.ApplicationContext
    Loader: oc4j:10.1.3
    Code-Source: /D:/oracle/j2ee/home/lib/oc4j-internal.jar
    Configuration: <code-source> in boot.xml in D:\oracle\j2ee\home\oc4j.j
    ar
    The missing class is not available from any code-source or loader in the server.
    05/07/08 16:00:43 at oracle.oc4j.loader.PolicyClassLoader.handleClassNotFo
    und (PolicyClassLoader.java:1956) [/D:/oracle/j2ee/home/oc4j.jar (from system pr
    operty java.class.path), by sun.misc.Launcher$AppClassLoader@20120943]
    at oracle.oc4j.loader.PolicyClassLoader.internalLoadClass (PolicyClassLo
    ader.java:1641) [/D:/oracle/j2ee/home/oc4j.jar (from system property java.class.
    path), by sun.misc.Launcher$AppClassLoader@20120943]
    at oracle.oc4j.loader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1591) [/D:/oracle/j2ee/home/oc4j.jar (from system property java.class.path), b
    y sun.misc.Launcher$AppClassLoader@20120943]
    at oracle.oc4j.loader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1577) [/D:/oracle/j2ee/home/oc4j.jar (from system property java.class.path), b
    y sun.misc.Launcher$AppClassLoader@20120943]
    at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre b
    ootstrap, by  jre bootstrap]
    at com.evermind.server.ApplicationContext.<clinit> (ApplicationContext.j
    ava:62) [/D:/oracle/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.
    xml in D:\oracle\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at com.evermind.server.Application.<init> (Application.java:173) [/D:/or
    acle/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in D:\oracl
    e\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at com.evermind.server.ApplicationServer.initializeApplications (Applica
    tionServer.java:1403) [/D:/oracle/j2ee/home/lib/oc4j-internal.jar (from <code-so
    urce> in boot.xml in D:\oracle\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at com.evermind.server.ApplicationServer.setConfig (ApplicationServer.ja
    va:944) [/D:/oracle/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.
    xml in D:\oracle\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at com.evermind.server.ApplicationServerLauncher.run (ApplicationServerL
    auncher.java:87) [/D:/oracle/j2ee/home/lib/oc4j-internal.jar (from <code-source>
    in boot.xml in D:\oracle\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at java.lang.Thread.run (Thread.java:595) [jre bootstrap, by  jre bootst
    rap]

    I think I'm having exactly the same problem. Have you found the answer?
    I've just downloaded Jdeveloper 10.0.13 and installed according to the instructions. Then tried to install/start the included oc4j.
    The first step went Ok:
    start java -jar oc4j.jar
    But when I ran:
    start java -jar oc4j.jar
    05/08/30 15:27:07 Exception in thread "OC4J Launcher" oracle.oc4j.loader.util.An
    notatedNoClassDefFoundError:
    Missing class: com.sun.corba.se.internal.iiop.CDRInputStream
    Dependent class: com.evermind.server.ApplicationContext
    Loader: oc4j:10.1.3
    Code-Source: /C:/dev/Jdeveloper1.0.13/j2ee/home/lib/oc4j-internal.ja
    r
    Configuration: <code-source> in boot.xml in C:\dev\Jdeveloper1.0.13\j2
    ee\home\oc4j.jar
    The missing class is not available from any code-source or loader in the server.
    05/08/30 15:27:07 at oracle.oc4j.loader.PolicyClassLoader.handleClassNotFo
    und (PolicyClassLoader.java:1956) [/C:/dev/Jdeveloper1.0.13/j2ee/home/oc4j.jar (
    from system property java.class.path), by sun.misc.Launcher$AppClassLoader@2012
    0943]
    at oracle.oc4j.loader.PolicyClassLoader.internalLoadClass (PolicyClassLo
    ader.java:1641) [/C:/dev/Jdeveloper1.0.13/j2ee/home/oc4j.jar (from system proper
    ty java.class.path), by sun.misc.Launcher$AppClassLoader@20120943]
    at oracle.oc4j.loader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1591) [/C:/dev/Jdeveloper1.0.13/j2ee/home/oc4j.jar (from system property java.
    class.path), by sun.misc.Launcher$AppClassLoader@20120943]
    at oracle.oc4j.loader.PolicyClassLoader.loadClass (PolicyClassLoader.jav
    a:1577) [/C:/dev/Jdeveloper1.0.13/j2ee/home/oc4j.jar (from system property java.
    class.path), by sun.misc.Launcher$AppClassLoader@20120943]
    at java.lang.ClassLoader.loadClassInternal (Unknown source file) [jre bo
    otstrap, by  jre bootstrap]
    at com.evermind.server.ApplicationContext.<clinit> (ApplicationContext.j
    ava:62) [/C:/dev/Jdeveloper1.0.13/j2ee/home/lib/oc4j-internal.jar (from <code-so
    urce> in boot.xml in C:\dev\Jdeveloper1.0.13\j2ee\home\oc4j.jar), by oc4j:10.1.
    3]
    at com.evermind.server.Application.<init> (Application.java:173) [/C:/de
    v/Jdeveloper1.0.13/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.x
    ml in C:\dev\Jdeveloper1.0.13\j2ee\home\oc4j.jar), by oc4j:10.1.3]
    at com.evermind.server.ApplicationServer.initializeApplications (Applica
    tionServer.java:1403) [/C:/dev/Jdeveloper1.0.13/j2ee/home/lib/oc4j-internal.jar
    (from <code-source> in boot.xml in C:\dev\Jdeveloper1.0.13\j2ee\home\oc4j.jar),
    by oc4j:10.1.3]
    at com.evermind.server.ApplicationServer.setConfig (ApplicationServer.ja
    va:944) [/C:/dev/Jdeveloper1.0.13/j2ee/home/lib/oc4j-internal.jar (from <code-so
    urce> in boot.xml in C:\dev\Jdeveloper1.0.13\j2ee\home\oc4j.jar), by oc4j:10.1.
    3]
    at com.evermind.server.ApplicationServerLauncher.run (ApplicationServerL
    auncher.java:87) [/C:/dev/Jdeveloper1.0.13/j2ee/home/lib/oc4j-internal.jar (from
    <code-source> in boot.xml in C:\dev\Jdeveloper1.0.13\j2ee\home\oc4j.jar), by o
    c4j:10.1.3]
    at java.lang.Thread.run (Unknown source file) [jre bootstrap, by  jre bo
    otstrap]

  • FRM-92101 error while opening forms & OC4J

    Hi all,
    I have a customer having problem after certain number of users connecting to the application.
    These are the following setup in the environment:
    1. OAS 10.1.2.1
    2. Windows 2003 Standard Edition SP1 32 Bit
    3. Memory 2GB
    They are running the application using the Oracle Form, connecting through the application using Internet Explorer.
    Number of users might connect to the application are around 42 users in application server #1 and 10 users in application server #2.
    Recently they reported that they experiencing the FRM-92101 in random fashion in all clients computer.
    I did a check on the windows task manager and I can see that frmweb.exe process will consume around 17MB - 68MB.
    This is random, not all process consuming up to 68MB, some of it will be in the avarage of 30MB to 50MB.
    I checked the registry for the desktop heap setting which is in HKEY_LOCAL_MACHINE -> System -> Current Control Set -> Control -> Session Manager -> SubSystems. There is a key named Windows and inside here there is a variable called SharedSection. Currently the value is set to 2048, 3072, 2048
    From what I know this setting should be enough for around 40 users.
    I noticed when 42 users were connecting to app server #1, the physical memory available is only around 140MB.
    This FRM-92101 error is not only happening to app server #1 but also #2 which only handles 10 users maximum.
    From the information above, I have some questions:
    1. What other areas that I need to check for this?
    2. What other configuration I can increase so this error is not happening anymore?
    3. If I check on opmnctl status, I can only see 1 OC4J home and OC4J_BI_FORMS. Does increasing the number of OC4J can suppress this error?
    Please give me the enlightment.
    Thank you so much,
    Adhika

    Hi sandeep;
    I have installed vision database r12(12.0.4) on hp ux (11.31).
    I am able to open the login page but when trying to access any form it gives below mention error.
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration.
    I have checked below mention log file.
    /devbackup/applvis/inst/apps/VIS_reeldev/logs/ora/10.1.3/opmn/forms_default_group_1/formsstd.out
    Error:
    Forms session <1> aborted: runtime process failed during startup with errors /usr/lib/hpux32/dld.so: Unsatisfied code symbol 'nnftboot' in load module '/devbackup/applvis/apps/tech_st/10.1.2/lib32/libclntsh.so.10.1'.Please check below and see its helpful:
    Error Dld.So: Unsatisfied Code Symbol 'Nnftboot' Signal 9 When Running Reports Concurrent Requests [ID 560287.1]
    All Concurrent Requests End With Signal 9 Termination Error [ID 452714.1]
    Also check Apache log files for more details
    What is post installation task after installing r12?You can follow Recomended R12 patches On Metalink
    Not able to execute .env file with owner and privileges, why?How you are trying to execute?
    How to get r12 original media from oracle? You can log Sr for media or you can contact wiht your oracle local office
    Regard
    Helios

  • Error inserting BLOBs in OC4J 9.0.2.1

    The following snippet of code works in oc4j 9.0.2.0.0 but not in OC4J 9.0.2.1 Any ideas why?
    Thanks,
    Rajiv
    FileInputStream in = new FileInputStream(file.getPath());
    conn.setAutoCommit(false);
    ps = conn.prepareStatement("SELECT blob_info FROM trx_blob WHERE trx_blob_id = ? FOR UPDATE");
    ps.setInt(1, blobID);
    rs = ps.executeQuery();
    rs.next();
    BLOB blob = ((OracleResultSet) rs).getBLOB(1);
    OutputStream outStream = blob.getBinaryOutputStream();
    int size = blob.getBufferSize();
    byte[] buffer = new byte[size];
    int length = -1;
    while ((length = in.read(buffer)) != -1) {
    outStream.write(buffer, 0, length);
    outStream.close();
    in.close();
    conn.commit();
    The error I get is java.sql.SQLException: ORA-01002: fetch out of seqence

    Rajiv -- This looks like bug 2541604. Please ask your support representative for a patch.
    Thanks -- Jeff

  • Error when creating new oc4j-instance

    1.
    when i create a new oc4j-instance via EMWeb i get the following:
    The operation failed.. Instance: iasdb.test.xxx.ch Message: Keine Meldung für diese Exception definiert. Base Exception: java.lang.NoClassDefFoundError:nullKeine Meldung für diese Exception definiert.
    the german text means: no message defined for this exception.
    when i then refresh the website the oc4j-instance is created, but down.
    2.
    when i try to deploy an application to any OC4J-instance manually i get the following error:
    Web-Anwendung ee konnte nicht eingesetzt werden Error while parsing oc4j configuration files. Root Cause: D:\Oracle\9iAS\j2ee\OC4J_AA\config\.\default-web-site.xml (Das System kann den angegebenen Pfad nicht finden). D:\Oracle\9iAS\j2ee\OC4J_AA\config\.\default-web-site.xml (Das System kann den angegebenen Pfad nicht finden)
    OC4J_AA whas a instance i once created and deleted then. it shoud no more exist.
    where does this error come from?

    Hi Stefan -
    I'm not sure where this error comes from, I've never seen it. Particularly in German! ;-)
    I think the best way to get more information on this is to repost your message to the general 9iAS forum. I believe that there are people monitoring that forum who look afer the management console and who might be able to help you further.
    -steve-

  • Error while working on OC4J installation and Configuration

    Hi i am using DB(9.2.0.6.0) and APPS(11.5.10.2).  Now i have cloned a new instance and it runs on port 8050. Now i want to install and configure OC4J with it. I have done the OC4J Installation Successfully. Here i used the OC4J Version 9.0.3.I have changed the http-web-site.xml port number to 8890 and rmi.xml port to 23793 as per the document i got.To create the starting script, file name called “.start_oc4j” I issued cd $OC4J_TOP/j2ee/home/ then
    java -jar oc4j.jar and
    it throws the error
    [applpdev@oraapps ~]$ cd $OC4J_TOP
    [applpdev@oraapps home]$ pwd
    /pdev/p01/oracle/pixappl/pwr/11.5.0/oc4j/
    [applpdev@oraapps oc4j]$ cd j2ee/home/
    [applpdev@oraapps home]$ java -jar oc4j.jar
    Error starting JMS-Server: Unable to bind socket: Address already in use
    Error starting ORMI-Server.  Unable to bind socket: Address already in use
    [applpdev@oraapps home]$

    Hi,
    It looks like there is a conflicts with the ports you are using.
    These ports seems to be already in use.
    please check 8890 , 23793 , 8050 ports are in use or not .
    Thanks,
    Sharmela

Maybe you are looking for

  • STO Duty Paid

    D/ Friends, Ouru2019s is an excisable product. Now we want to do STO from plant to depot. What is the std. process flow of STO in case of Duty paid depots? Pls explain the flow of T.Codes also. Weu2019ve configured CIN. Second issue is that std. bill

  • Data recovery for crashed hard drive?

    Ok, recently my macbook pro internal hard drive crashed (I was receiving the question mark on folder at bootup). I have recently purchased a new hard drive and replaced it with the corrupt one. I tried to gain access to the data using an external cad

  • What's the deal with Final Cut Express HD and me?

    A few months ago, I encountered a lot of problems when I was trying to capture some HD video using Final Cut Express H.D. I've set my camera (a JVC GR-HD1U) to the MPEG2 setting, and I changed the set up in Final Cut to Apple Intermediate Codec 1080i

  • Getting quite regular 'format not recognised'

    When I try to select one of the movies for streaming from my computer to apple tv there will be a long pause with eventually a yellow triangle and 'could not be played as format not recognised' This only began when I purchased an airport extreme. The

  • ML Up to date erase iLife?

    I recently ordered a refurb iMac and it comes with Lion and iLife and the other built in programs.  If I upgraded to ML would it erase the iLife programs and force me to buy them again?