Weblogic10, starting server problem

Hi,
I was working with weblogc 9 and just configure to work with 10. But starting the webappserver is just a pin in the a@@. It keeps telling me that
radiant.toolsandnetwork.mssgserverconfig.gui.server.MssgServerConfigServiceImpl
Ignoring: unable to load class:java.lang.ClassNotFoundException: com.tradiant.to
olsandnetwork.mssgserverconfig.gui.server.MssgServerConfigServiceImpl at: weblog
ic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
When processing WebService module 'webApp'. Failed to load servlet Class: com.t
radiant.orders.orderchangerequest.gui.server.admin.OrderChangeRequestAdminServic
eImpl
Ignoring: unable to load class:java.lang.ClassNotFoundException: com.tradiant.or
ders.orderchangerequest.gui.server.admin.OrderChangeRequestAdminServiceImpl at:
weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
When processing WebService module 'webApp'. Failed to load servlet Class: com.t
radiant.toolsandnetwork.obtool.gui.server.OBTServiceImpl
Ignoring: unable to load class:java.lang.ClassNotFoundException: com.tradiant.to
olsandnetwork.obtool.gui.server.OBTServiceImpl at: weblogic.xml.schema.binding.u
til.ClassUtil.loadClass(ClassUtil.java:76)
When processing WebService module 'webApp'. Failed to load servlet Class: com.t
radiant.layout.custommetrics.gui.server.CustomMetricsServiceImpl
Ignoring: unable to load class:java.lang.ClassNotFoundException: com.tradiant.la
yout.custommetrics.gui.server.CustomMetricsServiceImpl at: weblogic.xml.schema.b
inding.util.ClassUtil.loadClass(ClassUtil.java:76)
When processing WebService module 'webApp'. Failed to load servlet Class: com.t
radiant.orders.receipt.exceptions.gui.server.ReceiptExceptionServiceImpl
Does anyone incur this kinda problem before? Please let me know how can I detail my question.
Thanks.
Best,
Jack

problem revoled. Just wait untill the server goes to running mode.

