Problem in starting the websphere application server

After installation when i created the server and tried to start it, The server was in stopped state only. When i checked the logs LoggingUtil.log. The exception logged there was
=======================
<String logging.util.agent_idref="com.ibm.etools.websphere.tools.v5.common" logging.util.MsgLoggerLevel="SEVERE" Value="0 Fri Dec 16 16:11:36 IST 2005 com.ibm.etools.websphere.tools.v51.internal.servers.ServletEngineLauncher.handleModelActionEvent(): Cannot start the server: IWAD0200E An error has occurred while starting the server.
The server will not be started.
com.ibm.etools.websphere.tools.internal.servers.CantCreateServerSocketException: Error obtaining communication port for launching the server"/>
<CantCreateServerSocketException logging.util.id="com.ibm.etools.websphere.tools.internal.servers.CantCreateServerSocketException_11347296966310000" logging.util.agent_idref="com.ibm.etools.websphere.tools.v5.common" logging.util.MsgLoggerLevel="SEVERE" Message="Error obtaining communication port for launching the server">
<String Value="at java.lang.Throwable.<init>(Throwable.java)"/>
<String Value="at java.lang.Throwable.<init>(Throwable.java)"/>
<String Value="at com.ibm.etools.websphere.tools.internal.servers.ModelException.<init>(ModelException.java:30)"/>
<String Value="at com.ibm.etools.websphere.tools.internal.servers.CommonServerModel.obtainSocket(CommonServerModel.java:567)"/>
<String Value="at com.ibm.etools.websphere.tools.internal.servers.CommonServerModel.startCommunicating(CommonServerModel.java:675)"/>
<String Value="at com.ibm.etools.websphere.tools.internal.servers.CommonServerModel.startServer(CommonServerModel.java:698)"/>
<String Value="at com.ibm.etools.websphere.tools.v51.internal.servers.ServletEngineModel.actionPerformed(ServletEngineModel.java:180)"/>
<String Value="at com.ibm.etools.websphere.tools.v51.internal.servers.ServletEngineLauncher.start(ServletEngineLauncher.java:453)"/>
<String Value="at com.ibm.etools.websphere.tools.v51.UnitTestServer.start(UnitTestServer.java:3018)"/>
<String Value="at com.ibm.etools.server.core.internal.ServerLaunchConfigurationDelegate.launch(ServerLaunchConfigurationDelegate.java:89)"/>
<String Value="at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:156)"/>
<String Value="at com.ibm.etools.server.core.internal.ServerControl.start(ServerControl.java:1000)"/>
<String Value="at com.ibm.etools.server.ui.internal.EclipseUtil$5.run(EclipseUtil.java:233)"/>
<String Value="at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)"/>
</CantCreateServerSocketException>
====================
Please let me know what went wrong. I even reinstalled Websphere many times.

Thanks for the reply
I dont think so that any oter application is running
with that port.. Because i created a new server and
it takes the default port which is not in use.What if there is already a server using that port?
Try using netstat to check.

