Application server diesn't start

Hi there, I just installed Studio Creator on my Suse 10.1 - I made two attempts always to solve the same problem; one as root and the other as user, but it didn't work.
The application server bundled in doesn't start.
Here the stack trace from the server log.
I hope that someone will be able to help me. Thanks in advance
[#|2006-09-22T00:55:37.883+0200|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|Service [email protected]6 cannot be started! : com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL [rmi://hydra.localdomain:29686/management/rmi-jmx-connector]: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: hydra.localdomain; nested exception is:
        java.net.ConnectException: Connection timed out]|#]
[#|2006-09-22T00:55:37.883+0200|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5071: An error occured during initialization
com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL [rmi://hydra.localdomain:29686/management/rmi-jmx-connector]: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: hydra.localdomain; nested exception is:
        java.net.ConnectException: Connection timed out]
        at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup(JmxConnectorLifecycle.java:104)
        at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:300)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:294)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
        at com.sun.rave.tray.RavePEMain.main(RavePEMain.java:37)
Caused by: java.io.IOException: Cannot bind to URL [rmi://hydra.localdomain:29686/management/rmi-jmx-connector]: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: hydra.localdomain; nested exception is:
        java.net.ConnectException: Connection timed out]
        at javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServer.java:814)
        at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:431)
        at com.sun.enterprise.admin.jmx.remote.server.JmxConnectorServerDriver.startConnectorServer(JmxConnectorServerDriver.java:177)
        at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup(JmxConnectorLifecycle.java:95)
        ... 4 more
Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: hydra.localdomain; nested exception is:
        java.net.ConnectException: Connection timed out]
        at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:122)
        at com.sun.jndi.toolkit.url.GenericURLContext.bind(GenericURLContext.java:208)
        at javax.naming.InitialContext.bind(InitialContext.java:359)
        at javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.java:635)
        at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:427)
        ... 6 more
Caused by: java.rmi.ConnectException: Connection refused to host: hydra.localdomain; nested exception is:
        java.net.ConnectException: Connection timed out
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:574)
        at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
        at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
        at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:306)
        at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
        at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:116)
        ... 10 more
Caused by: java.net.ConnectException: Connection timed out
        at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
        at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:525)
        at com.sun.enterprise.server.ss.ASClientSocketImpl.connect(ASClientSocketImpl.java:181)
        at java.net.Socket.connect(Socket.java:507)
        at java.net.Socket.connect(Socket.java:457)
        at java.net.Socket.<init>(Socket.java:365)
        at java.net.Socket.<init>(Socket.java:178)
        at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
        at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:569)
        ... 15 more