Similar Messages

  • Deployment error: Failed to start server localhost:24848.  See the server l

    Hi,
    I am a linux user (SuSe 10.0 on a 64 bit machine)
    I have been struggling endlessly with trying to get my application to run. I have tried re-installing the Java Studio Creator IDE but I still get that "Fail to start server problem"
    Please can someone help,
    Ham

    This forum is for questions about Sun Studio, the C/C++/Fortran development system. You should post this question in the Sun Java Studio Creator forum.
    http://forum.sun.com/jive/forum.jspa?forumID=123

  • Problem starting server with nodemanager

    Hello,
    I have a cluster running on JRockit on Windows 2003 sever and everything works fine when I start nodes from command line, but when I try to start cluster nodes from admin console through node managers in the log file I get:
    =================
    <Jul 21, 2006 10:50:57 AM> <Info> <NodeManager> <Starting WebLogic server with command line: C:\bea\JROCKI~1\jre\bin\java -Dweblogic.Name=Alfa1 -Djava.security.policy=C:\bea\WEBLOG~1\server\lib\weblogic.policy -Dweblogic.management.server=http://141.146.8.111:7001 -Djava.library.path=C:\bea\WEBLOG~1\server\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\bea\WEBLOG~1\server\native\win\32;C:\bea\WEBLOG~1\server\bin;C:\bea\JROCKI~1\jre\bin;C:\bea\JROCKI~1\bin;C:\bea\WEBLOG~1\server\native\win\32\oci920_8;c:\program files\imagemagick-6.2.8-q16;C:\Program Files\Support Tools\;C:\Program Files\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\ -Djava.class.path=.;C:\bea\patch_weblogic910\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\JROCKI~1\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\WEBLOG~1\server\lib\webservices.jar -Dweblogic.system.BootIdentityFile=C:\bea\user_projects\domains\alfa_domain2\servers\Alfa1\data\nodemanager\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false weblogic.Server >
    <Jul 21, 2006 10:50:57 AM> <Info> <NodeManager> <Working directory is "C:\bea\user_projects\domains\alfa_domain2">
    <Jul 21, 2006 10:50:57 AM> <Info> <NodeManager> <Server output log file is "C:\bea\user_projects\domains\alfa_domain2\servers\Alfa1\logs\Alfa1.out">
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -jrockit     to select the "jrockit" VM
    -client     to select the "client" VM
    -server     to select the "server" VM [synonym for the "jrockit" VM]
    The default VM is jrockit.
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
    A ; separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version and exit
    -version:<value>
    require the specified version to run
    -showversion print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
    include/exclude user private JREs in the version search
    -? -help print this help message
    -X print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
    enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
    disable assertions
    -esa | -enablesystemassertions
    enable system assertions
    -dsa | -disablesystemassertions
    disable system assertions
    -agentlib:<libname>[=<options>]
    load native agent library <libname>, e.g. -agentlib:hprof
    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
    load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
    load Java programming language agent, see java.lang.instrument
    <Jul 21, 2006 10:50:59 AM> <Info> <NodeManager> <Server failed during startup so will not be restarted>
    ==============
    It seems that node manager appends system PATH to the java.library.path of the server it is trying to start. The problem is spaces in the system PATH:
    -Djava.library.path=C:\bea\WEBLOG~1\server\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\bea\WEBLOG~1\server\native\win\32;C:\bea\WEBLOG~1\server\bin;C:\bea\JROCKI~1\jre\bin;C:\bea\JROCKI~1\bin;C:\bea\WEBLOG~1\server\native\win\32\oci920_8;c:\program files\imagemagick-6.2.8-q16;C:\Program Files\Support Tools\;C:\Program Files\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\
    java expects another option after space.
    How do I make nodemanager not to append system path to server's java.library.path?
    Is there a way to make node manager start server nodes with java.library.path value in quotation marks?
    P.S. I'm running node manager as windows service. I saw a post that solves this problem by starting node manager from command line but this solution is not sufficient.

    Gediminas Aleknavicius skrev:
    How do I make nodemanager not to append system path to server's java.library.path?Hi!
    This news group is about JRockit. People here tend not to know that
    much about non-JRockit products (like nodemanager). Try some WLx forum,
    they should be able to answer your question!
    Regards //Johan

  • [Fwd: Starting Managed server problem ......]

    Forwarding to the security news group...
    -------- Original Message --------
    Subject: Starting Managed server problem ......
    Date: 1 Jun 2004 23:02:53 -0700
    From: Sameer <barsatkiraat2001>
    Newsgroups: weblogic.developer.interest.management
    Hi All,
    I need you guy's help in this regard, that I am using solaris 8 and
    installed Weblogic8.1 Server.
    My Scenario is;
    Have configured Admin Server and Managed server with nodemanager on one
    unix machine.
    So, what am facing the problem;
    I am not able to get run Managed server after starting the nodemanager
    and admin server, getting the error in nodemanager logs that is :
    <Jun 2, 2004 9:44:26 AM GMT 04:00> <Warning> <Security> <BEA-090482>
    <BAD_CERTIFICATE alert was received from PortalQA - 10.12.10.94. Check
    the peer to determine why it rejected the certificate chain (trusted CA
    configuration, hostname verification). SSL debug tracing may be required
    to determine the exact reason the certificate was rejected.>
    And in Admin Server logs it's saying;
    <Jun 2, 2004 9:44:26 AM GMT 04:00> <Warning> <Security> <BEA-090504>
    <Certificate chain received from PortalQA - 10.12.10.94 failed hostname
    verification check. Certificate contained AdminQA but check expected
    PortalQA>
    The WebLogic Server did not start up properly.
    Exception raised:
    'weblogic.management.configuration.ConfigurationException: Due to faulty
    SSL configuration, this server is unable to establish a connection to
    the node manager.'
    <Jun 2, 2004 9:44:26 AM GMT 04:00> <Warning> <NodeManager> <BEA-300038>
    <The node manager is unable to monitor this server. Could not create an
    SSL connection to the node manager. Reason :
    [Security:090504]Certificate chain received from PortalQA - 10.12.10.94
    failed hostname verification check. Certificate contained AdminQA but
    check expected PortalQA>
    Reason: weblogic.management.configuration.ConfigurationException: Due to
    faulty SSL configuration, this server is unable to establish a
    connection to the node manager.
    <Jun 2, 2004 9:44:26 AM GMT 04:00> <Emergency> <WebLogicServer>
    <BEA-000342> <Unable to initialize the server:
    weblogic.management.configuration.ConfigurationException: Due to faulty
    SSL configuration, this server is unable to establish a connection to
    the node manager.>
    If some one can help me, I do appreciate in all due respect.
    Sameer.

    Hello Satya/All,
    I'm also experiencing the exact problem you are facing. It would be great if
    somebody could help in this regard at the earliest.
    Thanks, senthil
    Satya Ghattu <[email protected]> wrote:
    Forwarding to the security news group...
    -------- Original Message --------
    Subject: Starting Managed server problem ......
    Date: 1 Jun 2004 23:02:53 -0700
    From: Sameer <barsatkiraat2001>
    Newsgroups: weblogic.developer.interest.management
    Hi All,
    I need you guy's help in this regard, that I am using solaris 8 and
    installed Weblogic8.1 Server.
    My Scenario is;
    Have configured Admin Server and Managed server with nodemanager on one
    unix machine.
    So, what am facing the problem;
    I am not able to get run Managed server after starting the nodemanager
    and admin server, getting the error in nodemanager logs that is :
    <Jun 2, 2004 9:44:26 AM GMT 04:00> <Warning> <Security> <BEA-090482>
    <BAD_CERTIFICATE alert was received from PortalQA - 10.12.10.94. Check
    the peer to determine why it rejected the certificate chain (trusted
    CA
    configuration, hostname verification). SSL debug tracing may be required
    to determine the exact reason the certificate was rejected.>
    And in Admin Server logs it's saying;
    <Jun 2, 2004 9:44:26 AM GMT 04:00> <Warning> <Security> <BEA-090504>
    <Certificate chain received from PortalQA - 10.12.10.94 failed hostname
    verification check. Certificate contained AdminQA but check expected
    PortalQA>
    The WebLogic Server did not start up properly.
    Exception raised:
    'weblogic.management.configuration.ConfigurationException: Due to faulty
    SSL configuration, this server is unable to establish a connection to
    the node manager.'
    <Jun 2, 2004 9:44:26 AM GMT 04:00> <Warning> <NodeManager> <BEA-300038>
    <The node manager is unable to monitor this server. Could not create
    an
    SSL connection to the node manager. Reason :
    [Security:090504]Certificate chain received from PortalQA - 10.12.10.94
    failed hostname verification check. Certificate contained AdminQA but
    check expected PortalQA>
    Reason: weblogic.management.configuration.ConfigurationException: Due
    to
    faulty SSL configuration, this server is unable to establish a
    connection to the node manager.
    <Jun 2, 2004 9:44:26 AM GMT 04:00> <Emergency> <WebLogicServer>
    <BEA-000342> <Unable to initialize the server:
    weblogic.management.configuration.ConfigurationException: Due to faulty
    SSL configuration, this server is unable to establish a connection to
    the node manager.>
    If some one can help me, I do appreciate in all due respect.
    Sameer.

  • Having problem starting server

    I am running into this problem starting server in weblogic 9.1, The server changes to RUNNING mode but throws this error after this .
    Here is stdout:
    C:\projects\config\ddev91>echo $Header: /u01/projects/cvs/omega/build/conf/weblogic/startwl.cmd,v 1.11 2005/11/16 15:55:51 rphillips Exp $
    $Header: /u01/projects/cvs/omega/build/conf/weblogic/startwl.cmd,v 1.11 2005/11/16 15:55:51 rphillips Exp $
    A subdirectory or file filestore already exists.
    Remote Debugging is Off
    Using Default memory model
    C:\projects\config\ddev91>if not exist c:\projects\config\ddev91\servers\ddev-desktop\data\ldap\ldapfiles\nul.ext (
    echo LDAP files no found, calling authwl_desktop.cmd
    call authwl_desktop.cmd
    C:\projects\config\ddev91>"/bea91/jdk150_04\bin\java" -Xms256m -Xmx512m -XX:MaxPermSize=128m -Dweblogic.alternateTypesDirectory=c:/projects/config/ddev91/lib/mbeantypes -DProductionModeEnabled=true -Dorg.xml.sax.driver="weblogic.apache.xerces.parser
    s.SAXParser" -DEJBNoClassLoader -Dcom.frontier.epn.EPNI_Handler_lookup="com.emergis.els.server.persistence.loan.handler.EPNIHandler" -Dlog4j.configuration=file:/projects/config/ddev91/props/log4j.properties -Dcom.frontier.epn.log4j=/projects/config/d
    dev91/props/log4j.properties -Dconfig.path=/projects/config/ddev91/props -Dweblogic.Domain=ddev91 -Dcallback.listener.config=/projects/config/ddev91/props/EPNI.properties -Dweblogic.Name=ddev-desktop "-Dbea.home=/bea91" "-Djava.security.policy==/bea9
    1/weblogic91/lib/weblogic.policy" "-Dweblogic.management.username=system" "-Dweblogic.management.password=weblogic" "-Dcom.frontier.epn.USE_PSTMT=true" -Dweblogic.RootDirectory=c:\/projects\/config\/ddev91 weblogic.Server
    <Jan 25, 2006 9:56:36 AM EST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\projects\config\ddev91\lib\client.jar;C:\projects\config\ddev91\lib\cmn-log.jar;C:\projects\config\ddev91\lib\commons-beanutils-1.6.1.jar;C:\projects\config\ddev91\lib\commons-collections-2.1.jar;C:\projects\config\ddev91\lib\commons-httpclient-2.
    0.jar;C:\projects\config\ddev91\lib\cos.jar;C:\projects\config\ddev91\lib\CR096950_61sp4.jar;C:\projects\config\ddev91\lib\CR177114_81sp3.jar;C:\projects\config\ddev91\lib\DbLog-bin-jdk14.jar;C:\projects\config\ddev91\lib\DbLog-bin-jdk15-generics.jar
    ;C:\projects\config\ddev91\lib\DbLog-bin-jdk15.jar;C:\projects\config\ddev91\lib\elsStartup.jar;C:\projects\config\ddev91\lib\FrontierEPN-jdk14.jar;C:\projects\config\ddev91\lib\FrontierEPN.jar;C:\projects\config\ddev91\lib\gnu-regexp-1.1.4.jar;C:\pr
    ojects\config\ddev91\lib\iText.jar;C:\projects\config\ddev91\lib\jakarta-regexp-1.3.jar;C:\projects\config\ddev91\lib\jaxb-rt-1.0-ea.jar;C:\projects\config\ddev91\lib\jaxb-xjc-1.0-ea.jar;C:\projects\config\ddev91\lib\jcert.jar;C:\projects\config\ddev
    91\lib\jpedal-jdk13.jar;C:\projects\config\ddev91\lib\jpedal-jdk14.jar;C:\projects\config\ddev91\lib\jsse.jar;C:\projects\config\ddev91\lib\jstl.jar;C:\projects\config\ddev91\lib\log4j.jar;C:\projects\config\ddev91\lib\mbeantypes\eLendingProviders.ja
    r;C:\projects\config\ddev91\lib\ojdbc14-10.2.0.1.0.jar;C:\projects\config\ddev91\lib\ojdbc14-9.2.0.5.jar;C:\projects\config\ddev91\lib\omegaUtils.jar;C:\projects\config\ddev91\lib\resolver.jar;C:\projects\config\ddev91\lib\standard.jar;C:\projects\co
    nfig\ddev91\lib\struts-1.2.4.jar;C:\projects\config\ddev91\lib\testsupport\classes12.jar;C:\projects\config\ddev91\lib\testsupport\commons-beanutils-1.6.1.jar;C:\projects\config\ddev91\lib\testsupport\commons-collections-2.1.jar;C:\projects\config\dd
    ev91\lib\testsupport\commons-digester-1.5.jar;C:\projects\config\ddev91\lib\testsupport\commons-httpclient-2.0.jar;C:\projects\config\ddev91\lib\testsupport\commons-logging-1.0.3.jar;C:\projects\config\ddev91\lib\testsupport\freemarker-2.3rc3.jar;C:\
    projects\config\ddev91\lib\testsupport\handlerTraceTool.jar;C:\projects\config\ddev91\lib\testsupport\httpunit-1.6.1.jar;C:\projects\config\ddev91\lib\testsupport\js.jar;C:\projects\config\ddev91\lib\testsupport\junit.jar;C:\projects\config\ddev91\li
    b\testsupport\junit3.8.1.jar;C:\projects\config\ddev91\lib\testsupport\junitperf.jar;C:\projects\config\ddev91\lib\testsupport\nekohtml-0.9.1.jar;C:\projects\config\ddev91\lib\testsupport\optionalEls.jar;C:\projects\config\ddev91\lib\testsupport\quar
    tz-1.4.0.jar;C:\projects\config\ddev91\lib\testsupport\soapclient\axis.jar;C:\projects\config\ddev91\lib\testsupport\soapclient\commons-discovery.jar;C:\projects\config\ddev91\lib\testsupport\soapclient\commons-logging.jar;C:\projects\config\ddev91\l
    ib\testsupport\soapclient\jaxrpc.jar;C:\projects\config\ddev91\lib\testsupport\soapclient\saaj.jar;C:\projects\config\ddev91\lib\testsupport\soapclient\wsdl4j.jar;C:\projects\config\ddev91\lib\testsupport\xercesImpl.jar;C:\projects\config\ddev91\lib\
    testsupport\xmlParserAPIs.jar;C:\projects\config\ddev91\lib\testsupport\xmlunit1.0.jar;C:\projects\config\ddev91\lib\testsUtils.jar;C:\projects\config\ddev91\lib\tiles.jar;C:\projects\config\ddev91\lib\tncore.jar>
    <Jan 25, 2006 9:56:36 AM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.5.0_04-b05 from Sun Microsystems Inc.>
    <Jan 25, 2006 9:56:37 AM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.1 Mon Dec 12 19:26:33 EST 2005 689178 >
    <Jan 25, 2006 9:56:40 AM EST> <Info> <WebLogicServer> <BEA-000215> <Loaded License : \bea91\license.bea>
    <Jan 25, 2006 9:56:40 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jan 25, 2006 9:56:40 AM EST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jan 25, 2006 9:56:41 AM EST> <Notice> <Log Management> <BEA-170019> <The server log file C:\projects\config\ddev91\servers\ddev-desktop\logs\ddev-desktop.log is opened. All server side log events will be written to this file.>
    <Jan 25, 2006 9:56:41 AM EST> <Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that wlntio.dll is in: 'C:\bea91\jdk150_04\bin;.;C:\WINDOWS\system32;C:\WINDOWS;/bea91/weblogic91\bin;c:\OptimizeitSui
    te\OptimizeitSuite42;C:\jikes-1.22\bin;C:\bea91\jdk150_04\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\cvsnt;C:\apache-ant-1.6.5\bin;%JAVA_HOME\bin;C:\jikes-1.18\bin
    ;"C:\Program Files\GNU\WinCvs 2.0";C:\Oracle\product\10.1.0\Client_1\bin;C:\Oracle\product\10.1.0\Client_1\jre\1.4.2\bin\client;C:\Oracle\product\10.1.0\Client_1\jre\1.4.2\bin;;/oracle/ora90\bin'
    >
    <Jan 25, 2006 9:56:42 AM EST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jan 25, 2006 9:56:46 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jan 25, 2006 9:56:46 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jan 25, 2006 9:56:48 AM EST> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster successfully. Log messages will now be broadcasted to the domain log.>
    <Jan 25, 2006 9:56:48 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Jan 25, 2006 9:56:48 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Jan 25, 2006 9:56:49 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, http.>
    <Jan 25, 2006 9:56:49 AM EST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.44.0.171:7001 for protocols iiop, t3, ldap, http.>
    <Jan 25, 2006 9:56:49 AM EST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "ddev-desktop" for domain "ddev91" running in Development Mode>
    <Jan 25, 2006 9:56:49 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Jan 25, 2006 9:56:49 AM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Jan 25, 2006 9:56:50 AM EST> <Error> <HTTP> <BEA-101359> <The servlet weblogic.servlet.AsyncInitServlet init method failed while it was run in the background. The exception was: java.lang.NoClassDefFoundError: org/apache/commons/digester/RuleSet.
    java.lang.NoClassDefFoundError: org/apache/commons/digester/RuleSet
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at weblogic.servlet.AsyncInitServlet.createDelegate(AsyncInitServlet.java:43)
    at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:92)
    at weblogic.servlet.internal.WebAppServletContext$AsyncInitRequest.run(WebAppServletContext.java:1641)
    Truncated. see log file for complete stacktrace
    >

    The only thing abnormal is
    java.lang.NoClassDefFoundError: org/apache/commons/digester/RuleSet
    Do you have the digester's jar in the WEB-INF/lib of you application?

  • JBOSS  4.0 Application Server start up problem?

    1. JBOSS Application Server start up problem?
    I have installed the JBOSS 4.0 application server in eclipse 3.4(Ganymede) in order to work with the adempiere open source ERP.When I start the JBOSS server,It displays the message &ldquo;Server started in Xm:XXs:XXXms&rdquo; in the console window.But the progress bar in server window is still running.Once the time out is over,it displays the message server cannot be started.
    What should I do in order to make eclipse know that the server is started(message in console as server started) and set its status to &ldquo;Started&rdquo;?
    2.Is it possible to copy and paste the .war created in eclipse 3.4 using JBOSS 4.0 to Glassfish v2 which requires archive file .ear form in NetBeans IDE 6.1?

    i also noticed when I start the server some times the first line it display in the container will be starting Microcontainer some times it diaplays microkernel?You can find out reason based on that also?
    Actually I was using 8080 port for my Oracle 10g Express Edition.Even when I change the port in server view,I had same problem.In order to recover from the problem,I finally changed my database port,My Jboss 4.0 has started succesfully. When I access the JBOSS in URL http://localhost:8080/jmx-console,i got the error can you tell me what can i do?
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:346)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:414)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
    root cause
    Unable to find a javac compiler;
    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDK
         org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler(CompilerAdapterFactory.java:105)
         org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:929)
         org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:382)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.
    Apache Tomcat/5.0.28

  • Error in starting server from NetWeaver Studio

    I get the following error when i start the server from NetWeaver studio. Any reason why this error pops up.
    Problem Occurred:
    Startting Server - SAP Server E<24> (Time of error.....)
    Reason :
    JsfOpenAdmin failed: object not found.
    However I can start and stop the server from the management console.
    thanks,
    Sahir
    Edited by: Sahir Pathan on Jul 14, 2008 5:29 PM
    Edited by: Sahir Pathan on Jul 14, 2008 5:37 PM

    Maybe when you are on netweaver studio, the instance number passed is the java one instead of the abap instance one :
    sidadm> sapcontrol -nr 01 -function J2EEGetProcessList
    27.02.2009 17:13:02
    J2EEGetProcessList
    OK
    telnetPort, name, pid, type, restart, exitCode, state, startTime, elapsedTime, restartCount, errorCount, cpu, debug
    0, SDM, 11557, SDM Server, Yes, , J2EE_RUNNING, Running, 2009 02 01 06:41:40, 634:31:22, 0, 0, 0:14:36, Switched off
    50108, dispatcher, 11555, J2EE Dispatcher, Yes, , J2EE_RUNNING, Running, 2009 02 01 06:41:40, 634:31:22, 0, 0, 0:24:21, Disabled
    0, server0, 11556, J2EE Server, Yes, , J2EE_RUNNING, Running, 2009 02 01 06:41:40, 634:31:22, 0, 0, 1:16:31, Disabled
    sidadm> sapcontrol -nr 11 -function J2EEGetProcessList
    27.02.2009 17:13:17
    J2EEGetProcessList
    FAIL: JsfOpenAdmin failed: object not found
    sidadm>

  • Web Start & Enterprise Web Start Server

    Hi all
    I looked around Solaris Web Start thing and it looks great to me. But there are still too many things I don't understand. I already browsed Sun sites but did not succeed to get clear status of the whole situation.
    First, let me explain what I would like to do. I want to remotely install several Sun machines (with both Solaris and my own applications) from a unique graphical interface. For example, I sit in front of any PC with a browser and just go to the installation URL. That's it.
    At first sight, I thought Sun Enterprise Web Start Server would be the solution. But, I've only found that page: http://www.sun.com/servers/sw/webstart/ and the download link is broken. Anyone knows where it has gone? And does it answer to my needs?
    I see this other possibility: to use Web Start Wizards. It is Java software and it is said that it can be used to install software remotely. My question is: does it rely on Java Web Start? If not, how does it work?

    Hi Sebgrel,
    I've the some problem. I'm looking for a GUI for customized jumpstart installations but the only link that I've found is the same link you have. When in the page http://www.sun.com/servers/sw/webstart I click on "Download Sun Enterprise Web Start Server Now!" the corrispondent page "http://sunsolve2.sun.com/fcs/WSS/index.html" not exists. I sent an email to SunSolve Support Team web master ([email protected]).
    Following you can see the complete email history (starting from the bottom):
    =======================================
    -----Original Message-----
    From: <myuser>
    Sent: gioved� 30 dicembre 2004 9.50
    To: 'SunSolve Support Team'
    Subject: RE: Sun.com Email - Broken Link Report: Broken link (PR#1382) (SSO#18339)
    Hi SunSolve Support Team,
    as you can read following, you have been addressed to the resepective team the analysis of the link broken at 3 of dicember. But at this time the error is still present. Can you speed up the fixing of the error or give me another way to download ?
    Many thanks,
    Regards
    EV
    <mailto: myuser>
    -----Original Message-----
    From: SunSolve Support Team [mailto:[email protected]]
    Sent: venerd� 3 dicembre 2004 20.34
    To: <myuser>
    Cc: [email protected]; [email protected]
    Subject: Re: Sun.com Email - Broken Link Report: Broken link (PR#1382) (SSO#18339)
    Hi Enrico,
    sunsolve2 is a un-supported server, surely there is a mistake in the document
    and it has been addressed to the resepective team.
    Regards,
    SunSolve Support
    >>
    User : myuser (No Phone #)
    URL : http://www.sun.com/servers/sw/webstart/
    Server : www.sun.com
    Type : Broken Link Report
    I wish to notify that at the text "Download Sun Enterprise Web Start Server
    Now!" in the URL above, the corresponding link
    (http://sunsolve2.sun.com/fcs/WSS/index.html) is broken.
    Do you have another link?
    Thanks,
    Regards.
    EV
    ========================================
    Now I'm still wait for an answer since 30 of Dec 2004.
    If they will answer me, I will notify you
    Regards,
    Enrico

  • Error when starting server from NetWeaver Studio

    I get the following error when i start the server from NetWeaver studio. Any reason why this error pops up.
    Problem Occurred:
    Startting Server - SAP Server E<24> (Time of error.....)
    Reason :
    JsfOpenAdmin failed: object not found.
    However I can start and stop the server from the management console.
    thanks,
    Sahir
    Edited by: Sahir Pathan on Jul 14, 2008 5:30 PM

    Hello Sahir,
    Can you post some other error logs ?
    Regards,
    Siddhesh

  • Exception while starting server P6 (EPPM 8.3.2) on Weblogic Server 11gR1

    I am a single user for learning purpose. I am trying to install EPPM 8.3.2 on my lenovo Window 7, 32 Bit Laptop.
    - I have installed weblogic server,
    - Installed databse and
    - EPPM 8.3.2.
    Unfortunately I am getting error "Exception while starting server P6     ". I have not applied the patch 16176831 on Weblogic server as unable to download in (I don't have a support Identifier and I don't intend to buy also) can some body guide me if the exception is because of not applying the patch or for some other reason.
    if because of Applying the patch 16176831 then where can I can free download it. (Since I am not making money right now I don't wan't to spend it either)
    Thanks in anticipation.
    Vikram S Gupta

    Hello,
    first of all your Problem on your 32-bit Laptop is that you cannot use 2GB of Memory for one managed Server (process). The P6 managed Server has set the Parameter to 2GB. So if you only have a total Memory of 2GB available then this won't be sufficent I fear. So first check your Oracle DB Setting how much Memory is used there. The next step is depending how you start your P6. Do you use the startPrimavera,bat? I mention not.
    So go to your <drive>:\Middleware\user_projects\domains\P6EPPM\bin and run there the startWebLogic.cmd (maybe you're asked for the user to start. So use the weblogic user for Startup). Then open a browser and open the  page http://localhost:7001/console (Standard if you haven't changed it through the install). Login with your weblogic user. On the left side click on Environment, then Server and click then on P6. In the Details page click on the Tab "Start up" and edit under arguments the following line:
    -Dprimavera.bootstrap.home=G:/Oracle/P6EPPM/p6/../p6 -Djavax.xml.stream.XMLInputFactory=weblogic.xml.stax.XMLStreamInputFactory -XX:MaxPermSize=512m -Xms512m -Xmx1024m
    You can try to reduce it to -XX:MaxPermSize=256m -Xms256m -Xmx512m
    Maybe you Need first to use the Change Center on the top left side.
    After that go to Environment => Servers, Change Tab to Control. Set the Hug in front of P6 and click on start. If the Memory is sufficent then this will start.
    A better way would be to increase the Memory on your Laptop.
    Regards
    Daniel

  • Photoshop CS2: name server problem: Is there a solution?

    Hi!
    I have Photoshop CS2. I can't start the program anymore because of the already well known name server problem... (DEAR ADOBE!! HOW COULD YOU!!! )
    Now, what can I do? As far as I know I purchased the software for an unlimited amount of time (thanks to the fact that there weren't any clouds, halleluja!)
    Can anybody help me, please? Is there a way "around"?
    Thanks a lot!!!
    Christiane

    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3

  • Mail Server Problem

    The mail server problem has been resolved, mail is working as designed....yeah!!

    silly discusting board, I've got 3 replies in my email but it's not showing here ...
    anyway, this time I found after some chasing my tail .... that the mail preferences had wiped my password and I needed to reinstall it, then instruct it to go online and some other click stuff ....
    and it seems to be ok now ....
    but each round in past 2 weeks has been different "fix" .... or wait ....
    sorry for anyone without master email for 5 days, that's just not right ....
    I'm afraid that as apple starts "giving away" email accounts to build the cloud into something much bigger than the mobile me was .... that their folo up will fail and we will find ourselves not with the same apple durability / consistency but with the "hey it's free" attitude ....
    let's see

  • An internal error occurred during: "starting server -weblogic server 8.1".

    I am using bea workshop studio 3.2, I am always getting an error like the following:
    an internal error occurred during: "starting server -weblogic server 8.1".
    anybody have an idea why this happen? The funny thing is that I can only start IBM websphere server, but not any of the BEA server (neither 9 nor 8.1). The moment I clicked green "start server" button, immediately I got a pop up window that says "an internal error occurred during: starting server -weblogic server 8.1".
    I used to work with IBM websphere, now I changed my job to work with BEA. Based on my experience, WebSphere is way better and easier to use. BEA sucks!
    But I have to use BEA and I have been fighting with this problem for 3 days and I am desparate now, please help!!!!
    Thank you very much in advance for the help!
    Jingzhi

    Yes, I did create a webapplication before I started the server. The more scary thing is that: I somehow managed to start the server once, I do not know how I did it. But now I cannot start it again no matter what. I compared the two settings: I swear that they are idential, but one is starting, the other is still having the same problem. Could you please give me some more hints? I followed exactly the same steps in the articles you referred.
    Thanks,
    Jingzhi

  • Setting up a file server - Problem defined

    This is a file transfer server where I want to send
    1) A file CV.docx from Client to server
    2)The Server recieves this file as plaintext.docx
    3) Server now sends back the plaintext.docx back to the client
    I am able to successfully send the file from client to server (i.e send CV.docx from client to server), but there is problem while sending
    back file from server back to client (i.e plaintext.docx from server to back to client).
    Can anyone tell me how to slove this problem?
    Best Regards,
    Amar
    ------------------------------------------------Client Side----------------------------------------------------------------------------------------------------
    import java.net.*;
    import java.io.*;
    public class FileClient{
      public static void main (String [] args ) throws IOException {
    int filesize=4034296; // filesize temporary hardcoded
    long start = System.currentTimeMillis();
        // localhost for testing
        Socket sock = new Socket("155.245.20.34",13267);
        System.out.println("Connecting...");
          // sendfile
          File myFile = new File ("CV.docx");
          byte [] mybytearray1  = new byte [(int)myFile.length()];
          FileInputStream fis = new FileInputStream(myFile);
          BufferedInputStream bis = new BufferedInputStream(fis);
          bis.read(mybytearray1,0,mybytearray1.length);
          OutputStream os = sock.getOutputStream();
          System.out.println("Sending...");
          os.write(mybytearray1,0,mybytearray1.length);
          os.flush();
    //Receive file here
        int bytesRead;
        int current = 0;
         // receive file
        byte [] mybytearray  = new byte [filesize]; //PROBLEM HERE!
       // Stops at this point indefinately
        InputStream is = sock.getInputStream();
        FileOutputStream fos = new FileOutputStream("plaintext.docx");
        BufferedOutputStream bos = new BufferedOutputStream(fos);
        //PROBLEM HERE!
       // Stops at this point indefinately
        bytesRead = is.read(mybytearray,0,mybytearray.length);
        System.out.println("trace");
        current = bytesRead;
        System.out.println("Check123");
       do {
           bytesRead =
              is.read(mybytearray, current, (mybytearray.length-current));
           if(bytesRead >= 0) current += bytesRead;
        } while(bytesRead > -1);
        bos.write(mybytearray, 0 , current);
        bos.flush();
        bos.close();
        sock.close();
         os.close();
          sock.close();
    long end = System.currentTimeMillis();
        System.out.println(end-start);
    } ----------------------------------------------Server Side-----------------------------------------------------------------------------------------------
    //server module
    import java.net.*;
    import java.io.*;
    public class FileServer {
      public static void main (String [] args ) throws IOException {
    int filesize=4034296; // filesize temporary hardcoded
        long start = System.currentTimeMillis();
        int bytesRead;
        int current = 0;
        // create socket
        ServerSocket servsock = new ServerSocket(13267);
        while (true) {
          System.out.println("Waiting...");
          Socket sock = servsock.accept();
          System.out.println("Accepted connection : " + sock);
         // receive file
        byte [] mybytearray  = new byte [filesize];
        InputStream is = sock.getInputStream();
        FileOutputStream fos = new FileOutputStream("plaintext.docx");
        BufferedOutputStream bos = new BufferedOutputStream(fos);
        bytesRead = is.read(mybytearray,0,mybytearray.length);
        current = bytesRead;
        do {
           bytesRead =
              is.read(mybytearray, current, (mybytearray.length-current));
           if(bytesRead >= 0) current += bytesRead;
        } while(bytesRead > -1);
        bos.write(mybytearray, 0 , current);
        bos.flush();
    System.out.println("Sending file to client");
    // sendfile
          File myFile = new File ("plaintext.docx");
          byte [] mybytearray1  = new byte [(int)myFile.length()];
          FileInputStream fis = new FileInputStream(myFile);
          BufferedInputStream bis = new BufferedInputStream(fis);
          bis.read(mybytearray1,0,mybytearray1.length);
          OutputStream os = sock.getOutputStream();
          System.out.println("Sending...");
          // ******PROBLEM here!
         //******* Waits here indefinately
        //******** No exceptions till this point
    os.write(mybytearray1,0,mybytearray1.length);
          System.out.println("Check\n");
          os.flush();
          long end = System.currentTimeMillis();
          System.out.println(end-start);
          System.out.println("End\n");
      bos.close();
        os.close();
        sock.close();
    }

    Thank u all for ur replies.http://www.catb.org/~esr/faqs/smart-questions.html#writewell
    How To Ask Questions The Smart Way
    Eric Steven Raymond
    Rick Moen
    Write in clear, grammatical, correctly-spelled language
    We've found by experience that people who are careless and sloppy writers are usually also careless and sloppy at thinking and coding (often enough to bet on, anyway). Answering questions for careless and sloppy thinkers is not rewarding; we'd rather spend our time elsewhere.
    So expressing your question clearly and well is important. If you can't be bothered to do that, we can't be bothered to pay attention. Spend the extra effort to polish your language. It doesn't have to be stiff or formal — in fact, hacker culture values informal, slangy and humorous language used with precision. But it has to be precise; there has to be some indication that you're thinking and paying attention.
    Spell, punctuate, and capitalize correctly. Don't confuse "its" with "it's", "loose" with "lose", or "discrete" with "discreet". Don't TYPE IN ALL CAPS; this is read as shouting and considered rude. (All-smalls is only slightly less annoying, as it's difficult to read. Alan Cox can get away with it, but you can't.)
    More generally, if you write like a semi-literate b o o b you will very likely be ignored. So don't use instant-messaging shortcuts. Spelling "you" as "u" makes you look like a semi-literate b o o b to save two entire keystrokes.

  • Managed server problem.

    Hi,
    I did create Admin server and Managed server on the same host. I have set Managed server (Name, Machine, Listen Address, Listen port enabled, Listen port, SSL listen port enebled, SSL listen port and java compiler) with these parameters. and i ran Admin server and Node manager (Admin server, node manager, managed server all on same host). When i was trying to run managed server from Admin server console the following error occured. Hwt is the solution for this. I am doing it in development mode
    error is
    <May 2, 2006 1:38:26 PM CDT> <Info> <NodeManager@*.*:5555> <Starting Server testDomain::managedServer1 ...>
    <May 2, 2006 1:38:28 PM CDT> <Info> <NodeManager@*.*:5555> <Server testDomain::managedServer1 started, process id = 1,480>
    <May 2, 2006 1:38:28 PM CDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1 Version ari-38120-20041118-1131-win-ia32 from BEA Systems, Inc.>
    <May 2, 2006 1:38:29 PM CDT> <Info> <Management> <BEA-141140> <The managed server is going to contact the admin server at http://10.8.85.103:7001 to check if there exists a running admin server at this URL.>
    <May 2, 2006 1:38:29 PM CDT> <Info> <Configuration Management> <BEA-150017> <This server is being started as a dependent managed server.>
    <May 2, 2006 1:38:29 PM CDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 >
    <May 2, 2006 1:38:29 PM CDT> <Info> <Configuration Management> <BEA-150015> <Connecting to the administration server http://10.8.85.103:7001 to retrieve the initial configuration.>
    <May 2, 2006 1:38:31 PM CDT> <Notice> <Log Management> <BEA-170019> <The server log file D:\apps\bea\weblogic81\common\nodemanager\managedServer1\managedServer1.log is opened. All server side log events will be written to this file.>
    The WebLogic Server did not start up properly.
    java.lang.NoClassDefFoundError: com/bea/wsrp/util/debug/Debug
    at com.bea.wsrp.security.WSRPIdentityAsserterProviderImpl.<clinit>()V(WSRPIdentityAsserterProviderImpl.java:45)
    at jrockit.vm.Reflect$IClass.runClinit(I)V(Unknown Source)
    at jrockit.vm.Reflect$IClass.ensureInitialized(Ljava.lang.Class;)V(Unknown Source)
    at java.lang.Class.newInstanceCached(I)Ljava.lang.Object;(Unknown Source)
    at java.lang.Class.newInstance(I)Ljava.lang.Object;(Unknown Source)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.createSecurityProvider(Lweblogic.management.security.ProviderMBean;Lweblogic.security.service.Auditor;)Lweblogic.security.spi.SecurityProvider;(SecurityServiceManagerDelegateImpl.java:232)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvider(Lweblogic.management.security.ProviderMBean;Lweblogic.security.service.Auditor;)Lweblogic.security.spi.SecurityProvider;(SecurityServiceManager.java:957)
    at weblogic.security.service.PrincipalAuthenticator.initialize(Ljava.lang.String;[Lweblogic.management.security.ProviderMBean;)V(PrincipalAuthenticator.java:152)
    at weblogic.security.service.PrincipalAuthenticator.<init>(Ljava.lang.String;[Lweblogic.management.security.ProviderMBean;)V(PrincipalAuthenticator.java:262)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(Ljava.lang.String;Lweblogic.management.security.RealmMBean;)Lweblogic.security.service.PrincipalAuthenticator;(SecurityServiceManagerDelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(Lweblogic.management.security.RealmMBean;Ljava.util.HashMap;)V(SecurityServiceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(Ljava.lang.String;)V(SecurityServiceManagerDelegateImpl.java:700)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms()V(SecurityServiceManagerDelegateImpl.java:733)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(Lweblogic.security.acl.internal.AuthenticatedSubject;)V(SecurityServiceManagerDelegateImpl.java:876)
    at weblogic.security.service.SecurityServiceManager.initialize(Lweblogic.security.acl.internal.AuthenticatedSubject;)V(SecurityServiceManager.java:734)
    at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:822)
    at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run([Ljava.lang.String;)I(T3Srvr.java:344)
    at weblogic.Server.main([Ljava.lang.String;)V(Server.java:32)
    Reason: com/bea/wsrp/util/debug/Debug
    ***************************************************************************                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi,
    I'm also having the same problem with a clean installation of 8.1 SP3. If I start the managed server manually using startManagerServer.cmd, it starts up fine.
    Does anyone have any idea what is causing this?
    Thanks,
    Jim

Maybe you are looking for