Similar Messages

  • Eclipse Plugin for debugging apps on the WebSphere Application Server 5.0

    Does anyone know about an Eclipse plugin for the debugging of the applications deployed on the WebSphere Application Server 5.0 like JBOSS-IDE for jboss???
    Any info would be highly appreciated.
    Thanks

    There is a new JBoss project with the aim to provide a world class IDE for JBoss. Its first release contains the debugging and monitoring of JBoss servers and the controlling of there life cycles as well as a very comfortable and sophisticated support for XDoclet.
    You can visit: https://sourceforge.net/projects/jboss/ for the download.
    Hope this helps,
    Nectarios Tsolakis

  • How to start the oracle application server 10g

    Hi..
    I have Installed Oracle application server 10g but I am not able to start and dploy the forms in the server.

    Please see this link for the proper order to [start and stop application server 10g|http://download.oracle.com/docs/cd/B14099_19/core.1012/b13995/start.htm#i1014590].
    If you encounter any errors, do not forget to give exact description of errors, their exact error message and codes, where do you get them and what have you done recently. Please also do not forget to include your complete product version.
    thanks,
    AMN

  • Problem while starting the weblogic managed server

    Hi,
    I am facing the following error while starting the managed weblogic server :
    weblogic.diagnostics.lifecycle.DiagnosticComponentLifecycleException: weblogic.store.PersistentStoreException:
    java.io.IOException: [Store:280021]There was an error while opening the file store file "WLS_DIAGNOSTICS000000.DAT"
    at weblogic.diagnostics.lifecycle.ArchiveLifecycleImpl.initialize(ArchiveLifecycleImpl.java:66)
    at weblogic.diagnostics.lifecycle.DiagnosticFoundationService.start(DiagnosticFoundationService.java:107)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.store.PersistentStoreException: java.io.IOException: [Store:280021]There was an error while opening the
    file store file "WLS_DIAGNOSTICS000000.DAT"
    at weblogic.store.io.file.Heap.open(Heap.java:185)
    at weblogic.store.io.file.FileStoreIO.open(FileStoreIO.java:88)
    at weblogic.store.internal.PersistentStoreImpl.recoverStoreConnections(PersistentStoreImpl.java:332)
    at weblogic.store.internal.PersistentStoreImpl.open(PersistentStoreImpl.java:323)
    at weblogic.store.xa.PersistentStoreManagerXA.createFileStore(PersistentStoreManagerXA.java:104)
    at weblogic.store.xa.PersistentStoreManagerXA.createFileStore(PersistentStoreManagerXA.java:177)
    at weblogic.diagnostics.archive.DiagnosticStoreRepository.getStore(DiagnosticStoreRepository.java:85)
    at weblogic.diagnostics.lifecycle.ArchiveLifecycleImpl.initialize(ArchiveLifecycleImpl.java:64)
    ... 4 more
    Caused by: java.io.IOException: [Store:280021]There was an error while opening the file store file
    "WLS_DIAGNOSTICS000000.DAT"
    at weblogic.store.io.file.StoreDir.throwIOException(StoreDir.java:214)
    at weblogic.store.io.file.StoreDir.open(StoreDir.java:104)
    at weblogic.store.io.file.Heap.open(Heap.java:183)
    ... 11 more
    Caused by: java.io.IOException: Error from fcntl() for file locking, Resource temporarily unavailable, errno=11
    at weblogic.store.io.file.direct.DirectIONative.open(Native Method)
    at weblogic.store.io.file.direct.DirectFileChannel.<init>(DirectFileChannel.java:52)
    at weblogic.store.io.file.direct.DirectIOManager.open(DirectIOManager.java:139)
    at weblogic.store.io.file.StoreFile.openInternal(StoreFile.java:118)
    at weblogic.store.io.file.StoreFile.open(StoreFile.java:148)
    at weblogic.store.io.file.StoreDir.open(StoreDir.java:96)
    ... 12 more
    >
    The WebLogic Server encountered a critical failure
    Reason: Assertion violated
    Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class
    weblogic.protocol.ServerIdentityManager$Initializer
    at weblogic.protocol.ServerIdentityManager.findServerIdentity(ServerIdentityManager.java:64)
    at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:172)
    at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(ServerLifeCycleRuntime.java:801)
    at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.java:423)
    at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:409)
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:187)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:458)
    at weblogic.Server.main(Server.java:67)
    Kindly suggest some solution for this.
    Best Regards,
    Varun

    Hi,
    I killed the processes hunged up and now m facing the following error while starting the managed weblogic:
    <Oct 12, 2012 3:01:53 AM PDT> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: java.lang.NoClassDefFoundError: com/thortech/util/logging/Logger.
    weblogic.security.service.SecurityServiceException: java.lang.NoClassDefFoundError: com/thortech/util/logging/Logger
    at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:342)
    at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:221)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1783)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: com/thortech/util/logging/Logger
    at com.thortech.xl.security.wl.XellerateAuthenticationProviderImpl.<clinit>(XellerateAuthenticationProviderImpl.java:73)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at com.bea.common.security.internal.legacy.service.SecurityProviderImpl.init(SecurityProviderImpl.java:51)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(ServiceEngineImpl.java:363)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: com.thortech.util.logging.Logger
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    Truncated. see log file for complete stacktrace
    >
    <Oct 12, 2012 3:01:53 AM PDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 12, 2012 3:01:53 AM PDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Security Services Unavailable
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:916)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

  • Error while starting the sun application server 8

    when ever i start the default server i get the following server.............
    can any one tell me where shoud i specify the correct path or is the error related to something else.................
    [#|2005-06-29T14:27:32.250+0530|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-06-29T14:27:32.328+0530|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:\WINNT\system32;C:\WINNT;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:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\VoiceAge\Common;C:\Sun\AppServer\bin;C:\DOCUME~1\71304\LOCALS~1\Temp\j2eesdk-1_4_02_2005Q2-windows.exe2\package;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\VoiceAge\Common;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\VoiceAge\Common;c:\j2sdk1.4.1_01\bin;c:\sun\appserver\bin;
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -cp
    C:/Sun/AppServer/jdk/lib/tools.jar;C:/Sun/AppServer/lib/appserv-rt.jar;C:/Sun/AppServer/lib\activation.jar;C:/Sun/AppServer/lib\admin-cli.jar;C:/Sun/AppServer/lib\appserv-admin.jar;C:/Sun/AppServer/lib\appserv-cmp.jar;C:/Sun/AppServer/lib\appserv-ext.jar;C:/Sun/AppServer/lib\appserv-jstl.jar;C:/Sun/AppServer/lib\appserv-upgrade.jar;C:/Sun/AppServer/lib\commons-launcher.jar;C:/Sun/AppServer/lib\commons-logging.jar;C:/Sun/AppServer/lib\dom.jar;C:/Sun/AppServer/lib\j2ee-svc.jar;C:/Sun/AppServer/lib\j2ee.jar;C:/Sun/AppServer/lib\jax-qname.jar;C:/Sun/AppServer/lib\jaxr-api.jar;C:/Sun/AppServer/lib\jaxr-impl.jar;C:/Sun/AppServer/lib\jaxrpc-api.jar;C:/Sun/AppServer/lib\jaxrpc-impl.jar;C:/Sun/AppServer/lib\jmxremote.jar;C:/Sun/AppServer/lib\jmxremote_optional.jar;C:/Sun/AppServer/lib\jsf-api.jar;C:/Sun/AppServer/lib\jsf-impl.jar;C:/Sun/AppServer/lib\mail.jar;C:/Sun/AppServer/lib\relaxngDatatype.jar;C:/Sun/AppServer/lib\rmissl.jar;C:/Sun/AppServer/lib\saaj-api.jar;C:/Sun/AppServer/lib\saaj-impl.jar;C:/Sun/AppServer/lib\xalan.jar;C:/Sun/AppServer/lib\xercesImpl.jar;C:/Sun/AppServer/lib\xsdlib.jar;C:/Sun/AppServer/lib/install/applications/jmsra/imqjmsra.jar;C:/Sun/AppServer/imq/lib/jaxm-api.jar;C:/Sun/AppServer/imq/lib/fscontext.jar;C:/Sun/AppServer/lib/ant/lib/ant.jar;C:/Sun/AppServer/pointbase/lib/pbclient.jar;C:/Sun/AppServer/pointbase/lib/pbembedded.jar
    com.sun.enterprise.server.PEMain
    start
    display
    native|#]
    [#|2005-06-29T14:27:54.859+0530|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-06-29T14:27:54.875+0530|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.core|_ThreadID=10;|CORE5098: AS Socket Service Initialization has been completed.|#]
    [#|2005-06-29T14:27:59.156+0530|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2005-06-29T14:27:59.343+0530|WARNING|sun-appserver-pe8.1_02|javax.enterprise.system.stream.err|_ThreadID=10;|java.lang.NoClassDefFoundError: javax/net/ssl/TrustManager
         at com.sun.enterprise.security.SecurityLifecycle.onInitialization(SecurityLifecycle.java:59)
         at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:215)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:284)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    |#]

    The missing class is part of the Java Dynamic Management Kit (JDMK)
    and is in the JAR file 'jdmkrt.jar'
    In my SOLARIS 9 installation the path is
    /opt/SUNWjdmk/5.1/lib/jdmkrt.jar
    My solution was to edit the the �asadmin� shell script
    and add the path to the above JAR file in its CLASSPATH
    $ vi /opt/SUNWappserver/sbin/asadmin
    -Djava.library.path=...:/opt/SUNWjdmk/5.1/lib: ...

  • 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 while installing the orion application server

    Hi
    Thanks for help in advance.
    I downloaded orion application server 1.5.3 .I followed the installation guide to install the server.When i typed java -jar orion.jar -install in command prompt ,i got following error .
    A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation
    arget' has occurred in :
    'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method.
    Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.c
    i
    Enter an admin password to use:
    Confirm admin password:
    Installation done
    Pls any one tell me how to solve this problem.
    With regards
    Jyothi

    Hi,
    This is a problem with your DNS settings (or lack of), not with Sun Java System Application Server/Access Manager.
    You will need to setup DNS before installing.
    One of these articles may help you:
    http://www.aboutdebian.com/dns.htm
    http://www.troubleshooters.com/linux/dns.htm
    http://www.linux.org/docs/ldp/howto/DNS-HOWTO.html
    Hope this helps....

  • Error while starting the Portal application server

    Hi ,
    We are running EP 7 on SP12 on HP-UX1 1.31 with Oracle.
    this a strange problem that we are facing.When we try to restart the Application sever it never starts up until we take a restart of the CI as well.
    The default trace writes
    m.sap.engine.core.Framework#######Thread[Thread-1,5,main]
    ##0#0#Fatal#1#/System/Server#Plain###Critic
    al shutdown was invoked. Reason is: Error getting confirmation reply
    during attach to cluster.#
    #1.#0019BBEBBF0E00000000001E00002348000442F5B31BE7CE#1199522946212#com.sap.engine.core.Framework##co
    m.sap.engine.core.Framework#######Thread[Thread-1,5,main]
    ##0#0#Fatal#1#/System/Server#Plain###Critic
    al shutdown was invoked. Reason is: Error getting confirmation reply
    during attach to cluster.#
    #1.#0019BBEBBF0E00000000001700002885000442F61C903BE6#1199524715444#com.sap.engine.core.service630.co
    ntainer.LoadContainer##com.sap.engine.core.service630.container.LoadContainer#######Thread[Thread-1,
    5,main]##0#0#Error#1#/System/Server#Plain###interface
    tclmctcculinterface_sda - null jars, incor
    Has anyone come across same error??
    If we restart the CI then everything starts up well.
    Regards,
    rohit

    Hi,
    We are facing the same problem.
    Can you help me out with this??
    Thanks & Regards,
    Arpita Saini

  • Error during starting the JBoss Application server

    Hi All,
    I installed OIM and it worked fine for me till yesterday.But when i started it on today i am getting exception during deploying xeWebApp.war file.
    11:54:32,968 ERROR [[xlWebApp]] StandardWrapper.Throwable java.lang.NoClassDefFoundError: org/jgroups/blocks/NotificationBus$Consumer
    11:54:32,968 ERROR [[xlWebApp]] StandardWrapper.Throwable java.lang.NoClassDefFoundError: org/jgroups/blocks/NotificationBus$Consumer
    Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jgroups.blocks.NotificationBus$Consumer
    11:54:33,234 ERROR [[xlWebApp]] Servlet /xlWebApp threw load() exception java.lang.ClassNotFoundException: No ClassLoaders found for: org.jgroups.blocks.NotificationBus$Consumer
    This is the exception I am getting.I need anyone's help to resolve this.
    Thanks & Regards,
    Rajesh.

    Hi,
    We are facing the same problem.
    Can you help me out with this??
    Thanks & Regards,
    Arpita Saini

  • Websphere application server V6.0.2 on Solaris10  sparc 64bit server

    Hi.,
    We are trying to install the websphere application server V6.0.2 on 64bit Solaris10 Sparc server.We are facing a Lot of issue in the installation.
    My main Query:-
    ->Is the websphere Application server V6.0.2 is supported on 64bit Solaris10 Sparc server.
    If so:
    -> we downloaded the C903GML.tar.gz tarball from the IBM partner site., Is we are using the right tarball are we need to download someother ..
    Please guide us., Since we are sitting on this issue for more than 15 Days
    Regards
    Suseendran .A

    WebSphere is not a Sun Microsystems product.
    It does not make sense to ask questions here, about a third party product,
    particularly when that third party is such a large organization.
    Can you describe what guidance you have received from IBM ?
    They would be the best source of all nuances on their own product.
    They created it.
    They've undoubedly installed it once or twice.
    They are expected to be prepared to answer questions about it.

  • 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

  • Error in Starting WebSphere Application Server

    Hello, when I'm starting my WebSphere Aplication Server 6.0, it get an error. I tried a lot of things, but I don't know where is the problem. Can yo help me???
    Thank you very much,
    KiM
    =============================================
    Console Output:
    =============================================
    Host Operating System is Windows XP, version 5.1
    Java version = J2RE 1.4.2 IBM Windows 32 build cn142sr1w-20041028 (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM
    was.install.root = C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6
    user.install.root = C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default
    Java Home = C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\java\jre
    ws.ext.dirs = C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/java/lib;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default/classes;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/classes;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/lib;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/installedChannels;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/lib/ext;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/web/help;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
    Classpath = C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default/properties;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/properties;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/lib/bootstrap.jar;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/lib/j2ee.jar;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/lib/lmproxy.jar;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6/lib/urlprotocols.jar
    Java Library path = C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\java\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\bin;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\java\bin;C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\java\jre\bin;C:\Program Files\IBM\Rational\SDP\6.0\eclipse\jre\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\GTK\2.0\bin
    ************* End Display Current Environment *************
    [14/10/05 17:23:13:642 CEST] 0000000a ManagerAdmin I TRAS0017I: L'�tat de d�marrage de la trace est *=info.
    [14/10/05 17:23:14:049 CEST] 0000000a MBeanDescript W ADMN0001W: Le service n'a pas pu analyser le fichier de descripteur de MBean com/ibm/ws/management/descriptor/xml/mbeans.xml.
    [14/10/05 17:23:14:268 CEST] 0000000a AdminInitiali A ADMN0015I: Le service d''administration est initialis�.
    [14/10/05 17:23:15:878 CEST] 0000000a SystemOut O PLGC0057I: Le service de configuration du plug-in a d�marr� avec succ�s.
    [14/10/05 17:23:15:909 CEST] 0000000a PMIImpl A PMON0001A: PMI activ�
    [14/10/05 17:23:16:800 CEST] 0000000a CGBridgeServi I CWRCB0204E: Le service de passerelle de groupe central est d�sactiv� car il peut ne pas s''ex�cuter sur un noeud non g�r�.
    [14/10/05 17:23:16:862 CEST] 0000000a SibMessage I [:] CWSIU0000I: Version : WAS60.SIB Niveau : o0444.10
    [14/10/05 17:23:16:956 CEST] 0000000a SecurityDM I SECJ0231I: L'enregistrement du module de diagnostic FFDC du composant de s�curit� com.ibm.ws.security.core.SecurityDM a abouti : true.
    [14/10/05 17:23:17:284 CEST] 0000000a AuditServiceI A SECJ6004I: Security Auditing est d�sactiv�.
    [14/10/05 17:23:17:456 CEST] 0000000a distSecurityC I SECJ0309I: La s�curit� Java 2 est d�sactiv�e.
    [14/10/05 17:23:17:613 CEST] 0000000a Configuration A SECJ0215I: La d�finition de la classe de configuration du fournisseur de connexion JAAS par com.ibm.ws.security.auth.login.Configuration a abouti.
    [14/10/05 17:23:17:628 CEST] 0000000a distSecurityC I SECJ0212I: L''int�gration des informations de configuration JAAS WCCM dans la classe du fournisseur de connexion a abouti.
    [14/10/05 17:23:17:691 CEST] 0000000a distSecurityC I SECJ0240I: L''initialisation du service de s�curit� a abouti
    [14/10/05 17:23:17:972 CEST] 0000000a ObjectPoolSer I OBPL0007I: Service Object Pool Manager d�sactiv�.
    [14/10/05 17:23:18:050 CEST] 0000000a J2EEServiceMa I ASYN0059I: L''initialisation du service Work Manager a r�ussi.
    [14/10/05 17:23:18:191 CEST] 0000000a CScopeCompone I CSCP0002I: Le service de compensation est d�sactiv�.
    [14/10/05 17:23:18:300 CEST] 0000000a SibMessage I [:] CWSID0006I: Le service SIB n'a pas �t� activ� et ne sera pas d�marr�.
    [14/10/05 17:23:18:363 CEST] 0000000a ActivitySessi I WACS0045I: Service ActivitySession d�sactiv�.
    [14/10/05 17:23:18:379 CEST] 0000000a SOAPContainer I WSWS1062I: Le service de conteneur SOAP a �t� initialis�.
    [14/10/05 17:23:18:457 CEST] 0000000a SchedulerServ I SCHD0036I: Le service Scheduler est en cours d'initialisation.
    [14/10/05 17:23:18:488 CEST] 0000000a SchedulerServ I SCHD0037I: Le service Scheduler a �t� initialis�.
    [14/10/05 17:23:18:910 CEST] 0000000a StartUpServic I STUP0008I: Le service Startup Beans est d�sactiv�.
    [14/10/05 17:23:18:973 CEST] 0000000a I18nService I I18N0010I: Le service Internationalization est cr�� sur server1.
    [14/10/05 17:23:18:988 CEST] 0000000a I18nServiceSe I I18N0010I: Le service Internationalization est d�sactiv� sur server1.
    [14/10/05 17:23:21:395 CEST] 0000000a CoordinatorIm I HMGR0206I: Le coordinateur est un coordinateur actif pour le groupe central DefaultCoreGroup.
    [14/10/05 17:23:21:427 CEST] 0000000a DCSPluginSing I HMGR0005I: Le transport Single Server DCS Core Stack a �t� d�marr� pour le groupe central DefaultCoreGroup.
    [14/10/05 17:23:21:677 CEST] 0000000a NameServerImp A NMSV0018I: Serveur de noms disponible sur le port d'amor�age 2809.
    [14/10/05 17:23:22:568 CEST] 0000000a J2EEServiceMa I ASYN0055I: Service Work Manager correctement d�marr�.
    [14/10/05 17:23:22:646 CEST] 0000000a RecoveryDirec A WTRN0100E: Performing recovery processing for this WebSphere server (FileFailureScope: mctpcp-kserradellNode01Cell\mctpcp-kserradellNode01\server1 [-1728551292])
    [14/10/05 17:23:22:661 CEST] 0000000a RecoveryDirec A WTRN0100E: All persistant services have been directed to perform recovery processing for this WebSphere server (FileFailureScope: mctpcp-kserradellNode01Cell\mctpcp-kserradellNode01\server1 [-1728551292])
    [14/10/05 17:23:22:693 CEST] 0000000a RecoveryDirec A WTRN0100E: All persistant services have been directed to perform recovery processing for this WebSphere server (FileFailureScope: mctpcp-kserradellNode01Cell\mctpcp-kserradellNode01\server1 [-1728551292])
    [14/10/05 17:23:23:255 CEST] 00000010 RecoveryManag A WTRN0028I: Le service de transaction reprend 0 transactions.
    [14/10/05 17:23:23:787 CEST] 0000000a ResourceMgrIm I WSVR0049I: Liaison de DefaultEJBTimerDataSource en tant que jdbc/DefaultEJBTimerDataSource
    [14/10/05 17:23:23:818 CEST] 0000000a ResourceMgrIm I WSVR0049I: Liaison de Default_CF en tant que eis/DefaultDatasource_CMP
    [14/10/05 17:23:23:865 CEST] 0000000a ResourceMgrIm I WSVR0049I: Liaison de Default Datasource en tant que DefaultDatasource
    [14/10/05 17:23:23:865 CEST] 0000000a ResourceMgrIm I WSVR0049I: Liaison de DefaultWorkManager en tant que wm/default
    [14/10/05 17:23:23:943 CEST] 0000000a ResourceMgrIm I WSVR0049I: Liaison de DefaultTimerManager en tant que tm/default
    [14/10/05 17:23:23:974 CEST] 0000000a WorkAreaServi A ACWA0002I: Le service WorkArea n'est pas activ� sur server1.
    [14/10/05 17:23:24:897 CEST] 0000000a AppProfileCom I ACIN0007I: Le service Application Profiling est d�marr�.
    [14/10/05 17:23:24:944 CEST] 0000000a SOAPAcceptorC I WSSC1019I: Le canal de l''accepteur SOAP a �t� configur�.
    [14/10/05 17:23:25:131 CEST] 0000000a CacheServiceI I DYNA0048I: WebSphere Dynamic Cache initialis� avec succ�s.
    [14/10/05 17:23:25:819 CEST] 0000000a JMXSoapAdapte A ADMC0013I: Le connecteur SOAP est disponible sur le port 8880
    [14/10/05 17:23:25:850 CEST] 0000000a distSecurityC I SECJ0243I: Le d�marrage du service de s�curit� a abouti
    [14/10/05 17:23:25:850 CEST] 0000000a distSecurityC I SECJ0210I: S�curit� activ�e false
    [14/10/05 17:23:25:913 CEST] 0000000a SchedulerServ I SCHD0031I: Le service Scheduler est en cours de d�marrage.
    [14/10/05 17:23:26:007 CEST] 0000000a SchedulerServ I SCHD0001I: Le service Scheduler a d�marr�.
    [14/10/05 17:23:26:413 CEST] 0000000a WebContainer A SRVE0239I: La fabrique d'extension [class com.ibm.ws.jsp.webcontainerext.JSPExtensionFactory] a �t� enregistr�e avec succ�s.
    [14/10/05 17:23:26:444 CEST] 0000000a WebContainer A SRVE0240I: La fabrique d'extension [class com.ibm.ws.jsp.webcontainerext.JSPExtensionFactory] a �t� associ�e aux masques [*.jsp *.jspx *.jsw *.jsv ].
    [14/10/05 17:23:26:460 CEST] 0000000a WebContainer A SRVE0239I: La fabrique d'extension [class com.ibm.ws.jsf.extprocessor.JSFExtensionFactory] a �t� enregistr�e avec succ�s.
    [14/10/05 17:23:26:569 CEST] 0000000a WebContainer A SRVE0240I: La fabrique d'extension [class com.ibm.ws.jsf.extprocessor.JSFExtensionFactory] a �t� associ�e aux masques [""].
    [14/10/05 17:23:29:461 CEST] 00000013 ApplicationMg A WSVR0200I: Lancement de l'application DefaultApplication
    [14/10/05 17:23:29:524 CEST] 00000019 ApplicationMg A WSVR0200I: Lancement de l'application adminconsole
    [14/10/05 17:23:29:492 CEST] 00000016 ApplicationMg A WSVR0200I: Lancement de l'application IBMUTC
    [14/10/05 17:23:29:492 CEST] 00000017 ApplicationMg A WSVR0200I: Lancement de l'application ManagementEJB
    [14/10/05 17:23:29:524 CEST] 0000001a ApplicationMg A WSVR0200I: Lancement de l'application SchedulerCalendars
    [14/10/05 17:23:29:492 CEST] 00000014 ApplicationMg A WSVR0200I: Lancement de l'application ivtApp
    [14/10/05 17:23:29:492 CEST] 00000015 ApplicationMg A WSVR0200I: Lancement de l'application query
    [14/10/05 17:23:29:492 CEST] 00000018 ApplicationMg A WSVR0200I: Lancement de l'application filetransfer
    [14/10/05 17:23:29:914 CEST] 00000018 WebContainer A SRVE0161I: IBM WebSphere Application Server - Conteneur Web. Copyright IBM Corp. 1998-2004
    [14/10/05 17:23:30:399 CEST] 00000017 EJBContainerI I WSVR0207I: Pr�paration du d�marrage du JAR d'EJB : mejb.jar
    [14/10/05 17:23:30:524 CEST] 00000018 WebContainer A SRVE0162I: Niveau de sp�cification du servlet : 2.4
    [14/10/05 17:23:30:602 CEST] 0000001a EJBContainerI I WSVR0207I: Pr�paration du d�marrage du JAR d'EJB : Calendars.jar
    [14/10/05 17:23:30:602 CEST] 00000018 WebContainer A SRVE0163I: Niveau de sp�cification JSP pris en charge : 2.0
    [14/10/05 17:23:30:618 CEST] 00000015 EJBContainerI I WSVR0207I: Pr�paration du d�marrage du JAR d'EJB : querybean.jar
    [14/10/05 17:23:30:618 CEST] 00000017 EJBContainerI I WSVR0037I: Lancement du fichier jar EJB : mejb.jar
    [14/10/05 17:23:30:962 CEST] 00000013 EJBContainerI I WSVR0207I: Pr�paration du d�marrage du JAR d'EJB : Increment.jar
    [14/10/05 17:23:30:977 CEST] 00000018 WebContainer A SRVE0239I: La fabrique d'extension [class com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionFactory] a �t� enregistr�e avec succ�s.
    [14/10/05 17:23:31:055 CEST] 00000014 EJBContainerI I WSVR0207I: Pr�paration du d�marrage du JAR d'EJB : ivtEJB.jar
    [14/10/05 17:23:31:087 CEST] 00000018 WebContainer A SRVE0240I: La fabrique d'extension [class com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionFactory] a �t� associ�e aux masques [VH:_WS_EH* ].
    [14/10/05 17:23:31:102 CEST] 0000001a EJBContainerI I WSVR0037I: Lancement du fichier jar EJB : Calendars.jar
    [14/10/05 17:23:31:102 CEST] 00000017 ApplicationMg A WSVR0221I: L'application est lanc�e : ManagementEJB
    [14/10/05 17:23:31:352 CEST] 00000018 WebGroup A SRVE0169I: Chargement du module Web : WebSphere Admin File Transfer Application.
    [14/10/05 17:23:31:368 CEST] 00000015 EJBContainerI I WSVR0037I: Lancement du fichier jar EJB : querybean.jar
    [14/10/05 17:23:31:384 CEST] 0000001a ApplicationMg A WSVR0221I: L'application est lanc�e : SchedulerCalendars
    [14/10/05 17:23:31:415 CEST] 00000014 EJBContainerI I WSVR0037I: Lancement du fichier jar EJB : ivtEJB.jar
    [14/10/05 17:23:31:462 CEST] 00000015 ApplicationMg A WSVR0221I: L'application est lanc�e : query
    [14/10/05 17:23:31:524 CEST] 00000013 EJBContainerI I WSVR0037I: Lancement du fichier jar EJB : Increment.jar
    [14/10/05 17:23:31:884 CEST] 00000018 VirtualHost I SRVE0250I: Module Web WebSphere Admin File Transfer Application li� � admin_host[*:9060,*:9043].
    [14/10/05 17:23:31:993 CEST] 00000014 WebGroup A SRVE0169I: Chargement du module Web : IVT Application.
    [14/10/05 17:23:32:071 CEST] 00000018 ApplicationMg A WSVR0221I: L'application est lanc�e : filetransfer
    [14/10/05 17:23:32:071 CEST] 00000014 VirtualHost I SRVE0250I: Module Web IVT Application li� � default_host[*:9080,*:80,*:9443].
    [14/10/05 17:23:32:103 CEST] 00000013 WebGroup A SRVE0169I: Chargement du module Web : Default Web Application.
    [14/10/05 17:23:32:165 CEST] 00000014 ApplicationMg A WSVR0221I: L'application est lanc�e : ivtApp
    [14/10/05 17:23:32:165 CEST] 00000013 VirtualHost I SRVE0250I: Module Web Default Web Application li� � default_host[*:9080,*:80,*:9443].
    [14/10/05 17:23:32:306 CEST] 00000016 WebGroup A SRVE0169I: Chargement du module Web : Universal Test Client.
    [14/10/05 17:23:32:353 CEST] 00000013 ApplicationMg A WSVR0221I: L'application est lanc�e : DefaultApplication
    [14/10/05 17:23:32:744 CEST] 00000016 VirtualHost I SRVE0250I: Module Web Universal Test Client li� � default_host[*:9080,*:80,*:9443].
    [14/10/05 17:23:32:962 CEST] 00000016 ApplicationMg A WSVR0221I: L'application est lanc�e : IBMUTC
    [14/10/05 17:23:36:026 CEST] 00000019 WebGroup A SRVE0169I: Chargement du module Web : adminconsole.
    [14/10/05 17:23:39:559 CEST] 00000019 ServletWrappe A SRVE0242I: [EventInitializer] : L'initialisation a abouti.
    [14/10/05 17:23:39:699 CEST] 00000019 ActionServlet I inside init....
    [14/10/05 17:23:41:997 CEST] 00000019 ServletWrappe A SRVE0242I: [action] : L'initialisation a abouti.
    [14/10/05 17:23:42:075 CEST] 00000019 ServletWrappe A SRVE0242I: [SecureCleanup] : L'initialisation a abouti.
    [14/10/05 17:23:42:091 CEST] 00000019 VirtualHost I SRVE0250I: Module Web adminconsole li� � admin_host[*:9060,*:9043].
    [14/10/05 17:23:42:153 CEST] 00000019 WebGroup A SRVE0169I: Chargement du module Web : adminconsole redirector.
    [14/10/05 17:23:42:263 CEST] 00000019 VirtualHost I SRVE0250I: Module Web adminconsole redirector li� � admin_host[*:9060,*:9043].
    [14/10/05 17:23:42:325 CEST] 00000019 ApplicationMg A WSVR0221I: L'application est lanc�e : adminconsole
    [14/10/05 17:23:42:513 CEST] 0000000a TCPChannel A TCPC0001I: Le canal TCP TCP_1 �coute sur l'h�te * (IPv4) port 9060.
    [14/10/05 17:23:42:575 CEST] 0000000a WSChannelFram A CHFW0019I: Le service Transport Channel Service a d�marr� la cha�ne WCInboundAdmin.
    [14/10/05 17:23:42:607 CEST] 0000000a TCPChannel A TCPC0001I: Le canal TCP TCP_2 �coute sur l'h�te * (IPv4) port 9080.
    [14/10/05 17:23:42:701 CEST] 0000000a WSChannelFram A CHFW0019I: Le service Transport Channel Service a d�marr� la cha�ne WCInboundDefault.
    [14/10/05 17:23:42:763 CEST] 0000000a TCPChannel A TCPC0001I: Le canal TCP TCP_3 �coute sur l'h�te * (IPv4) port 9043.
    [14/10/05 17:23:42:857 CEST] 0000000a WSChannelFram A CHFW0019I: Le service Transport Channel Service a d�marr� la cha�ne WCInboundAdminSecure.
    [14/10/05 17:23:42:951 CEST] 0000000a TCPChannel A TCPC0001I: Le canal TCP TCP_4 �coute sur l'h�te * (IPv4) port 9443.
    [14/10/05 17:23:42:982 CEST] 0000000a WSChannelFram A CHFW0019I: Le service Transport Channel Service a d�marr� la cha�ne WCInboundDefaultSecure.
    [14/10/05 17:23:42:998 CEST] 0000000a WSChannelFram A CHFW0019I: Le service Transport Channel Service a d�marr� la cha�ne SOAPAcceptorChain1.
    [14/10/05 17:23:43:013 CEST] 0000000a WSChannelFram A CHFW0019I: Le service Transport Channel Service a d�marr� la cha�ne SOAPAcceptorChain2.
    [14/10/05 17:23:43:076 CEST] 0000000a WSChannelFram A CHFW0019I: Le service Transport Channel Service a d�marr� la cha�ne SOAPAcceptorChain3.
    [14/10/05 17:23:43:076 CEST] 0000000a WSChannelFram A CHFW0019I: Le service Transport Channel Service a d�marr� la cha�ne SOAPAcceptorChain4.
    [14/10/05 17:23:43:076 CEST] 0000001b SchedulerServ I SCHD0077I: Le service Scheduler d�marre les planificateurs.
    [14/10/05 17:23:43:185 CEST] 0000000a RMIConnectorC A ADMC0026I: Le connecteur RMI est disponible sur le port 2809
    [14/10/05 17:23:43:185 CEST] 0000001b SchedulerServ I SCHD0078I: Le service Scheduler a termin� le d�marrage des planificateurs.
    [14/10/05 17:23:43:326 CEST] 00000023 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [14/10/05 17:23:46:812 CEST] 0000000a WsServerImpl A WSVR0001I: Serveur server1 ouvert pour e-business
    [14/10/05 17:23:50:078 CEST] 00000027 ServletWrappe A SRVE0242I: [transfer] : L'initialisation a abouti.
    [14/10/05 17:23:50:110 CEST] 00000011 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [14/10/05 17:23:50:172 CEST] 00000027 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [14/10/05 17:23:59:207 CEST] 00000027 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
    [14/10/05 17:04:46:755 CEST] 00000030 SystemErr R      at com.ibm.ws.util.messages.MessageLookup.getMessages(MessageLookup.java:138)
    [14/10/05 17:04:46:755 CEST] 00000030 SystemErr R      at com.ibm.ws.console.probdetermination.form.ConfigProbDetailForm.populateFrom(ConfigProbDetailForm.java:78)
    [14/10/05 17:04:46:755 CEST] 00000030 SystemErr R      at com.ibm.ws.console.probdetermination.action.ConfigProbController.setupCollectionForm(ConfigProbController.java:352)
    [14/10/05 17:04:46:755 CEST] 00000030 SystemErr R      at com.ibm.ws.console.probdetermination.action.ConfigProbController.perform(ConfigProbController.java:157)
    [14/10/05 17:04:46:755 CEST] 00000030 SystemErr R      at org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:242)
    [14/10/05 17:04:46:755 CEST] 00000030 SystemErr R      at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:308)
    [14/10/05 17:04:46:755 CEST] 00000030 SystemErr R      at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
    [14/10/05 17:04:46:755 CEST] 00000030 SystemErr R      at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
    [14/10/05 17:04:46:755 CEST] 00000030 SystemErr R      at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:510)
    [14/10/05 17:04:46:755 CEST] 00000030 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    [14/10/05 17:04:46:771 CEST] 00000030 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    [14/10/05 17:04:46:771 CEST] 00000030 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
    [14/10/05 17:04:46:771 CEST] 00000030 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
    [14/10/05 17:04:46:771 CEST] 00000030 SystemErr R      at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
    [14/10/05 17:04:46:771 CEST] 00000030 SystemErr R      at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657)
    [14/10/05 17:04:46:771 CEST] 00000030 SystemErr R      at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
    [14/10/05 17:04:46:771 CEST] 00000030 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
    [14/10/05 17:04:46:771 CEST] 00000030 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
    [14/10/05 17:04:46:771 CEST] 00000030 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
    [14/10/05 17:04:46:771 CEST] 00000030 SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
    [14/10/05 17:04:46:771 CEST] 00000030 SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R java.lang.Exception: Message DB not initialized with Locale.
         at com.ibm.ws.util.messages.MessageLookup.getMessages(MessageLookup.java:138)
         at com.ibm.ws.console.probdetermination.form.ConfigProbDetailForm.populateFrom(ConfigProbDetailForm.java:78)
         at com.ibm.ws.console.probdetermination.action.ConfigProbController.setupCollectionForm(ConfigProbController.java:352)
         at com.ibm.ws.console.probdetermination.action.ConfigProbController.perform(ConfigProbController.java:157)
         at org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:242)
         at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:308)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:510)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
         at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
         at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.util.messages.MessageLookup.getMessages(MessageLookup.java:138)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.console.probdetermination.form.ConfigProbDetailForm.populateFrom(ConfigProbDetailForm.java:78)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.console.probdetermination.action.ConfigProbController.setupCollectionForm(ConfigProbController.java:352)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.console.probdetermination.action.ConfigProbController.perform(ConfigProbController.java:157)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:242)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:308)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:510)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:629)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
    [14/10/05 17:04:46:787 CEST] 00000030 SystemErr R      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

    i have a same errors, can you help me ?
    r(WebAppFilterChain.java:77)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:626)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
    at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
    at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
    [02/01/08 11:28:55:968 CET] 00000031 SystemErr R java.lang.NullPointerException
    [02/01/08 11:28:55:968 CET] 00000031 SystemErr R at com.gws.eatelier.actions.LoginAction.doGet(LoginAction.java:55)
    [02/01/08 11:28:55:968 CET] 00000031 SystemErr R at com.gws.eatelier.actions.LoginAction.doPost(LoginAction.java:82)
    [02/01/08 11:28:55:968 CET] 00000031 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    [02/01/08 11:28:55:968 CET] 00000031 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    [02/01/08 11:28:55:968 CET] 00000031 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
    [02/01/08 11:28:55:968 CET] 00000031 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1173)
    [02/01/08 11:28:55:968 CET] 00000031 SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:92)
    [02/01/08 11:28:55:968 CET] 00000031 SystemErr R at com.gws.eatelier.util.GestionDBConnection.doFilter(GestionDBConnection.java:41)
    [02/01/08 11:28:55:968 CET] 00000031 SystemErr R at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:142)
    [02/01/08 11:28:55:968 CET] 00000031 SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:77)
    [02/01/08 11:28:55:968 CET] 00000031 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:626)
    [02/01/08 11:28:55:968 CET] 00000031 SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)
    [02/01/08 11:28:55:968 CET] 00000031 SystemErr R at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
    [02/01/08 11:28:55:984 CET] 00000031 SystemErr R at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
    [02/01/08 11:28:55:984 CET] 00000031 SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
    [02/01/08 11:28:55:984 CET] 00000031 SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
    [02/01/08 11:28:55:984 CET] 00000031 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
    [02/01/08 11:28:55:984 CET] 00000031 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
    [02/01/08 11:28:55:984 CET] 00000031 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:94)
    [02/01/08 11:28:55:984 CET] 00000031 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
    [02/01/08 11:28:55:984 CET] 00000031 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
    [02/01/08 11:28:55:984 CET] 00000031 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
    [02/01/08 11:28:55:984 CET] 00000031 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
    [02/01/08 11:28:55:984 CET] 00000031 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
    [02/01/08 11:32:01:937 CET] 00000040 SystemErr R java.lang.NullPointerException
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.db2.jcc.b.zc.a(zc.java:1234)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.db2.jcc.a.db.n(db.java:589)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.db2.jcc.a.db.j(db.java:257)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.db2.jcc.a.db.c(db.java:57)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.db2.jcc.a.r.c(r.java:42)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.db2.jcc.a.sb.h(sb.java:169)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.db2.jcc.b.zc.p(zc.java:1223)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.db2.jcc.b.ad.d(ad.java:2246)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.db2.jcc.b.ad.U(ad.java:489)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.db2.jcc.b.ad.executeQuery(ad.java:472)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.rsadapter.jdbc.WSJdbcPreparedStatement.pmiExecuteQuery(WSJdbcPreparedStatement.java:667)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.rsadapter.jdbc.WSJdbcPreparedStatement.executeQuery(WSJdbcPreparedStatement.java:477)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:139)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.loader.Loader.getResultSet(Loader.java:1669)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.loader.Loader.doQuery(Loader.java:662)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.loader.Loader.loadEntity(Loader.java:1785)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:47)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:41)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:2730)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.event.def.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:365)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.event.def.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:346)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:123)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:177)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:87)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:862)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.impl.SessionImpl.get(SessionImpl.java:799)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at org.hibernate.impl.SessionImpl.get(SessionImpl.java:792)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.gws.eatelier.dao.UserDAO.getUserById(UserDAO.java:28)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.gws.eatelier.services.UserService.rechercheUserParId(UserService.java:31)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.gws.eatelier.actions.LoginAction.doGet(LoginAction.java:43)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.gws.eatelier.actions.LoginAction.doPost(LoginAction.java:82)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1173)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:92)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.gws.eatelier.util.GestionDBConnection.doFilter(GestionDBConnection.java:41)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:142)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:77)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:626)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
    [02/01/08 11:32:01:984 CET] 00000040 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R java.lang.NullPointerException
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.gws.eatelier.actions.LoginAction.doGet(LoginAction.java:55)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.gws.eatelier.actions.LoginAction.doPost(LoginAction.java:82)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1212)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1173)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:92)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.gws.eatelier.util.GestionDBConnection.doFilter(GestionDBConnection.java:41)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:142)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:77)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:626)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2837)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:421)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:367)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:276)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:201)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:103)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:548)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:601)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:934)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1021)
    [02/01/08 11:32:02:031 CET] 00000040 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
    er.war/META-INF/MANIFEST.MF
    [02/01/08 17:09:23:094 CET] 0000004c SystemOut O ADMA6017I: Le document C:\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1173b438bb0\workspace\cells\acer-d18848db56Node01Cell\applications\eAtelierEAR.ear\deployments\eAtelierEAR\eAtelier.war\WEB-INF/web.xml est sauvegard�.
    [02/01/08 17:09:23:266 CET] 0000004c SystemOut O ADMA6016I: Ajout � l'espace de travail eAtelier.war/WEB-INF/web.xml
    [02/01/08 17:09:23:328 CET] 0000004c SystemOut O ADMA6017I: Le document C:\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1173b438bb0\workspace\cells\acer-d18848db56Node01Cell\applications\eAtelierEAR.ear\deployments\eAtelierEAR\eAtelier.war\WEB-INF/struts-bean.tld est sauvegard�.
    [02/01/08 17:09:23:328 CET] 0000004c SystemOut O ADMA6016I: Ajout � l'espace de travail eAtelier.war/WEB-INF/struts-bean.tld
    [02/01/08 17:09:23:328 CET] 0000004c SystemOut O ADMA6017I: Le document C:\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1173b438bb0\workspace\cells\acer-d18848db56Node01Cell\applications\eAtelierEAR.ear\deployments\eAtelierEAR\eAtelier.war\WEB-INF/struts-html.tld est sauvegard�.
    [02/01/08 17:09:23:344 CET] 0000004c SystemOut O ADMA6016I: Ajout � l'espace de travail eAtelier.war/WEB-INF/struts-html.tld
    [02/01/08 17:09:23:344 CET] 0000004c SystemOut O ADMA6017I: Le document C:\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1173b438bb0\workspace\cells\acer-d18848db56Node01Cell\applications\eAtelierEAR.ear\deployments\eAtelierEAR\eAtelier.war\WEB-INF/struts-logic.tld est sauvegard�.
    [02/01/08 17:09:23:344 CET] 0000004c SystemOut O ADMA6016I: Ajout � l'espace de travail eAtelier.war/WEB-INF/struts-logic.tld
    [02/01/08 17:09:23:344 CET] 0000004c SystemOut O ADMA6017I: Le document C:\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1173b438bb0\workspace\cells\acer-d18848db56Node01Cell\applications\eAtelierEAR.ear\deployments\eAtelierEAR\eAtelier.war\WEB-INF/struts-nested.tld est sauvegard�.
    [02/01/08 17:09:23:344 CET] 0000004c SystemOut O ADMA6016I: Ajout � l'espace de travail eAtelier.war/WEB-INF/struts-nested.tld
    [02/01/08 17:09:23:484 CET] 0000004c SystemOut O ADMA6017I: Le document C:\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1173b438bb0\workspace\cells\acer-d18848db56Node01Cell\applications\eAtelierEAR.ear\deployments\eAtelierEAR\eAtelier.war\WEB-INF/struts-template.tld est sauvegard�.
    [02/01/08 17:09:23:484 CET] 0000004c SystemOut O ADMA6016I: Ajout � l'espace de travail eAtelier.war/WEB-INF/struts-template.tld
    [02/01/08 17:09:23:484 CET] 0000004c SystemOut O ADMA6017I: Le document C:\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1173b438bb0\workspace\cells\acer-d18848db56Node01Cell\applications\eAtelierEAR.ear\deployments\eAtelierEAR\eAtelier.war\WEB-INF/struts-tiles.tld est sauvegard�.
    [02/01/08 17:09:23:484 CET] 0000004c SystemOut O ADMA6016I: Ajout � l'espace de travail eAtelier.war/WEB-INF/struts-tiles.tld
    [02/01/08 17:09:23:484 CET] 0000004c SystemOut O ADMA6017I: Le document C:\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1173b438bb0\workspace\cells\acer-d18848db56Node01Cell\applications\eAtelierEAR.ear\deployments\eAtelierEAR\eAtelier.war\WEB-INF/struts-config.xml est sauvegard�.
    [02/01/08 17:09:23:484 CET] 0000004c SystemOut O ADMA6016I: Ajout � l'espace de travail eAtelier.war/WEB-INF/struts-config.xml
    [02/01/08 17:09:23:500 CET] 0000004c SystemOut O ADMA6017I: Le document C:\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1173b438bb0\workspace\cells\acer-d18848db56Node01Cell\applications\eAtelierEAR.ear\deployments\eAtelierEAR\eAtelier.war\WEB-INF/ibm-web-ext.xmi est sauvegard�.
    [02/01/08 17:09:23:500 CET] 0000004c SystemOut O ADMA6016I: Ajout � l'espace de travail eAtelier.war/WEB-INF/ibm-web-ext.xmi
    [02/01/08 17:09:23:500 CET] 0000004c SystemOut O ADMA6017I: Le document C:\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\1173b438bb0\workspace\cells\acer-d18848db56Node01Cell\applications\eAtelierEAR.ear\deployments\eAtelierEAR\eAtelier.war\WEB-INF/ibm-web-bnd.xmi est sauvegard�.
    [02/01/08 17:09:23:500 CET] 0000004c SystemOut O ADMA6016I: Ajout � l'espace de travail eAtelier.war/WEB-INF/ibm-web-bnd.xmi
    [02/01/08 17:09:23:500 CET] 0000004c SystemOut O ADMA5037I: Le syst�me commence � sauvegarder l'application � C:\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default\wstemp\1173b438bb0\workspace\cells\acer-d18848db56Node01Cell\applications\eAtelierEAR.ear
    [02/01/08 17:09:24:203 CET] 0000004c SystemOut O ADMA5038I: Le syst�me a termin� la sauvegarde de l'application � C:\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default\wstemp\1173b438bb0\workspace\cells\acer-d18848db56Node01Cell\applications\eAtelierEAR.ear\eAtelierEAR.ear
    [02/01/08 17:09:25:391 CET] 0000004d WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is disabled.
    [02/01/08 17:09:25:438 CET] 0000004c SystemOut O xmlDoc: [#document: null]
    [02/01/08 17:09:25:438 CET] 0000004c SystemOut O root element: [app-delta: null]
    [02/01/08 17:09:25:438 CET] 0000004c SystemOut O ****** delta file name: C:\IBM\Rational\SDP\6.0\runtimes\base_v6/profiles/default\wstemp\1173b438bb0\workspace\cells\acer-d18848db56Node01Cell\applications\eAtelierEAR.ear/deltas/eAtelierEAR.ear/delta-1199290165438
    [02/01/08 17:09:26:203 CET] 0000004c SystemOut O ADMA6011I: Suppression de l'arborescence C:\DOCUME~1\julien\LOCALS~1\Temp\app_1173b438bb0
    [02/01/08 17:09:30:438 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deltas/eAtelierEAR.ear/delta-1199290165438 a �t� cr��.
    [02/01/08 17:09:30:844 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deployments/eAtelierEAR/eAtelier.war/WEB-INF/struts-tiles.tld a �t� cr��.
    [02/01/08 17:09:30:844 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deployments/eAtelierEAR/eAtelier.war/WEB-INF/struts-logic.tld a �t� cr��.
    [02/01/08 17:09:31:062 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/eAtelierEAR.ear a �t� cr��.
    [02/01/08 17:09:31:062 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deployments/eAtelierEAR/eAtelier.war/WEB-INF/struts-template.tld a �t� cr��.
    [02/01/08 17:09:31:219 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deployments/eAtelierEAR/eAtelier.war/WEB-INF/struts-bean.tld a �t� cr��.
    [02/01/08 17:09:31:375 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deployments/eAtelierEAR/eAtelier.war/WEB-INF/ibm-web-ext.xmi a �t� cr��.
    [02/01/08 17:09:31:406 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deployments/eAtelierEAR/META-INF/application.xml a �t� cr��.
    [02/01/08 17:09:31:469 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deployments/eAtelierEAR/eAtelier.war/META-INF/MANIFEST.MF a �t� cr��.
    [02/01/08 17:09:31:516 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deployments/eAtelierEAR/eAtelier.war/WEB-INF/ibm-web-bnd.xmi a �t� cr��.
    [02/01/08 17:09:31:641 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deployments/eAtelierEAR/eAtelier.war/WEB-INF/struts-config.xml a �t� cr��.
    [02/01/08 17:09:32:031 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deployments/eAtelierEAR/eAtelier.war/WEB-INF/struts-html.tld a �t� cr��.
    [02/01/08 17:09:32:031 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deployments/eAtelierEAR/eAtelier.war/WEB-INF/struts-nested.tld a �t� cr��.
    [02/01/08 17:09:32:031 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deployments/eAtelierEAR/eAtelier.war/WEB-INF/web.xml a �t� cr��.
    [02/01/08 17:09:32:078 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deployments/eAtelierEAR/deployment.xml a �t� cr��.
    [02/01/08 17:09:32:078 CET] 0000004d FileRepositor A ADMR0009I: Le document cells/acer-d18848db56Node01Cell/applications/eAtelierEAR.ear/deployments/eAtelierEAR/META-INF/.modulemaps a �t� cr��.
    [02/01/08 17:09:32:078 CET] 0000004d FileRepositor A ADMR0010I: Le document cells/acer-d18848db56Node01Cell/nodes/acer-d18848db56Node01/serverindex.xml a �t� modifi�.
    [02/01/08 17:10:48:625 CET] 00000013 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [02/01/08 17:11:28:797 CET] 0000003d WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [02/01/08 17:12:38:688 CET] 00000015 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [02/01/08 17:13:23:734 CET] 00000013 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [02/01/08 17:15:04:562 CET] 0000003d WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [02/01/08 17:16:36:562 CET] 00000015 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [02/01/08 17:16:48:312 CET] 00000013 ApplicationMg A WSVR0217I: Arr�t de l'application IBMUTC
    [02/01/08 17:16:48:781 CET] 00000013 ApplicationMg A WSVR0220I: L'application est arr�t�e : IBMUTC
    [02/01/08 17:17:17:797 CET] 0000003d WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [02/01/08 17:18:38:969 CET] 0000003d WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [02/01/08 17:19:18:125 CET] 0000003d WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    [02/01/08 17:20:54:109 CET] 00000013 WorkSpaceMana A WKSP0023I: Workspace configuration consistency check is enabled.
    thanks.

  • Starting multiple servers in websphere application server v5

    Hi,
    I am using websphere application server v5.
    Initially i had one server where i had couple of applications deployed.
    I added one more server and deployed one application in it.
    I am unable to start the server2.Both the server belong to the same node.
    My O/S is Win2000.
    Please let me know how to do it.
    Many Thanks
    Abhay

    look in the logs.
    i don't know websphere. we use weblogic, thank god.
    %

  • 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|#]

  • Inhibit the starting of an Application Server Instance

    Hello,
    How I can inhibit the starting of an Application Server Instance at the starting of Windows?
    Yours Sincerely,

    You should take a look at the Windows Services control panel.
    Oracle Documentation index:
    http://www.oracle.com/technology/documentation/index.html

Maybe you are looking for