Problem starting j2ee 1.4 beta2 application server

Could not start the domain domain1
Startup failed,Please check the server log for more details
Could not start one or more domains
and the log information as following:
org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
     at org.apache.xerces.dom.CoreDocumentImpl.checkDOMNSErr(CoreDocumentImpl.java:2142)
     at org.apache.xerces.dom.AttrNSImpl.setName(AttrNSImpl.java:149)
     at org.apache.xerces.dom.AttrNSImpl.<init>(AttrNSImpl.java:110)
     at org.apache.xerces.dom.CoreDocumentImpl.createAttributeNS(CoreDocumentImpl.java:1791)
     at org.apache.xerces.dom.ElementImpl.setAttributeNS(ElementImpl.java:660)
     at com.sun.enterprise.deployment.node.DeploymentDescriptorNode.setAttribute(DeploymentDescriptorNode.java:542)
     at com.sun.enterprise.deployment.node.LocalizedNode.writeLocalizedMap(LocalizedNode.java:77)
     at com.sun.enterprise.deployment.node.DisplayableComponentNode.writeDisplayableComponentInfo(DisplayableComponentNode.java:56)
     at com.sun.enterprise.deployment.node.BundleNode.writeDescriptor(BundleNode.java:104)
     at com.sun.enterprise.deployment.node.ApplicationNode.writeDescriptor(ApplicationNode.java:132)
     at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.getDocument(J2EEDocumentBuilder.java:77)
     at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.write(J2EEDocumentBuilder.java:120)
     at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.descriptorToString(J2EEDocumentBuilder.java:153)
     at com.sun.enterprise.server.MgmtMBeansManager.createAppMBean(MgmtMBeansManager.java:158)
     at com.sun.enterprise.server.ApplicationLoader.createRootMBean(ApplicationLoader.java:180)
     at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:152)
     at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:186)
     at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:284)
     at com.sun.enterprise.server.PEMain.run(PEMain.java:176)
     at com.sun.enterprise.server.PEMain.main(PEMain.java:131)
     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 org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
java.lang.IllegalArgumentException: ?? newTemplate ?? DOMSource ?????????????????????? (It means,in DOMSource of newTemplate,the input node could not be empty!!)
     at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:346)
     at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.write(J2EEDocumentBuilder.java:125)
     at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.descriptorToString(J2EEDocumentBuilder.java:153)
     at com.sun.enterprise.server.MgmtMBeansManager.createAppMBean(MgmtMBeansManager.java:158)
     at com.sun.enterprise.server.ApplicationLoader.createRootMBean(ApplicationLoader.java:180)
     at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:152)
     at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:186)
     at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:284)
     at com.sun.enterprise.server.PEMain.run(PEMain.java:176)
     at com.sun.enterprise.server.PEMain.main(PEMain.java:131)
     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 org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
<[????][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][20.????.2003 19:04:34:811 CST][CORE5016: Unexpected error occurred while loading applications
javax.management.MBeanException
     at com.sun.enterprise.server.MgmtMBeansManager.createAppMBean(MgmtMBeansManager.java:165)
     at com.sun.enterprise.server.ApplicationLoader.createRootMBean(ApplicationLoader.java:180)
     at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:152)
     at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:186)
     at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:284)
     at com.sun.enterprise.server.PEMain.run(PEMain.java:176)
     at com.sun.enterprise.server.PEMain.main(PEMain.java:131)
     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)
     [B]at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
Caused by: java.lang.IllegalArgumentException: ?? newTemplate ?? DOMSource ?????????????????????? (It means,in DOMSource of newTemplate,the input node could not be empty!!)
     at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:346)
     at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.write(J2EEDocumentBuilder.java:125)
     at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.descriptorToString(J2EEDocumentBuilder.java:153)
     at com.sun.enterprise.server.MgmtMBeansManager.createAppMBean(MgmtMBeansManager.java:158)
     ... 11 more
]>
and i want to deploy Java Adventure Builder Demo 1.0 Early Access 3 into the application server,for the first time,it succeeds.but for the second time it fails.Could anybody give me some help?thanks a lot

may be you edit configuration files and make error in some tag....
try to reinstall app server and redeploy your application....