|#]
[#|2006-09-22T00:55:37.887+0200|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|Server Startup failed. Exiting...|#]
[#|2006-09-22T00:55:37.888+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|Server shutdown in progress...|#]
[#|2006-09-22T00:55:37.889+0200|WARNING|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5061: Exception :
com.sun.appserv.server.ServerLifecycleException
        at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onShutdown(JmxConnectorLifecycle.java:122)
        at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:414)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:317)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
        at com.sun.rave.tray.RavePEMain.main(RavePEMain.java:37)
|#]
[#|2006-09-22T00:55:37.890+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]
[#|2006-09-22T00:55:37.898+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0713: Stopping Sun-Java-System/Application-Server-PE HTTP/1.1 on 29080|#]
[#|2006-09-22T00:55:37.908+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0713: Stopping Sun-Java-System/Application-Server-PE HTTP/1.1 on 22043|#]
[#|2006-09-22T00:55:37.915+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|WEB0713: Stopping Sun-Java-System/Application-Server-PE HTTP/1.1 on 25848|#]
[#|2006-09-22T00:55:38.557+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5051: Shutting down all J2EE applications ...|#]
[#|2006-09-22T00:55:38.559+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5122:EJB Timer Service shutdown at [2006/09/22 00:55:38]|#]
[#|2006-09-22T00:55:38.559+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|CORE 5060 :  Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]
[#|2006-09-22T00:55:38.561+0200|INFO|sun-appserver-pe8.2|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7094: __xa shutdown successfully.|#]
[#|2006-09-22T00:55:38.561+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|CORE 5061 : Resource adapters Stop() Complete|#]
[#|2006-09-22T00:55:38.561+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5052: Application shutdown complete.|#]
[#|2006-09-22T00:55:38.811+0200|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5025: JMS service shutting down.|#]
[#|2006-09-22T00:55:39.014+0200|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|Server stopped due to Server startup failure.|#]
[#|2006-09-22T00:55:39.015+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=11;|sending notification to server...server|#]
[#|2006-09-22T00:55:39.016+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=11;|Server shutdown complete.|#]

Please check your DNS address. Also, see the following FAQ. might help debug ythe issue
Why doesn't Application Server start up?
http://developers.sun.com/prodtech/javatools/jscreator/reference/faqs/technical/depsrvs/index.jsp

Similar Messages

  • The Sun Java System Application Server could not start

    Hello All,
    I downloaded the Java Pet Store example from sun's website and followed the instructions for installation. After successful installation, I tried to deploy the project and gave the following error
    C:\Documents and Settings\sina\My Documents\Projects\services\nbproject\build-impl.xml:194: Deployment error:
    The Sun Java System Application Server could not start.
    More information about the cause is in the Server log file.
    Possible reasons include:
    - IDE timeout: refresh the server node to see if it's running now.
    - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)
    - Incorrect server configuration (domain.xml to be corrected manually)
    - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
    - Invalid installation location.
    See the server log for details.
    BUILD FAILED (total time: 5 minutes 20 seconds)
    The link above points to the following line in the build-impl.xml file
    <nbdeploy debugmode="false" forceRedeploy="${forceRedeploy}" clientUrlPart="${client.urlPart}" clientModuleUri="${client.module.uri}"/>
    Can any one help whats wrong.An early response will be highly appreciated.
    Kind Regards.
    Hasnain Javed.

    Hi,
    Maybe you already got this fix but here is a suggestion, a snippet from the readme index,html of the petstore download
    # Start the Sun Java System Application Server and the JavaDB database. To do so, open a command prompt and change directory to <javaeesdk.home>/bin and issue the following commands:
    asadmin start-database
    asadmin start-domain
    # Change directory to <petstore.home> and enter the following commands
    ant setup
    ant run
    This will setup, build and deploy the petstore on the application server, and then launch the application homepage in your default browser.
    The "ant setup" that you run from <petstore.home> (petstore.home is the directory where petstore is installed or where you unzipped it) will populate the database wth data and setup the proper database tables etc that are used by the application.
    hth,
    Sean

  • Sun Java System Application Server could not start

    Hi
    I have installed JDK1.5 Update1 + netbeans 5.5 with the JBOSS bundle and added the Sun Java System Application Server 9.1.02.
    I am creating the EJB-JMS application described at
    http://www.netbeans.org/kb/55/ejb30.html
    All the steps are followed properly, but while running the project i get the error
    The Sun Java System Application Server could not start.
    More information about the cause is in the Server log file.
    Possible reasons include:
    - IDE timeout: refresh the server node to see if it's running now.
    - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)
    - Incorrect server configuration (domain.xml to be corrected manually)
    - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
    - Invalid installation location.
    D:\MyNBProjects\EJBAPP1\nbproject\build-impl.xml:183: Deployment error:
    The Sun Java System Application Server could not start.
    More information about the cause is in the Server log file.
    Possible reasons include:
    - IDE timeout: refresh the server node to see if it's running now.
    - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)
    - Incorrect server configuration (domain.xml to be corrected manually)
    - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
    - Invalid installation location.
    See the server log for details.
    BUILD FAILED (total time: 5 minutes 3 seconds)

    Hi Roman,
    Sorry for the long wait....
    In the mean time I have downloaded NB6.1 (final Release) and JDK 1.6.0_04,added the sjsas-9_1_02 to NB6.1, all are in D:\javak (where previous setup of NB5.5 and jdk1.5 and SJSAS-9_1_02 is AS IS in D:\java)
    Current Scenario:
    Product Version: NetBeans IDE 6.1 (Build 200805300101)
    Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
    System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
    Userdir: D:\Documents and Settings\kedar\.netbeans\6.1
    Now, when i try to Run the SAME code i get the following error:
    Created dir: D:\ProjectsNB\EJBAPP1\dist
    Building jar: D:\ProjectsNB\EJBAPP1\dist\EJBAPP1.ear
    post-dist:
    dist:
    pre-run-deploy:
    Initial deploying EJBAPP1 to D:\ProjectsNB\EJBAPP1\dist\gfdeploy
    Error during incremental deploy: java.lang.NullPointerException
    Start registering the project's server resources
    Finished registering server resources
    java.lang.NullPointerException
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeploymentFacility.getFileArchive(DirectoryDeploymentFacility.java:264)
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeploymentFacility.initialDeploy(DirectoryDeploymentFacility.java:168)
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeployment.initialDeploy(DirectoryDeployment.java:413)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.incrdeploy.DirectoryDeploymentFacade.initialDeploy(DirectoryDeploymentFacade.java:218)
    at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:519)
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:151)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:104)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor112.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
    java.lang.IllegalStateException: cannot find FileArchive class...
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeploymentFacility.initialDeploy(DirectoryDeploymentFacility.java:170)
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeployment.initialDeploy(DirectoryDeployment.java:413)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.incrdeploy.DirectoryDeploymentFacade.initialDeploy(DirectoryDeploymentFacade.java:218)
    at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:519)
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:151)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:104)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor112.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
    Deployment error:
    cannot find FileArchive class...
    See the server log for details.
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:166)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:104)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor112.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
    Caused by: java.lang.IllegalStateException: cannot find FileArchive class...
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeploymentFacility.initialDeploy(DirectoryDeploymentFacility.java:194)
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeployment.initialDeploy(DirectoryDeployment.java:413)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.incrdeploy.DirectoryDeploymentFacade.initialDeploy(DirectoryDeploymentFacade.java:218)
    at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:519)
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:151)
    ... 16 more
    Caused by: java.lang.IllegalStateException: cannot find FileArchive class...
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeploymentFacility.initialDeploy(DirectoryDeploymentFacility.java:170)
    ... 20 more
    BUILD FAILED (total time: 9 seconds)
    Thanks,
    Kedar.

  • Application server does not start for DMO

    Hi,
    I have a HR91DMO system on Win 2008.
    Application server does not start. From Tuxedolog :
    105938.IRNTSV-DVPSPJ2!PSAPPSRV.4728.4944.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    105938.IRNTSV-DVPSPJ2!tmboot.244.3628.-2: tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error handlerAnd here is my cfg file :
    ;=========================================================================
    ; Database Signon settings
    ;=========================================================================
    DBName=MYDB
    DBType=ORACLE
    UserId=PTWEBSERVER
    UserPswd=***
    ConnectId=people
    ConnectPswd=***people user can connect in sqlplus to DB. SYSADM can connect via datamover.
    Any help ? thank you.

    SELECT CLASSID, STARTAPPSERVER FROM PSCLASSDEFN
    WHERE CLASSID IN (SELECT OPRCLASS FROM PSOPRCLS WHERE OPRID='<OPRID>')
    If above sql returns a row where STARTAPPSERVER=1, then the user <OPRID> can start the application server.
    If not update a permission list <CLASSID> that is assigned to <OPRID> (result aboce sql), using below sql.
    UPDATE PSCLASSDEFN SET STARTAPPSERVER=1 WHERE CLASSID='<CLASSID>'
    Also see the installation manual CHAPTER 8A - Configuring the Application Server on Windows - Prerequisites
    Hakan

  • Report Application Server won't start. CCM always says Starting....

    I am complete newbie to doing admin for Crystal Servers, forgive the question:
    (Win Server 2003 r 2 / CR XI)
    Report Application Server won't start which is preventing other servers from starting in CCM.
    Reboot machine several times and still having the issue.
    Get an error msg in Windows before login window appears stating that the crystalras.exe application requested a runtime to terminiate in an unusual way (.Net error).
    I get the following error msg in my event viewer.
    From Event Viewer:
    Event Type: Error
    Event Source: BusinessObjects_crystalras
    Event Category: Startup
    Event ID: 33000
    Date: 7/27/2010
    Time: 4:24:34 PM
    User: N/A
    Computer: CRYSTAL
    Description:
    Failed to start the Report Application Server.
    From Logging:
    Timestamp ProcessID ThreadID Message
    Tue Jul 27 20:24:34 2010 2496 3176 assert failure: (.\sso_wrapper.cpp:94). (SFileSys::exists(ssPath) && SFileSys::isDir(ssPath) : Platform binaries directory not valid.).
    We installed some Windows Server Updates about 3 months ago (at the time, over 70 Windows updates were installed) but, this problem hasn't shown up until 2 or 3 weeks ago. I think a .Net Service Pack might have been part of the updates at that time. When we did the updates, Windows was shutdown and updates installed per the preferred option of Windows. But now when rebooting since that time, the server continually reccomends the install updates and shutdown option. Do we need to rollback the server to date prior those updates if possible?
    I have also uninstalled .Net Framework back to 2.0. Is 1.0 or 1.1 the max that will work with XI?
    Should I also try to uninstall all other Windows updates?
    Thanks in advance for any help, Ed

    Post this query to the [Business Objects Enterprise Administration|BI Platform; forum.

  • Application server will not start up

    Hello,
    I have read quite a few topics concerning this problem, and have tried many things but without success.
    I am running on Windows XP Pro. The installation goes fine, but when I run a project, the application server cannot start, and I get a message after quite a long time saying that it can't start and to check my port numbers,etc.
    I used to have Sun Java Creator, but I uninstalled it. I tried deleting the \Windows\System32\productregistry file. I tried uninstalling completely and reinstalling in C:\Sun\Creator2, but the problem is still the same. I tried deleting the domain with "asadmin" and recreating it, but I still get the problem.
    I am posting all the relevant information from the logs, hopin someone will be able to help me out....
    C:\Sun\Creator2ea2\install.log
    (Jan 14, 2006 3:34:36 PM), Setup.product.install, com.installshield.wizard.platform.win32.Win32ProductServiceImpl, msg1, installing Files (coreFiles)
    (Jan 14, 2006 3:35:42 PM), Setup.product.install, com.installshield.wizard.platform.win32.Win32ProductServiceImpl, msg1, installing Files (jdkFiles)
    (Jan 14, 2006 3:36:32 PM), Setup.product.install, com.installshield.wizard.platform.win32.Win32ProductServiceImpl, msg1, installing Files (appserverFiles)
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.installshield.wizard.platform.win32.Win32ProductServiceImpl, msg1, installing Install Application Server Action (bean4)
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, #
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, # Wizard Statefile generatd by make_statefile.sh
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, #
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, # Wizard Statefile section for Sun Java System Application Server
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, #
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, [STATE_BEGIN Sun Java System Application Server 42cc62066aa69c151b1093bfcb735f8e112358e8]
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, defaultInstallDirectory = C:\Sun\Creator2ea2\SunAppServer8
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, currentInstallDirectory = C:\Sun\Creator2ea2\SunAppServer8
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, JDK_LOCATION = C:\Sun\Creator2ea2\java
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, INST_ASADMIN_USERNAME = admin
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, INST_ASADMIN_PASSWORD = adminadmin
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, INST_ASADMIN_PORT = 24848
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, INST_ASWEB_PORT = 28080
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, INST_HTTPS_PORT = 21043
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, STORE_ADMIN_AUTH = FALSE
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, ADMIN_PASSWORD_ENCRYPTED = FALSE
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, CREATE_SAMPLES_DOMAIN = FALSE
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, CREATE_DESKTOP_SHORTCUT = FALSE
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, [STATE_DONE Sun Java System Application Server 42cc62066aa69c151b1093bfcb735f8e112358e8]
    (Jan 14, 2006 3:36:45 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, Installing Application Server...
    (Jan 14, 2006 3:37:58 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1,
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Extracting installation files...
    Launching Java(TM) 2 Runtime Environment...
    Deleting temporary files...
    "exitcode = 73"
    (Jan 14, 2006 3:37:58 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, msg1, Finished
    (Jan 14, 2006 3:37:58 PM), Setup.product.install, com.installshield.wizard.platform.win32.Win32ProductServiceImpl, msg1, installing Post Install Core Action (postInstallCoreAction)
    (Jan 14, 2006 3:40:32 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, The following script has unexpecTed output: "C:\Sun\Creator2ea2\bin\storagebuilder.bat"
    (Jan 14, 2006 3:40:32 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, preparsing C:\Sun\Creator2ea2\rave2.0\core\rowset.jar
    (Jan 14, 2006 3:40:32 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, C:\Temp\mdrstorage\storage
    (Jan 14, 2006 3:40:32 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, ... done
    (Jan 14, 2006 3:40:32 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, preparsing C:\Sun\Creator2ea2\rave2.0\core\sqlx.jar
    <SNIP>
    (Jan 14, 2006 3:41:53 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, The following script has unexpected output: "C:\Sun\Creator2ea2\bin\pe-init-tray.bat"
    (Jan 14, 2006 3:41:53 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, C:\Sun\CREATO~1\\rave2.0\startup\lib\Windows-i386\jdic_0_9.jar
    (Jan 14, 2006 3:41:53 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, C:\Sun\CREATO~1\\rave2.0\startup\lib\Windows-i386\LICENSE.jdic_0_9
    (Jan 14, 2006 3:41:53 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, C:\Sun\CREATO~1\\rave2.0\startup\lib\Windows-i386\tray.dll
    (Jan 14, 2006 3:41:53 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, 3 fichier(s) copi�(s).
    (Jan 14, 2006 3:41:53 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, 1 fichier(s) copi�(s).
    (Jan 14, 2006 3:41:53 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, Avertissements de compilation :
    (Jan 14, 2006 3:41:53 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, line 31: L'attribut 'classname' est � l'ext�rieur de l'�l�ment.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, The following script has unexpected output: "C:\Sun\Creator2ea2\bin\pe-start.bat"
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, WARNING: The adminpassword option is insecure and should not be used since it can compromise your password.  Please use either the command prompt or the passwordfile option.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, Domain creator created.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, Starting Domain creator, please wait.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, Log redirected to C:\Sun\Creator2ea2\SunAppServer8\domains\creator\logs\server.log.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, Timeout waiting for domain creator to go to starting state.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, Avertissements de compilation :
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, line 44: L'attribut 'debug-options' est � l'ext�rieur de l'�l�ment.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, line 61: L'attribut 'port' est � l'ext�rieur de l'�l�ment.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, line 72: L'attribut 'port' est � l'ext�rieur de l'�l�ment.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, line 83: L'attribut 'port' est � l'ext�rieur de l'�l�ment.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, line 104: L'attribut 'port' est � l'ext�rieur de l'�l�ment.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, line 115: L'attribut 'port' est � l'ext�rieur de l'�l�ment.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, line 126: L'attribut 'port' est � l'ext�rieur de l'�l�ment.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, line 144: L'attribut 'port' est � l'ext�rieur de l'�l�ment.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, line 155: L'attribut 'port' est � l'ext�rieur de l'�l�ment.
    (Jan 14, 2006 3:45:08 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, CLI156 Could not start the domain creator.
    (Jan 14, 2006 3:45:41 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, The following script has unexpected output: "C:\Sun\Creator2ea2\bin\deploy-ejbs.bat"
    (Jan 14, 2006 3:45:41 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, WARNING: The password option is insecure and should not be used since it can compromise your password.  Please use either the command prompt or the passwordfile option.
    (Jan 14, 2006 3:45:41 PM), Setup.product.install, com.sun.installer.PostInstallWizardAction, msg1, Unable to connect to admin-server. Please check if the server is up and running and that the host and port provided are correct.
    etc.
    etc.
    Hope I haven't drowned you with this log....
    Thanks,
    Raphael

    Here's a bit more information : the output of the C:\Sun\Creator2ea2\SunAppServer8\domains\creator\logs\server.log file :
    [#|2006-01-14T15:42:08.188+0100|WARNING|sun-appserver-pe8.1_02|javax.enterprise.tools.launcher|_ThreadID=10;|LAUNCHER005:Spaces in your PATH have been detected. The PATH must be consistently formated (e.g. C:\Program Files\Java\jdk1.5.0\bin; ) or the Appserver may not be able to start and/or stop.  Mixed quoted spaces in your PATH can cause problems, so the launcher will remove all double quotes before invoking the process. The most reliable solution would be to remove all spaces from your path before starting the Appservers components.  |#]
    [#|2006-01-14T15:42:08.198+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.tools.launcher|_ThreadID=10;|
    C:/Sun/Creator2ea2/java\bin\java
    -client
    -XX:PermSize=32m
    -XX:MaxPermSize=128m
    -XX:+CMSPermGenSweepingEnabled
    -Xmx512m
    -XX:NewRatio=2
    -Dcom.sun.aas.defaultLogFile=C:/Sun/Creator2ea2/SunAppServer8/domains/creator/logs/server.log
    -Djava.endorsed.dirs=C:/Sun/Creator2ea2/SunAppServer8/lib/endorsed
    -Djava.security.policy=C:/Sun/Creator2ea2/SunAppServer8/domains/creator/config/server.policy
    -Djava.security.auth.login.config=C:/Sun/Creator2ea2/SunAppServer8/domains/creator/config/login.conf
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Djavax.net.ssl.keyStore=C:/Sun/Creator2ea2/SunAppServer8/domains/creator/config/keystore.jks
    -Djavax.net.ssl.trustStore=C:/Sun/Creator2ea2/SunAppServer8/domains/creator/config/cacerts.jks
    -Djava.ext.dirs=C:/Sun/Creator2ea2/java/jre/lib/ext;C:/Sun/Creator2ea2/SunAppServer8/domains/creator/lib/ext
    -Djdbc.drivers=com.pointbase.jdbc.jdbcUniversalDriver
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
    -Dcom.sun.aas.configName=server-config
    -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    -Ddomain.name=creator
    -Djmx.invoke.getters=true
    -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
    -Dcom.sun.aas.promptForIdentity=true
    -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser
    -Dcom.sun.aas.instanceRoot=C:/Sun/Creator2ea2/SunAppServer8/domains/creator
    -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
    -Dcom.sun.aas.domainName=creator
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Dproduct.name=Sun-Java-System/Application-Server
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.faces,javax.servlet.jsp.jstl,javax.xml.bind,javax.help
    -Dcom.sun.aas.configRoot=C:/Sun/Creator2ea2/SunAppServer8/config
    -Djava.library.path=C:\Sun\Creator2ea2\java\jre\bin\client;C:\Sun\Creator2ea2\SunAppServer8\lib;C:\Sun\Creator2ea2\SunAppServer8\lib;C:\Sun\Creator2ea2\java\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Sun\Creator2ea2\SunAppServer8\lib;C:\Sun\Creator2ea2\SunAppServer8\bin;C:\Sun\Creator2ea2\SunAppServer8\lib;C:\Sun\Creator2ea2\SunAppServer8\bin;C:\Sun\Creator2ea2\SunAppServer8\bin;C:\Sun\Creator2ea2\SunAppServer8\bin;C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\;C:\Program Files\Borland\BDS\4.0\Bin;C:\PROGRA~1\Borland\CBUILD~3\Bin;C:\PROGRA~1\Borland\CBUILD~3\Projects\Bpl;C:\Oracle\OraHomeAPISOFT\bin;C:\Program Files\Oracle\jre\1.1.7\bin;C:\Program Files\Borland\Delphi7\Bin;C:\Program Files\Borland\Delphi7\Projects\Bpl\;C:\PROGRA~1\Borland\CBUILDER5\Projects\Bpl;C:\PROGRA~1\Borland\CBUILDER3\bin;C:\PROGRA~1\Borland\CBUILDER5\bin;C:\PROGRA~1\Borland\CBUILDER\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\WinSCP3\;C:\Program Files\Fichiers communs\GTK\2.0\bin;C:\Tools;C:\Program Files\vPoint_XP;C:\Program Files\Sybase\SQL Anywhere 9\win32;C:\Program Files\Sybase\Shared\win32;C:\Program Files\Sybase\SQL Anywhere 9\drivers;C:\Program Files\Sybase\Shared\Sybase Central 4.3\win32;C:\SuperWabaSDK\SuperWabaSDK\bin;C:\Java\Ant\bin\;c:\JbuilderX\jdk1.4\bin;C:\Java\SuperWabaSDK\qrfSQL\win32;C:\Java\SuperWabaSDK\WExtLib\jni\VC\Release;C:\Java\FirebirdSQL\jaybird.dll;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\SOTI\MobiControl;;C:\Documents and Settings\Microtec\Mes documents\Borland Studio Projects\Bpl;C:\PROGRA~1\FICHIE~1\ORACLE\BIN
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -cp
    C:/Sun/Creator2ea2/java/lib/tools.jar;C:/Sun/Creator2ea2/SunAppServer8/lib/appserv-rt.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\activation.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\admin-cli.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\appserv-admin.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\appserv-cmp.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\appserv-env.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\appserv-ext.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\appserv-jstl.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\appserv-upgrade.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\commons-launcher.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\commons-logging.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\dom.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\driveradapter.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\j2ee-svc.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\j2ee.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\jax-qname.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\jaxr-api.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\jaxr-impl.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\jaxrpc-api.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\jaxrpc-impl.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\jdic_0_9.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\jmxremote.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\jmxremote_optional.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\jsf-api.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\jsf-impl.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\mail.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\PEtray.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\relaxngDatatype.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\rmissl.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\saaj-api.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\saaj-impl.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\smbase.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\smdb2.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\sminformix.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\smoracle.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\smresource.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\smspy.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\smsqlserver.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\smsybase.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\smutil.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\xalan.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\xercesImpl.jar;C:/Sun/Creator2ea2/SunAppServer8/lib\xsdlib.jar;C:/Sun/Creator2ea2/SunAppServer8/lib/install/applications/jmsra/imqjmsra.jar;C:/Sun/Creator2ea2/SunAppServer8/imq/lib/jaxm-api.jar;C:/Sun/Creator2ea2/SunAppServer8/imq/lib/fscontext.jar;C:/Sun/Creator2ea2/SunAppServer8/lib/ant/lib/ant.jar;C:/Sun/Creator2ea2/SunAppServer8/pointbase/lib/pbclient.jar;C:/Sun/Creator2ea2/SunAppServer8/pointbase/lib/pbembedded.jar
    com.sun.rave.tray.RavePEMain
    start
    display
    native|#]
    *** EXITING ERROR:
    Can't create Java VM
    ***

  • Application Server failed to start- Could not sign on to database HR91

    Hello there,
    I am not able to boot App Server Domain (started but the status is idle.) In the log, i also find the message that
    PSBRKDSP_dflt.452 (0) [04/01/11 23:35:53](0) PeopleTools Release 8.51 (WinX86) starting. Tuxedo server is PUBSUB(98)/100
    PSPUBDSP_dflt.2996 (0) [04/01/11 23:35:53](0) PeopleTools Release 8.51 (WinX86) starting. Tuxedo server is PUBSUB(98)/200
    PSSUBDSP_dflt.2324 (0) [04/01/11 23:35:53](0) PeopleTools Release 8.51 (WinX86) starting. Tuxedo server is PUBSUB(98)/300
    PSBRKDSP_dflt.452 (0) [04/01/11 23:35:53](0) Cache Directory being used: C:\Users\Administrator\psft\pt\8.51\appserv\HR91\CACHE\PSBRKDSP_dflt_100\
    PSBRKDSP_dflt.452 (0) [04/01/11 23:35:53](1) GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library PSORA (200,0)
    PSBRKDSP_dflt.452 (0) [04/01/11 23:35:53](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database HR91 with user PS.
    PSPUBDSP_dflt.2996 (0) [04/01/11 23:35:54](0) Cache Directory being used: C:\Users\Administrator\psft\pt\8.51\appserv\HR91\CACHE\PSPUBDSP_dflt_200\
    PSPUBDSP_dflt.2996 (0) [04/01/11 23:35:54](1) GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library PSORA (200,0)
    PSPUBDSP_dflt.2996 (0) [04/01/11 23:35:54](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database HR91 with user PS.
    PSSUBDSP_dflt.2324 (0) [04/01/11 23:35:54](0) Cache Directory being used: C:\Users\Administrator\psft\pt\8.51\appserv\HR91\CACHE\PSSUBDSP_dflt_300\
    PSSUBDSP_dflt.2324 (0) [04/01/11 23:35:54](1) GenMessageBox(200, 0, M): PS General SQL Routines: Missing or invalid version of SQL library PSORA (200,0)
    PSSUBDSP_dflt.2324 (0) [04/01/11 23:35:54](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database HR91 with user PS.
    PSBRKDSP_dflt.452 (0) [04/01/11 23:35:54](0) Server failed to start
    PSPUBDSP_dflt.2996 (0) [04/01/11 23:35:54](0) Server failed to start
    PSSUBDSP_dflt.2324 (0) [04/01/11 23:35:54](0) Server failed to start
    Below is the information of my configuration file.
    [Startup]
    ;=========================================================================
    ; Database Signon settings
    ;=========================================================================
    DBName=HR91
    DBType=ORACLE
    UserId=PS
    UserPswd=PS
    ConnectId=people
    ConnectPswd=peop1e
    ServerName=HR91
    StandbyDBName=
    StandbyDBType=
    StandbyUserId=
    StandbyUserPswd=
    [Database Options]
    ;=========================================================================
    ; Database-specific configuration options
    ;=========================================================================
    SybasePacketSize=
    UseLocalOracleDB=0
    ;ORACLE_SID=
    EnableDBMonitoring=1
    PSDB Maximum Cursors=
    [Security]
    ;=========================================================================
    ; Security settings
    ;=========================================================================
    Validate Signon with Database=0
    DomainConnectionPwd=PS
    Also, i can use PS/PS log into the Datamover but can not use them to log into the application designer
    Any help will be appreciated...
    Thank you

    bandar wrote:
    When you have a oracle server running on the same physical machine, why do you need client to support your needs?
    As you said, your oracle client installation might be an error, u can always point BIN on app server to your server installation and start the server.That was true up to Oracle 11.1 because the 32bit librairies were shipped in ORACLE_HOME even if that one was a 64bit installation.
    It has been dramatically changed within Oracle 11.2 though. The 32bit libraries are not coming anymore within the Oracle 11.2 64bit, you have to explicitely install a 11.2 32bit client to make it work with Peoplesoft on Windows. And configure your Peoplesoft installation to work within that 32bit client.
    Consequently, if you have all together installed on the same server (Oracle database 11.2 64bit and Peoplesoft), you must have two Oracle homes : one for the 64bit database, one for the 32bit client.
    Nicolas.

  • Mac OS 10.4.4 Application Server Will Not Start

    Installed Mac 10.4.4 last night. The Applicaton Server worked for all my projects. Now I cannot start the Application Server in Creator or Creator 2 ea2.
    Another possible problem is that I was running both Creator and Creator 2 ea2 at the same time, but neither will launch the App Server now with the other not running.
    Has anyone successfully launched the App Server in Mac OS 10.4.4?
    Any other ideas?
    Thanks,
    Bill

    Hello Sakthi,
    Thanks for the help. I got the server running again by finding yet another instance of Creator and started up the Server successfully. Strangely enough, all the other instances of Creator then were able to start up (now one at a time). Another thing, when the server was not starting up it was using different port numbers than normal.
    Error:
    [#|2006-01-11T17:12:10.079-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=17;|ADM1042:Status of dynamic reconfiguration event processing:[success]|#]
    [#|2006-01-11T17:12:36.979-0500|WARNING|sun-appserver-pe8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=18;|RAR5038:Unexpected exception while creating resource|#]
    [#|2006-01-11T17:12:36.980-0500|WARNING|sun-appserver-pe8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=18;|RAR5117 : Failed to obtain/create connection. Reason : Connection could not be allocated because: SQL-server rejected establishment of SQL-connection. Pointbase Server may not be running on localhost at port 29093.|#]

  • J2EE Application Server Won't Start :-(

    Hi, I'm new to J2EE and I'm trying to set up the application server so I can develop an application. I've successfully installed the J2EE SDK and application server however, when I select 'Start Default Server' from the menu I get a command window with the following message:
    Starting Domain domain1, please wait.
    Log redirected to C:\Sun\AppServer\domains\domain1\logs\server.log.
    Timeout waiting for domain domain1 to go to starting state.
    CLI156 Could not start the domain domain1.
    Press any key to continue . . .'
    I found the following text in the log file.
    [#|2005-10-06T02:42:02.015+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.tools.launcher|_ThreadID=10;|
    C:/Sun/AppServer/jdk\bin\java
    -client
    -Xmx512m
    -XX:NewRatio=2
    -Dcom.sun.aas.defaultLogFile=C:/Sun/AppServer/domains/domain1/logs/server.log
    -Djava.endorsed.dirs=C:/Sun/AppServer/lib/endorsed
    -Djava.security.policy=C:/Sun/AppServer/domains/domain1/config/server.policy
    -Djava.security.auth.login.config=C:/Sun/AppServer/domains/domain1/config/login.conf
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Djavax.net.ssl.keyStore=C:/Sun/AppServer/domains/domain1/config/keystore.jks
    -Djavax.net.ssl.trustStore=C:/Sun/AppServer/domains/domain1/config/cacerts.jks
    -Djava.ext.dirs=C:/Sun/AppServer/jdk/jre/lib/ext;C:/Sun/AppServer/domains/domain1/lib/ext
    -Djdbc.drivers=com.pointbase.jdbc.jdbcUniversalDriver
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
    -Dcom.sun.aas.configName=server-config
    -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    -Ddomain.name=domain1
    -Djmx.invoke.getters=true
    -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
    -Dcom.sun.aas.promptForIdentity=true
    -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser
    -Dcom.sun.aas.instanceRoot=C:/Sun/AppServer/domains/domain1
    -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
    -Dcom.sun.aas.domainName=domain1
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Dproduct.name=Sun-Java-System/Application-Server
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.faces,javax.servlet.jsp.jstl,javax.xml.bind,javax.help
    -Dcom.sun.aas.configRoot=C:/Sun/AppServer/config
    -Djava.library.path=C:\Sun\AppServer\jdk\jre\bin\client;C:\Sun\AppServer\lib;C:\Sun\AppServer\lib;C:\Sun\AppServer\jdk\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Sun\AppServer\lib;C:\Sun\AppServer\bin;C:\Sun\AppServer\lib;C:\Sun\AppServer\bin;C:\Sun\AppServer\bin;C:\Sun\AppServer\bin;
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -cp
    C:/Sun/AppServer/jdk/lib/tools.jar;C:/Sun/AppServer/lib/appserv-rt.jar;C:/Sun/AppServer/lib\activation.jar;C:/Sun/AppServer/lib\admin-cli.jar;C:/Sun/AppServer/lib\appserv-admin.jar;C:/Sun/AppServer/lib\appserv-cmp.jar;C:/Sun/AppServer/lib\appserv-ext.jar;C:/Sun/AppServer/lib\appserv-jstl.jar;C:/Sun/AppServer/lib\appserv-upgrade.jar;C:/Sun/AppServer/lib\commons-launcher.jar;C:/Sun/AppServer/lib\commons-logging.jar;C:/Sun/AppServer/lib\dom.jar;C:/Sun/AppServer/lib\j2ee-svc.jar;C:/Sun/AppServer/lib\j2ee.jar;C:/Sun/AppServer/lib\jax-qname.jar;C:/Sun/AppServer/lib\jaxr-api.jar;C:/Sun/AppServer/lib\jaxr-impl.jar;C:/Sun/AppServer/lib\jaxrpc-api.jar;C:/Sun/AppServer/lib\jaxrpc-impl.jar;C:/Sun/AppServer/lib\jmxremote.jar;C:/Sun/AppServer/lib\jmxremote_optional.jar;C:/Sun/AppServer/lib\jsf-api.jar;C:/Sun/AppServer/lib\jsf-impl.jar;C:/Sun/AppServer/lib\mail.jar;C:/Sun/AppServer/lib\relaxngDatatype.jar;C:/Sun/AppServer/lib\rmissl.jar;C:/Sun/AppServer/lib\saaj-api.jar;C:/Sun/AppServer/lib\saaj-impl.jar;C:/Sun/AppServer/lib\xalan.jar;C:/Sun/AppServer/lib\xercesImpl.jar;C:/Sun/AppServer/lib\xsdlib.jar;C:/Sun/AppServer/lib/install/applications/jmsra/imqjmsra.jar;C:/Sun/AppServer/imq/lib/jaxm-api.jar;C:/Sun/AppServer/imq/lib/fscontext.jar;C:/Sun/AppServer/lib/ant/lib/ant.jar;C:/Sun/AppServer/pointbase/lib/pbclient.jar;C:/Sun/AppServer/pointbase/lib/pbembedded.jar
    com.sun.enterprise.server.PEMain
    start
    display
    native|#]
    *** EXITING ERROR:
    Can't create Java VM
    Can anyone advise as to what I should do to solve this problem? The path contains an entry that points to Sun/AppServer/jdk/bin so I don't understand why it can't create a JVM.
    I'm sorry to repeat a problem that many people have posted about in the past but I've went through all occurences for this problem but none of the solutions solve the problem.
    Many thanks in advance.
    Ian

    Some more information on this problem.
    I initially had Java installed in C:\Program Files\Java but one of the errors I initially got after I had installed the server was that my path had spaces in it so to solve this problem I removed Java completely from my system and then simply installed the J2EE bundle that contained the J2SE SDK, I'm assuming that by installing this alone a JVM will be installed with everything else won't it?
    My path at the moment contains the following:
    C:\Sun\AppServer\jdk\jre\bin;C:\Sun\AppServer\jdk\bin;C:\Sun\AppServer\bin;
    C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    Any help at all would be gratefully received as I have spent a long time trying to sort this problem and have got nowhere.
    Many thanks in advance

  • Oracle Application Server-Unable to start "WebCache" process.

    Hello,
    Using "Oracle Application Server" 10g. Right Now, I am getting below error while starting oracle application server by using below commands.
    ./opmnctl startall ( To start entire oracle service modules)
    ./opmnctl startproc process-type=WebCache
    Both commands giving below error.
    ./opmnctl startproc process-type=WebCache
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=warlock3:6200
    0 of 1 processes started.
    ias-instance id=ias_admin.warlock3
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    WebCache/WebCache/WebCache
    Error
    --> Process (pid=250340)
    failed to start a managed process after the maximum retry limit
    Log:
    /oracle/ora10gas/opmn/logs/WebCache~WebCache~1
    Also, WebCache event log is showing below message.
    [28/Sep/2010:13:23:30 -0530] [notification 9610] [ecid: -] The server is exiting.
    [28/Sep/2010:13:23:30 -0530] [alert 9000] [ecid: -] Process 250338 exit(1) at 890:main.c [Build 10.1.2.0.2 050802]
    [28/Sep/2010:13:23:32 -0530] [notification 9612] [ecid: -] OracleAS Web Cache 10g (10.1.2), Build 10.1.2.0.2 050802
    [28/Sep/2010:13:23:32 -0530] [notification 9403] [ecid: -] Maximum number of file/socket descriptors set to 900.
    [28/Sep/2010:13:23:32 -0530] [notification 13002] [ecid: -] Maximum allowed incoming connections are 700
    [28/Sep/2010:13:23:32 -0530] [alert 13305] [ecid: -] Failed to assign port 7777: Address already in use
    [28/Sep/2010:13:23:32 -0530] [alert 9707] [ecid: -] Failed to start the server.
    [28/Sep/2010:13:23:32 -0530] [alert 9609] [ecid: -] The server process could not initialize.
    [28/Sep/2010:13:23:32 -0530] [notification 9610] [ecid: -] The server is exiting.
    [28/Sep/2010:13:23:32 -0530] [alert 9000] [ecid: -] Process 250340 exit(1) at 890:main.c [Build 10.1.2.0.2 050802]
    Kindly let me know how to solve this issue.
    Regards,
    Nishith N.Vyas.

    Hi,
    I have not experience with Oracle Names resolution, but did you start the server "NAMESCTL> START" ? (I'm not sure)
    On the client, the SQLNET.ORA file contains an entry that lists onames first in the NAMES.DIRECTORY_PATH parameter ?
    e.g.: NAMES.DIRECTORY_PATH=(onames, tnsnames, hostname)
    There are some messages on the listener.log file ?
    Cheers

  • In Oracle 10g, iSQL* Plus Application Server is not starting

    I have Windows XP OS, installed Oracle 10g.
    But Finally OracleOraDb10g_home1iSQL*Plus is not starting.
    I had looked in windows services OracleOraDb10g_home1iSQL*Plus status is in Starting. Not Starting
    How to solve this problem, Because two or three client systems want to access this oracle iSQL*Plus through browser.
    Not Working

    I Tried this:
    C:\oracle\product\10.1.0\db_1>%ORACLE_HOME%\jdk\bin\java.exe -Djava.awt.headless
    =true -Xrs -Doracle.oc4j.localhome=%ORACLE_HOME%\sqlplus -Djava.security.propert
    ies=%ORACLE_HOME%\oc4j\j2ee\home\config\jazn.security.props -jar %ORACLE_HOME%\o
    c4j\j2ee\home\oc4j.jar -config %ORACLE_HOME%\oc4j\j2ee\isqlplus\config\server.xm
    l
    05/11/20 12:49:54 Copying default deployment descriptor from archive at C:\oracl
    e\product\10.1.0\db_1\oc4j\j2ee\oc4j_applications\applications\isqlplus/META-INF
    /orion-application.xml to deployment directory C:\oracle\product\10.1.0\db_1\oc4
    j\j2ee\isqlplus\application-deployments\isqlplus...
    05/11/20 12:49:54 Auto-deploying isqlplushelp (New server version detected)...
    05/11/20 12:49:55 Auto-deploying file:/C:/oracle/product/10.1.0/db_1/oc4j/j2ee/h
    ome/applications/dms0/ (New server version detected)...
    05/11/20 12:49:55 Auto-deploying file:/C:/oracle/product/10.1.0/db_1/oc4j/j2ee/h
    ome/default-web-app/ (New server version detected)...
    05/11/20 12:49:55 Auto-deploying file:/C:/oracle/product/10.1.0/db_1/oc4j/j2ee/h
    ome/applications/dms/ (New server version detected)...
    05/11/20 12:49:55 Copying default deployment descriptor from archive at C:\oracl
    e\product\10.1.0\db_1\oc4j\j2ee\oc4j_applications\applications\isqlplus\isqlplus
    /WEB-INF/orion-web.xml to deployment directory C:\oracle\product\10.1.0\db_1\oc4
    j\j2ee\isqlplus\application-deployments\isqlplus\isqlplus...
    05/11/20 12:49:55 Auto-deploying iSQL*Plus (New server version detected)...
    05/11/20 12:49:55 Auto-deploying file:/C:/oracle/product/10.1.0/db_1/oc4j/j2ee/o
    c4j_applications/applications/isqlplushelp/isqlplushelp/ (New server version det
    ected)...
    05/11/20 12:50:00 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized
    what happened means for 15 minutes, it does not process itself. So i gave
    ^C
    Still It is not started

  • Application server does not start

    Hi,
    in 8.48 on Win 2003 server,
    AS does not start with following :
    84808\appserv\MYDB\CACHE\PSAPPSRV_2\
    PSAPPSRV.4384 (0) [01/06/10 18:31:10](1) GenMessageBox(200, 0, M): SQL Access Ma
    nager: SQL error. Stmt #: 2  Error Position: 0  Return: 404 - [Microsoft][SQL Na
    tive Client][SQL Server]Login failed for user 'sa'.
    PSAPPSRV.4384 (0) [01/06/10 18:31:10](1) GenMessageBox(0, 0, M): Database Signon
    : Could not sign on to database MYDB with user PSAPPS.
    PSAPPSRV.4384 (0) [01/06/10 18:31:10](0) Server failed to start
    PSWATCHSRV.4380 (0) [01/06/10 18:31:11] Shutting downI can connect in Datamover in bootstrap mode (sa user) but can not connect in Application designer with following error :
    SQL error. Stmt #: 2  Error Position: 0  Return: 404 - [Microsoft][SQL Native Client][SQL Server]Login failed for user 'sa'.
    Invalid User ID and password for signon.Thank for help.

    I'm not MSSQL guy, and some feature for the connection are different than other db.
    But...
    Did you try to run in DMS boot strap mode :
    change_access_password SYSADM1 new_password;
    (replace SYSADM1 by your own symbolicid of the new db).
    You could also set a level trace on your client (pscfg) and try to connect to your db through AppDesigner, and report the log here.
    Nicolas.
    Edited by: N Gasparotto on Jan 6, 2010 8:19 PM

  • Application server B.I start issue

    Good Morning,
    Kindly help out on this issue , i tried starting the services on the Application server for the infrastructure tier of my B.I.
    and i get this error, i have checked my /etc/host file and i can find 127.0.0.1 localhost loopback
    -a:applprod$opmnctl startall
    opmnctl: starting opmn and all managed processes...
    Failed to get IP for -a (239)
    Failed to get IP for -a (239)
    Failed to get IP for -a (239)
    opmnctl: opmn start failed
    -a:applprod$./opmnctl start
    Failed to get IP for -a (239)
    Failed to get IP for -a (239)
    Failed to get IP for -a (239)
    opmnctl: opmn start failed
    -a:applprod$./opmnctl status
    Processes in Instance: biprod.crmdbts1.gtbplc.com
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | 20116 | Alive
    OC4J | OC4J_SECURITY | 20093 | Alive
    HTTP_Server | HTTP_Server | 20088 | Alive
    OID | OID | 0 | NONE
    I have and checked the opmn file,but nothing seems to be wrong
    Kindly help with your ideas
    Regards
    Edited by: user12025130 on Feb 23, 2010 12:12 AM
    Edited by: user12025130 on Feb 23, 2010 12:12 AM

    i now have this as error after trying to resolve issue , kindly help out:
    opmnctl: starting opmn and all managed processes...
    ==============================================================================
    opmn id=crmdbts1:6200
    2 of 3 processes started.
    ias-instance id=biprod.crmdbts1.gtbplc.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    OC4J/OC4J_SECURITY/default_island
    Error
    --> Process (pid=0)
    oid dependency failed
    OID
    failed to start a managed process because a dependency check failed
    Log:
    none

  • Application Server couldn�t start

    Dear All,
    I'm facing some problems on starting Application Server 8 on Win XP SP2.
    When I start Default server it apperars a window console saying:
    Starting Domain domain1, please wait.
    Log redirected to C:\Sun\AppServer\domains\domain1\logs\server.log.
    Domain domain1 is ready to receive client requests. Additional services are bein
    g started in background.
    but when i start localhost:8080 the page couldn't not be found.
    I've already checked the log file and it appears the following error:
    [#|2005-08-19T14:47:33.843+0100|SEVERE|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|CORE5071: An error occured during initialization
    com.sun.appserv.server.ServerLifecycleException: Cannot bind to URL [rmi://172.16.3.211:8686/management/rmi-jmx-connector]: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 172.16.3.211; nested exception is:
         java.net.ConnectException: Connection timed out: no further information]
         at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup(JmxConnectorLifecycle.java:101)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:300)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:294)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    Caused by: java.io.IOException: Cannot bind to URL [rmi://172.16.3.211:8686/management/rmi-jmx-connector]: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 172.16.3.211; nested exception is:
         java.net.ConnectException: Connection timed out: no further information]
         at javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServer.java:814)
         at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:431)
         at com.sun.enterprise.admin.jmx.remote.server.JmxConnectorServerDriver.startConnectorServer(JmxConnectorServerDriver.java:173)
         at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onStartup(JmxConnectorLifecycle.java:93)
         ... 3 more
    Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 172.16.3.211; nested exception is:
         java.net.ConnectException: Connection timed out: no further information]
         at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:122)
         at com.sun.jndi.toolkit.url.GenericURLContext.bind(GenericURLContext.java:208)
         at javax.naming.InitialContext.bind(InitialContext.java:359)
         at javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.java:635)
         at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:427)
         ... 5 more
    Caused by: java.rmi.ConnectException: Connection refused to host: 172.16.3.211; nested exception is:
         java.net.ConnectException: Connection timed out: no further information
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:574)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:306)
         at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:116)
         ... 9 more
    Caused by: java.net.ConnectException: Connection timed out: no further information
         at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
         at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:525)
         at com.sun.enterprise.server.ss.ASClientSocketImpl.connect(ASClientSocketImpl.java:175)
         at java.net.Socket.connect(Socket.java:507)
         at java.net.Socket.connect(Socket.java:457)
         at java.net.Socket.<init>(Socket.java:365)
         at java.net.Socket.<init>(Socket.java:178)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:569)
         ... 14 more
    |#]
    [#|2005-08-19T14:47:33.843+0100|SEVERE|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|Server Startup failed. Exiting...|#]
    [#|2005-08-19T14:47:33.843+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|Server shutdown in progress...|#]
    [#|2005-08-19T14:47:33.843+0100|WARNING|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|CORE5061: Exception :
    com.sun.appserv.server.ServerLifecycleException
         at com.sun.enterprise.admin.server.core.JmxConnectorLifecycle.onShutdown(JmxConnectorLifecycle.java:118)
         at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:414)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:317)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    |#]
    [#|2005-08-19T14:47:33.843+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0303: Stopping Sun-Java-System/Application-Server.|#]
    [#|2005-08-19T14:47:33.843+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0713: Stopping Sun-Java-System/Application-Server-PE HTTP/1.1 on 8080|#]
    [#|2005-08-19T14:47:33.859+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0713: Stopping Sun-Java-System/Application-Server-PE HTTP/1.1 on 8181|#]
    [#|2005-08-19T14:47:33.859+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0713: Stopping Sun-Java-System/Application-Server-PE HTTP/1.1 on 4848|#]
    [#|2005-08-19T14:47:34.109+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|CORE5051: Shutting down all J2EE applications ...|#]
    [#|2005-08-19T14:47:34.109+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5122:EJB Timer Service shutdown at [2005/08/19 14:47:34]|#]
    [#|2005-08-19T14:47:34.109+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|CORE 5060 :  Stopping all J2EE Connector 1.5 Compliant resource adapters ...|#]
    [#|2005-08-19T14:47:34.125+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7094: __xa shutdown successfully.|#]
    [#|2005-08-19T14:47:34.125+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|CORE 5061 : Resource adapters Stop() Complete|#]
    [#|2005-08-19T14:47:34.125+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|CORE5052: Application shutdown complete.|#]
    [#|2005-08-19T14:47:34.125+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.resource.jms|_ThreadID=10;|JMS5025: JMS service shutting down.|#]
    [#|2005-08-19T14:47:34.343+0100|INFO|sun-appserver-pe8.1_02|javax.enterprise.resource.jms|_ThreadID=10;|JMS5026: JMS service shutdown complete.|#]
    [#|2005-08-19T14:47:34.343+0100|SEVERE|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|Server stopped due to Server startup failure.|#]
    Any help from you, I would be very apreciated...
    Thank you

    According to the log file, the server startup is failing and therefore you can not access localhost:8080.
    The reason for startup failure is that JMX Connector service within application server could not bind to the address 172.16.3.211:8686. This could be caused by several things, one of them being firewall not allowing it.
    A workaround would be to open up application server configuration file INSTALL_DIR/domains/domain1/config/domain.xml and add an entry of the form
    <jvm-options>-Djava.rmi.server.hostname=localhost</jvm-options>
    The entry will have to added under the java-config element.
    This will make Java RMI use "localhost" for binding remote server side objects(this assumes that your firewall allows creation of localhost connections)

  • Jump Start Kit application server failed to start

    Hi,
    My Jump Start Kit Application server is failing to start. The Error is as below
    2012-10-22 11:58:18,076 FATAL [com.fatwire.logging.cs.db] - <Exception loading meta data for data sourcecsDataSource>
    org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (User not found: SA)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1549)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
    at com.fatwire.cs.core.db.DataSourceBackedPool.acquire(DataSourceBackedPool.java:47)
    at COM.FutureTense.Servlet.JDBCConn.getMeta_trans(JDBCConn.java:188)
    at COM.FutureTense.Servlet.JDBCConn.getMeta(JDBCConn.java:130)
    at COM.FutureTense.Servlet.JDBCTable.<init>(JDBCTable.java:285)
    at COM.FutureTense.Servlet.JDBCConn.GetTable(JDBCConn.java:1333)
    at COM.FutureTense.Common.ftDBTable.getconn(ftDBTable.java:3899)
    at COM.FutureTense.Common.ftDBTable.grab(ftDBTable.java:982)
    at COM.FutureTense.Common.ftAppLogic.getEvent(ftAppLogic.java:2010)
    at COM.FutureTense.Common.ftAppLogic.initEventEngine(ftAppLogic.java:3453)
    at COM.FutureTense.Common.ftAppLogic.init(ftAppLogic.java:1939)
    at COM.FutureTense.Common.ftAppLogic.init(ftAppLogic.java:1897)
    at COM.FutureTense.Common.CatalogManager.execute(CatalogManager.java:321)
    at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
    at COM.FutureTense.Servlet.FTServlet.doGet(FTServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.fatwire.cs.core.logging.context.filter.ContextHeaderFilter.doFilterWork(ContextHeaderFilter.java:37)
    at com.fatwire.cs.core.logging.context.filter.RunOncePerRequestFilter.doFilter(RunOncePerRequestFilter.java:54)
    at com.fatwire.cs.core.logging.context.filter.HttpFilter.doFilter(HttpFilter.java:46)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:557)
    at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.sql.SQLException: User not found: SA
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at org.apache.tomcat.dbcp.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
    ... 39 more
    2012-10-22 11:58:18,076 ERROR [com.fatwire.logging.cs.db] - <Exception getting database connection>
    org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (User not found: SA)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1549)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
    at com.fatwire.cs.core.db.DataSourceBackedPool.acquire(DataSourceBackedPool.java:47)
    at COM.FutureTense.Servlet.JDBCTable.get_trans(JDBCTable.java:698)
    at COM.FutureTense.Servlet.JDBCTable.get(JDBCTable.java:611)
    at COM.FutureTense.Servlet.JDBCTable.<init>(JDBCTable.java:288)
    at COM.FutureTense.Servlet.JDBCConn.GetTable(JDBCConn.java:1333)
    at COM.FutureTense.Common.ftDBTable.getconn(ftDBTable.java:3899)
    at COM.FutureTense.Common.ftDBTable.grab(ftDBTable.java:982)
    at COM.FutureTense.Common.ftAppLogic.getEvent(ftAppLogic.java:2010)
    at COM.FutureTense.Common.ftAppLogic.initEventEngine(ftAppLogic.java:3453)
    at COM.FutureTense.Common.ftAppLogic.init(ftAppLogic.java:1939)
    at COM.FutureTense.Common.ftAppLogic.init(ftAppLogic.java:1897)
    at COM.FutureTense.Common.CatalogManager.execute(CatalogManager.java:321)
    at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
    at COM.FutureTense.Servlet.FTServlet.doGet(FTServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.fatwire.cs.core.logging.context.filter.ContextHeaderFilter.doFilterWork(ContextHeaderFilter.java:37)
    at com.fatwire.cs.core.logging.context.filter.RunOncePerRequestFilter.doFilter(RunOncePerRequestFilter.java:54)
    at com.fatwire.cs.core.logging.context.filter.HttpFilter.doFilter(HttpFilter.java:46)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:557)
    at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.sql.SQLException: User not found: SA
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at org.apache.tomcat.dbcp.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
    ... 39 more
    2012-10-22 11:58:18,076 ERROR [com.fatwire.logging.cs] - <Exception processing CatalogManager request>
    org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (User not found: SA)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1549)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1388)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044)
    at com.fatwire.cs.core.db.DataSourceBackedPool.acquire(DataSourceBackedPool.java:47)
    at COM.FutureTense.Servlet.JDBCConn.Ping_trans(JDBCConn.java:291)
    at COM.FutureTense.Servlet.JDBCConn.Ping(JDBCConn.java:274)
    at COM.FutureTense.Common.CatalogManager.execute(CatalogManager.java:1122)
    at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
    at COM.FutureTense.Servlet.FTServlet.doGet(FTServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.fatwire.cs.core.logging.context.filter.ContextHeaderFilter.doFilterWork(ContextHeaderFilter.java:37)
    at com.fatwire.cs.core.logging.context.filter.RunOncePerRequestFilter.doFilter(RunOncePerRequestFilter.java:54)
    at com.fatwire.cs.core.logging.context.filter.HttpFilter.doFilter(HttpFilter.java:46)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:557)
    at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.sql.SQLException: User not found: SA
    at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
    at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
    at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
    at org.hsqldb.jdbcDriver.connect(Unknown Source)
    at org.apache.tomcat.dbcp.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
    ... 31 more
    Can you please tell me why this error is coming and how to resolve it.

    The error got resolved..
    The files in
    App_Server\apache-tomcat-6.0.32\default\data\hypersonic
    were corrupted hence the error.
    Replaced them with the ones from a correct installation and voila!

Maybe you are looking for