Installing J2EE 1.4 Beta 2

I downloaded and installed the J2EE 1.4 Beta 2 and I am unable to start the server. I keep getting the same message:
Starting the application server, please wait.
Could not start the domain domain1
Startup failed. Please check the server log for more details.
Could not start one or more domains
Press any key to continue . . .
I received this message during the last step of the installation notes:
14. In Start->Programs->Sun Microsystems->J2EE 1.4 SDK, do the following:
a. Click Start Application Server.
The initial domain is automatically created. After domain1 is created, you are prompted as follows:
Press any key to continue . . .
Can anybody guide me to other notes I may need to complete this installation process?
The log shows a few stack traces:
IntrospectionUtils: Unable to resolve host name:/0.0.0.0
<[SEVERE][j2eesdk1.4_beta2][][][10][org.apache.coyote.http11.Http11Protocol][01.July.2003 21:37:33:357 GMT-05:00][Error initializing endpoint
java.net.BindException: Address already in use: JVM_Bind:1043
     at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:280)
     at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:155)
     at org.apache.coyote.tomcat5.CoyoteConnector.initialize(CoyoteConnector.java:1250)
     at org.apache.catalina.startup.Embedded.start(Embedded.java:1005)
     at com.sun.enterprise.web.WebContainer.start(WebContainer.java:490)
     at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:253)
     at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:54)
     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)
<[SEVERE][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.July.2003 21:37:33:367 GMT-05:00][Service com.sun.enterprise.web.PEWebContainerLifecycle@114382d cannot be started! : com.sun.appserv.server.ServerLifecycleException: WEB0105: An error occured while starting the web container]>
<[SEVERE][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.July.2003 21:37:33:367 GMT-05:00][CORE5071: An error occured during initialization
com.sun.appserv.server.ServerLifecycleException: WEB0105: An error occured while starting the web container
     at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:261)
     at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:54)
     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)
Caused by: LifecycleException:  Protocol handler initialization failed: java.net.BindException: Address already in use: JVM_Bind:1043
     at org.apache.coyote.tomcat5.CoyoteConnector.initialize(CoyoteConnector.java:1252)
     at org.apache.catalina.startup.Embedded.start(Embedded.java:1005)
     at com.sun.enterprise.web.WebContainer.start(WebContainer.java:490)
     at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:253)
<[WARNING][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.July.2003 21:37:33:427 GMT-05:00][CORE5049: Unexpected error occurred while shutting down applications
java.lang.NullPointerException
     at com.sun.enterprise.server.AbstractMonitor.stop(AbstractMonitor.java:65)
     at com.sun.enterprise.server.AbstractManager.shutdown(AbstractManager.java:307)
     at com.sun.enterprise.server.ApplicationLifecycle.onShutdown(ApplicationLifecycle.java:339)
     at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:409)
     at com.sun.enterprise.server.PEMain.run(PEMain.java:184)
     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)
<[WARNING][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.July.2003 21:41:29:036 GMT-05:00][CORE5049: Unexpected error occurred while shutting down applications
java.lang.NullPointerException
     at com.sun.enterprise.server.AbstractMonitor.stop(AbstractMonitor.java:65)
     at com.sun.enterprise.server.AbstractManager.shutdown(AbstractManager.java:307)
     at com.sun.enterprise.server.ApplicationLifecycle.onShutdown(ApplicationLifecycle.java:339)
     at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:409)
     at com.sun.enterprise.server.PEMain.run(PEMain.java:184)
     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)
There appear to be many other problems also but I hope this is sufficient.
Any ideas will be greatly appreciated.
Thank you.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Please check if some process is occupying port 1043. The server
seems to be hitting this and hence cannot start. (BindException)

