Sun Application Server -  Trouble starting default server

Hi everyone.
I am new to J2EE and am currently trying to get the Sun Appliation Server to run, but am having difficulties.
I have installed version 1.4 of J2EE SDK.
Running Windows XP SP2.
When I run the program Start Default Server, it hangs for ages on the message "Starting Domain1, please wait" and finally after about a minute or so gives me an error message stating:
"Timeout waiting for domain domain1 to go to starting state.
CLI156 Could not start the domain domain1."
I have been told that it is very common to get problems with the port you choose for the JMS to be the same as somehting else on your PC. I have experimented with different port numbers (all of which not in current use - as indiated by netstat -a in the cmd window).
If anyone knows anything else I could try that would be great and much appreciated.
Cheers
Phill
Below is a listing of my server.log file...
Starting Sun Java System Application Server Platform Edition 8.0.0_01 (build b08-fcs) ...
[#|2004-11-22T21:11:05.125+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.2_04] from [Sun Microsystems Inc.]|#]
[#|2004-11-22T21:11:07.468+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0020:Following is the information about the JMX MBeanServer used:|#]
[#|2004-11-22T21:11:08.140+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
[#|2004-11-22T21:11:14.484+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|Creating virtual server server|#]
[#|2004-11-22T21:11:14.500+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|S1AS AVK Instrumentation disabled|#]
[#|2004-11-22T21:11:14.546+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
[#|2004-11-22T21:11:20.468+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [100]|#]
[#|2004-11-22T21:11:23.687+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Satisfying Optional Packages dependencies...|#]
[#|2004-11-22T21:11:24.453+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7008 : Initialized monitoring registry and listeners|#]
[#|2004-11-22T21:11:25.515+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5100:Loading system apps|#]
[#|2004-11-22T21:11:26.671+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
[#|2004-11-22T21:11:27.859+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
[#|2004-11-22T21:11:27.859+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
[#|2004-11-22T21:11:27.968+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Tomcat.|#]
[#|2004-11-22T21:11:28.312+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [server] at [web1]|#]
[#|2004-11-22T21:11:28.656+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server [server] at [asadmin]|#]
[#|2004-11-22T21:11:28.656+0000|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0500: default-locale attribute of locale-charset-info element has been deprecated and is being ignored. Use default-charset attribute of parameter-encoding element instead|#]
[#|2004-11-22T21:11:28.656+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [com_sun_web_ui] in virtual server [server] at [com_sun_web_ui]|#]
[#|2004-11-22T21:11:28.671+0000|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.Embedded|_ThreadID=10;|Starting tomcat server|#]
[#|2004-11-22T21:11:28.671+0000|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.Embedded|_ThreadID=10;|Catalina naming disabled|#]
[#|2004-11-22T21:11:28.796+0000|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.core.StandardEngine|_ThreadID=10;|Starting Servlet Engine: Sun-Java-System/Application-Server-PE-8.0|#]
[#|2004-11-22T21:11:33.031+0000|INFO|sun-appserver-pe8.0.0_01|org.apache.catalina.startup.ContextConfig|_ThreadID=10;|Missing application web.xml, using defaults only StandardEngine[server].StandardHost[server].StandardContext[]|#]
[#|2004-11-22T21:11:34.796+0000|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 8080|#]
[#|2004-11-22T21:11:34.828+0000|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 8080|#]
[#|2004-11-22T21:11:34.984+0000|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 1043|#]
[#|2004-11-22T21:11:34.984+0000|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 1043|#]
[#|2004-11-22T21:11:35.015+0000|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Initializing Coyote HTTP/1.1 on port 4848|#]
[#|2004-11-22T21:11:35.015+0000|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Starting Coyote HTTP/1.1 on port 4848|#]
[#|2004-11-22T21:12:36.578+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.jms|_ThreadID=10;|JMS5035: Timed out after 60000 milliseconds while trying to verify if the JMS service startup succeeded.|#]
[#|2004-11-22T21:12:36.578+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.jms|_ThreadID=10;|JMS5037: Check permissions of MQ instance directory C:\Sun\AppServer\imq\var\instances|#]
[#|2004-11-22T21:12:36.578+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.resource.jms|_ThreadID=10;|JMS5036: More details may be available in the log file for the JMS service broker instance imqbroker. Please refer to the JMS provider documentation for the exact location of this log file.|#]
[#|2004-11-22T21:12:36.578+0000|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5071: An error occured during initialization
com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation [127.0.0.1:7678]. - cause: java.net.ConnectException: Connection refused: connect
     at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:415)
     at com.sun.enterprise.server.PEMain.run(PEMain.java:224)
     at com.sun.enterprise.server.PEMain.main(PEMain.java:172)
     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: com.sun.messaging.jms.JMSException: [C4003]: Error occurred on connection creation [127.0.0.1:7678]. - cause: java.net.ConnectException: Connection refused: connect
     at com.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSConnectException(ExceptionHandler.java:233)
     at com.sun.messaging.jmq.jmsclient.ExceptionHandler.handleConnectException(ExceptionHandler.java:180)
     at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(PortMapperClient.java:172)
     at com.sun.messaging.jmq.jmsclient.PortMapperClient.init(PortMapperClient.java:97)
     at com.sun.messaging.jmq.jmsclient.PortMapperClient.<init>(PortMapperClient.java:50)
     at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPConnectionHandler.<init>(TCPConnectionHandler.java:53)
     at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler.openConnection(TCPStreamHandler.java:102)
     at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnectionOld(ConnectionInitiator.java:271)
     at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnection(ConnectionInitiator.java:107)
     at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnection(ConnectionInitiator.java:92)
     at com.sun.messaging.jmq.jmsclient.ProtocolHandler.init(ProtocolHandler.java:562)
     at com.sun.messaging.jmq.jmsclient.ProtocolHandler.<init>(ProtocolHandler.java:1102)
     at com.sun.messaging.jmq.jmsclient.ConnectionImpl.openConnection(ConnectionImpl.java:1741)
     at com.sun.messaging.jmq.jmsclient.ConnectionImpl.init(ConnectionImpl.java:588)
     at com.sun.messaging.jmq.jmsclient.ConnectionImpl.<init>(ConnectionImpl.java:274)
     at com.sun.messaging.jmq.jmsclient.UnifiedConnectionImpl.<init>(UnifiedConnectionImpl.java:33)
     at com.sun.messaging.jmq.jmsclient.QueueConnectionImpl.<init>(QueueConnectionImpl.java:32)
     at com.sun.messaging.ConnectionFactory.createQueueConnection(ConnectionFactory.java:72)
     at com.sun.messaging.jmq.admin.jmsspi.JMSAdminImpl.pingProvider(JMSAdminImpl.java:734)
     at com.sun.enterprise.jms.JmsProviderLifecycle.waitForJmsProvider(JmsProviderLifecycle.java:324)
     at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:384)
     ... 7 more
Caused by: java.net.ConnectException: Connection refused: connect
     at java.net.PlainSocketImpl.socketConnect(Native Method)
     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
     at java.net.Socket.connect(Socket.java:452)
     at java.net.Socket.connect(Socket.java:402)
     at java.net.Socket.<init>(Socket.java:309)
     at java.net.Socket.<init>(Socket.java:124)
     at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(PortMapperClient.java:152)
     ... 25 more
|#]
[#|2004-11-22T21:12:36.578+0000|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Server Startup failed. Exiting...|#]
[#|2004-11-22T21:12:36.578+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Server shutdown in progress...|#]
[#|2004-11-22T21:12:36.578+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=10;|WEB0303: Stopping Tomcat.|#]
[#|2004-11-22T21:12:36.593+0000|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Stoping http11 protocol on 8080 server:type=ThreadPool,name=http8080|#]
[#|2004-11-22T21:12:36.593+0000|SEVERE|sun-appserver-pe8.0.0_01|org.apache.tomcat.util.net.PoolTcpEndpoint|_ThreadID=10;|Caught exception trying to unlock accept on 8080 java.net.ConnectException: Connection refused: connect|#]
[#|2004-11-22T21:12:36.671+0000|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Stoping http11 protocol on 1043 server:type=ThreadPool,name=http1043|#]
[#|2004-11-22T21:12:36.687+0000|SEVERE|sun-appserver-pe8.0.0_01|org.apache.tomcat.util.net.PoolTcpEndpoint|_ThreadID=10;|Caught exception trying to unlock accept on 1043 java.net.ConnectException: Connection refused: connect|#]
[#|2004-11-22T21:12:36.765+0000|INFO|sun-appserver-pe8.0.0_01|org.apache.coyote.http11.Http11Protocol|_ThreadID=10;|Stoping http11 protocol on 4848 server:type=ThreadPool,name=http4848|#]
[#|2004-11-22T21:12:36.781+0000|SEVERE|sun-appserver-pe8.0.0_01|org.apache.tomcat.util.net.PoolTcpEndpoint|_ThreadID=10;|Caught exception trying to unlock accept on 4848 java.net.ConnectException: Connection refused: connect|#]
[#|2004-11-22T21:12:36.953+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5051: Shutting down all J2EE applications ...|#]
[#|2004-11-22T21:12:36.953+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5122:EJB Timer Service shutdown at [2004/11/22 21:12:36]|#]
[#|2004-11-22T21:12:36.953+0000|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5052: Application shutdown complete.|#]
[#|2004-11-22T21:12:36.953+0000|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|CORE5061: Exception :
com.sun.appserv.server.ServerLifecycleException: MQ startup failed :[C4003]: Error occurred on connection creation [127.0.0.1:7678]. - cause: java.net.ConnectException: Connection refused: connect
     at com.sun.enterprise.jms.JmsProviderLifecycle.checkProviderStartup(JmsProviderLifecycle.java:364)
     at com.sun.enterprise.jms.JmsProviderLifecycle.onShutdown(JmsProviderLifecycle.java:433)
     at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:400)
     at com.sun.enterprise.server.PEMain.run(PEMain.java:233)
     at com.sun.enterprise.server.PEMain.main(PEMain.java:172)
     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)
|#]
[#|2004-11-22T21:12:36.984+0000|SEVERE|sun-appserver-pe8.0.0_01|javax.enterprise.system.core|_ThreadID=10;|Server stopped due to Server startup failure.|#]

OK, here is the contents of log.txt from the imqbroker\log directory...
Tell me if you have a hard time decifering which date of this log corresponds to the date of the first log and I will clear both files and recreate it.
Thanks very much for your help, I am sure we will crack it!
Thanks again
Phill
# 1101144571937 Do not modify this line
[22/Nov/2004:17:29:31 GMT] [B1002]: An existing property file for imqbroker was not found, no stored properties will be loaded
[22/Nov/2004:17:29:31 GMT]
================================================================================
Sun Java(tm) System Message Queue
Sun Microsystems, Inc.
Version: 3.5 SP1 (Build 48-G)
Compile: Thu 01/29/2004
Copyright � 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.4.2_04 Sun Microsystems Inc. C:\Sun\AppServer\jdk\jre
[22/Nov/2004:17:29:32 GMT] License: Sun Java(tm) System Message Queue 3.5 SP1 PE License.
[22/Nov/2004:17:29:32 GMT] IMQ_HOME=C:\Sun\AppServer\imq
[22/Nov/2004:17:29:32 GMT] IMQ_VARHOME=C:\Sun\AppServer\domains\domain1\imq
[22/Nov/2004:17:29:32 GMT] Windows XP 5.1 x86 mono (1 cpu) phill
[22/Nov/2004:17:29:32 GMT] Java Heap Size: max=194432k, current=16256k
[22/Nov/2004:17:29:32 GMT] Arguments: -name imqbroker -port 7676 -bgnd -silent
[22/Nov/2004:17:29:32 GMT] [B1004]: Starting the portmapper service using tcp [ 7676, 50, * ] with min threads 1 and max threads of 1
[22/Nov/2004:17:29:32 GMT] [B1060]: Loading persistent data...
[22/Nov/2004:17:29:32 GMT] Using built-in file-based persistent store: C:\Sun\AppServer\domains\domain1\imq\instances\imqbroker\
[22/Nov/2004:17:29:33 GMT] [B1136]: Processing stored transactions
[22/Nov/2004:17:29:33 GMT] [B1013]: Auto Creation of Queues is Enabled
[22/Nov/2004:17:29:33 GMT] [B1004]: Starting the jms service using tcp(host = *, port=0, mode=dedicated) with min threads 10 and max threads of 1000
[22/Nov/2004:17:29:33 GMT] [B1004]: Starting the admin service using tcp(host = *, port=0, mode=dedicated) with min threads 4 and max threads of 10
[22/Nov/2004:17:29:33 GMT] [B1039]: Broker "imqbroker@mono:7676" ready.
[22/Nov/2004:17:40:21 GMT] [B1047]: Shutting down broker...
[22/Nov/2004:17:40:21 GMT] [B1007]: Stopping Service admin with protocol tcp(host = *, port=0, mode=dedicated)
[22/Nov/2004:17:40:21 GMT] [B1007]: Stopping Service jms with protocol tcp(host = *, port=0, mode=dedicated)
[22/Nov/2004:17:40:21 GMT] [B1077]: Broadcast good-bye to all connections ...
[22/Nov/2004:17:40:21 GMT] [B1078]: Flushing good-bye messages ...
[22/Nov/2004:17:40:21 GMT] [B1063]: Done
[22/Nov/2004:17:40:21 GMT] [B1048]: Shutdown of broker complete.
jre
[22/Nov/2004:17:32:07 GMT] License: Sun Java(tm) System Message Queue 3.5 SP1 PE License.
[22/Nov/2004:17:32:07 GMT] IMQ_HOME=C:\Sun\AppServer\imq
[22/Nov/2004:17:32:07 GMT] IMQ_VARHOME=C:\Sun\AppServer\domains\domain1\imq
[22/Nov/2004:17:32:07 GMT] Windows XP 5.1 x86 mono (1 cpu) phill
[22/Nov/2004:17:32:07 GMT] Java Heap Size: max=194432k, current=16256k
[22/Nov/2004:17:32:07 GMT] Arguments: -name imqbroker -port 7676 -bgnd -silent
[22/Nov/2004:17:32:07 GMT] ERROR Could not start the Broker's portmapper service on port 7676.
This port is already in use by another application -- possibly another
instance of the Broker. Please quit that other application, or use a
different port number for this instance of the Broker.
[22/Nov/2004:17:42:31 GMT]
================================================================================
Sun Java(tm) System Message Queue
Sun Microsystems, Inc.
Version: 3.5 SP1 (Build 48-G)
Compile: Thu 01/29/2004
Copyright � 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.4.2_04 Sun Microsystems Inc. C:\Sun\AppServer\jdk\jre
[22/Nov/2004:17:42:31 GMT] License: Sun Java(tm) System Message Queue 3.5 SP1 PE License.
[22/Nov/2004:17:42:31 GMT] IMQ_HOME=C:\Sun\AppServer\imq
[22/Nov/2004:17:42:31 GMT] IMQ_VARHOME=C:\Sun\AppServer\domains\domain1\imq
[22/Nov/2004:17:42:31 GMT] Windows XP 5.1 x86 mono (1 cpu) phill
[22/Nov/2004:17:42:31 GMT] Java Heap Size: max=194432k, current=16256k
[22/Nov/2004:17:42:31 GMT] Arguments: -name imqbroker -port 7676 -bgnd -silent
[22/Nov/2004:17:42:31 GMT] [B1004]: Starting the portmapper service using tcp [ 7676, 50, * ] with min threads 1 and max threads of 1
[22/Nov/2004:17:42:31 GMT] [B1060]: Loading persistent data...
[22/Nov/2004:17:42:31 GMT] Using built-in file-based persistent store: C:\Sun\AppServer\domains\domain1\imq\instances\imqbroker\
[22/Nov/2004:17:42:32 GMT] [B1136]: Processing stored transactions
[22/Nov/2004:17:42:32 GMT] [B1013]: Auto Creation of Queues is Enabled
[22/Nov/2004:17:42:32 GMT] [B1004]: Starting the jms service using tcp(host = *, port=0, mode=dedicated) with min threads 10 and max threads of 1000
[22/Nov/2004:17:42:32 GMT] [B1004]: Starting the admin service using tcp(host = *, port=0, mode=dedicated) with min threads 4 and max threads of 10
[22/Nov/2004:17:42:32 GMT] [B1039]: Broker "imqbroker@mono:7676" ready.
[22/Nov/2004:19:26:20 GMT] [B1047]: Shutting down broker...
[22/Nov/2004:19:26:20 GMT] [B1007]: Stopping Service admin with protocol tcp(host = *, port=0, mode=dedicated)
[22/Nov/2004:19:26:20 GMT] [B1007]: Stopping Service jms with protocol tcp(host = *, port=0, mode=dedicated)
[22/Nov/2004:19:26:20 GMT] [B1077]: Broadcast good-bye to all connections ...
[22/Nov/2004:19:26:20 GMT] [B1078]: Flushing good-bye messages ...
[22/Nov/2004:19:26:20 GMT] [B1063]: Done
[22/Nov/2004:19:26:20 GMT] [B1048]: Shutdown of broker complete.
jre
[22/Nov/2004:19:12:30 GMT] License: Sun Java(tm) System Message Queue 3.5 SP1 PE License.
[22/Nov/2004:19:12:30 GMT] IMQ_HOME=C:\Sun\AppServer\imq
[22/Nov/2004:19:12:30 GMT] IMQ_VARHOME=C:\Sun\AppServer\domains\domain1\imq
[22/Nov/2004:19:12:30 GMT] Windows XP 5.1 x86 mono (1 cpu) phill
[22/Nov/2004:19:12:30 GMT] Java Heap Size: max=194432k, current=16256k
[22/Nov/2004:19:12:30 GMT] Arguments: -name imqbroker -port 7676 -bgnd -silent
[22/Nov/2004:19:12:30 GMT] ERROR Could not start the Broker's portmapper service on port 7676.
This port is already in use by another application -- possibly another
instance of the Broker. Please quit that other application, or use a
different port number for this instance of the Broker.
[22/Nov/2004:19:15:43 GMT]
================================================================================
Sun Java(tm) System Message Queue
Sun Microsystems, Inc.
Version: 3.5 SP1 (Build 48-G)
Compile: Thu 01/29/2004
Copyright � 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.4.2_04 Sun Microsystems Inc. C:\Sun\AppServer\jdk\jre
[22/Nov/2004:19:15:43 GMT] License: Sun Java(tm) System Message Queue 3.5 SP1 PE License.
[22/Nov/2004:19:15:43 GMT] IMQ_HOME=C:\Sun\AppServer\imq
[22/Nov/2004:19:15:43 GMT] IMQ_VARHOME=C:\Sun\AppServer\domains\domain1\imq
[22/Nov/2004:19:15:43 GMT] Windows XP 5.1 x86 mono (1 cpu) phill
[22/Nov/2004:19:15:43 GMT] Java Heap Size: max=194432k, current=16256k
[22/Nov/2004:19:15:43 GMT] Arguments: -name imqbroker -port 7678 -bgnd -silent
[22/Nov/2004:19:15:43 GMT] [B1004]: Starting the portmapper service using tcp [ 7678, 50, * ] with min threads 1 and max threads of 1
[22/Nov/2004:19:15:43 GMT] [B1060]: Loading persistent data...
[22/Nov/2004:19:15:43 GMT] Using built-in file-based persistent store: C:\Sun\AppServer\domains\domain1\imq\instances\imqbroker\
[22/Nov/2004:19:15:43 GMT] [B1136]: Processing stored transactions
[22/Nov/2004:19:15:43 GMT] [B1013]: Auto Creation of Queues is Enabled
[22/Nov/2004:19:15:44 GMT] [B1004]: Starting the jms service using tcp(host = *, port=0, mode=dedicated) with min threads 10 and max threads of 1000
[22/Nov/2004:19:15:44 GMT] [B1004]: Starting the admin service using tcp(host = *, port=0, mode=dedicated) with min threads 4 and max threads of 10
[22/Nov/2004:19:15:44 GMT] [B1039]: Broker "imqbroker@mono:7678" ready.
[22/Nov/2004:19:26:21 GMT] [B1047]: Shutting down broker...
[22/Nov/2004:19:26:21 GMT] [B1007]: Stopping Service admin with protocol tcp(host = *, port=0, mode=dedicated)
[22/Nov/2004:19:26:21 GMT] [B1007]: Stopping Service jms with protocol tcp(host = *, port=0, mode=dedicated)
[22/Nov/2004:19:26:21 GMT] [B1077]: Broadcast good-bye to all connections ...
[22/Nov/2004:19:26:21 GMT] [B1078]: Flushing good-bye messages ...
[22/Nov/2004:19:26:21 GMT] [B1063]: Done
[22/Nov/2004:19:26:21 GMT] [B1048]: Shutdown of broker complete.
jre
[22/Nov/2004:19:20:56 GMT] License: Sun Java(tm) System Message Queue 3.5 SP1 PE License.
[22/Nov/2004:19:20:56 GMT] IMQ_HOME=C:\Sun\AppServer\imq
[22/Nov/2004:19:20:56 GMT] IMQ_VARHOME=C:\Sun\AppServer\domains\domain1\imq
[22/Nov/2004:19:20:56 GMT] Windows XP 5.1 x86 mono (1 cpu) phill
[22/Nov/2004:19:20:56 GMT] Java Heap Size: max=194432k, current=16256k
[22/Nov/2004:19:20:56 GMT] Arguments: -name imqbroker -port 7678 -bgnd -silent
[22/Nov/2004:19:20:56 GMT] ERROR Could not start the Broker's portmapper service on port 7678.
This port is already in use by another application -- possibly another
instance of the Broker. Please quit that other application, or use a
different port number for this instance of the Broker.
[22/Nov/2004:19:21:14 GMT]
================================================================================
Sun Java(tm) System Message Queue
Sun Microsystems, Inc.
Version: 3.5 SP1 (Build 48-G)
Compile: Thu 01/29/2004
Copyright � 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.4.2_04 Sun Microsystems Inc. C:\Sun\AppServer\jdk\jre
[22/Nov/2004:19:21:14 GMT] License: Sun Java(tm) System Message Queue 3.5 SP1 PE License.
[22/Nov/2004:19:21:15 GMT] IMQ_HOME=C:\Sun\AppServer\imq
[22/Nov/2004:19:21:15 GMT] IMQ_VARHOME=C:\Sun\AppServer\domains\domain1\imq
[22/Nov/2004:19:21:15 GMT] Windows XP 5.1 x86 mono (1 cpu) phill
[22/Nov/2004:19:21:15 GMT] Java Heap Size: max=194432k, current=16256k
[22/Nov/2004:19:21:15 GMT] Arguments: -name imqbroker -port 7678 -bgnd -silent
[22/Nov/2004:19:21:15 GMT] ERROR Could not start the Broker's portmapper service on port 7678.
This port is already in use by another application -- possibly another
instance of the Broker. Please quit that other application, or use a
different port number for this instance of the Broker.
[22/Nov/2004:21:11:12 GMT]
================================================================================
Sun Java(tm) System Message Queue
Sun Microsystems, Inc.
Version: 3.5 SP1 (Build 48-G)
Compile: Thu 01/29/2004
Copyright � 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.4.2_04 Sun Microsystems Inc. C:\Sun\AppServer\jdk\jre
[22/Nov/2004:21:11:12 GMT] License: Sun Java(tm) System Message Queue 3.5 SP1 PE License.
[22/Nov/2004:21:11:13 GMT] IMQ_HOME=C:\Sun\AppServer\imq
[22/Nov/2004:21:11:13 GMT] IMQ_VARHOME=C:\Sun\AppServer\domains\domain1\imq
[22/Nov/2004:21:11:13 GMT] Windows XP 5.1 x86 mono (1 cpu) phill
[22/Nov/2004:21:11:13 GMT] Java Heap Size: max=194432k, current=16256k
[22/Nov/2004:21:11:13 GMT] Arguments: -name imqbroker -port 7678 -bgnd -silent
[22/Nov/2004:21:11:13 GMT] [B1004]: Starting the portmapper service using tcp [ 7678, 50, * ] with min threads 1 and max threads of 1
[22/Nov/2004:21:11:13 GMT] [B1060]: Loading persistent data...
[22/Nov/2004:21:11:13 GMT] Using built-in file-based persistent store: C:\Sun\AppServer\domains\domain1\imq\instances\imqbroker\
[22/Nov/2004:21:11:14 GMT] [B1136]: Processing stored transactions
[22/Nov/2004:21:11:14 GMT] [B1013]: Auto Creation of Queues is Enabled
[22/Nov/2004:21:11:14 GMT] [B1004]: Starting the jms service using tcp(host = *, port=0, mode=dedicated) with min threads 10 and max threads of 1000
[22/Nov/2004:21:11:14 GMT] [B1004]: Starting the admin service using tcp(host = *, port=0, mode=dedicated) with min threads 4 and max threads of 10
[22/Nov/2004:21:11:14 GMT] [B1039]: Broker "imqbroker@mono:7678" ready.
[22/Nov/2004:21:24:10 GMT] [B1047]: Shutting down broker...
[22/Nov/2004:21:24:10 GMT] [B1007]: Stopping Service admin with protocol tcp(host = *, port=0, mode=dedicated)
[22/Nov/2004:21:24:10 GMT] [B1007]: Stopping Service jms with protocol tcp(host = *, port=0, mode=dedicated)
[22/Nov/2004:21:24:10 GMT] [B1077]: Broadcast good-bye to all connections ...
[22/Nov/2004:21:24:10 GMT] [B1078]: Flushing good-bye messages ...
[22/Nov/2004:21:24:11 GMT] [B1063]: Done
[22/Nov/2004:21:24:11 GMT] [B1048]: Shutdown of broker complete.
[22/Nov/2004:23:47:09 GMT]
================================================================================
Sun Java(tm) System Message Queue
Sun Microsystems, Inc.
Version: 3.5 SP1 (Build 48-G)
Compile: Thu 01/29/2004
Copyright � 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.4.2_04 Sun Microsystems Inc. C:\Sun\AppServer\jdk\jre
[22/Nov/2004:23:47:09 GMT] License: Sun Java(tm) System Message Queue 3.5 SP1 PE License.
[22/Nov/2004:23:47:09 GMT] IMQ_HOME=C:\Sun\AppServer\imq
[22/Nov/2004:23:47:09 GMT] IMQ_VARHOME=C:\Sun\AppServer\domains\domain1\imq
[22/Nov/2004:23:47:09 GMT] Windows XP 5.1 x86 mono (1 cpu) phill
[22/Nov/2004:23:47:09 GMT] Java Heap Size: max=194432k, current=16256k
[22/Nov/2004:23:47:09 GMT] Arguments: -name imqbroker -port 7678 -bgnd -silent
[22/Nov/2004:23:47:10 GMT] [B1004]: Starting the portmapper service using tcp [ 7678, 50, * ] with min threads 1 and max threads of 1
[22/Nov/2004:23:47:10 GMT] [B1060]: Loading persistent data...
[22/Nov/2004:23:47:10 GMT] Using built-in file-based persistent store: C:\Sun\AppServer\domains\domain1\imq\instances\imqbroker\
[22/Nov/2004:23:47:10 GMT] [B1136]: Processing stored transactions
[22/Nov/2004:23:47:10 GMT] [B1013]: Auto Creation of Queues is Enabled
[22/Nov/2004:23:47:10 GMT] [B1004]: Starting the jms service using tcp(host = *, port=0, mode=dedicated) with min threads 10 and max threads of 1000
[22/Nov/2004:23:47:11 GMT] [B1004]: Starting the admin service using tcp(host = *, port=0, mode=dedicated) with min threads 4 and max threads of 10
[22/Nov/2004:23:47:11 GMT] [B1039]: Broker "imqbroker@mono:7678" ready.
[22/Nov/2004:23:56:18 GMT] [B1047]: Shutting down broker...
[22/Nov/2004:23:56:18 GMT] [B1007]: Stopping Service admin with protocol tcp(host = *, port=0, mode=dedicated)
[22/Nov/2004:23:56:18 GMT] [B1007]: Stopping Service jms with protocol tcp(host = *, port=0, mode=dedicated)
[22/Nov/2004:23:56:18 GMT] [B1077]: Broadcast good-bye to all connections ...
[22/Nov/2004:23:56:18 GMT] [B1078]: Flushing good-bye messages ...
[22/Nov/2004:23:56:18 GMT] [B1063]: Done
[22/Nov/2004:23:56:18 GMT] [B1048]: Shutdown of broker complete.
[23/Nov/2004:00:19:36 GMT]
================================================================================
Sun Java(tm) System Message Queue
Sun Microsystems, Inc.
Version: 3.5 SP1 (Build 48-G)
Compile: Thu 01/29/2004
Copyright � 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.4.2_04 Sun Microsystems Inc. C:\Sun\AppServer\jdk\jre
[23/Nov/2004:00:19:36 GMT] License: Sun Java(tm) System Message Queue 3.5 SP1 PE License.
[23/Nov/2004:00:19:36 GMT] IMQ_HOME=C:\Sun\AppServer\imq
[23/Nov/2004:00:19:36 GMT] IMQ_VARHOME=C:\Sun\AppServer\domains\domain1\imq
[23/Nov/2004:00:19:36 GMT] Windows XP 5.1 x86 mono (1 cpu) phill
[23/Nov/2004:00:19:36 GMT] Java Heap Size: max=194432k, current=16256k
[23/Nov/2004:00:19:36 GMT] Arguments: -name imqbroker -port 7678 -bgnd -silent
[23/Nov/2004:00:19:36 GMT] [B1004]: Starting the portmapper service using tcp [ 7678, 50, * ] with min threads 1 and max threads of 1
[23/Nov/2004:00:19:36 GMT] [B1060]: Loading persistent data...
[23/Nov/2004:00:19:36 GMT] Using built-in file-based persistent store: C:\Sun\AppServer\domains\domain1\imq\instances\imqbroker\
[23/Nov/2004:00:19:37 GMT] [B1136]: Processing stored transactions
[23/Nov/2004:00:19:37 GMT] [B1013]: Auto Creation of Queues is Enabled
[23/Nov/2004:00:19:37 GMT] [B1004]: Starting the jms service using tcp(host = *, port=0, mode=dedicated) with min threads 10 and max threads of 1000
[23/Nov/2004:00:19:37 GMT] [B1004]: Starting the admin service using tcp(host = *, port=0, mode=dedicated) with min threads 4 and max threads of 10
[23/Nov/2004:00:19:37 GMT] [B1039]: Broker "imqbroker@mono:7678" ready.

Similar Messages

  • Error in starting default server of sun J2EE server

    Hi All,
    I am getting an error, while starting default server. The Server log reads it as:
    [#|2004-05-11T10:56:39.201-0700|SEVERE|sun-appserver-pe8.0|javax.enterprise.system.container.web|_ThreadID=10;|WebModule[/asadmin]StandardWrapper.Throwable
    java.lang.NullPointerException
         at com.sun.enterprise.appverification.tools.InstrumentLoggerImpl.doInstrumentForWeb(InstrumentLoggerImpl.java:125)
    Please, help me with a solution.
    Thanks,
    sumit

    Looks like the AVK was installed at one point. If so was it uninstalled using the scripts provided with the
    AVK?

  • Unable to start default server (IntegratedWeblogicServer) in jDev 11.1.1.2

    Hey guys,
    I am using the new release of jDev 11g (11.1.1.2)
    when ever i try starting the Default Server, i get the following message:
    The Server Instance cannot be started because the Integrated Weblogic domain was not built successfully.
    [09:27:38 AM] ERROR: An error occurred while building the default domain.
    And the Log is as follows:
    Log File: D:\Gaurav\JDevHome\system11.1.1.2.36.55.36\o.j2ee.adrs\ExtendDefaultDomain.log
    Label: JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Product Home: D:\Oracle\Middleware\jdeveloper\jdev\
    Domain: D:\Gaurav\JDevHome\system11.1.1.2.36.55.36\DefaultDomain
    "D:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd" "D:\Gaurav\JDevHome\system11.1.1.2.36.55.36\o.j2ee.adrs\ExtendDefaultDomain.py"
    Process started
    wlst >
    wlst > CLASSPATH=D:\Oracle\Middleware\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\Middleware\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\Middleware\jdk160_14_R27.6.5-32\lib\tools.jar;D:\Oracle\Middleware\utils\config\10.3\config-launch.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic_sp.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar;D:\Oracle\Middleware\modules\features\weblogic.server.modules_10.3.2.0.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\webservices.jar;D:\Oracle\Middleware\modules\org.apache.ant_1.7.0/lib/ant-all.jar;D:\Oracle\Middleware\modules\net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar;;D:\Oracle\Middleware\oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/jrf-wlst.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.odl_11.1.1/ojdl.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.odl_11.1.1/ojdl2.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.dms_11.1.1/dms.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.dconfig-infra_11.1.1.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.xdk_11.1.0/xml.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.webservices_11.1.1/orawsdl.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.webservices_11.1.1/mdds.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;D:\Oracle\Middleware\oracle_common/modules/org.apache.commons.digester_1.7.jar;D:\Oracle\Middleware\oracle_common/../modules/javax.xml.bind_2.1.1.jar;D:\Oracle\Middleware\oracle_common/../modules/javax.activation_1.1.jar;D:\Oracle\Middleware\oracle_common/../modules/javax.xml.stream_1.1.1.0.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.http_client_11.1.1.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.dconfigbeans_11.1.1.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/adfsharembean.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/commons-el.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/oracle-el.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/auditwlst.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/sslconfigwlst.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/oamap_help.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/ossoiap_help.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/jps-wlst.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-mbeans.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-upgrade.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-patching.jar;D:\Oracle\Middleware\oracle_common\common\wlst\lib\adf-share-mbeans-wlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\lib\mdswlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\auditwlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\jps-wlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\jrf-wlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\oamap_help.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\oamAuthnProvider.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap_help.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\sslconfigwlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\wsm-wlst.jar
    wlst >
    wlst > PATH=D:\Oracle\Middleware\patch_wls1032\profiles\default\native;D:\Oracle\Middleware\patch_jdev1111\profiles\default\native;D:\Oracle\Middleware\wlserver_10.3\server\native\win\32;D:\Oracle\Middleware\wlserver_10.3\server\bin;D:\Oracle\Middleware\modules\org.apache.ant_1.7.0\bin;D:\Oracle\Middleware\jdk160_14_R27.6.5-32\jre\bin;D:\Oracle\Middleware\jdk160_14_R27.6.5-32\bin;;D:\Oracle\Middleware\wlserver_10.3\server\native\win\32\oci920_8
    wlst >
    wlst > Your environment has been set.
    wlst >
    wlst > CLASSPATH=D:\Oracle\Middleware\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\Middleware\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\Middleware\jdk160_14_R27.6.5-32\lib\tools.jar;D:\Oracle\Middleware\utils\config\10.3\config-launch.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic_sp.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar;D:\Oracle\Middleware\modules\features\weblogic.server.modules_10.3.2.0.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\webservices.jar;D:\Oracle\Middleware\modules\org.apache.ant_1.7.0/lib/ant-all.jar;D:\Oracle\Middleware\modules\net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar;;D:\Oracle\Middleware\oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/jrf-wlst.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.odl_11.1.1/ojdl.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.odl_11.1.1/ojdl2.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.dms_11.1.1/dms.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.dconfig-infra_11.1.1.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.xdk_11.1.0/xml.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-pmlib.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-policy-core.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-secpol.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.common_11.1.1/wsm-dependencies.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.webservices_11.1.1/orawsdl.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.webservices_11.1.1/mdds.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.webservices_11.1.1/ws_confmbeans.jar;D:\Oracle\Middleware\oracle_common/modules/org.apache.commons.digester_1.7.jar;D:\Oracle\Middleware\oracle_common/../modules/javax.xml.bind_2.1.1.jar;D:\Oracle\Middleware\oracle_common/../modules/javax.activation_1.1.jar;D:\Oracle\Middleware\oracle_common/../modules/javax.xml.stream_1.1.1.0.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.http_client_11.1.1.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.dconfigbeans_11.1.1.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-base.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share.ca_11.1.1/adf-share-ca.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/adflogginghandler.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/adfsharembean.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/commons-el.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/jsp-el-api.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.adf.share_11.1.1/oracle-el.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/auditwlst.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/sslconfigwlst.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/oamap_help.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/ossoiap_help.jar;D:\Oracle\Middleware\oracle_common/common/wlst/resources/jps-wlst.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.auditprovider_11.1.1/jps-wls-auditprovider.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-mbeans.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-upgrade.jar;D:\Oracle\Middleware\oracle_common/modules/oracle.jps_11.1.1/jps-patching.jar;D:\Oracle\Middleware\oracle_common\common\wlst\lib\adf-share-mbeans-wlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\lib\mdswlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\auditwlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\jps-wlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\jrf-wlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\oamap_help.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\oamAuthnProvider.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\ossoiap_help.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\sslconfigwlst.jar;D:\Oracle\Middleware\oracle_common\common\wlst\resources\wsm-wlst.jar;D:\Oracle\Middleware\wlserver_10.3\common\eval\pointbase\lib\pbembedded57.jar;D:\Oracle\Middleware\wlserver_10.3\common\eval\pointbase\lib\pbclient57.jar;D:\Oracle\Middleware\wlserver_10.3\common\eval\pointbase\lib\pbtools57.jar
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    wlst > Welcome to WebLogic Server Administration Scripting Shell
    wlst >
    wlst > Type help() for help on available commands
    wlst >
    wlst > Extend Default Domain
    wlst > Reading domain: /D:/Gaurav/JDevHome/system11.1.1.2.36.55.36/DefaultDomain/
    wlst > Adding domain extension template: /D:/Oracle/Middleware/jdeveloper/common/templates/applications/oracle.wc_adrs_template_11.1.1.jar
    wlst > Error: addTemplate() failed. Do dumpStack() to see details.
    wlst > Problem invoking WLST - Traceback (innermost last):
    wlst > File "D:\Gaurav\JDevHome\system11.1.1.2.36.55.36\o.j2ee.adrs\ExtendDefaultDomain.py", line 39, in ?
    wlst > File "C:\WINNT\Temp\WLSTOfflineIni2152705032671847048.py", line 89, in addTemplate
    wlst >      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1497)
    wlst >
    wlst >      at com.bea.plateng.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:406)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    wlst >
    wlst >      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    wlst >
    wlst >      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    wlst >
    wlst >      at java.lang.reflect.Method.invoke(Method.java:597)
    wlst >
    wlst >
    wlst > com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: com.bea.plateng.domain.template.dependency.SelectionConflictException: Missing prerequisites: DEP for Oracle WebCenter Framework:11.1.1.0 [D:\Oracle\Middleware\jdeveloper\common\templates\applications\oracle.wc_framework_template_11.1.1.jar] (Oracle WebCenter EM:11.1.1.0)
    wlst >
    Elapsed time: 26797 ms
    Note: I have deleted the folder system11.1.1.2.36.55.36 and tried starting jDev, but the problem still persists.
    Requesting you all to provide a solution for the problem.

    I am facing the exact same issue. It happened when I installed the Oracle SOA Composite Editor.
    I did the install - restarted the Jdeveloper and it all stopped working. I then deleted the systemsxxxx directory and made sure the CLASSPATH variable has been deleted (there was not one there anyway). Restarted jdeveloper and it still wont work.
    I seem to be hitting lots of snags - I have a demo to our manager tomorrow and I have nothing to show him. Surely a simple upgrade should not be so destructive.
    Once thing I did notice was this. I could not perform the online update - it said the username/password was incorrect (even though it was not). I then decided to download the file (about 200 M). I did this and installed the upgrade from the local machine. It seemed to install almost in a instant. Then there was a message to restart Jdeveloper. I did all this and still no joy.
    Any help would as always be appreciated.

  • Trouble starting Managed Server

    I'm having trouble starting a managed server.
    I have 'myomain' running on 7001, and attempt to start 'examples' on 7006
    as a managed server pointing to 7001 as the admin server.
    I've modified a copy of startWebLogic.sh to include the following -D parameters:
    weblogic.management.server=127.0.0.1:7001
    weblogic.management.password = <password for mydomain>
    weblogic.management.username=system
    When run, the 7001 access.log contains the following entry, so I know the reqest
    is getting to the mydomain server:
    127.0.0.1 - - [13/Nov/2000:14:06:13 -0700] "GET /Bootstrap HTTP/1.1" 200 125docs60/notes/issues.html
    The terminal session that is attempting to start 'examples' barfs with the following:
    <Mon Nov 13 14:12:25 MST 2000> <Error> <Configuration Management> <Error connecting to admin server to boo
    tstrap via URL: http://127.0.0.1:7001/Bootstrap, user: system
    java.lang.ClassCastException: java.lang.String
    at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:756)
    at weblogic.management.Admin.initialize(Admin.java:275)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:345)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:160)
    at weblogic.Server.main(Server.java:32)
    Full Text is attached.
    I noticed the post on 27-Oct by Sanjeev Chopra related to a known bug on this subject, but my
    error text is quite different and I wasn't sure if this is the same problem.
    Please advise.
    Thanks
    joe

    I'm having trouble starting a managed server.
    I have 'myomain' running on 7001, and attempt to start 'examples' on 7006
    as a managed server pointing to 7001 as the admin server.
    I've modified a copy of startWebLogic.sh to include the following -D parameters:
    weblogic.management.server=127.0.0.1:7001
    weblogic.management.password = <password for mydomain>
    weblogic.management.username=system
    When run, the 7001 access.log contains the following entry, so I know the reqest
    is getting to the mydomain server:
    127.0.0.1 - - [13/Nov/2000:14:06:13 -0700] "GET /Bootstrap HTTP/1.1" 200 125docs60/notes/issues.html
    The terminal session that is attempting to start 'examples' barfs with the following:
    <Mon Nov 13 14:12:25 MST 2000> <Error> <Configuration Management> <Error connecting to admin server to boo
    tstrap via URL: http://127.0.0.1:7001/Bootstrap, user: system
    java.lang.ClassCastException: java.lang.String
    at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:756)
    at weblogic.management.Admin.initialize(Admin.java:275)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:345)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:160)
    at weblogic.Server.main(Server.java:32)
    Full Text is attached.
    I noticed the post on 27-Oct by Sanjeev Chopra related to a known bug on this subject, but my
    error text is quite different and I wasn't sure if this is the same problem.
    Please advise.
    Thanks
    joe

  • JMS-related sun-appserver-pe8.0.0_01 default server start failure

    On Dell Dimension 2400 XP system, appserver startup always fails after trying for 60 seconds to verify if the JMS service startup succeeded. This condition started 10 July. What is JMS? Why does it fail? What to do? Rich

    Hi
    The Java Message Service (JMS) is a messaging standard that allows application components based on the Java 2 Platform, Enterprise Edition (J2EE) to create, send, receive, and read messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous.
    JMS is bundled and installed with Application Server 8. JMS runs on a port 17676. If this port is occupied by any other process, the JMS will not start. Please check if this port is occupied by any other process or change the default JMS port in domain.xml (<Creator-root>/Appserver8/domains/creator/config/domain.xml)
    Thanks
    SG

  • Error reading Web application occurs when starting one server in the cluster

    Hi All,
              I have configured two cluster servers in the win 2000. Admin server also win
              2000. One cluster server joins the cluster while other gives following error
              and starts. But it seems that it does not join to the cluster view because
              prevoius server only serves the requests. I have attached the log also.
              <> <101062> <[HTTP synergyserver] Error reading Web application
              "D:\bea\wlserver6.0\.\config\bd2kadmindomain\applications\.wl_temp_do_not_de
              lete_synergyserver\wl_local_comp12863.war">
              java.net.UnknownHostException: java.sun.com
              at java.net.InetAddress.getAllByName0(InetAddress.java:571)
              at java.net.InetAddress.getAllByName0(InetAddress.java:540)
              at java.net.InetAddress.getAllByName(InetAddress.java:533)
              at weblogic.net.http.HttpClient.openServer(HttpClient.java:159)
              at weblogic.net.http.HttpClient.openServer(HttpClient.java:221)
              at weblogic.net.http.HttpClient.<init>(HttpClient.java:85)
              at
              weblogic.net.http.HttpURLConnection.getHttpClient(HttpURLConnection.java:109
              at
              weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:30
              1)
              at java.net.URL.openStream(URL.java:798)
              at
              weblogic.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultRead
              erFactory.java:149)
              at
              weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternal
              Entity(DefaultEntityHandler.java:775)
              at
              weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternal
              Subset(DefaultEntityHandler.java:570)
              at
              weblogic.apache.xerces.framework.XMLDTDScanner.scanDoctypeDecl(XMLDTDScanner
              .java:1131)
              at
              weblogic.apache.xerces.framework.XMLDocumentScanner.scanDoctypeDecl(XMLDocum
              entScanner.java:2177)
              at
              weblogic.apache.xerces.framework.XMLDocumentScanner.access$0(XMLDocumentScan
              ner.java:2133)
              at
              weblogic.apache.xerces.framework.XMLDocumentScanner$PrologDispatcher.dispatc
              h(XMLDocumentScanner.java:882)
              at
              weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentSca
              nner.java:380)
              at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:900)
              at
              weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.ja
              va:123)
              at
              weblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader.java:1
              78)
              at weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:446)
              at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:404)
              at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
              at weblogic.j2ee.Application.addComponent(Application.java:133)
              at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
              arget.java:327)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
              arget.java:143)
              at
              weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:
              76)
              at java.lang.reflect.Method.invoke(Native Method)
              at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
              .java:562)
              at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
              48)
              at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
              nImpl.java:285)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
              at $Proxy40.addWebDeployment(Unknown Source)
              at
              weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeploymen
              t(WebServerMBean_CachingStub.java:1012)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
              arget.java:313)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Deployment
              Target.java:277)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(D
              eploymentTarget.java:232)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(Deploym
              entTarget.java:192)
              at java.lang.reflect.Method.invoke(Native Method)
              at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
              .java:562)
              at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
              48)
              at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
              nImpl.java:285)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
              at $Proxy0.updateDeployments(Unknown Source)
              at
              weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(
              ServerMBean_CachingStub.java:2299)
              at
              weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(Appl
              icationManager.java:240)
              at
              weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManage
              r.java:122)
              at java.lang.reflect.Method.invoke(Native Method)
              at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
              .java:562)
              at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
              48)
              at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
              nImpl.java:285)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
              at $Proxy9.start(Unknown Source)
              at
              weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(
              ApplicationManagerMBean_CachingStub.java:435)
              at weblogic.management.Admin.startApplicationManager(Admin.java:1033)
              at weblogic.management.Admin.finish(Admin.java:493)
              at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:429)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:170)
              at weblogic.Server.main(Server.java:35)
              Each cluster servers domain names are different i.e. not "mydomain". The
              file its complaining is in the specified directory and it has proper
              priviledges.
              If anyone has an idea please respond.
              Thanks
              Nalika
              [synergyserver.log]
              

    You're getting that probably because the WL instance was not shut down properly.
    If that's the case, you'll need to remove an ldap lock file (with a .lok extension) in the directory of ldap files (under the server dir) .

  • Start default server

    When I click on it to start server so that I can run java server pages, instead of opeing server, the window treats .cmd file as tect and asks me "what tool I want to read this file".

    Hi.
    What OS are you using? Did the installation progress without error? You might want to try a fresh download/install.
    Regards,
    Michael
    Puran Luthra wrote:
    When I click on it to start server so that I can run java server pages, instead of opeing server, the window treats .cmd file as tect and asks me "what tool I want to read this file".--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Problems in Starting the Sun default server, Exceptions caught

    Hi!
    I m using windows 2003 server,having iis working.
    I hav been installed netbeans1_4_3 sdk , n when i m starting the deployment of Application server or starting default server. Several exceptions are caught listed as(and the entry is done in log in domain1 directory by default):
    [#|2006-02-18T14:25:52.858+0530|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.util|_ThreadID=10;|property_reader.unknownHost
    java.net.UnknownHostException: ajit-d18r738g60: ajit-d18r738g60
         at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
         at com.sun.enterprise.util.net.NetUtils.getCanonicalHostName(NetUtils.java:66)
         at com.sun.enterprise.util.ASenvPropertyReader.setSystemProperties(ASenvPropertyReader.java:161)
         at com.sun.enterprise.tools.launcher.ProcessLauncher.buildInternalCommand(ProcessLauncher.java:468)
         at com.sun.enterprise.tools.launcher.ProcessLauncher.buildCommand(ProcessLauncher.java:404)
         at com.sun.enterprise.tools.launcher.ProcessLauncher.process(ProcessLauncher.java:204)
         at com.sun.enterprise.tools.launcher.ProcessLauncher.main(ProcessLauncher.java:128)
    |#]
    [#|2006-02-18T14:25:53.108+0530|WARNING|sun-appserver-pe8.2|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-02-18T14:25:53.118+0530|INFO|sun-appserver-pe8.2|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;C:/Sun/AppServer/derby/lib
    -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
    -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;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;;C:\program files\java\jdk1.5.0\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
    com.sun.enterprise.server.PEMain
    start
    display
    native|#]
    [#|2006-02-18T14:25:55.461+0530|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.util|_ThreadID=10;|property_reader.unknownHost
    java.net.UnknownHostException: ajit-d18r738g60: ajit-d18r738g60
         at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
         at com.sun.enterprise.util.net.NetUtils.getCanonicalHostName(NetUtils.java:66)
         at com.sun.enterprise.util.ASenvPropertyReader.setSystemProperties(ASenvPropertyReader.java:161)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:185)
    |#]
    [#|2006-02-18T14:27:04.170
    All the above information is entred in log file after started 2 or 3 time the default server procedure,but not started. So how to come up from this problem

    HI Snjezana!
    You had shown me the right direction, i found the solution : i must hav to connect my system(which is right now stand alone) to internet. And after connecting to internet it works fine.......... but still wld u can tell me ny way through which i can do work without connecting to internet , becoz my frnd is using it in win xp without connecting to intenet, n also J2ME applications r also work when i connect to internet, so ......... plz....
    tell me if u know wht network setting i hav to change ........
    or say me m i right on the thinking as: As my computer is stand alone so tat i doesn;t contain ip address n at that moment the InetAddress class doesn;t find ny ip address n it is throwing the exceptionss. so to solve this problem i hav to assign the ip address .........?? Am i right.............
    plz notify me........

  • Problem of Starting Sun Application Server

    Hi,
    I just downloaded
    j2eesdk-1_4_02_2005Q2-windows.exe
    to my windows machine and insatlled it.
    When I started the verifying of Server by going to "Start menu, choose Programs -> Sun Microsystems -> Application Server PE-> Start Default Server", I did get the message as follows:
    "Domain domain1 is ready to receive client requests. Additional services are being started in the background.....Press any key to continue"
    But when I ran "http://localhost:8080", I got an error page with something like "can't find the web site".
    I even tried to use "http://my real IP address here:8080", and I got the same error.
    When I went to "Programs -> Sun Microsystems -> Application Server PE-> Stop Default Server", I got the message like:
    "The domain <domain1> isn't running.
    CLI157 COuld not stop the domain domain1."
    Could anyone tell me what might be the problem? Do I need to set up something somewhere else?
    Thanks a lot

    What does you server.log file say? I should be in you app server directory /domains/domain1/log. Try to clear it out and start the app server fresh.
    Mike

  • Problem of Starting the Server

    I just downloaded
    j2eesdk-1_4_02_2005Q2-windows.exe
    to my windows machine and insatlled it.
    When I started the verifying of Server by going to "Start menu, choose Programs -> Sun Microsystems -> Application Server PE-> Start Default Server", I did get the message as follows:
    "Domain domain1 is ready to receive client requests. Additional services are being started in the background.....Press any key to continue"
    But when I ran "http://localhost:8080", I got an error page with something like "can't find the web site".
    I even tried to use "http://my real IP address here:8080", and I got the same error.
    Could anyone tell me what might be the problem? Do I need to set up something somewhere else?
    Thanks a lot

    BTW, the server.log file gives me these messages:
    [#|2005-10-13T11:24:12.828-0500|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.  |#]
    [#|2005-10-13T11:24:12.828-0500|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;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\j2re1.4.2_09\bin;C:\Program Files\Java\j2re1.4.2_09\javaws;C:\Program Files\ATI Technologies\ATI Control Panel;C:\putty;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|#]
    [#|2005-10-13T11:24:16.234-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.resource.jms|_ThreadID=10;|JMS5023: JMS service successfully started. Instance Name = imqbroker, Home = [C:\Sun\AppServer\imq\bin].|#]
    [#|2005-10-13T11:24:16.234-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|CORE5098: AS Socket Service Initialization has been completed.|#]
    [#|2005-10-13T11:24:16.750-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2005-10-13T11:24:17.203-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2005-10-13T11:24:17.609-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|Created virtual server server|#]
    [#|2005-10-13T11:24:17.625-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|Created virtual server __asadmin|#]
    [#|2005-10-13T11:24:18.296-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.resource.corba.S1AS-ORB.rpc.transport|_ThreadID=10;|"IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/3700"|#]
    [#|2005-10-13T11:24:18.312-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.resource.corba.S1AS-ORB.rpc.transport|_ThreadID=10;|"IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/3820"|#]
    [#|2005-10-13T11:24:18.312-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.resource.corba.S1AS-ORB.rpc.transport|_ThreadID=10;|"IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/3920"|#]
    [#|2005-10-13T11:24:18.984-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]
    [#|2005-10-13T11:24:21.562-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM1079: Initialization of AMX MBeans successful|#]
    [#|2005-10-13T11:24:22.703-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.ejb|_ThreadID=10;|Instantiated container for: ejbName: MEJBBean; containerId: 74004224866254848|#]
    [#|2005-10-13T11:24:22.843-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
    [#|2005-10-13T11:24:22.984-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.ejb|_ThreadID=10;|Instantiated container for: ejbName: TimerBean; containerId: 74004225324023808|#]
    [#|2005-10-13T11:24:23.500-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.ejb|_ThreadID=10;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
    [#|2005-10-13T11:24:23.500-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core.classloading|_ThreadID=10;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
    [#|2005-10-13T11:24:23.515-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0302: Starting Sun-Java-System/Application-Server.|#]
    [#|2005-10-13T11:24:23.578-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [__default-admingui] in virtual server [__asadmin] at []|#]
    [#|2005-10-13T11:24:23.640-0500|WARNING|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0500: default-locale attribute of locale-charset-info element has been deprecated and is being ignored. Use default-charset attribute of parameter-encoding element instead|#]
    [#|2005-10-13T11:24:23.703-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [adminapp] in virtual server [__asadmin] at [web1]|#]
    [#|2005-10-13T11:24:23.718-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [admingui] in virtual server [__asadmin] at [asadmin]|#]
    [#|2005-10-13T11:24:23.718-0500|WARNING|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0500: default-locale attribute of locale-charset-info element has been deprecated and is being ignored. Use default-charset attribute of parameter-encoding element instead|#]
    [#|2005-10-13T11:24:23.718-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0100: Loading web module [com_sun_web_ui] in virtual server [__asadmin] at [com_sun_web_ui]|#]
    [#|2005-10-13T11:24:23.812-0500|INFO|sun-appserver-pe8.1_02|org.apache.catalina.core.StandardEngine|_ThreadID=10;|Starting Servlet Engine: Sun-Java-System/Application-Server|#]
    [#|2005-10-13T11:24:24.671-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0703: Initializing Sun-Java-System/Application-Server-PE HTTP/1.1 on 8080|#]
    [#|2005-10-13T11:24:24.687-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0712: Starting Sun-Java-System/Application-Server-PE HTTP/1.1 on 8080|#]
    [#|2005-10-13T11:24:24.734-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0703: Initializing Sun-Java-System/Application-Server-PE HTTP/1.1 on 8181|#]
    [#|2005-10-13T11:24:24.750-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0712: Starting Sun-Java-System/Application-Server-PE HTTP/1.1 on 8181|#]
    [#|2005-10-13T11:24:24.796-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0703: Initializing Sun-Java-System/Application-Server-PE HTTP/1.1 on 4848|#]
    [#|2005-10-13T11:24:24.796-0500|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.container.web|_ThreadID=10;|WEB0712: Starting Sun-Java-System/Application-Server-PE HTTP/1.1 on 4848|#]

  • Problem in starting the default server in Application Server 9.1

    Hi,
    I was new to this Java EE topics. So as a beginner i started installing Java Application Server 9.1. Upon installing it I began to Start Default Server. It started well. i STOPPED DEFAULT SERVER .Even that worked like a charm. I installed netbeans ide 6.5 and in tools i added this Application server. When i tried to deploy the sample project I'm an error like
    There is a conflict on port 8080.In command prompt i entered netstat-an there i came to see   TCP    127.0.0.1:8080         0.0.0.0:0              LISTENING I dont know how another port is using this 8080. I'm totally confused just because, when I first installed Application Server and made the default server to run, it ran, i dont know why now its not running now.
    In Server log file i could able to see the following message. I dont know what that mean.
    [#|2009-01-08T00:04:54.031-0600|SEVERE|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;8080;|A conflict occured on port 8080 . Server is shutting down.|#]
    [#|2009-01-08T00:04:55.250-0600|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=12;_ThreadName=Thread-1;|sending notification to server...server|#] I just gave the last 2 lines of server log file.
    Please help me.
    Thanks in advance
    Edited by: netbeans2eclipse on Jan 7, 2009 10:06 PM

    Hi,
    NoClassDefFoundError signifies that there is a classpath problem.
    May be you are missing some critical jars in your classpath
    for ex. weblogic.jar, jdk's rt.jar or something else.
    You need to find this out.
    HTH
    VJ

  • Sun Application Server 8 response problem

    Hi forum. I�d installed moths ago SJAS 8 and it woks good. By any reason, I�d to uninstall it. But recently I reinstall te server, without any problem, and I can use teh "Start default server" on the Menu Start. But when I try to access the "localhost:8080", the browser stand hanged. And unusually, any browser in my system (netscape,iexplorer,opera,firefox) won�t work, even to load any site when the Server is working. The option "Stop default server" don�t working too. I�d try install SJAS 8.0, SJAS 8.1 and SJAS 8.1 multilanguaje, but with the same results. Even I�d try change the HTTP port from 8080 to 8282, but nothing happends. Any idea?

    Hi, again. Other details of my installation , The server is SUn Java System Application Server Plataform Edition 8.12005Q1, my machine is an AMD Athlon 1.25Mhz, with 256Mb RAM (Yes, slow for use the server, but it ran without troubles the first time I installed), The JDK is J2SE1.5.0_5 and JRE1.5.0_05. I had read the troubleshotting guide, and the server log register that the server successful finish the start up proccess, and the file domain.xml register correctly the "http-listener" on 8080 port. When I start to search the source of trouble, I remmember that I have the Tomcat 5.5 installed and using the 8080 port, then I uninstall the Tomcat, but the problem persist with the SJAS.

  • Sun Application Server 9...major problems

    Hi
    I have installed successfully netbeans 5.5, Sun's Application Server 9 and the Visual Web addon.
    I am able to create the simple application from HelloWeb tutorial but cannot get the application to run because the server won't start.
    I have spent around 10 hours trying out everything from uninstalling and re-installing with different port numbers without success.
    In that time I have managed to discover that I can only get the server to start via the Start / Programs menu and selecting start default server. The dos window is displayed informing me of the ports that the service will be listening on......therefor the server is capable of starting.
    YThe problem appears to be this; if the server has started then java,exe process will start up. Believe it or not but any attempt at running Internet Explorer will subsequently fail, so it is impossible to view any html files. If however I kill the java.exe task then Internet Explorer will run, but of course the server closes with the java.exe task.
    Now, if netbeans is running, along with it's corresponding java.exe task then it is impossible to start the server or Internet Explorer. There seems to be a conflict involving the java.exe files that each application wants to run and they appear to be preventing the other applications from executing.
    Apologies for the length of this post, but I am keen to give all information.
    If anyone can help, Thanks.

    Unfortunately this fix did not work for me, in fact it was already disabled in my XML file.
    I'm trying to start server GlassFish V2 on NetBean 6.0.1 in order to deploy 1st. example - helloservice (web services tutorial)
    -{color:#ff0000}Dcom.sun.enterprise.server.ss.ASQuickStartup=false didn't work for me{color}
    Here is what I get after server got timeout:
    {color:#0000ff}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.)
    {color}
    I did check ports - 8080 ,8181 ,4848 are not in use by OS.
    {color:#0000ff}- Incorrect server configuration (domain.xml to be corrected manually)
    {color}
    what to correct ????
    {color:#0000ff}- 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).
    {color}
    again, what to check in the domain.xml ???
    - Invalid installation location.
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance._start(ServerInstance.java:1270)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1224)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1035)
    *{color:#ff0000}Any help will be appreciated!{color}*

  • Default server (integration) start error

    Hi,
    I've installed jdev 11g tp3 on a xp and a win2000 server ,and config integrated OC4j ,when I start default server ,error occurred as below;
    [Starting DefaultServer using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    D:\jdev1111\jdk\bin\javaw.exe -client -classpath D:\jdev1111\j2ee\home\oc4j.jar;D:\jdev1111\jdev\lib\jdev-oc4j-embedded.jar -Doracle.home=D:\jdev1111 -Doracle.component.type=o.j2ee -Doracle.instance=D:\jinstance\system11.1.1.0.22.47.96 -Djava.net.preferIPv4Stack=true -Djava.protocol.handler.pkgs=oracle.mds.net.protocol|oracle.fabric.common.classloaderurl.handler -Doc4j.userThreads=true -Xmx256m -Doracle.component.name=embedded-oc4j -Doracle.sysman.emRep.repositoryMode=repository_less -Doracle.oc4j.instancename=oc4j_em -Doracle.notification.filewatching.interval=10000 -DLOCATOR_PORT=23891 -Xverify:none -XX:MaxPermSize=512m -Ddisable.checkForUpdate=true -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false -Djava.security.policy=D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\config\java2.policy oracle.oc4j.loader.boot.BootStrap -config D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    2008-1-15 15:48:19 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:48:21 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    08/01/15 15:48:28 warning: ApplicationServer.enableOC4JDocumentChangeNotifier Alternate DocumentChangeNotifier in use!
    08/01/15 15:48:28 JMS server will listen on port 9227.
    08/01/15 15:48:30 startup code is loading durable subscription: java:comp_env_jms_MediatorErrorTopic_oracle.tip.mediator.dispatch.MediatorQueueManagerFactory@19896c7
    08/01/15 15:48:30 startup code is loading durable subscription: java:comp_env_jms_MediatorDeferredTopic
    08/01/15 15:48:30 startup code is loading durable subscription: java:comp_env_jms_MediatorRetryTopic_oracle.tip.mediator.dispatch.MediatorQueueManagerFactory@19896c7
    08/01/15 15:48:30 oracle.j2ee.jms.oc4j.JMSServer startup complete
    2008-1-15 15:48:31 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:32 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:33 oracle.j2ee.util.AnnotatedLogger logWithThrowable
    warning: J2EE JCA-02013
    2008-1-15 15:48:33 oracle.j2ee.util.AnnotatedLogger logWithThrowable
    warning: J2EE JCA-02013
    2008-1-15 15:48:33 oracle.j2ee.util.AnnotatedLogger logWithThrowable
    warning: J2EE JCA-02013
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:39 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    08/01/15 15:48:40 JmsConnectionFactory: Unable to set connectionparameters for OracleConnectionManager
    2008-1-15 15:48:40 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:40 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:41 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:41 oracle.j2ee.util.AnnotatedLogger logWithThrowable
    warning: J2EE JNDI-00002
    2008-1-15 15:48:41 oracle.j2ee.util.AnnotatedLogger log
    warning: No javax.jms.ConnectionFactory found at null
    2008-1-15 15:48:41 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:42 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:42 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:45 oracle.j2ee.util.AnnotatedLogger logWithThrowable
    warning: J2EE JNDI-00009
    2008-1-15 15:48:45 oracle.j2ee.util.AnnotatedLogger logWithThrowable
    warning: J2EE JNDI-00009
    08/01/15 15:48:47 DiagnosticService java logger init
    08/01/15 15:48:48 log level = INFO
    08/01/15 15:48:48 filter = null
    2008-1-15 15:48:48 oracle.tip.b2b.system.DiagnosticService checkLoggable
    warning: WARNING
    2008-1-15 15:48:48 oracle.tip.b2b.system.DiagnosticService checkLoggable
    severe: SEVERE
    08/01/15 15:48:48 DiagnosticService finish
    08/01/15 15:48:48 DiagnosticService : s_baseDirectoryName = D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\log\b2b
    08/01/15 15:48:48 ApplicationServerFactory<clean-only> ENV in ThreadMDBBean():
    08/01/15 15:48:48 ApplicationServerFactory<clean-only> ENV in EventListener():
    08/01/15 15:48:48 B2BStarterBean ejbCreate()
    2008-1-15 15:48:48 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:49 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:49 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:50 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:50 oracle.security.jps.fmw.util.JpsFmwUtil findSystemUser
    warning: findSystemUser: System user is not available from Credential Store.
    2008-1-15 15:48:51 oracle.j2ee.jmsrouter.util.JmsRouterMessages logException
    warning: oracle.j2ee.jmsrouter.RouterException: JMS Destination, {0}, does not exist
    [TopLink Info]: 2008.01.15 03:48:55.687--ServerSession(14633650)--TopLink, version: Oracle TopLink - 11g Technology Preview 3 (11.1.1.0.0) (Build 071207)
    [TopLink Info]: 2008.01.15 03:48:55.703--ServerSession(14633650)--Server: Oracle Containers for J2EE 10g (11.1.1.0.0)
    [TopLink Info]: 2008.01.15 03:48:55.937--ServerSession(14633650)--tracking-session login successful
    08/01/15 15:48:56 FabricConfigManager: ServerURL is http://tght-lxz:8988
    08/01/15 15:48:56 FabricConfigManager: JNDIProviderURL is ormi://tght-lxz:23891
    08/01/15 15:48:56 MediatorServiceEngine instantiated ....
    08/01/15 15:48:56 MediatorServiceEngine instantiated ....
    08/01/15 15:48:56 information: FaultPoliciesParser.<init> ------->Constructed Policy parser
    08/01/15 15:48:56 BPELServiceEngine=> constructed ....
    08/01/15 15:48:57 Warning: Could not locate file pc.properties in classpath
    08/01/15 15:48:57 error:didnot find exception error string "10198" in resource file
    08/01/15 15:48:58 BPELServiceEngine=> Setting FaultRecoveryManager
    08/01/15 15:48:58 GOT the CLASSPATH_CONTEXT org.springframework.context.support.ClassPathXmlApplicationContext@be5beb: display name [org.springframework.context.support.ClassPathXmlApplicationContext@be5beb]; startup date [Tue Jan 15 15:48:57 CST 2008]; root of context hierarchy
    [TopLink Info]: 2008.01.15 03:48:58.859--ServerSession(15795055)--TopLink, version: Oracle TopLink - 11g Technology Preview 3 (11.1.1.0.0) (Build 071207)
    [TopLink Info]: 2008.01.15 03:48:59.000--ServerSession(15795055)--file:/D:/jdev1111/j2ee/home/lib/api-ext/-bpel_persistence_unit login successful
    2008-1-15 15:48:59 com.collaxa.cube.CubeLogger error
    severe: <DomainObserverRegistry::load> Failed to locate observer class oracle.bpel.services.workflow.DeploymentListener
    2008-1-15 15:48:59 com.collaxa.cube.CubeLogger error
    severe: <DomainObserverRegistry::load> Failed to locate observer class com.collaxa.cube.ws.soap.oc4j.BPELOC4JServlet
    08/01/15 15:48:59 BPELServiceEngine=> initialized ....
    08/01/15 15:48:59 Mediator: setInstanceManager = oracle.integration.platform.instance.InstanceManagerImpl@1b8c5e3
    08/01/15 15:48:59 Mediator: setFacadeInstanceManager = [email protected]5
    2008-1-15 15:48:59 oracle.tip.mediator.dispatch.JMSDequeuer connect
    severe: +++++++++++++++ topic details : oracle.j2ee.ra.jms.generic.TopicImpl[MediatorDeferredTopic], group("")
    08/01/15 15:48:59 +++++++++++++++ topic details : oracle.j2ee.ra.jms.generic.TopicImpl[MediatorDeferredTopic], group("")
    2008-1-15 15:48:59 oracle.tip.mediator.dispatch.JMSDequeuer connect
    severe: +++++++++++++++ topic details : oracle.j2ee.ra.jms.generic.TopicImpl[MediatorRetryTopic], group("")
    08/01/15 15:48:59 +++++++++++++++ topic details : oracle.j2ee.ra.jms.generic.TopicImpl[MediatorRetryTopic], group("")
    2008-1-15 15:48:59 oracle.tip.mediator.dispatch.JMSDequeuer connect
    severe: +++++++++++++++ topic details : oracle.j2ee.ra.jms.generic.TopicImpl[MediatorErrorTopic], group("")
    08/01/15 15:48:59 +++++++++++++++ topic details : oracle.j2ee.ra.jms.generic.TopicImpl[MediatorErrorTopic], group("")
    2008-1-15 15:48:59 oracle.tip.mediator.dispatch.InitialMessageDispatcher init
    severe: Initial dispatcher is getting initiatlized
    [TopLink Info]: 2008.01.15 03:49:00.843--ServerSession(8167849)--TopLink, version: Oracle TopLink - 11g Technology Preview 3 (11.1.1.0.0) (Build 071207)
    [TopLink Info]: 2008.01.15 03:49:00.843--ServerSession(8167849)--Server: unknown
    [TopLink Info]: 2008.01.15 03:49:00.859--ServerSession(8167849)--tracking_session login successful
    [TopLink Info]: 2008.01.15 03:49:00.859--ServerSession(8167849)--tracking_session logout successful
    [TopLink Info]: 2008.01.15 03:49:01.140--ServerSession(8194283)--TopLink, version: Oracle TopLink - 11g Technology Preview 3 (11.1.1.0.0) (Build 071207)
    [TopLink Info]: 2008.01.15 03:49:01.140--ServerSession(8194283)--Server: Oracle Containers for J2EE 10g (11.1.1.0.0)
    [TopLink Info]: 2008.01.15 03:49:01.140--ServerSession(8194283)--tracking_session login successful
    [TopLink Info]: 2008.01.15 03:49:01.140--ServerSession(8167849)--TopLink, version: Oracle TopLink - 11g Technology Preview 3 (11.1.1.0.0) (Build 071207)
    [TopLink Info]: 2008.01.15 03:49:01.140--ServerSession(8167849)--Server: unknown
    [TopLink Info]: 2008.01.15 03:49:01.156--ServerSession(8167849)--tracking_session login successful
    08/01/15 15:49:01 Scheduler = oracle.cep.execution.scheduler.RoundRobinScheduler
    [TopLink Info]: 2008.01.15 03:49:01.687--ServerSession(14633650)--tracking-session logout successful
    [TopLink Info]: 2008.01.15 03:49:01.937--ServerSession(14759614)--TopLink, version: Oracle TopLink - 11g Technology Preview 3 (11.1.1.0.0) (Build 071207)
    [TopLink Info]: 2008.01.15 03:49:01.937--ServerSession(14759614)--Server: Oracle Containers for J2EE 10g (11.1.1.0.0)
    [TopLink Info]: 2008.01.15 03:49:01.953--ServerSession(14759614)--tracking-session login successful
    08/01/15 15:49:01 wasp.location = D:\jdev1111/uddi , found = true
    08/01/15 15:49:01 java.security.auth.login.config = D:\jdev1111/uddi/conf/jaas.config
    2008-1-15 15:49:02 oracle.ias.cache.CacheInternal open
    warning: Parsing configuration as XML failed
    2008-1-15 15:49:02 oracle.ias.cache.CacheInternal open
    warning: file=javacache.properties, java.io.FileNotFoundException: javacache.properties (system can't find spcified file。)
    null
    javacache.properties (system can't find spcified file。)
    2008-1-15 15:49:02 oracle.ias.cache.CacheInternal open
    warning: Attempting to parse configuration as non-XML
    08/01/15 15:49:04 information: FabricKernelInitializer.getCompositeList Checking server.xml at D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\config\server.xml
    08/01/15 15:49:04 warning: OC4JDeploymentListener.processServerXml File oracle-archive.xml not found in application datatags; composites will not be deployed
    08/01/15 15:49:04 warning: OC4JDeploymentListener.processServerXml File oracle-archive.xml not found in application javasso; composites will not be deployed
    08/01/15 15:49:04 warning: OC4JDeploymentListener.processServerXml File oracle-archive.xml not found in application jmsrouter; composites will not be deployed
    08/01/15 15:49:04 warning: OC4JDeploymentListener.processServerXml File oracle-archive.xml not found in application WSIL-App; composites will not be deployed
    08/01/15 15:49:04 warning: OC4JDeploymentListener.processServerXml File oracle-archive.xml not found in application soa-console; composites will not be deployed
    08/01/15 15:49:04 -------> FabricWebInitializer: parsing D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\deployed-composites\HelloWorldApp\sca_HelloWorld_rev1.0\composite.xml
    08/01/15 15:49:05 -------> FabricWebInitializer: parsing D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\deployed-composites\SOAHelloWorld\soa_Hello_rev1.0\composite.xml
    08/01/15 15:49:05 -------> FabricWebInitializer: parsing D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\deployed-composites\CreditCardValidation\soa_validationForCC_rev1.0\composite.xml
    08/01/15 15:49:06 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    08/01/15 15:49:06 >> modified xmlbean locale class in use
    08/01/15 15:49:06 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    08/01/15 15:49:07 -------> FabricWebInitializer: parsing D:\jinstance\system11.1.1.0.22.47.96\o.j2ee\embedded-oc4j\deployed-composites\CreditCardValidation\sca_validationForCC_rev1.0\composite.xml
    2008-1-15 15:49:07 oracle.fabric.FabricMessages warningMBeanAlreadyExists
    warning: An MBean of name "soa-infra:J2EEApplication=CreditCardValidation,J2EEServer=standalone,name="validationForCC",revision=1.0,type=SCAComposite" already exists. Unable to create MBean for this composite.
    08/01/15 15:49:07 -------> FabricKernelInitializer init() took 3.203 seconds.
    2008-1-15 15:49:07 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.ws.server.jmx.DualDataSourceConfigObjectMBeanAssociationInfoImpl initializeConfigObjectAndAssociatedMBean
    warning: Config MBean "oracle.as.config:J2EEApplication=soa-infra,WebModule="taskservice",type=WebServicesConfig" is being registered, but it is already registered. It should have been removed when the application was either stopped or undeployed. Examine the errors that resulted when the application was stopped or undeployed.
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:08 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.ws.server.jmx.DualDataSourceConfigObjectMBeanAssociationInfoImpl initializeConfigObjectAndAssociatedMBean
    warning: Config MBean "oracle.as.config:J2EEApplication=soa-infra,WebModule="taskservice",type=WebServicesConfig" is being registered, but it is already registered. It should have been removed when the application was either stopped or undeployed. Examine the errors that resulted when the application was stopped or undeployed.
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.ws.server.jmx.DualDataSourceConfigObjectMBeanAssociationInfoImpl initializeConfigObjectAndAssociatedMBean
    warning: Config MBean "oracle.as.config:J2EEApplication=soa-infra,WebModule="taskqueryservice",type=WebServicesConfig" is being registered, but it is already registered. It should have been removed when the application was either stopped or undeployed. Examine the errors that resulted when the application was stopped or undeployed.
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.ws.server.jmx.DualDataSourceConfigObjectMBeanAssociationInfoImpl initializeConfigObjectAndAssociatedMBean
    warning: Config MBean "oracle.as.config:J2EEApplication=soa-infra,WebModule="taskqueryservice",type=WebServicesConfig" is being registered, but it is already registered. It should have been removed when the application was either stopped or undeployed. Examine the errors that resulted when the application was stopped or undeployed.
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:09 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.ws.server.jmx.DualDataSourceConfigObjectMBeanAssociationInfoImpl initializeConfigObjectAndAssociatedMBean
    warning: Config MBean "oracle.as.config:J2EEApplication=soa-infra,WebModule="usermetadataservice",type=WebServicesConfig" is being registered, but it is already registered. It should have been removed when the application was either stopped or undeployed. Examine the errors that resulted when the application was stopped or undeployed.
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.ws.server.jmx.DualDataSourceConfigObjectMBeanAssociationInfoImpl initializeConfigObjectAndAssociatedMBean
    warning: Config MBean "oracle.as.config:J2EEApplication=soa-infra,WebModule="usermetadataservice",type=WebServicesConfig" is being registered, but it is already registered. It should have been removed when the application was either stopped or undeployed. Examine the errors that resulted when the application was stopped or undeployed.
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    2008-1-15 15:49:10 oracle.j2ee.xml.XMLMessages warningException
    warning: Exception Encountered
    08/01/15 15:49:13 IN NotificationService.startup()
    Ready message received from Oc4jNotifier.
    DefaultServer startup time: 67656 ms.
    DefaultServer started.
    after I deploy end-2-end 105 ch2,I didnot find it on http://localhost:8988/SOAConsole,how can I correct this and deploy my applicaion?
    thanks advance
    lixinzhu
    2008/1/15

    See the SOA tech preview forum
    SOA Suite and OC4J 11g Technology Preview
    In this case, you do not show the server completely started - see the SOA install guide for details on what messages to watch for before deploying your app.
    Heidi.

  • Location of "Start Admin Server"

    Hi,
    I am new to the world of Application Servers etc.
    I have minimal knowledge of Java but am conversant in C++ and OO stuff.
    Today, i installed "Sun Java� System Application Server Platform Edition 8.1 2005Q1" on a Windows 200 (x86) machine.
    I then launched "Quick Start Guide " with the intention of getting the things running so that i can learn things fast -
    Under the section, "Starting the Admin Server " it is written that "From the Start menu, choose Programs -> Sun Microsystems -> Application Server PE-> Start Admin Server. " ---BUT I donot find "Start Admin Server", menu item under "Application Server PE" - where am I wrong here- did my installation was not correct.
    Also, if I click on the "Start Default Server", i get the following error:
    The domain (domain1) is already running.
    CLI156 Could not start the domain domain1.
    Press any key to continue . . .
    I am getting a feeling that, i didnot put the proper port numbers during installation.
    It will be nice if someone can guide me through this and get atleast the basics running on my machine.
    I also feel, my language above is very child-like - Umm, cannot help, i am new to the world of JAVA.
    I can also be contacted at [email protected]
    TIA...
    Regards,
    amol

    Thanks for the update.
    From thefile "C:\Sun\AppServer\domains\domain1\config\domain.xml" i was able to make out that the domain1 was listening at port number 1813 and not 8080.
    A snippet from the domain.xml is below:
    <http-service>
    <http-listener acceptor-threads="50" address="0.0.0.0" blocking-enabled="false" default-virtual-server="server" enabled="true" family="inet" id="http-listener-1" port="1813" security-enabled="false" server-name="" xpowered-by="true">
    </http-listener>
    <http-listener acceptor-threads="50" address="0.0.0.0" blocking-enabled="false" default-virtual-server="server" enabled="true" family="inet" id="http-listener-2" port="8181" security-enabled="true" server-name="" xpowered-by="true">
    </http-listener>
    <http-listener acceptor-threads="50" address="0.0.0.0" blocking-enabled="false" default-virtual-server="__asadmin" enabled="true" family="inet" id="admin-listener" port="4848" security-enabled="false" server-name="" xpowered-by="true">
    </http-listener>
    Now, after starting the server when i key-in http://localhost:1813 on web-browser then it displays the same page as is written in the "Quick start guide" for http://localhost:8080
    I am yet to proceed further i.e. i will now deploy "Hello" world" web app. Hope things work smoothly here onwards.
    Thanks for all the information with this regards.
    Best Wishes,
    Amol

Maybe you are looking for

  • Error while Importing Data in UDO.

    Hello, I had created one User defined table with Master Datatype. I register this Table and creating Master type of UDO. I created template for this UDO throgh DTW. I am using Following Filed in the template. Code, Name, Field 1 and Field 2. While i

  • Ipod shuffle 2nd gen in the colour GOLD ???

    dear community, i´m just wondering about a shuffle 2nd gen in the colour GOLD. i bought it new and sealed in the usa via ebay but couldn´t find any information that apple ever produced the 2nd gen ipod shuffle in this colour. it isn´t gold plated but

  • Airport WDS Network and the 5GHz Option

    Setting up any Airport base station with basic settings is simple but there always seem to be options that are not well covered in the 'manual' when setting up slightly more complex networks. I'm hoping someone can provide some clarification on our c

  • I dont understand

    this isnt working. my error is: 2 errors found: File: C:\Documents and Settings\NOAM\My Documents\javastuffer\sortstring.java [line: 43] Error: cannot resolve symbol symbol : variable n location: class sortstring File: C:\Documents and Settings\NOAM\

  • Someone seemed to hack into my computer and put new settings, and files, and locked certain things so i can not access them. What should i do?

    It all started when my password was changed. I changed my password, and then thought everything was fine. But recently i have discovered i am not able to access certain administrator settings and there has been some files and programs downloaded, and