Similar Messages

  • Problem starting j2ee RI

    I've got a problem starting j2ee RI. I've got a NumberFormatException
    Does anyone has an idee?
    j2ee -verbose
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.
    java:48)
    at java.lang.Long.parseLong(Long.java:323)
    at java.lang.Long.<init>(Long.java:559)
    at com.sun.enterprise.server.J2EEServer.readSecureSeed(J2EEServer.java:8
    49)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:157)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    java.lang.NumberFormatException: For input string: ""
    at java.lang.NumberFormatException.forInputString(NumberFormatException.
    java:48)
    at java.lang.Long.parseLong(Long.java:323)
    at java.lang.Long.<init>(Long.java:559)
    at com.sun.enterprise.server.J2EEServer.readSecureSeed(J2EEServer.java:8
    49)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:157)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    java.lang.RuntimeException: For input string: ""
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:346)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    J2EE server reported the following error: For input string: ""
    Error executing J2EE server ...

    It appears that there is a file that is @ $J2EE_HOME/lib/security/secure.seed that is corrupted or empty. THE RI doesn't check if the file is valid. The solution is to delete the file and allow the RI to recreate the file.

  • License Keys for J2EE-Engine_ORA SAP Web Application Server.

    Hi Experts
    I have installed SAP Net Weaver 04 support release 1 > oracle JAVA System. I don’t have ABAP system on same Hardware so I cant used SLICENSE GUI transaction code, how I generate hardware key, I am performing installation on Windows 2003 server.
    Now I want to add License Keys for J2EE-Engine_ORA SAP Web Application Server. So please give me producer for how to add license key.
    Regards,
    Rahul

    Hi
    Go to  Visual Administrator in the following path:
    <Your Server> -->  Services --> Licensing  Adapter to get the Hardware key , SID etc . Ten apply license in
    https://service.sap.com/licensekeys
    Once you get the license from SAP, do the following
    ->Download the license  file to a local disk
    --> Start the Visual Administrator  Server --> Services --> Licensing Adapter
    --> Use the Install License From File button to upload the file
    --> Select the file with the downloaded license key
    --> Choose Open to continue
    After installation restart J2EE engine
    Thanks
    Prince Jose

  • Problem with pdf display downloaded from application server

    Hi all,
    I have a problem with displaying pdf downloaded from application server (saved in BINARY MODE).
    I am getting the pdf output of adobe form in FPFORMOUTPUT-PDF as rawstring back to my program and then converting that rawstring into binary form using the function module SCMS_BINARY_TO_STRING.
    Now, when I export the data to presentation server directly using cl_gui_frontend_services=>gui_download, the pdf is downloaded properly.
    However, when I save the data to application server file by looping at the internal table obtained from SCMS_XSTRING_TO_BINARY and using TRANSFER, and subsequently downloading the file in "unconverted format" from AL11 to my desktop, I am getting a "blank" pdf file (with the same number of pages as the one downloaded using gui_download).
    I have tried different encodings during download but in those cases i get corrupted pdf message. only the default option of INTIAL value seems to work.
    I am forced to believe that there is a problem in my code which saves the data to app server but I cant find any solution that is logical. Any solution to this would be greatly appreciated.
    Regards,
    Sasi
    Edited by: Sasi Upadrasta on Sep 29, 2010 7:55 PM

    used a program to read the file from appl server and then downloading it to desktop.

  • Problem while dowloading the file from Application Server

    Dear Experts,
                 I am facing the Problem while downloading the file from Application server.
    We done the automatic function while saving the invoice, this will create an idoc, and this idoc is written in the Application Server.
    I am running the Transaction AL11 and select the record, and from menu --> List, i am downloading into TXT format.
    But for some segments, the length is long, and so the last 3 to 4 fields values are not appearing in the File. Even though i am unable to view the values in the file before downloading. But i can view in IDOC.
    Please help me to solve this issue.
    Thanks & Regards,
    Srini

    but our user will use the Txn. AL11 and they will download from there
    Educate the user On a serious note, tell him this is not how data from app server should be downloaded. You can ask him to talk to the basis team to provide him access to the app server folder where the file is being stored.
    I can set the Variant and put this in background, But always the file name will be change, Like we use Time stamp in the File name.
    You can't automate this process by scheduling in BG mode. This is because the in BG mode you can't dwld the file to presentation server.
    Hope i'm clear.
    BR,
    Suhas

  • Problem starting J2EE Server

    I installed J2EE on Windows NT. I am getting the following exceptions when I started J2EE Server....
    1. java.lang.NullPointerException at com.sun.enterprise.server.J2EEServer.....
    2. RuntimeException: Unable to create ORB. Possible causes include TCP/IP ports in use by another process....
    I tried to change the port no. from the default 1050 to 10500, but it didn't help.
    Any suggestions please?

    Since u r getting the TCP/IP port already in use error, u probably have some other service/server running on that port.Try the following steps:
    1) Start menu >> Control Panel >> Services
    2) See which services are running presently. In case u have any web server,Appln. server running. , stop them and then start J2EE again.
    But, I still think u r missing something in the classpath.

  • Problem starting Repository Browser Service on Windows Server 2008

    Using the default Warehouse Builder installation in the 11g (11.1.0.7.0) databaseinstallation on a clean Windows Server 2008 64-bit installation.
    Warehouse Builder installed and populated ok, OWB client works fine etc.
    When trying to start the Repository Browser listener by running the startOwbbInst.bat, the OC4J container crashes with the following error in the \owb\j2ee\log\oc4j\log.xml:
    +<MSG_TEXT>Could not create Secure http listener due to {0}</MSG_TEXT>+
    +<SUPPL_DETAIL><![CDATA[java.io.FileNotFoundException: C:\Oracle\product\11.1.0\db_1\owb\bin\admin\..\..\j2ee\config\%ORACLE_HOME%\owb\j2ee\config\keystore.jks (The system cannot find the path specified)+
    +     at java.io.FileInputStream.open(Native Method)+
    +     at java.io.FileInputStream.<init>(FileInputStream.java:106)+
    +     at java.io.FileInputStream.<init>(FileInputStream.java:66)+
    +     at oracle.oc4j.security.OC4JSSLSocketFactory.getStoreIn(OC4JSSLSocketFactory.java:253)+
    (The local_service_login.bat works fine).
    We're starting this as an administrator user in Win2008.
    All parameteres in the setowbenv.bat seems to be correct as far as I can tell. There is a strange reference to %ORACLE_HOME% in the above log, of which I've no idea where it is coming from....
    Identical installation worked fine on a 64-bit Windows Server 2003, - so can this be something related to a new security model in Windows Server 2008?
    (I found a posting regarding problems with the startOwbbInst.bat on Vista  [here |http://forums.oracle.com/forums/thread.jspa?messageID=2275781&#2275781] - so maybe.... however, the quickfix mentioned there did'nt help us here...)
    Anyone experienced similar problems (and preferably solved them) on Windows Server 2008 and/or Vista?
    Regards,
    -Haakon-

    Solved this after some trawling through xml configuration files on the server.
    The file C:\Oracle\product\11.1.0\db_1\owb\j2ee\config\http-web-site.xml contains the reference to keystore.jks:
              <ssl-config keystore="*%ORACLE_HOME%*/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    changing this to:
              <ssl-config keystore="C:\Oracle\product\11.1.0\db_1/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    and the OC4J container starts successfully.
    Regards,
    -Haakon-

  • Problems with the deployment to Oracle Application Server 9.0.2

    I am having a problem to deploy a simple JSC application to Oracle Application Server 9.0.2.
    I am getting an error:
    500 Internal Server Error
    java.lang.NullPointerException
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1687)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4020)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2218)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:585)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    However i don't have any problems to deploy my applications to new release of Oracle AS 10g (9.0.4).
    Unfortunately we still work with the old version (9.0.2)of the Oracle AS.
    Any help will be greatly appriciated
    Thanks
    Yuriy

    I try it but cant deploy in less than 10g.
    AFAIR is an JRE version issue.
    I lost at least 2 days trying.
    Regards.

  • Solman_Setup, J2EE Configuration, start J2EE Config points at old server

    Hi,
    I have recently performed a system copy on my solution manager server.  As far as I'm aware I have followed the correct procedure and performed all post installation tasks.
    Since the copy I have a problem with my SLD which is in my solution manager system.  I think it may be one of two problems.
    Firstly
    When I run SOLMAN_SETUP initial configuration step 3 - Start J2EE Configuration the url launched points at my old server name rather than the new one.
    I have raised a call with SAP and have so far done the following things
    Notes : 1297849 & 805344  - Everything pointed to new server
    Notes 1301106 & 669669 - I have patched ABAB & JAVA AND updated the Content in the SLD
    Note 624282 : Transaction LCRSERVADDR contains no entries and the SLDCHECK launches the correct SLD info.
    None of these notes resolved my issue
    Secondly
    In transaction SMSY my solution manager settings are not correct - The ABAP stack is correct the message server points to the new message server, however the JAVA stack message server still points to the old system.  I have tried to delete but I am unable to as I get the message system in use in Groups / Landscapes.  SAP have done work on my server as part of the SURGEN programme and I'm sure this is something they have done that I am not able to remove.
    Please help.
    Regards
    Tracey Smith. (John Beard - Corporate account for Kelda Group)

    You are using client 100 for example. It seems so that the UME store from the Java stack still points to the 001 client (probably you made a client copy on ABAP side from 001 to 100????). The CTC want to check SOLMAN_ADMIN user in the system where the UME destination is set (in this case 001).
    So basically you got now 2 options: redirect your Java UME to client 100 or you simply create the required user SOLMAN_ADMIN in 001 client.

  • Problem deploying Creator War file in Application Server 8.1

    I want to get my Creator app created using Linux to run on a Windows XP machine running Sun Java System Application Server 8.1.
    I thought this would be straight forward as this is the server used in the IDE and both come with PointBase. No such luck.
    The app starts up but trying to go to the login page which has a database connection I get HTTPStatus 500 exception
    javax.servlet.ServletException: javax.faces.FacesException: javax.faces.FacesException: Can't instantiate class: 'myproject.Login : javax.faces.FacesException: java.sql.SQLException: JdbcRowSetXImpl (connect): (JNDI) Unable to connect: Signon not found
    Signon is the PointBase database name and I can ping the database connection.
    Is there a step by step How-to to get a Creator app running on SJSAS 8.1 on an external machine?
    I used admin console to set up JDBC resources and connection pools and edited the sun-web.xml file to include
    <sun-web-app xmlns="http://java.sun.com/xml/ns/j2ee">
    <context-root>/myproject</context-root>
    <resource-ref>
    <res-ref-name>jdbc/Signon</res-ref-name>
    <jndi-name>jdbc/Signon</jndi-name>
    </resource-ref>and the web.xml file includes
    <resource-ref>
        <description>Rave generated DataSource Reference</description>
        <res-ref-name>jdbc/Signon</res-ref-name>
        <res-type>javax.sql.DataSource</res-type>
        <res-auth>Container</res-auth>
      </resource-ref>Can anyone tell me what I've missed out?
    Thanks in advance for any suggestions.
    John

    Hi,
    Please take a look at the sample application JAAS Authentication at
    http://developers.sun.com/prodtech/javatools/jscreator/ea/jsc2/learning/tutorials/index.html
    Hope this may help you
    regards
    MJ

  • Auto Starting up and Shutting down Application Server

    i have problem to starting Application Server automatically on Oracle Linux(unbreakable Linux).
    i had made ias file that contain :
    #! /bin/sh
    ### BEGIN INIT INFO
    # Provides: ias
    # Required-Start: $network $syslog $remote_fs raw
    # Required-Stop:
    # Default-Start: 3 5
    # Default-Stop: 0 1 2 6
    # Description: Start the Oracle iAS
    ### END INIT INFO
    ORACLE_BASE=/oracleAS10g
    ORACLE_HOME=$ORACLE_BASE/product
    ORA_OWNER=oracle
    case "$1" in
    start)
    echo -n "Satring Oracle iAS"
    su - $ORA_OWNER --command="$ORACLE_HOME/dcm/bin/dcmctl start" &
    su - $ORA_OWNER --command="$ORACLE_HOME/opmn/bin/opmnctl startall" &
    su - $ORA_OWNER --command="$ORACLE_HOME/bin/emctl start iasconsole" &
    stop)
    echo -n "Stopping Oracle iAS"
    su - $ORA_OWNER --command="$ORACLE_HOME/dcm/bin/dcmctl shutdown" &
    su - $ORA_OWNER --command="$ORACLE_HOME/opmn/bin/opmnctl stopall" &
    su - $ORA_OWNER --command="$ORACLE_HOME/bin/emctl stop iasconsole" &
    status)
    echo -n "Checking for Oracle iAS"
    su - $ORA_OWNER --command="$ORACLE_HOME/bin/emctl status iasconsole" &
    echo "Usage: $0 {start|stop|status}"
    exit 1
    esac
    then i put ias on /etc/init.d ,
    i made symbolik link in :
    /etc/rc0.d/K10ias
    /etc/rc1.d/K10ias
    /etc/rc2.d/K10ias
    /etc/rc6.d/K10ias
    /etc/rc3.d/S99ias
    /etc/rc5.d/S99ias
    but it doesn't work ! ! !
    who can help me ?

    i and my friend correct the ias file ==>
    #!/bin/bash
    # init file for Oracle iAS
    # Author : Mohsen Aboosaeedi & Mohammad Reza Davoudi, GAM Electronics
    # 1. Add root to dba and oinstall group to function this script properly
    # 2. Create this file in /etc/init.d directory (ias) and use "chkconfig ias on"
    # You can put these and other commands in a single file (startup or shutdown)
    # and use as single command. This example is to make instruction clear.
    # $ORACLE_HOME/dcm/bin/dcmctl startup
    # $ORACLE_HOME/opmn/bin/opmnctl start
    # $ORACLE_HOME/bin/emctl start iasconsole
    ### BEGIN INIT INFO
    # chkconfig: 35 70 20
    # description: Start the Oracle iAS
    ### END INIT INFO
    ORACLE_BASE=/oracleAS10g
    ORACLE_HOME=$ORACLE_BASE/product
    ORA_OWNER=oracle
    start() {
    echo "******* Starting Oracle iAS ************"
    echo "*** Starting dcmctl"
    su - $ORA_OWNER --command="$ORACLE_HOME/dcm/bin/dcmctl start"
    echo "*** Starting opmnctl"
    su - $ORA_OWNER --command="$ORACLE_HOME/opmn/bin/opmnctl startall"
    echo "*** Starting ias console"
    su - $ORA_OWNER --command="$ORACLE_HOME/bin/emctl start iasconsole"
    echo "******* Starting Finshed ************"
    stop() {
    echo "******* Stopping Oracle iAS ************"
    echo "*** Stopping dcmctl"
    su - $ORA_OWNER --command="$ORACLE_HOME/dcm/bin/dcmctl shutdown"
    echo "*** Stopping opmnctl"
    su - $ORA_OWNER --command="$ORACLE_HOME/opmn/bin/opmnctl stopall"
    echo "*** Stopping ias console"
    su - $ORA_OWNER --command="$ORACLE_HOME/bin/emctl stop iasconsole"
    echo "******* Stopping Finshed ************"
    status() {
    echo "***** Checking for Oracle iAS Console"
    su - $ORA_OWNER --command="$ORACLE_HOME/bin/emctl status iasconsole"
    echo "***** Checking for Oracle opmnctl Status"
    su - $ORA_OWNER --command="$ORACLE_HOME/opmn/bin/opmnctl status "
    restart(){
         stop
         start
    case "$1" in
    start)
         start
    stop)
         stop
    restart)
         restart
    status)
    status
         echo $"Usage: $0 {start|stop|status|restart}"
    esac
    exit 1

  • Cannot start 2nd form on same application server when starting script in 1s

    Hello,
    we have a forms application running on a productive application server and the same application for different testing db's on a test application server.
    Within this application I can start a stored procedure that writes a spreadsheet via utl_file. Depending on the parameters used this might last 1 - 2 hours. When I start the procedure the forms application is blocked as expected until the procedure is finished. This would be no problem if there wouldn't happen a strange thing to some users: When they start the procedure every forms application on the same application server is blocked. This means they can work in production when they start the procedure in test environment but they can not open another test application and vice versa.
    As this only happens to some users (yet always the same) I'm lost where I have to search. I found no differences on the client machines, these are installed by a central administration tool.
    Has anyone an idea where I can start searching?
    Regards
    Marcus
    Forms 9.0 (Form Compiler) Version 9.0.4.3.0 (Production)
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    PL/SQL Version 9.0.1.5.0 (Production)
    Oracle Procedure Builder V9.0.4.3.0 Build #0 - Production
    Oracle Virtual Graphics System Version 9.0.1.11.0 (Production)
    Oracle Multimedia Version 9.0.4.1.0 (Production)
    Integration der Oracle-Werkzeuge Version 9.0.4.0.0 (Production)
    Oracle Tools Common Area Version 9.0.2.12.0
    Oracle CORE     9.0.1.2.0     Production

    Hello,
    I first wondered why this is happening only to some users. Now I found that it depends on the habit how the application is called.
    The applications are called from IE with separateFrame=TRUE.
    While I have a link in my XP start menue for every application and therefore start IE anew every time, other users use a website which has the same links. The difference I saw is, that I get a Java console for every application, whereas applications started from the same instance of IE share the same Java console.
    So now we have a workaround (start IE again) but I still don't know why this is happening at all.
    Regards
    Marcus

  • Problem with OID when Installing Oracle Application server

    Hi Gurus,
    When we are trying to install the IAS10R2P2 on a linux box choosing the application server Infrastructure option, the installation part completed with out any problem after running the root.sh file OUI started configuring all the installed components when it is configuring OID it throwed follwing exceptions. Please suggest us a solution to solve this we even tryes reinstalling but facing the same problem.
    Wed Sep 06 16:53:16 IST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Wed Sep 06 16:53:34 IST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Wed Sep 06 16:53:43 IST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Wed Sep 06 16:55:46 IST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Wed Sep 06 17:07:58 IST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Wed Sep 06 17:08:09 IST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Ashok CHava

    Hi,
    This is a 10.1.2 IM (Identity Management) installation performed against a 9.0.4 MR (Metadata Repository) created with RepCA. 10.1.2 IM install against 9.0.4 MR is not supported.This error is seen when installing 10.1.2 IM against 9.0.4 MR .
    Solution
    1) Install a 10.1.2 MR with repCA or with the 10.1.2 AS installer
    2) Install 10.1.2 IM against the 10.1.2 MR
    Rgds,
    S.Jai
    Shanthi Gears (LTD)

  • I have Problem when installing ADF Runime for Application Server

    Hi All,
    I have Application Server 10.1.2.0.2 and Jdeveloper 10.1.3.2
    I followed the next steps
    1 - in Application Server I created OC4J instance named app1
    2- I Stoped all infrastucure and middle-tier of Application Server
    3- in Jdeveloper I installed ADF Runime for Application Server
    by the next steps :-
    Application server home directory : OraHome_2
    oc4j instane name : app1
    and I selected: install a new version of ADF Runtime 10.1.3.40.66
    after that I got a jdeveloper sussceeful install ADF Runtime message
    5- when entering this command below to start Application server
    it gives me an error message
    C:\OraHome_2\opmn\bin>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ======================================
    opmn id=royal:6201
    0 of 1 processes started.
    ias-instance id=midd_admin.royal
    +++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    OC4J/apptest1/default_island
    Error
    --> Process (pid=3808)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\OraHome_2\opmn\logs\OC4J~apptest1~default_island~1
    any soluation to solve this error when starting Appliction server ?
    thanks

    This is the error message in log file
    07/06/14 05:51:55 Start process
    07/06/14 05:51:59 Error starting ORMI-Server. Unable to bind socket: Address already in use: JVM_Bind
    07/06/14 05:52:01 Auto-deploying file:/C:/OraHome_2/j2ee/home/default-web-app/ (New server version detected)...
    07/06/14 05:52:01 Auto-deploying file:/C:/OraHome_2/j2ee/home/applications/dms/ (New server version detected)...
    07/06/14 05:52:03 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
    07/06/14 05:52:03 java.lang.NullPointerException
    07/06/14 05:52:03      at com.evermind.server.rmi.RMIServer.run(RMIServer.java:464)
    07/06/14 05:52:03      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    07/06/14 05:52:03      at java.lang.Thread.run(Thread.java:534)
    07/06/14 05:53:13 Notification ==> Application Deployer for Test8 STARTS [ 2007-06-14T05:53:13.593PDT ]
    thanks for your care

  • Unable to start report service on Oracle application server 10g

    Hello,
    I tried starting services on Oracle application Server 10g using opmnctl startall but got the error below while starting the report service :
    linux_thin> opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=linux_thin:6200
    6 of 7 processes started.
    ias-instance id=oracle10g_Forms.linux_thin
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    rep_gtb_service29/ReportsServer/rep_gtb_service29
    Error
    --> Process (pid=10049)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/oracle10g_Forms/opmn/logs/rep_gtb_service29~ReportsServer~rep_gtb_servi
    ce29~1
    linux_thin>
    Kindly assis on how to resolve this issue

    Hello,
    I tried starting services on Oracle application Server 10g using opmnctl startall but got the error below while starting the report service :
    linux_thin> opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=linux_thin:6200
    6 of 7 processes started.
    ias-instance id=oracle10g_Forms.linux_thin
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    rep_gtb_service29/ReportsServer/rep_gtb_service29
    Error
    --> Process (pid=10049)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/oracle10g_Forms/opmn/logs/rep_gtb_service29~ReportsServer~rep_gtb_servi
    ce29~1
    linux_thin>
    Kindly assis on how to resolve this issue

Maybe you are looking for