J2EE server startup problem

Please help me. Thanks a lot. The problem is as following:
C:\j2sdkee1.3.1\bin>j2ee -verbose
J2EE server listen port: 1050
Naming service started:1050
Binding DataSource, name = jdbc/EstoreDB, url = jdbc:cloudscape:rmi:Cloudsc
;create=true
Binding DataSource, name = jdbc/DB1, url = jdbc:cloudscape:rmi:CloudscapeDB
te=true
Binding DataSource, name = jdbc/DB2, url = jdbc:cloudscape:rmi:CloudscapeDB
te=true
Binding DataSource, name = jdbc/Cloudscape, url = jdbc:cloudscape:rmi:Cloud
DB;create=true
Binding DataSource, name = jdbc/InventoryDB, url = jdbc:cloudscape:rmi:Clou
eDB;create=true
Binding DataSource, name = jdbc/XACloudscape, url = jdbc/XACloudscape__xa
Binding DataSource, name = jdbc/XACloudscape__xa, dataSource = COM.cloudsca
re.RemoteXaDataSource@1202d69
Starting JMS service...
Initialization complete - waiting for client requests
Binding: < JMS Destination : jms/Topic , javax.jms.Topic >
Binding: < JMS Destination : jms/Queue , javax.jms.Queue >
Binding: < JMS Cnx Factory : TopicConnectionFactory , Topic , No properties
Binding: < JMS Cnx Factory : jms/QueueConnectionFactory , Queue , No proper
>
Binding: < JMS Cnx Factory : jms/TopicConnectionFactory , Topic , No proper
>
Binding: < JMS Cnx Factory : QueueConnectionFactory , Queue , No properties
Starting web service at port: 8000
Starting secure web service at port: 7000
J2EE SDK/1.3.1
LifecycleException: null.open: java.net.BindException: Address already in
JVM_Bind
at org.apache.catalina.connector.http.HttpConnector.initialize(Http
ctor.java:1116)
at org.apache.catalina.startup.Embedded.start(Embedded.java:962)
at com.sun.web.server.WebService.start(WebService.java:217)
at com.sun.web.server.WebServer.start(WebServer.java:189)
at com.sun.enterprise.server.J2EEServer.startWebService(J2EEServer.
796)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:297)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
java.lang.RuntimeException: null.open
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:346)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
J2EE server reported the following error: null.open
Error executing J2EE server ...

It looks like you already have a program listening on port 7000 or 8000. If that is the case, edit the container's configuration file to another port number (or do the same for the other program that is listening on that port).
- Saish
"My karma ran over your dogma." - Anon