Similar Messages

  • J2EE 1.4 beta SDK install problem on Linux RH 7.2 ?

    Hello everybody
    Thank for your reading
    I have installed J2EE SDK 1.4 beta on Linux RH 7.2, my installed J2SE is 1.4.0_01, but the J2EE installer reported that: Exception in the "main" thread: java.lang.io.NoDefClassFound: J2EE.
    I had defined JAVA_HOME. I don't know how to sovle this problem.
    Please help me. thank you
    [email protected]

    Hi, I'm fairly new with Linux.... I've downloaded the self extracting 1.4.0 bin file... how do I istall it now? I'm not sure what command to use for the installation to occur.
    I'm installing Tomcat as well...
    Is there anywhere I can go to see step by step instructions to install these products?
    Thank you in advanced!

  • Using J2EE 1.4 Beta 2 on Windows 98 and Windows Me

    I know J2EE isn't supported on Windows 98 and Windows Me, but like many others I've been able to get J2EE 1.3.1 and J2EE 1.4 Beta to work quite well on Windows 98 and Windows Me. However, no such luck when I tried to do the same with J2EE 1.4 Beta 2. Basically, after downloading j2eesdk-1_4-beta2-windows-eval-app.zip, extracting it into C:\j2ee_app_win, and double clicking setup.exe (or setup.dos.exe for that matter), the setup GUI doesn't appear. Has anybody gotten passed this point and gotten it to work?

    Basically, J2EE 1.4 Beta 2 setup.exe doesn't work on Windows 98 or Windows Me even with 256 MB of memory. You'll see it appear on the task bar and then disappear right away. The setup task keeps running, so you have to kill it with Ctrl-Alt-Del.
    However, J2EE 1.4 Beta 2 does work quite well on Windows XP Home Edition even though it's not supported by Sun. So if you don't have Windows XP Professional or Windows 2000, you can at least try it.
    For help installing and getting started with J2EE 1.4 Beta 2 on Windows XP, see http://groups.msn.com/J2EETools.

  • J2EE 1.4 beta 2, W2K and Petstore hopeless

    Hello
    I can deploy the petstore application in J2EE 1.4 beta 2. It works, but only once. After a manual restart of the app server, the I get status 404.
    I recognized a message in the deploy process.
    reconfig:
         [echo] Reconfiguring server server
    [sun-appserv-admin] Executing: reconfig port 4848 host ursus --password xx -user admin server
    [sun-appserv-admin[ Unable to read system environment. No system environment will be used
    Perhaps someone has an idea what this means.
    It is a long log available with exceptions stacks.
    Starting J2EETM 1.4 Application Server Beta 2 ...
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][26.Juli.2003 18:50:56:317 CEST][CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.1_02] from [Sun Microsystems Inc.]]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][26.Juli.2003 18:51:02:146 CEST][ADM0020:Following is the information about the JMX MBeanServer used:]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][26.Juli.2003 18:51:02:176 CEST][ADM0021:MBeanServer Implementation Name:[JMX]]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][26.Juli.2003 18:51:02:176 CEST][ADM0022:MBeanServer Implementation Vendor:[Sun Microsystems]]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][26.Juli.2003 18:51:02:176 CEST][ADM023:JMX Implementation Version:[1.2_r08]]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][26.Juli.2003 18:51:02:176 CEST][ADM024:MBeanServer ID:[ursus_1059238261795]]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][26.Juli.2003 18:51:02:176 CEST][ADM025:MBeanServer Implementation Classname:[com.sun.jmx.mbeanserver.JmxMBeanServer]]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][26.Juli.2003 18:51:02:677 CEST][ADM0002:System MBean initialized:[ias:type=controller]]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][26.Juli.2003 18:51:02:707 CEST][ADM0002:System MBean initialized:[ias:type=configurator]]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][26.Juli.2003 18:51:02:737 CEST][ADM0001:MBeanServer initialized successfully]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][26.Juli.2003 18:51:02:787 CEST][ADM0005:Timestamp files for configuration created for:[server]]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][26.Juli.2003 18:51:02:797 CEST][ADM0102: Starting a thread for tracking manual changes]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.resource.jms][26.Juli.2003 18:51:22:205 CEST][JMS5023: JMS service successfully started. Instance Name = domain1_server, Home = [D:/Programme/Sun/j2eesdk1.4_beta2/imq/bin].]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][26.Juli.2003 18:51:23:887 CEST][S1AS AVK Instrumentation disabled]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core.security][26.Juli.2003 18:51:23:907 CEST][SEC1143: Loading policy provider com.sun.enterprise.security.provider.util.PolicyWrapper.]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core.transaction][26.Juli.2003 18:51:26:281 CEST][JTS5014: Recoverable JTS instance, serverId = [100]]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.resource.resourceadapter][26.Juli.2003 18:51:40:942 CEST][RAR5060: Install JDBC Datasources ...]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][26.Juli.2003 18:51:47:301 CEST][Satisfying Optional Packages dependencies...]>
    <[WARNUNG][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][26.Juli.2003 18:51:48:533 CEST][ADM0016:Unable to determine java home. This suggests that you are using a version of J2EE plugin incompatible with administration server.]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][26.Juli.2003 18:51:48:923 CEST][[AutoDeploy] Enabling AutoDeployment service at :1059238308923]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][26.Juli.2003 18:51:48:953 CEST][CORE5100:Loading system apps]>
    <[SCHWERWIEGEND][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.deployment][26.Juli.2003 18:51:51:527 CEST][XML Error line : 39 The content of element type "sun-web-app" must match "(context-root?,security-role-mapping*,servlet*,session-config?,ejb-ref*,resource-ref*,resource-env-ref*,service-ref*,cache?,class-loader?,jsp-config?,locale-charset-info?,property*,message-destination*,webservice-description*)".]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][26.Juli.2003 18:51:51:978 CEST][ApplicationLoader com.sun.enterprise.server.TomcatApplicationLoader@1a9b034]>
    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: Der Eingabeknoten darf f�r ein DOMSource f�r newTemplates nicht Null sein!
         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)
    <[WARNUNG][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][26.Juli.2003 18:51:52:568 CEST][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)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: java.lang.IllegalArgumentException: Der Eingabeknoten darf f�r ein DOMSource f�r newTemplates nicht Null sein!
         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
    ]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][26.Juli.2003 18:51:56:975 CEST][ApplicationLoader com.sun.enterprise.server.TomcatApplicationLoader@a8cd58]>
    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: Der Eingabeknoten darf f�r ein DOMSource f�r newTemplates nicht Null sein!
         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)
    <[WARNUNG][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][26.Juli.2003 18:51:56:995 CEST][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)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: java.lang.IllegalArgumentException: Der Eingabeknoten darf f�r ein DOMSource f�r newTemplates nicht Null sein!
         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
    ]>
    <[SCHWERWIEGEND][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core.classloading][26.Juli.2003 18:51:56:995 CEST][LDR5101: Could not get classpath
    java.io.FileNotFoundException: D:\Programme\Sun\j2eesdk1.4_beta2\domains\domain1\server\applications\j2ee-apps\petstore_1
         at com.sun.enterprise.deployment.archivist.FileArchive.open(FileArchive.java:38)
         at com.sun.enterprise.loader.EJBClassPathUtils.getApplicationClassPath(EJBClassPathUtils.java:242)
         at com.sun.enterprise.loader.EJBClassPathUtils.getEjbClasspathList(EJBClassPathUtils.java:114)
         at com.sun.enterprise.loader.EJBClassPathUtils.getEjbClasspath(EJBClassPathUtils.java:87)
         at com.sun.enterprise.server.ApplicationLoader.<init>(ApplicationLoader.java:63)
         at com.sun.enterprise.server.TomcatApplicationLoader.<init>(TomcatApplicationLoader.java:57)
         at com.sun.enterprise.server.pluggable.TomcatApplicationLoaderFactory.createApplicationLoader(TomcatApplicationLoaderFactory.java:32)
         at com.sun.enterprise.server.ApplicationManager.getLoader(ApplicationManager.java:123)
         at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:149)
         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)
    ]>
    <[SCHWERWIEGEND][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core.classloading][26.Juli.2003 18:51:57:035 CEST][LDR5006: Failed to load deployment descriptor
    com.sun.enterprise.config.ConfigException: Failed to load deployment descriptor for: petstore
    cause: D:\Programme\Sun\j2eesdk1.4_beta2\domains\domain1\server\applications\j2ee-apps\petstore_1
         at com.sun.enterprise.instance.AppsManager.getAppDescriptor(AppsManager.java:270)
         at com.sun.enterprise.instance.AppsManager.getAppDescriptor(AppsManager.java:230)
         at com.sun.enterprise.server.ApplicationLoader.<init>(ApplicationLoader.java:69)
         at com.sun.enterprise.server.TomcatApplicationLoader.<init>(TomcatApplicationLoader.java:57)
         at com.sun.enterprise.server.pluggable.TomcatApplicationLoaderFactory.createApplicationLoader(TomcatApplicationLoaderFactory.java:32)
         at com.sun.enterprise.server.ApplicationManager.getLoader(ApplicationManager.java:123)
         at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:149)
         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)
    Caused by: java.io.FileNotFoundException: D:\Programme\Sun\j2eesdk1.4_beta2\domains\domain1\server\applications\j2ee-apps\petstore_1
         at com.sun.enterprise.deployment.archivist.FileArchive.open(FileArchive.java:38)
         at com.sun.enterprise.instance.AppsManager.getAppDescriptor(AppsManager.java:253)
         ... 15 more
    ]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][26.Juli.2003 18:51:57:045 CEST][ApplicationLoader com.sun.enterprise.server.TomcatApplicationLoader@196649c]>
    <[WARNUNG][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][26.Juli.2003 18:51:57:045 CEST][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)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: java.lang.NullPointerException
         at com.sun.enterprise.server.MgmtMBeansManager.createAppMBean(MgmtMBeansManager.java:159)
         ... 11 more
    ]>
    <[SCHWERWIEGEND][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core.classloading][26.Juli.2003 18:51:57:045 CEST][LDR5101: Could not get classpath
    java.io.FileNotFoundException: D:\Programme\Sun\j2eesdk1.4_beta2\domains\domain1\server\applications\j2ee-apps\petstoreadmin_1
         at com.sun.enterprise.deployment.archivist.FileArchive.open(FileArchive.java:38)
         at com.sun.enterprise.loader.EJBClassPathUtils.getApplicationClassPath(EJBClassPathUtils.java:242)
         at com.sun.enterprise.loader.EJBClassPathUtils.getEjbClasspathList(EJBClassPathUtils.java:114)
         at com.sun.enterprise.loader.EJBClassPathUtils.getEjbClasspath(EJBClassPathUtils.java:87)
         at com.sun.enterprise.server.ApplicationLoader.<init>(ApplicationLoader.java:63)
         at com.sun.enterprise.server.TomcatApplicationLoader.<init>(TomcatApplicationLoader.java:57)
         at com.sun.enterprise.server.pluggable.TomcatApplicationLoaderFactory.createApplicationLoader(TomcatApplicationLoaderFactory.java:32)
         at com.sun.enterprise.server.ApplicationManager.getLoader(ApplicationManager.java:123)
         at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:149)
         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)
    ]>
    <[SCHWERWIEGEND][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core.classloading][26.Juli.2003 18:51:57:065 CEST][LDR5006: Failed to load deployment descriptor
    com.sun.enterprise.config.ConfigException: Failed to load deployment descriptor for: petstoreadmin
    cause: D:\Programme\Sun\j2eesdk1.4_beta2\domains\domain1\server\applications\j2ee-apps\petstoreadmin_1
         at com.sun.enterprise.instance.AppsManager.getAppDescriptor(AppsManager.java:270)
         at com.sun.enterprise.instance.AppsManager.getAppDescriptor(AppsManager.java:230)
         at com.sun.enterprise.server.ApplicationLoader.<init>(ApplicationLoader.java:69)
         at com.sun.enterprise.server.TomcatApplicationLoader.<init>(TomcatApplicationLoader.java:57)
         at com.sun.enterprise.server.pluggable.TomcatApplicationLoaderFactory.createApplicationLoader(TomcatApplicationLoaderFactory.java:32)
         at com.sun.enterprise.server.ApplicationManager.getLoader(ApplicationManager.java:123)
         at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:149)
         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)
    Caused by: java.io.FileNotFoundException: D:\Programme\Sun\j2eesdk1.4_beta2\domains\domain1\server\applications\j2ee-apps\petstoreadmin_1
         at com.sun.enterprise.deployment.archivist.FileArchive.open(FileArchive.java:38)
         at com.sun.enterprise.instance.AppsManager.getAppDescriptor(AppsManager.java:253)
         ... 15 more
    ]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][26.Juli.2003 18:51:57:105 CEST][ApplicationLoader com.sun.enterprise.server.TomcatApplicationLoader@a75004]>
    <[WARNUNG][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][26.Juli.2003 18:51:57:105 CEST][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)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: java.lang.NullPointerException
         at com.sun.enterprise.server.MgmtMBeansManager.createAppMBean(MgmtMBeansManager.java:159)
         ... 11 more
    ]>
    <[SCHWERWIEGEND][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core.classloading][26.Juli.2003 18:51:57:115 CEST][LDR5101: Could not get classpath
    java.io.FileNotFoundException: D:\Programme\Sun\j2eesdk1.4_beta2\domains\domain1\server\applications\j2ee-apps\supplier_1
         at com.sun.enterprise.deployment.archivist.FileArchive.open(FileArchive.java:38)
         at com.sun.enterprise.loader.EJBClassPathUtils.getApplicationClassPath(EJBClassPathUtils.java:242)
         at com.sun.enterprise.loader.EJBClassPathUtils.getEjbClasspathList(EJBClassPathUtils.java:114)
         at com.sun.enterprise.loader.EJBClassPathUtils.getEjbClasspath(EJBClassPathUtils.java:87)
         at com.sun.enterprise.server.ApplicationLoader.<init>(ApplicationLoader.java:63)
         at com.sun.enterprise.server.TomcatApplicationLoader.<init>(TomcatApplicationLoader.java:57)
         at com.sun.enterprise.server.pluggable.TomcatApplicationLoaderFactory.createApplicationLoader(TomcatApplicationLoaderFactory.java:32)
         at com.sun.enterprise.server.ApplicationManager.getLoader(ApplicationManager.java:123)
         at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:149)
         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)
    ]>
    <[SCHWERWIEGEND][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core.classloading][26.Juli.2003 18:51:57:115 CEST][LDR5006: Failed to load deployment descriptor
    com.sun.enterprise.config.ConfigException: Failed to load deployment descriptor for: supplier
    cause: D:\Programme\Sun\j2eesdk1.4_beta2\domains\domain1\server\applications\j2ee-apps\supplier_1
         at com.sun.enterprise.instance.AppsManager.getAppDescriptor(AppsManager.java:270)
         at com.sun.enterprise.instance.AppsManager.getAppDescriptor(AppsManager.java:230)
         at com.sun.enterprise.server.ApplicationLoader.<init>(ApplicationLoader.java:69)
         at com.sun.enterprise.server.TomcatApplicationLoader.<init>(TomcatApplicationLoader.java:57)
         at com.sun.enterprise.server.pluggable.TomcatApplicationLoaderFactory.createApplicationLoader(TomcatApplicationLoaderFactory.java:32)
         at com.sun.enterprise.server.ApplicationManager.getLoader(ApplicationManager.java:123)
         at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:149)
         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)
    Caused by: java.io.FileNotFoundException: D:\Programme\Sun\j2eesdk1.4_beta2\domains\domain1\server\applications\j2ee-apps\supplier_1
         at com.sun.enterprise.deployment.archivist.FileArchive.open(FileArchive.java:38)
         at com.sun.enterprise.instance.AppsManager.getAppDescriptor(AppsManager.java:253)
         ... 15 more
    ]>
    <[INFO][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][26.Juli.2003 18:51:57:115 CEST][ApplicationLoader com.sun.enterprise.server.TomcatApplicationLoader@766b42]>
    <[WARNUNG][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][26.Juli.2003 18:51:57:115 CEST][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.A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

    I have not tried out Your advice. But what has this to do with my problem?
    Is in the ant build process used US locale or what?
    I have also this deploytool not save problem. But I don't want to change the locale only for the app server.
    There must be other solutions. Personally it would interest me how someone can come to the locale setting.
    Thanks
    Urs

  • Installing j2ee

    I can' install the J2EE cause the installer keeps asking me to browse to the directory where JAVA was previously installed. There is no such directory case it is a new installation. How do I remedy this problem. I am trying to install J2EE 1.4.1 beta on a windows 2ooo platform. I have also tried installing the J2EE 1.3.1 and the same thing happens. Help please.

    I installed the j2sesdk, the same thing still happens. The installer of J2EE does not recognize it as a directory with java sdk installed into it. stumped.

  • Error while installing J2EE Add- In to the ABAP system

    Error while installing J2EE Add-In to the ABAP system 
    We are installing J2EE Add-In to the ECC5 System in the new hardware.
    When are getting Error while installing J2EE Add-In to the ABAP system.
    Transaction Begin*****************************
    ERROR 2005-08-10 14:58:28
    CJSlibModule::writeLogEntry()
    CJS-20011 J2EE engine configuration error. DIAGNOSIS: Error when
    configuring J2EE Engine. See output of
    logfile /usr/sap/QSS/install/batchconfig.log: 'My Library Path
    is: /usr/j2se/jre/lib/sparcv9/server:/usr/j2se/jre/lib/sparcv9:/usr/j2se/jre/../lib/sparcv9:/tmp/sapinst_exe.13084.1123702275:/usr/lib::/usr/openwin/lib:/usr/sap/QSS/SYS/exe/run:/oracle/QSS/920_64/lib:/oracle/QSS/920_64/lib32:/usr/lib
    ElementInfoTask has finished successfully on dispatcher
    ConsoleLogsTask has finished successfully on dispatcher
    ChangeManagerPropsTask has finished successfully. Manager:
    LockingManager on dispatcher
    ChangeManagerPropsTask has finished successfully. Manager:
    ClusterManager on dispatcher
    ElementInfoTask has finished successfully on server
    ConsoleLogsTask has finished successfully on server
    ChangeManagerPropsTask has finished successfully. Manager:
    LockingManager on server
    ChangeManagerPropsTask has finished successfully. Manager:
    ClusterManager on server
    ChangeServicePropsTask has finished successfully. Service: dbpool on
    server
    ChangePasswordsTask finished successfully.
    Error occured while connecting to database (UploadFile). Msg: No such
    algorithm: DESede
    Transaction end***********************************
    We tried twice clean installation, after removing j2ee dir, SCS and
    resp profiles and droping PSAPQSSDB tablespace and SAPQSSDB user.
    I have also confirmed the passwords in ABAP system/000 for SAPJSF, DDIC, J2EE_ADMIN, J2EE_GUEST.
    We are getting the same error in both tries.
    Kindly advice us to resolve the problem.
    Thanks and Regards,
    Srinivas

    Ananda,
    you saved my day!  I've been banging my head against the wall with this same problem during a J2EE add-in installation for SRM 4.0 on Windows, in preparation of an LAC 2.0 installation.  I had tried deleting the schema first, but that didn't work.  After I removed the sys\global\security folder as well, it worked perfectly.
    Thank you.

  • How to find out version, support package, patchlevel of installed j2ee as

    Hello all
    We have PI 7.11 installed and I'd like to know what the support package and patchlevel of our installed j2ee application server is. We would like to post-install NWDI and need to know which are the right SCA-Files for us to download.
    Can anyone tell me where to find this information? I wasn't able to find it (maybe just didn't see it?)
    Thanks in advance
    Renaud

    Thanks Srikanth for your quick reply
    But which "help -> about" are you talking about?
    nwa? ConfigTool? Management Console? JSPM? SAPGUI Client? Elsewhere?
    From SAPGUI-Client I choose System -> Status and click on details button for SAP System data. Here I see:
    SAP_ABA     711     0000
    SAP_BASIS     711     0000
    PI_BASIS     711     0000
    ST-PI     2005_1_710     0003
    SAP_BW     711     0000
    But this is for ABAP stack only.
    In nwa I don't see any HELP -> About
    In nwa/sysinfo I don't see any HELP -> About
    In Config Tool I can see:
    Version: 7.1100.20081120163102.0000
    -> is this the j2ee as version including support package and patchlevel info or is this the version of the config tool itself?
    In JSPM / SDT in Help -> About I can see:
    Client Version 1.4.0
    Server Version 1.4.0
    Server Port 50418
    JSPM Service Version 1.0
    JSPM Host Name localhost
    JSPM Port 50417
    Unfortunately not what I'm searching for as well.
    In SAP Management Console in ? -> About I can see:
    Version:  7110, 21, 15, 51094
    Still not sure where to find the required infos... any other ideas?
    Kind regards
    Renaud

  • Firefox 3.6.13 will not uninstall after I installed Firefox 4.9 beta

    I have Windows XP Pro Service Pack 3. I installed Firefox 4.9 beta and have 2 Firefox browsers (also Firefox 3.6.13). Now I want to uninstall 3.6.13. When I click on uninstall Firefox 3.6.13 from Add/Delete Programs nothing happening - no response. Please help me to resolve this issue.

    You can keep the Firefox 3.6.x version as you may need it to visit websites that do not work properly in the Firefox 4 beta version. Remember that you are using unfinished beta software with know bugs that may not work properly all the time.
    See also:
    * http://kb.mozillazine.org/Testing_pre-release_versions

  • Which client i should give when Installing J2EE add On?

    Hi all,
       I am installing XI 3.0/windows 2003. While installing
    J2EE addon it is asking for
    DDIC password =
    Client =
      I have 000 and i created 100.
    1. Can i use 000 here?
    (Because i am getting password invalid error when i use 100, I made sure password is working fine nu logging fromsap gui, changes it re tested it but still have problem )
    2. If i already used 000, what are my options.
    Thank you
    Ganges Leaves

    Fortunately, You don't have reinstall from scratch or uninstall j2ee.
    https://websmp202.sap-ag.de/~sapidb/011000358700009389172004E.PDF
    above is the link for the xi install guide. in page 16 of the document it details about the tasks that needs to be done if you missed the client copy before j2ee install.
    Hope this helps.
    Raj

  • How to install j2ee?

    Hi! i am a novice user. I want to learn j2ee but i don't know how to download j2ee and also how to install j2ee in my windows platform. I have 4og hard disks, 128 ram and 2.0g processor(p4) pc. so please help me.

    http://java.sun.com/javaee/downloads/index.jsp
    This is the J2EE download page.
    You can download J2EE only
    OR with Sun App Server which you can deploy your J2EE application.
    OR with Netbeans IDE which help you develop your J2EE application.
    If you don't want to do tones of setting,
    I recommend you download the bundle which contains J2EE SDK + Sun App Server + Netbeans IDE.

  • For active sessions error what can i do ..Install j2ee or sdm locally How ?

    Hi,
    Here many developers r working on Web DynPro Java. So when morethan one developers deploying application parallely at that time sdm gives error of active sessions, I found some threads told me that we had to install j2ee or sdm locally . But that threads could not ans satisfactory. Please any one tell me satisfactory ans what i need to install locally and how ?
    Regards,
    Gurprit Bhatia

    Hi,
      WAS Web Application Server has SAP J2EE Engine in which Web Dynpro Applications run. Software Deployment Manager(SDM) component manages deployment process.
    Once you deploy WAS locally, developer will have local server very similar to Tomcat kind... which you he/she can manage.
    Developer need to login to local server portal using http://server url:50000/irj/portal
    if u have any more doubts please let us know.

  • Install j2ee engine in BW 3.5.

    Hello,
    Can i install J2EE Engine in BW 3.5 server to install XI 3.0 SR1?
    thanks.

    Hi Consultor Basis,
    If you want to install a standalone j2ee engine then thats fine.
    Regards,
    ---Satish

  • Installing j2ee in linux

    hi ,
    i am new to j2ee. how to install j2ee in linux? i have downloaded java_ee_sdk-5_05-linux-nojdk.bin. should i download anyother packages? Can anyone guide me through the installation or a site that tells a step-by-step procedure.
    Thanks in advance,
    balaji.

    And when I attempt to run the "bin" download I get the following output:
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Extracting Java(TM) 2 Runtime Environment files...
    Extracting installation files...
    *** glibc detected *** java_ee_sdk-5_05-linux-nojdk.bin: free(): invalid next size (fast): 0x0835b660 ***
    ======= Backtrace: =========
    /lib/libc.so.6[0x6e1a96]
    /lib/libc.so.6(cfree+0x90)[0x6e4fb0]
    java_ee_sdk-5_05-linux-nojdk.bin(zipFreeEntry+0x68)[0x8051531]
    java_ee_sdk-5_05-linux-nojdk.bin(UnzipFiles+0x200)[0x804fe1a]
    java_ee_sdk-5_05-linux-nojdk.bin(main+0xa3e)[0x804e4c2]
    /lib/libc.so.6(__libc_start_main+0xdc)[0x690dec]
    java_ee_sdk-5_05-linux-nojdk.bin(dlopen+0x41)[0x804c9f5]
    ======= Memory map: ========
    00110000-00111000 r-xp 00110000 00:00 0 [vdso]
    00111000-00112000 r-xp 00000000 03:04 15204534 /usr/lib/gconv/ISO8859-1.so
    00112000-00114000 rwxp 00000000 03:04 15204534 /usr/lib/gconv/ISO8859-1.so
    00380000-00431000 r-xp 00000000 03:04 15117581 /usr/lib/libstdc++.so.5.0.7
    00431000-00437000 rwxp 000b0000 03:04 15117581 /usr/lib/libstdc++.so.5.0.7
    00437000-0043c000 rwxp 00437000 00:00 0
    0065e000-00677000 r-xp 00000000 03:04 22315103 /lib/ld-2.5.so
    00677000-00678000 r-xp 00019000 03:04 22315103 /lib/ld-2.5.so
    00678000-00679000 rwxp 0001a000 03:04 22315103 /lib/ld-2.5.so
    0067b000-007b5000 r-xp 00000000 03:04 22315842 /lib/libc-2.5.so
    007b5000-007b7000 r-xp 0013a000 03:04 22315842 /lib/libc-2.5.so
    007b7000-007b8000 rwxp 0013c000 03:04 22315842 /lib/libc-2.5.so
    007b8000-007bb000 rwxp 007b8000 00:00 0
    007bd000-007e2000 r-xp 00000000 03:04 22315843 /lib/libm-2.5.so
    007e2000-007e3000 r-xp 00024000 03:04 22315843 /lib/libm-2.5.so
    007e3000-007e4000 rwxp 00025000 03:04 22315843 /lib/libm-2.5.so
    007e6000-007e8000 r-xp 00000000 03:04 22315846 /lib/libdl-2.5.so
    007e8000-007e9000 r-xp 00001000 03:04 22315846 /lib/libdl-2.5.so
    007e9000-007ea000 rwxp 00002000 03:04 22315846 /lib/libdl-2.5.so
    00912000-00925000 r-xp 00000000 03:04 22316649 /lib/libpthread-2.5.so
    00925000-00926000 r-xp 00012000 03:04 22316649 /lib/libpthread-2.5.so
    00926000-00927000 rwxp 00013000 03:04 22316649 /lib/libpthread-2.5.so
    00927000-00929000 rwxp 00927000 00:00 0
    00a8b000-00a96000 r-xp 00000000 03:04 22315849 /lib/libgcc_s-4.1.2-20070626.so.1
    00a96000-00a97000 rwxp 0000a000 03:04 22315849 /lib/libgcc_s-4.1.2-20070626.so.1
    00c26000-00c35000 r-xp 00000000 03:04 22316615 /lib/libresolv-2.5.so
    00c35000-00c36000 r-xp 0000e000 03:04 22316615 /lib/libresolv-2.5.so
    00c36000-00c37000 rwxp 0000f000 03:04 22316615 /lib/libresolv-2.5.so
    00c37000-00c39000 rwxp 00c37000 00:00 0
    07bf8000-07bfd000 r-xp 00000000 03:04 22316641 /lib/libcrypt-2.5.so
    07bfd000-07bfe000 r-xp 00004000 03:04 22316641 /lib/libcrypt-2.5.so
    07bfe000-07bff000 rwxp 00005000 03:04 22316641 /lib/libcrypt-2.5.so
    07bff000-07c26000 rwxp 07bff000 00:00 0
    08048000-08061000 r-xp 00000000 03:04 14680238 /root/tmp/JEE/java_ee_sdk-5_05-linux-nojdk.bin
    08061000-08063000 rw-p 00018000 03:04 14680238 /root/tmp/JEE/java_ee_sdk-5_05-linux-nojdk.bin
    08350000-08389000 rw-p 08350000 00:00 0
    b7b00000-b7b21000 rw-p b7b00000 00:00 0
    b7b21000-b7c00000 ---p b7b21000 00:00 0
    b7cac000-b7cad000 rw-p b7cac000 00:00 0
    b7cad000-b7cb4000 r--s 00000000 03:04 15204611 /usr/lib/gconv/gconv-modules.cache
    b7cb4000-b7cb5000 r--p 011ca000 03:04 20582589 /usr/lib/locale/locale-archive
    b7cb5000-b7ced000 r--p 01142000 03:04 20582589 /usr/lib/locale/locale-archive
    b7ced000-b7eed000 r--p 00000000 03:04 20582589 /usr/lib/locale/locale-archive
    b7eed000-b7ef0000 rw-p b7eed000 00:00 0
    bfa4d000-bfa62000 rw-p bfa4d000 00:00 0 [stack]
    Deleting temporary files...
    And then it just hangs there ... nothing happens. What's going on here? I notice the early message:
    *** glibc detected *** java_ee_sdk-5_05-linux-nojdk.bin: free(): invalid next size (fast): 0x0835b660 ***
    Is that the cause of this problem? If yes, what is it telling me?
    Thanks.
    By the way, I have similarly been unable to install java_ee_sdk-5_03.

  • Can anybody help me about a problem of install J2EE on win2000?

    I install j2ee 1.3.1 on win2000 advanced server.
    When I start j2ee server,an error occured.
    starting JMS serverice... then the program quit.
    I find some message in log files.
    SEVERE Failed to created RMI-IIOP server because: null.
    Why ? How should I do?

    pls help me

  • Installing J2EE SDK on Linux

    Hello I am trying to install J2EE SDK on Fedora from command line.
    I downloaded J2EE 1.4 SDK 2005Q1 UR1(j2eesdk-1_4_01_2005Q1-linux.bin) and typed ./j2eesdk-1_4_01_2005Q1-linux.bin -console
    I keep on getting an error. Am I missing someting? Here are the results:
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Extracting Java(TM) 2 Runtime Environment files...
    Extracting installation files...
    Launching Java(TM) 2 Runtime Environment...
    java.lang.UnsatisfiedLinkError: /tmp/j2eesl3hyHA/package/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at java.awt.Component.<clinit>(Component.java:506)
    at com.sun.wizards.core.WizardTreeManager.createWizardPanel(WizardTreeManager.java:897)
    at com.sun.wizards.core.WizardTreeManager.<init>(WizardTreeManager.java:332)
    at com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:78)
    at java.lang.Thread.run(Thread.java:534)
    InvocationTargetException in ArchiveReader constructornull
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at appserv.instantiateArchiveReader(ArchiveClassLoader.java:203)
    at appserv.<init>(ArchiveClassLoader.java:143)
    at appserv.main(ArchiveClassLoader.java:1271)
    Caused by: java.lang.NoClassDefFoundError: com.sun.wizards.core.WizardComponent
    at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:592)
    at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:540)
    at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:55)
    at com.sun.wizards.core.Sequence.initialize(Sequence.java:173)
    at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1874)
    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 com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1404)
    at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
    ... 7 more
    Target Exception Trace:
    java.lang.NoClassDefFoundError: com.sun.wizards.core.WizardComponent
    at com.sun.install.tasks.InstallCommandLineTask.processLocales(InstallCommandLineTask.java:592)
    at com.sun.install.tasks.InstallCommandLineTask.processCommandLineArguments(InstallCommandLineTask.java:540)
    at com.sun.install.tasks.InstallCommandLineTask.initialize(InstallCommandLineTask.java:55)
    at com.sun.wizards.core.Sequence.initialize(Sequence.java:173)
    at com.sun.wizards.core.GenericWizardState.setWizardState(GenericWizardState.java:1874)
    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 com.sun.wizards.core.ArchiveReader.callObjectMethod(ArchiveReader.java:1404)
    at com.sun.wizards.core.ArchiveReader.<init>(ArchiveReader.java:287)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at appserv.instantiateArchiveReader(ArchiveClassLoader.java:203)
    at appserv.<init>(ArchiveClassLoader.java:143)
    at appserv.main(ArchiveClassLoader.java:1271)
    Deleting temporary files...
    Thanks for your help in advance

    This is probably similar to the problem described in this thread:
    http://forum.java.sun.com/thread.jspa?forumID=136&threadID=526086
    (i.e. headless AWT mode which is used to run J2EE installer in console mode is broken in J2SE 1.4.x).
    One thing you can try, provided that J2SE issue got fixed, is to separately download and install JRE 1.5.x on this system and run installer as:
    ./j2eesdk-1_4_01_2005Q1-linux.bin -console -javahome <jre 1.5 install dir>

Maybe you are looking for