Similar Messages

  • J2EE server startup problems

    Hi
    I downloaded the J2EE development kit the other day and installed it on my laptop. When I ran 'Start default server' the J2EE server started up. This worked fine for about a day but now the startup bat file quickly executes and the server does not startup. I then installed it on my desktop to find that the same thing has happened. after a few startups. Does anyone have any ideas what might be the problem.
    Thanks
    John

    Have the batch file redirect its outputs (both stdout and stderr) to files, rather than to a console window that closes immediately.
    Redirecting stdout to a file is like this:
    ... >toafile.txt
    Redirecting stderr varies between operating systems (I think) but is something like this:
    ... 2>toanotherfile.txt

  • WLS server startup problem

    Hi All
    I am getting the following exception at server startup. I have ensured that
    the environment is ok..
    The exception comes right at the startup and no logs are coming up.
    Can anyone tell me what might be the reason ?
    Thanks in advance
    Mandar
    <Jun 26, 2003 11:08:56 AM BST> <Warning> <Management> <141091>
    <-Dweblogic.Domain=<domainName> is no longer a required command line option,
    if you do not pass it in the domain name can be be inferred from the
    configuration file : config.xml>
    Starting WebLogic Server...
    <Jun 26, 2003 11:09:03 AM BST> <Critical> <WebLogicServer> <000364> <Server
    failed during initialization.
    Exception:weblogic.management.configuration.ConfigurationException: - with
    nested exception:
    [java.io.StreamCorruptedException: Caught EOFException while reading the
    stream header]
    java.io.StreamCorruptedException: Caught EOFException while reading the
    stream header
    at
    java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:840)
    at java.io.ObjectInputStream.<init>(ObjectInputStream.java:163)
    at
    weblogic.management.commo.CommoModelMBean.readMBeanDataFromFile(CommoModelMB
    ean.java:550)
    at
    weblogic.management.commo.CommoModelMBean.load(CommoModelMBean.java:574)
    at weblogic.management.commo.Commo.initInstances(Commo.java:241)
    at weblogic.management.commo.Commo.init(Commo.java:125)
    at
    weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:4
    77)
    at
    weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)

    Hi Mandar,
    This looks very much like a case I worked last week. A problem report
    had ~10 caseslinked to it. A patch is available for WLS 7.0 SP1; it's automatically
    in SP2. So,please tell me more about your environments and then I can tell if
    it's
    applicable.
    Thanks,
    KSK
    "Mandar Gandhe" <[email protected]> wrote:
    Hi All
    I am getting the following exception at server startup. I have ensured
    that
    the environment is ok..
    The exception comes right at the startup and no logs are coming up.
    Can anyone tell me what might be the reason ?
    Thanks in advance
    Mandar
    <Jun 26, 2003 11:08:56 AM BST> <Warning> <Management> <141091>
    <-Dweblogic.Domain=<domainName> is no longer a required command line
    option,
    if you do not pass it in the domain name can be be inferred from the
    configuration file : config.xml>
    Starting WebLogic Server...
    <Jun 26, 2003 11:09:03 AM BST> <Critical> <WebLogicServer> <000364> <Server
    </server>failed during initialization.
    Exception:weblogic.management.configuration.ConfigurationException:
    - with
    nested exception:
    [java.io.StreamCorruptedException: Caught EOFException while reading
    the
    stream header]
    java.io.StreamCorruptedException: Caught EOFException while reading the
    stream header
    at
    java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:840)
    at java.io.ObjectInputStream.<init>(ObjectInputStream.java:163)
    at
    weblogic.management.commo.CommoModelMBean.readMBeanDataFromFile(CommoModelMB
    ean.java:550)
    at
    weblogic.management.commo.CommoModelMBean.load(CommoModelMBean.java:574)
    at weblogic.management.commo.Commo.initInstances(Commo.java:241)
    at weblogic.management.commo.Commo.init(Commo.java:125)
    at
    weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:4
    77)
    at
    weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)

  • J2ee server starting problem

    Hi, I am a new comer in this field. I am fininding problem in starting the j2ee server.I have downloaded and installed C:\j2sdkee1.3.1 , c:\jdk1.3.1_03 , c:\j2eetutorial and c:\antroot\jakarta-ant-1.3. I am using windows 2000 professional OS and set the environment variables like JAVA_HOME : c:\jdk1.3.1_03, J2EE_HOME:C:\j2sdkee1.3.1 and ANT_HOME:c:\antroot\jakarta-ant-1.3.
    set the path to %J2EE_HOME%\bin;%JAVA_HOME%\bin;%ANT_HOME%\bin; as per the instruction given in the J2EE tutorial preface.
    When I type j2ee on the command prompt it says "j2ee is not recognized as an internal or external command, operable program or batch file".
    Can any one plese guide how I can start and go ahead with this tutorial. Is there any other setting i need to set or change.
    Thanks,
    ansp

    Hi,
    If you're running j2ee on windows platform and you have outlook also loaded, close the outlook and try running j2ee again.
    also set your class path to the jar file under $J2EE_HOME/lib/j2ee.jar:. before rest of your classpath
    I have the same problem (with different message) on solaris.
    Regards,
    S+

  • J2ee server start problem

    For some reason, I cannot start the J2EE server properly.
    I am using JDK1.3.1 and J2SDKEE1.2.1 on WIN NT. After
    running
    cloudscape.bat -start
    I type from another prompt,
    j2ee.bat -verbose
    and get the following output,
    prg.com.CORBA.INITIALIZE: Could not find the POA-to-id mapper. Please ensure orbd has been started. minor code: 0 completed: No
    Any ideas why this is happening?
    THanks,
    Antoine

    Hi chernali,
    I do not know what happen to your PC but we have the same situation but it runs well....
    I think you should care about the classpath and where is your jdk location is...
    may foward futher question....
    regards,
    kurt

  • Server Startup Problem

    Hi all,
    The server was working fine previously.Webdynpro applications and portal were also being deployed succesfully.
    But now when i try to start the server it is getting hung in the final stage of the process.I've checked the log files, it is giving some exception as follows.Please help me with this to resolve the issue.
    #1.5#00065BCCFF6E001B00000001000008A800040C6E62A3462F#1139568147749#com.sap.engine.services.jmx.MBeanServerInvoker##com.sap.engine.services.jmx.MBeanServerInvoker#######SAPEngine_System_Thread[impl:6]_20##0#0#Warning#1#/System/Server#Java###JMX connector exception occurred while processing external JMX request [ JMX request (java) v1.0 len: 314 |  src: cluster target-node: 5957900 req: invoke params-number: 4 params-bytes: 0 | :name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=5957900,SAP_J2EECluster="" null null null ]
    [EXCEPTION]
    #1#com.sap.engine.services.jmx.exception.JmxConnectorException: Unable to de-serialize request parameters, message [ JMX request (java) v1.0 len: 314 |  src: cluster target-node: 5957900 req: invoke params-number: 4 params-bytes: 0 | :name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=5957900,SAP_J2EECluster="" null null null ]
         at com.sap.engine.services.jmx.RequestMessage.readParams(RequestMessage.java:526)
         at com.sap.engine.services.jmx.RequestMessage.getParams(RequestMessage.java:575)
         at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:106)
         at com.sap.engine.services.jmx.JmxServiceConnectorServer.receiveWait(JmxServiceConnectorServer.java:173)
         at com.sap.engine.core.service630.context.cluster.message.MessageListenerWrapper.process(MessageListenerWrapper.java:81)
         at com.sap.engine.core.cluster.impl6.ms.MSListenerThread.run(MSListenerThread.java:47)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
         at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:72)
         at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:142)
    Caused by: javax.management.InstanceNotFoundException: MBean with name com.sap.default:name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=5957900,SAP_J2EECluster=J2E not found in repository
         at com.sap.pj.jmx.server.MBeanServerImpl.getClassLoaderFor(MBeanServerImpl.java:1408)
         at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.getClassLoaderFor(MBeanServerWrapperInterceptor.java:455)
         at com.sap.engine.services.jmx.CompletionInterceptor.getClassLoaderFor(CompletionInterceptor.java:567)
         at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.getClassLoaderFor(BasicMBeanServerInterceptor.java:438)
         at com.sap.jmx.provider.ProviderInterceptor.getClassLoaderFor(ProviderInterceptor.java:327)
         at com.sap.engine.services.jmx.RedirectInterceptor.getClassLoaderFor(RedirectInterceptor.java:501)
         at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.getClassLoaderFor(MBeanServerInterceptorChain.java:443)
         at com.sap.engine.services.jmx.RequestMessage.readParams(RequestMessage.java:520)

    I'm experiencing the exact same problem.  Our portal was working fine.  One of the developers asked me to turn on debugging for him in the configtool and ever since then our J2EE has been unable to startup properly.
    Basically, in MMC all nodes are green.  In the dev_dispatcher file, it says the Server0 is up and running.  However, when we hit the default home page, we get the "dispatcher running but no server connected error". 
    There are no errors in the work directory.  The only error I see is in the default trace for the dispatcher.  Which is the following error:
    Date : 05/17/2007
    Time : 9:23:26:837
    Message : JMX connector exception occurred while processing external JMX request [ JMX request (java) v1.0 len: 314 |  src: cluster target-node: 4131600 req: invoke params-number: 4 params-bytes: 0 | :name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=4131600,SAP_J2EECluster="" null null null ]
    [EXCEPTION]
    com.sap.engine.services.jmx.exception.JmxConnectorException: Unable to de-serialize request parameters, message [ JMX request (java) v1.0 len: 314 |  src: cluster target-node: 4131600 req: invoke params-number: 4 params-bytes: 0 | :name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=4131600,SAP_J2EECluster="" null null null ]
         at com.sap.engine.services.jmx.RequestMessage.readParams(RequestMessage.java:537)
         at com.sap.engine.services.jmx.RequestMessage.getParams(RequestMessage.java:586)
         at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:90)
         at com.sap.engine.services.jmx.JmxServiceConnectorServer.receiveWait(JmxServiceConnectorServer.java:172)
         at com.sap.engine.core.service630.context.cluster.message.MessageListenerWrapper.process(MessageListenerWrapper.java:81)
         at com.sap.engine.core.cluster.impl6.ms.MSListenerThread.run(MSListenerThread.java:47)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:78)
         at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:148)
    Caused by: javax.management.InstanceNotFoundException: MBean with name com.sap.default:name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=4131600,SAP_J2EECluster=EPL not found in repository
         at com.sap.pj.jmx.server.MBeanServerImpl.getClassLoaderFor(MBeanServerImpl.java:1408)
         at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.getClassLoaderFor(MBeanServerWrapperInterceptor.java:455)
         at com.sap.engine.services.jmx.CompletionInterceptor.getClassLoaderFor(CompletionInterceptor.java:576)
         at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.getClassLoaderFor(BasicMBeanServerInterceptor.java:438)
         at com.sap.jmx.provider.ProviderInterceptor.getClassLoaderFor(ProviderInterceptor.java:330)
         at com.sap.engine.services.jmx.RedirectInterceptor.getClassLoaderFor(RedirectInterceptor.java:501)
         at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.getClassLoaderFor(MBeanServerInterceptorChain.java:443)
         at com.sap.engine.services.jmx.RequestMessage.readParams(RequestMessage.java:531)
         ... 8 more
    Severity : Warning
    Category : /System/Server
    Location : com.sap.engine.services.jmx.MBeanServerInvoker
    Application :
    Thread : SAPEngine_System_Thread[impl:6]_36
    Datasource : 1179410029012:D:\usr\sap\EPL\JC00\j2ee\cluster\dispatcher\log\defaultTrace.trc
    Message ID : 00188B735FE3001C0000000100000E8C000430AA5F36B4C0
    Source Name : com.sap.engine.services.jmx.MBeanServerInvoker
    Argument Objs : com.sap.engine.services.jmx.exception.JmxConnectorException: Unable to de-serialize request parameters, message [ JMX request (java) v1.0 len: 314 |  src: cluster target-node: 4131600 req: invoke params-number: 4 params-bytes: 0 | :name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=4131600,SAP_J2EECluster="" null null null ]
         at com.sap.engine.services.jmx.RequestMessage.readParams(RequestMessage.java:537)
         at com.sap.engine.services.jmx.RequestMessage.getParams(RequestMessage.java:586)
         at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:90)
         at com.sap.engine.services.jmx.JmxServiceConnectorServer.receiveWait(JmxServiceConnectorServer.java:172)
         at com.sap.engine.core.service630.context.cluster.message.MessageListenerWrapper.process(MessageListenerWrapper.java:81)
         at com.sap.engine.core.cluster.impl6.ms.MSListenerThread.run(MSListenerThread.java:47)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:78)
         at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:148)
    Caused by: javax.management.InstanceNotFoundException: MBean with name com.sap.default:name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=4131600,SAP_J2EECluster=EPL not found in repository
         at com.sap.pj.jmx.server.MBeanServerImpl.getClassLoaderFor(MBeanServerImpl.java:1408)
         at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.getClassLoaderFor(MBeanServerWrapperInterceptor.java:455)
         at com.sap.engine.services.jmx.CompletionInterceptor.getClassLoaderFor(CompletionInterceptor.java:576)
         at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.getClassLoaderFor(BasicMBeanServerInterceptor.java:438)
         at com.sap.jmx.provider.ProviderInterceptor.getClassLoaderFor(ProviderInterceptor.java:330)
         at com.sap.engine.services.jmx.RedirectInterceptor.getClassLoaderFor(RedirectInterceptor.java:501)
         at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.getClassLoaderFor(MBeanServerInterceptorChain.java:443)
         at com.sap.engine.services.jmx.RequestMessage.readParams(RequestMessage.java:531)
         ... 8 more
    Arguments : com.sap.engine.services.jmx.exception.JmxConnectorException: Unable to de-serialize request parameters, message [ JMX request (java) v1.0 len: 314 |  src: cluster target-node: 4131600 req: invoke params-number: 4 params-bytes: 0 | :name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=4131600,SAP_J2EECluster="" null null null ]
         at com.sap.engine.services.jmx.RequestMessage.readParams(RequestMessage.java:537)
         at com.sap.engine.services.jmx.RequestMessage.getParams(RequestMessage.java:586)
         at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:90)
         at com.sap.engine.services.jmx.JmxServiceConnectorServer.receiveWait(JmxServiceConnectorServer.java:172)
         at com.sap.engine.core.service630.context.cluster.message.MessageListenerWrapper.process(MessageListenerWrapper.java:81)
         at com.sap.engine.core.cluster.impl6.ms.MSListenerThread.run(MSListenerThread.java:47)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:78)
         at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:148)
    Caused by: javax.management.InstanceNotFoundException: MBean with name com.sap.default:name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=4131600,SAP_J2EECluster=EPL not found in repository
         at com.sap.pj.jmx.server.MBeanServerImpl.getClassLoaderFor(MBeanServerImpl.java:1408)
         at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.getClassLoaderFor(MBeanServerWrapperInterceptor.java:455)
         at com.sap.engine.services.jmx.CompletionInterceptor.getClassLoaderFor(CompletionInterceptor.java:576)
         at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.getClassLoaderFor(BasicMBeanServerInterceptor.java:438)
         at com.sap.jmx.provider.ProviderInterceptor.getClassLoaderFor(ProviderInterceptor.java:330)
         at com.sap.engine.services.jmx.RedirectInterceptor.getClassLoaderFor(RedirectInterceptor.java:501)
         at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.getClassLoaderFor(MBeanServerInterceptorChain.java:443)
         at com.sap.engine.services.jmx.RequestMessage.readParams(RequestMessage.java:531)
         ... 8 more
    Dsr Component :
    Dsr Transaction :
    Dsr User :
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 1
    Relatives : /System/Server
    Resource Bundlename :
    Session :
    Source : com.sap.engine.services.jmx.MBeanServerInvoker
    ThreadObject : SAPEngine_System_Thread[impl:6]_36
    Transaction :
    User :

  • CS3 server startup problem

    Hello all,
         We are using this product since 2007, and we didn't have any problems until yesterday. After server restart, Communication  between clients and server was broken. When trying to establish communication between client and CPS server, error mesage is displayed that CPS server is down.
    So, I've vent to the server side, check in system services for Macromedia Contribute Publishing Server service state - it was Started. But still if I try to connect on the server's Administration page, I receive after 20 seconds empty web page. I've suspected that it is something wrong going on during starting of the service itself, so I've tried to start the server manually using Jrun. Following is extraction of the log file during startup of server using Jrun:
    09/28 13:39:16 info No JDBC data sources have been configured for this server (see jrun-resources.xml)
    09/28 13:39:17 info SSL Service listening on *:8900
    09/28 13:39:17 info Deploying enterprise application "JRun 4.0 Internal J2EE Components" from: file:/C:/Program Files/Macromedia/Contribute Publishing Server/jrun4/lib/jrun-comp.ear
    09/28 13:39:17 info Deploying EJB "JRunSQLInvoker" from: file:/C:/Program Files/Macromedia/Contribute Publishing Server/jrun4/lib/jrun-comp.ear
    09/28 13:39:17 info Deploying web application "Contribute Key Server" from: file:/C:/Program Files/Macromedia/Contribute Publishing Server/jrun4/servers/contribute-wps/contribute/
    09/28 13:39:17 user JSPServlet: init
    09/28 13:39:17 user no such classpath element: ./WEB-INF/cfusion/gateway/lib
    09/28 13:39:17 user FlashGateway: init
    09/28 13:39:17 user ColdFusionStartUpServlet: init
    09/28 13:39:17 user ColdFusionStartUpServlet: ColdFusion MX: Starting application services
    09/28 13:39:17 user ColdFusionStartUpServlet: ColdFusion MX: VM version = 1.4.2_05-b04
    09/28 13:39:18 user ColdFusionStartUpServlet: ColdFusion MX: application services are now available
    09/28 13:39:18 user CFCServlet: init
    When the last step is executed,  after 20 seconds on JRun Launcher window an error message is displayed:
    "An error occured while trying to start contribute-wps. Check Console log for more details."
    I've tried to contact Adobe Technical support, but the answer was that due to fact that CS3 is discontinued product at the momment there is no technical support for it. So guys you are my only hope.
    Best regards
    Boris

    Please check any other service is running on the same port.

  • CE Trial (Updated 13 June) J2EE Server startup error

    After a succesful install of the 13 June Trial, I am having an error in starting the J2EE sever instance. The symptons are:
    On SAP management Console jstart.exe is in status "some processes running"
    In the directory "D:\usr\sap\CE1\J01\work" the file dev_server0 has this entry:
      [Thr 4884] MtxInit: 10001 0 2
    I  [Thr 4884] MPI: dynamic quotas disabled.
    I  [Thr 4884] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    I  [Thr 4884] *** ERROR => [MapOsShm] Can't find free space for Shared Memory (Size=83957 KB)
                   [shmnt0.c     2219]
    I  [Thr 4884] *** ERROR => [AttachOsShm] MapViewOfFile(Key=62,Handle=0x00000588) failed with Err=0
                   [shmnt0.c     2219]
    I  [Thr 4884] *** ERROR => ShmCreate: Attach (62,85972736,2) failed [shmnt0.c     422]
    I  [Thr 4884] *** ERROR => ShmCreate( ATTACH 62, 85972728) failed 1 [mpixx.c      1058]
    I  [Thr 4884] *** ERROR => FcaInit: MpiInit failed (rc=MPI_ERROR: General error(1)) [fcaxxcomm.c  239]
    F  [Thr 4884] *** ERROR => SfCSapVm::initJniClasses: com.sap.bc.proj.jstartup.fca.FCAProperties::mInit() failed (rc = 1) [sfxxjvm.hpp  350]
    F  [Thr 4884] *** ERROR => SfEInternalError: JNI class init failed  [sfxxjvm.hpp  361]
    F  [Thr 4884] *** LOG => goodbye... (exitcode -21001, retcode 2)
    The computer it is running on is Windows Server 2003 SP1. It has 8gb of memory & 4 processors.
    I have tried the boot.ini settings  of /3GB & /PAE with no luck. The only major non Windows services running are the MaxDb & SAP software (as well as antivirus & backup).

    From the posted error log, it seems that you tried to install CE on the D drive. If the problem is not yet resolved, I would suggest the following:
    1. Uninstall the existing MAXDB installation first and then the CE installation.
    2. If uninstalling is not fully successful by any chance, then manually delete the content of D:\usr folder (including D:\usr).
    3. Restart the machine.
    4. Install it on C drive. Make sure you have all the pre-requisite software mentioned in the html based installation document.
    I faced a similar problem while trying to install CE on the D drive on a Win XP machine but it got resolved in the 2nd attempt when I tried on the C drive.
    Wish you all the best.

  • SAP server startup problem

    I have SAP server in Windows2003 , Database and Cetral Instance are installed on two different host
    When I am stating up SAP from MMC console
    it
    Disp+work shows following status
    Running but message server unreachable
    Running but not connected to mesage srever
    Running but dailog queue standstill
    However  msg_server  and igswd   processes are showing green
    I checked database on other machine it is running fine
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Mon May 05 09:21:20 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\BID\DVEBMGS22\exe\dboraslib.dll' ...
    B  Library 'D:\usr\sap\BID\DVEBMGS22\exe\dboraslib.dll' loaded
    B  Version of 'D:\usr\sap\BID\DVEBMGS22\exe\dboraslib.dll' is "700.08", patchlevel (0.115)
    B  New connection 0 created
    M sysno      22
    M sid        BID
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    141
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        4848
    M
    M  kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 4848) [dpxxdisp.c   1305]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          19248     (1480)
    M  DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  DpShMCreate: sizeof(comm_adm)          552080     (1088)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (104)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1864)
    M  DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000EDD0050, size: 6342672)
    M  DpShMCreate: allocated sys_adm at 000000000EDD0050
    M  DpShMCreate: allocated wp_adm at 000000000EDD2150
    M  DpShMCreate: allocated tm_adm_list at 000000000EDD6C80
    M  DpShMCreate: allocated tm_adm at 000000000EDD6CE0
    M  DpShMCreate: allocated wp_ca_adm at 000000000F33AB80
    M  DpShMCreate: allocated appc_ca_adm at 000000000F340940
    M  DpShMCreate: allocated comm_adm at 000000000F342880
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 000000000F3C9510
    M  DpShMCreate: allocated gw_adm at 000000000F3C9590
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 000000000F3C95C0
    M  DpShMCreate: allocated wall_adm at 000000000F3C95D0
    M  ThTaskStatus: rdisp/reset_online_during_debug 0
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....

    X Mon May 05 09:21:21 2008
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host DLcSapAppG01

    M Mon May 05 09:21:22 2008
    M  calling db_connect ...
    C  Prepending D:\usr\sap\BID\DVEBMGS22\exe to Path.
    C  Oracle Client Version: '10.2.0.2.0'
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@BID on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1 000000001539C0C0 00000000153A42F0 00000000153C0B18
    C  Attaching to DB Server BID (con_hdl=0,svchp=00000000153C09D8,srvhp=00000000153C2E08)
    C  Starting user session (con_hdl=0,svchp=00000000153C09D8,srvhp=00000000153C2E08,usrhp=00000000153A4B08)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=1034
    [dboci.c      4532]
    C  Detaching from DB Server (con_hdl=0,svchp=00000000153C09D8,srvhp=00000000153C2E08)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    11044]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@BID on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1 000000001539C0C0 00000000153A42F0 00000000153C0B18
    C  Attaching to DB Server BID (con_hdl=0,svchp=00000000153C09D8,srvhp=00000000153C2E08)
    C  Starting user session (con_hdl=0,svchp=00000000153C09D8,srvhp=00000000153C2E08,usrhp=00000000153A4B08)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=1034
    [dboci.c      4532]
    C  Detaching from DB Server (con_hdl=0,svchp=00000000153C09D8,srvhp=00000000153C2E08)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    11044]
    B  ***LOG BV3=> severe db error 1034      ; work process is stopped [dbsh#2 @ 1199] [dbsh    1199 ]
    B  ***LOG BY2=> sql error 1034   performing CON [dblink#5 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist [dblink#5 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1440]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10468]

    M  Info for wp 0

    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source =
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    mode_cleaned_counter = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    attachedVm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server DLcSapAppG01_BID_22 on host DLcSapAppG01 (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Mon May 05 09:21:22 2008
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10688
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   724]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  261]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 4848) [dpnttool.c   327]

    Hi,
    The error message is oracle 1034
    Read below
    Oracle error 1034
    "ORACLE not available"
    *// Cause: Oracle was not started up. Possible causes include the following:
    - The SGA requires more space than was allocated for it.
    - The operating-system variable pointing to the instance is improperly defined.
    *// Action: Refer to accompanying messages for possible causes and correct the problem mentioned in the other messages. If Oracle has been initialized, then on some operating systems, verify that Oracle was linked correctly. See the platform specific Oracle documentation.

  • SOA managed server startup problem

    Hi All,
    I am facing an issue while starting the SOA Managed Server (soa_server1) using NodeManager.
    Backgound:
    I have setup a soa domain, started up NM and admin server using NM in solaris environemnt. All runs fine but when I start MS using NM for the first time it throws error. If I start the MS from the admin console it starts fine. The execution steps I have performed-
    1. Started NodeManager - using script
    2. Shutdown the NodeManager , changed the nodemanager.properties file to update parameter [startScriptEnabled=true] and start it again.
    3. Started AS using NM [nmConnect(..) and nmStart('AdminServer')]
    4. Enrolled the NM with the current machine [connect(..), nmEnroll(domain_dir, nodemanager_home)]
    5. Copied the boot.properties to security/ dir of soa_server1
    6. Started MS using NM - Throws error
    Does it really mean I have to start the MS through admin console everytime I start MS first time in the machine? (I am working on automation on SOA env where everynight env wipes off and installs the SOA stack from scratch)
    The soa-server1.out looks like:
    <15-Mar-2012 10:26:41 o'clock GMT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <15-Mar-2012 10:26:41 o'clock GMT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.1-b02 from Sun Microsystems Inc.>
    <15-Mar-2012 10:26:42 o'clock GMT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.4.0 Fri Dec 17 20:47:33 PST 2010 1384255 >
    <15-Mar-2012 10:26:45 o'clock GMT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Booting as admin server, but servername, soa_server1, does not match the admin server name, AdminServer
    at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:67)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:879)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:566)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:467)
    at weblogic.Server.main(Server.java:71)
    >
    <15-Mar-2012 10:26:45 o'clock GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <15-Mar-2012 10:26:45 o'clock GMT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <15-Mar-2012 10:26:45 o'clock GMT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <15-Mar-2012 10:26:45> <FINEST> <NodeManager> <Waiting for the process to die: 20518>
    <15-Mar-2012 10:26:45> <INFO> <NodeManager> <Server failed during startup so will not be restarted>
    <15-Mar-2012 10:26:45> <FINEST> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>
    Please help with your expertise.
    Apologies if I have missed any info or posted in wrong forum, if you need more feel free to shout.
    Thanks in advance.
    Cheers,
    Bhaskar

    Hi,
    I have implemented the above mentioned suggestions. But seems to have no luck. I had
    1. Copied startup.properties to ${DOMAIN_HOME}/servers/soa_server1/data/nodemanager
    2. Copied the boot.properties to ${DOMAIN_HOME}/servers/soa_server1/security
    These did not added any value, so I though of passing the parameters at nmStart() as WLST object;
    arg="Arguments=\" -Dweblogic.management.server=localhost:8001\"" (My AS and MS runs on same machine)
    prps=makePropertiesObject(arg)
    nmStart('soa_server1',props=prps)
    This started throwing Boot Identity file not valid.
    I changed my way.
    1. Connected to Admin Server using WLST
    connect (username, password)
    2. Start MS
    start('soa_server1')
    Its working fine now and under NM control. Not sure what more NM demands when starting without AS.
    Regards,
    Bhaskar

  • MAC Mini Server Startup Problems

    Help!
    MAC newbee. Just bought a new MAC Mini Server, got monitor connections in place; have wireless keyboard and trackpad; at startup I get the white screen with apple background then followed by a screen with a graphic with some rounded-corners rectangle; it just sits there with the rotating gear, rotating forever.
    SUpports says I need a wired, USB, keyboard to get it started. Makes no sense to me. Help anyone? I am about to return the product--with disgust.

    Below is my the answer to a previous helper. Yes, you need to start with USB before setting your devices to work with bluetooth. Thank you jut the same. Best, Larry
    ----------------my response-----------
    Thanks. You are right. I bought a cheap USB keyboard and mouse and have been doing fine ever since. All's well and working.
    There is a rather subdued mention of the need for an initial USB connection in the documentation, however, you'd think that sales--that department is a bit on the weak side--would have said something to me while putting my order together for bluetooth devices only.
    Oh well....have been doing fine ever since...all set up. Again, sincere thanks.

  • Reg Weblogic Server Startup Problem

    Hi
    I have configured the weblogic Application Server using Oracle SOA11g
    When i started the weblogic server, i am getting below exception.
    Exception [TOPLINK-4002] (Oracle TopLink - 11g Release 1(11.1.1.5.0) (Build 110305)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    Error Code: 942
    Call: SELECT DRIVER_NAME, MIME_TYPES, PROTOCOLS, CARRIERS, SENDER_ADDRESSES, COS
    T, DELIVERY_TYPES, SPEED, STATUS_TYPES, CHECKSUM, SUPPORTS_CANCEL, ENCODINGS, SU
    PPORTS_REPLACE, SUPPORTS_TRACKING, SUPPORTS_STATUS_POLLING, DEFAULT_SENDER, CAPA
    BILITY, LOCK_VERSION FROM DRIVER_INFO
    Query: ReadAllQuery(oracle.sdpinternal.messaging.config.DriverInfo)>
    Pls find below log from AdminServer.log and domain_name.log
    MDS-01370: MetadataStore configuration for metadata-store-usage "soa-infra-store" is invalid.  
    ORA-06550: line 1, column 12:
    PLS-00201: identifier 'MDS_INTERNAL_SHREDDED.GETREPOSITORYVERSION' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    I have tried several solutions for above problem:
    Sol1:
    I have checked my datasource.
    The database details and URL are correct and i am able to test the connection and the DB is up and running.
    Sol2:
    I dropped RCU and created again but it didnt resolve the issue.
    Sol3:
    I have renamed the folders tmp, cache and data folders to in the below location
    C:\Oracle\Middleware\user_projects\domains\SOA_domain\servers\AdminServer
    After starting the weblogic server,these folders are created again but problem is not solved.
    Sol4:
    Logged intoto Weblogic console->services->Data Source->Click on SOADataSource->Go to Transaction tab->verify 'XA Transaction Timeout:' is set to 0
    Sol5:
    The schemas details in RCU and during the SOA configuration, there is a screen called "Configure JDBC Component Schema".
    The schema details are same in both cases
    Sol6: Dropped Database, RCU and SOA and installed again.
    But the problem is not solved.
    Now i am getting below exception also:
    Caused by: javax.ejb.CreateException: SDP-25700: An unexpected exception was cau
    ght.
    Cause: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.Res
    ourceException: Could not create pool connection. The DBMS driver exception was:
    IO Error: The Network Adapter could not establish the connection
    Action: Check the stack trace for more details.
            at oracle.sdpinternal.messaging.storage.MessagingStoreBean.ejbCreate(Mes
    sagingStoreBean.java:174)
            at oracle.sdpinternal.messaging.storage.MessagingStore_urkbp2_Impl.ejbCr
    eate(Unknown Source)
            ... 56 more
    ; nested exception is: com.oracle.pitchfork.interfaces.LifecycleCallbackExceptio
    n: Failure to invoke public void oracle.sdpinternal.messaging.storage.MessagingS
    tore_urkbp2_Impl.ejbCreate() throws javax.ejb.CreateException,javax.ejb.EJBExcep
    tion on bean class class oracle.sdpinternal.messaging.storage.MessagingStore_urk
    bp2_Impl with args: []>
    I have tried deleting tmp folder and renaming tmp, data and cache folders in C:\Oracle\Middleware\user_projects\domains\BPM_Sample_domain\servers\AdminServer location.
    But the problem still perists.
    Please help me in resolving the issue.
    Regards
    Swathi

    Hi Swati,
    When you see this error
    Cause: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.Res
    ourceException: Could not create pool connection. The DBMS driver exception was:
    IO Error: The Network Adapter could not establish the connection
    Action: Check the stack trace for more details.
    That means Datasource Connection Pool is failing to create a pool either due to DB is down or no connection made by Pool resource.
    Try to tune the Datasource with following parameter will help you.
    1. Eanble Test connection on reseve
    2. Connection creation retry frequency second set as 10 these two parameter make reconnect back to you DB and Pool start executing correctly.
    After enable still have problem please provide complete stack.
    Regards,
    Kal

  • G3 Server startup problems

    I just installed 8.6 on my G3 server and when turned on, it takes about 3 minutes before monitor clicks in-then it displays a white screen and reads "can't OPEN' for about 4 lines down the screen. After that the OS starts. Any way to fix this?

    Is the monitor you're using capable of displaying 640x480 resolution? Beiges initially boot to a 640x480 screen, then revert to user settings after getting the monitor preferences.
    TIP: I had problems after upgrading from 8.5.1 to 8.6. Turned out I needed the Font Manager Update 1.0. That fixed everything.

  • Obiee 11g weblogic server startup problem

    [oracle@pip bin]$ ./startWebLogic.sh
    SVR_GRP =
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Production
    CLASSPATH=/home/oracle/OBIEE_HOME/wlserver_10.3/server/ext/jdbc/oracle/11g/ojdbc6dms.jar:/home/oracle/OBIEE_HOME/patch_wls1033/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/OBIEE_HOME/jrockit_160_17_R28.0.0-679/lib/tools.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/weblogic_sp.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/OBIEE_HOME/modules/features/weblogic.server.modules_10.3.3.0.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/webservices.jar:/home/oracle/OBIEE_HOME/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/oracle/OBIEE_HOME/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.dms_11.1.1/dms.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/home/oracle/OBIEE_HOME/oracle_common/soa/modules/commons-cli-1.1.jar:/home/oracle/OBIEE_HOME/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/home/oracle/OBIEE_HOME/Oracle_BI1/common/jlib/11.1.2.0/ctg.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/common/derby/lib/derbyclient.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/xqrl.jar
    PATH=/home/oracle/OBIEE_HOME/wlserver_10.3/server/bin:/home/oracle/OBIEE_HOME/modules/org.apache.ant_1.7.1/bin:/home/oracle/OBIEE_HOME/jrockit_160_17_R28.0.0-679/jre/bin:/home/oracle/OBIEE_HOME/jrockit_160_17_R28.0.0-679/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/home/oracle/oracle/product/10.2.0/db_1/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Oracle JRockit(R) (build R28.0.0-679-130297-1.6.0_17-20100312-2128-linux-ia32, compiled mode)
    Starting WLS with line:
    /home/oracle/OBIEE_HOME/jrockit_160_17_R28.0.0-679/bin/java -jrockit -Xms256m -Xmx512m -Dweblogic.Name=AdminServer -Djava.security.policy=/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=/home/oracle/OBIEE_HOME/wlserver_10.3 -Dwls.home=/home/oracle/OBIEE_HOME/wlserver_10.3/server -Dweblogic.home=/home/oracle/OBIEE_HOME/wlserver_10.3/server -Ddomain.home=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain -Dcommon.components.home=/home/oracle/OBIEE_HOME/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.domain.config.dir=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig -Doracle.server.config.dir=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/servers/AdminServer -Doracle.security.jps.config=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/carml -Digf.arisidstack.home=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/arisidprovider -Dweblogic.alternateTypesDirectory=/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.ossoiap_11.1.1,/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Doracle.biee.search.bisearchproperties=/home/oracle/OBIEE_HOME/Oracle_BI1/bifoundation/jee/BISearchConfig.properties -Dweblogic.management.clearTextCredentialAccessEnabled=true -Doracle.notification.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=true -DEPM_ORACLE_HOME=/home/oracle/OBIEE_HOME/Oracle_BI1 -Doracle.ecsf.crawl.mode.debug=true -Doracle.ecsf.security.service=oracle.biee.search.security.BISearchSecurityService -Doracle.ecsf.configuration.class=oracle.biee.search.services.BISearchServiceConfiguration -Dxdo.server.config.dir=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/bipublisher -DXDO_FONT_DIR=/home/oracle/OBIEE_HOME/Oracle_BI1/common/fonts -Dorg.eclipse.emf.ecore.EPackage.Registry.INSTANCE=com.sigmadynamics.emf.util.SDEMFRegistry -Dweblogic.wsee.skip.async.response=true -Drtd.instanceName=RTD_AdminServer -Dem.oracle.home=/home/oracle/OBIEE_HOME/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/home/oracle/OBIEE_HOME/patch_wls1033/profiles/default/sysext_manifest_classpath weblogic.Server
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    <Feb 4, 2011 3:42:09 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.0.0-679-130297-1.6.0_17-20100312-2128-linux-ia32 from Oracle Corporation>
    <Feb 4, 2011 3:42:10 PM IST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Unable to obtain lock on /home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/servers/AdminServer/tmp/AdminServer.lok. Server may already be running
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:159)
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:58)
    at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:74)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:803)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:493)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:446)
    at weblogic.Server.main(Server.java:67)
    >
    <Feb 4, 2011 3:42:10 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Feb 4, 2011 3:42:10 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Feb 4, 2011 3:42:10 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Edited by: user618668 on Feb 4, 2011 3:00 AM

    Hi,
    Some admin server process is still running ....so check the process using ps command and kill the process and try to start again . When you kill the process all lok file will get removed.
    Arminder
    Edited by: 838241 on Feb 20, 2011 8:48 AM

  • Oracle Application Server startup problem

    We have inplemented OF 11.0.3 at our org. We upgrade our server fromsingle to dual processor now when we restat the services web server is not getting started, we tried it through cmd prompt with the help of owsctl but still it is not working.Can we reinstall web server?

    hi,
    it is much better to start your OAS this way:
    1. startup your repository database
    2. start the listener of your repository database
    3. at the home of your oas installation run this command:
    $ <oas_home>/opmn/bin/opmnctl startall
    4. after the the opmn and services have started run this command:
    #$ <oas_home>/bin/emctl start iasconsole
    and there you go!!!
    All these can be automated (and shutdown) by using the DBORA script provided by oracle.
    use metalink to get a copy of dbora.
    Regards,
    Mike

Maybe you are looking for