Sherlok - Can't Start Portal

Hello,
I am trying to setup Sherlok to Monitor my EP6 SP2 Patch 37 portal.
The documentation says to added the following to the Java Parameters via the Configtool
-Xdebug
-Xrunsherlok:ConfigPath=sherlok
When I add these to the Java Parameters the server nodes on my portal will not start.
Anyone have any ideas?
Thanks,
Keith

Hi James,
I am referring to the SherlokReference.pdf file that is included in the Sherlok download.
Thanks,
Keith

Similar Messages

  • Can't Start Portal After Install

    After downloading and installing the of evaluation Portal 4.0 SP1, I get the following message upon startup when I enter the system password that I entered during installation:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    I even tried "weblogic" for the system password and I get the same message.
    What password should I use to start the server?

    I've followed the directions and am experiencing the exact same problem. Brand
    new installation of Weblogic server 6.1 SP2 with examples. That install is working.
    Then added Portal 4.0 SP1, updated the license file and I have the same issue
    with the Illegal access exception resulting in the "Fatal initialization exception"....
    Hmm!
    [email protected] (Bowrat) wrote:
    Below listed are the common errors you run into during installation
    process:
    - You need to have the correct version numbers of both the weblogic
    server and the portal server. For instance the portal server 4.0 (eval
    copy) will only run on WebLogic 6.1 SP1. So check the edocs for
    supported platforms
    - Make sure you have the installed the full version of the weblogic
    server (including examples)
    - Finally, you need to run the UpdateLicense.cmd file to update the
    license.bea under ur Bea Root
    Give it a shot after u have checked all of the above three - goodluck
    - Bowrat
    www.Bowstreet.com
    Steve Anderson <[email protected]> wrote in message news:<[email protected]>...
    From: Steve Anderson <[email protected]>
    Newsgroups: weblogic.support.install
    Subject: Can't Start Portal After Install
    References:
    NNTP-Posting-Host: 209.11.114.150
    X-Original-NNTP-Posting-Host: 209.11.114.150
    Message-ID: <[email protected]>
    Date: 13 Feb 2002 20:25:53 -0800
    X-Trace: 13 Feb 2002 20:25:53 -0800, 209.11.114.150
    Organization: BEA SYSTEMS Inc
    Lines: 18
    XPident: firewall-user
    Path: newsgroups.bea.com!209.11.114.150
    Xref: newsgroups.bea.com weblogic.support.install:9600
    After downloading and installing the of evaluation Portal 4.0 SP1,I get the following message upon startup when I enter the system password
    that I entered during installation:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    I even tried "weblogic" for the system password and I get the samemessage.
    What password should I use to start the server?

  • Can not start Portal 4.0 on win2K

    Hi,
    I installed an evaluation copy of portal 4.0 on win2k machine, I also install
    an evaluation copy of weblogic server 6.1 on the same machine , same BEA_HOME,
    I started the weblogic server , I was able to access it through the url : http://localhost:7001/,
    However , when I tried to start portal sever, after entering the password, I got
    the following exceptions:
    # Note: Server initialization may take several minutes.
    # Please be patient.
    <Jan 17, 2002 5:48:14 PM PST> <Info> <Security> <Getting boot password from us
    .>
    Enter password to boot WebLogic server:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/interna
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    Press any key to continue . . .
    The weblogic server works fine, I was able to access both the default server and
    the admin server.
    Does anyone know why?
    Thanks.
    Paul

    Hi Paul,
    Your problem seems similiar to one I faced on NT. Try this..
    Modify the 'Set Classpath' in your startPortal.bat as follows:
    SET CLASSPATH=%WEBLOGIC_HOME%\lib\weblogic_sp.jar;%WEBLOGIC_HOME%\lib\weblogic.jar;..all
    the existing stuff..etc.
    You might also need to change the 'capacityIncrement' in your
    config.xml to > 0
    hth,
    Rahul
    "paul yang" <[email protected]> wrote:
    >
    Hi,
    I installed an evaluation copy of portal 4.0 on win2k machine, I also
    install
    an evaluation copy of weblogic server 6.1 on the same machine , same
    BEA_HOME,
    I started the weblogic server , I was able to access it through the url
    : http://localhost:7001/,
    However , when I tried to start portal sever, after entering the password,
    I got
    the following exceptions:
    # Note: Server initialization may take several minutes.
    # Please be patient.
    <Jan 17, 2002 5:48:14 PM PST> <Info> <Security> <Getting boot password
    from us
    .>
    Enter password to boot WebLogic server:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/interna
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    Press any key to continue . . .
    The weblogic server works fine, I was able to access both the default
    server and
    the admin server.
    Does anyone know why?
    Thanks.
    Paul

  • Can't start VC application in Portal 7.3 tc~wd4vc~launcher error

    Hello,
    we are trying out visual composer 7.30 with Portal. After developing in VC and deploying to portal I can't start the application. In the log-files there is the following message:
    Application sap.com/tr-gruppe_impl cannot be started. Reason: it has hard reference to application sap.com/tcwd4vclauncher, which is not active on the server because  application is not deployed. Probably refering application sap.com/tr-gruppe_impl declares runtime but no deploy-time dependency to the referred application which is wrong. Deploy the component sap.com/tcwd4vclauncher or contact owners of application sap.com/tr-gruppe_impl to check their references..
    I have read several threads that tcwd4vclauncher doesn't exist in portal 7.30, but these threads don't offer or describe a solution which fits my problem.
    Do I have to deploy the missing component? If, yes where can I get it?
    Please, does anybody have met the same problem and solved it?
    Thanks in advance,
    Kind regards,
    Lu

    Hi Lu,
    Please make sure the WDEXTENSIONS.sca, BI-WDEXT.sca files are deployed on your system.
    Regards,
    Natty

  • Can't start eval. copy of Portal

    I can't start the evaluation copy of the portal after installing it. My BEAHOME
    is e:\bea here is the message I get...
    Starting WebLogic Server .... ***************************************************************************
    The WebLogic Server did not start up properly. Exception raised: java.lang.IllegalAccessError:
    try to access method weblogic/management/internal/ Helper.preloadMBeanInfos()V
    from class weblogic/management/Admin at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35) Reason: Fatal initialization exception
    I tried the suggestion of modifying the SET CLASSPATH in one of the treads. That
    generates a class not found error.
    Can someone help me?
    Thanks in advance.
    --Frank

    Hi,
    You might try posting this to the portal newsgroup - weblogic.developer.interest.portal.
    Regards,
    Michael
    Frank wrote:
    I can't start the evaluation copy of the portal after installing it. My BEAHOME
    is e:\bea here is the message I get...
    Starting WebLogic Server .... ***************************************************************************
    The WebLogic Server did not start up properly. Exception raised: java.lang.IllegalAccessError:
    try to access method weblogic/management/internal/ Helper.preloadMBeanInfos()V
    from class weblogic/management/Admin at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35) Reason: Fatal initialization exception
    I tried the suggestion of modifying the SET CLASSPATH in one of the treads. That
    generates a class not found error.
    Can someone help me?
    Thanks in advance.
    --Frank--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Can nort start  OC4J_BI_FORM  after Portal password change(9.0.4)

    We changed PORTAL password by going top sqlplus and OAS. Thinking it will make changes at both places. Now we see that when we start OAS. OC4J_BI_FORM does not start???

    I provided an answer in the Portal Security forum:
    Can not start OC4J_BI_FORM after PORTAL user password change

  • IIS Site Hosted in Web Role can not start up

    Hello Team,
    We occured a problem when deploying application to web role 
    the WaIISHost can not start up and there are two error information in event log :
    Application: WaIISHost.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.IO.FileLoadException
    Stack:
       at Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader.RoleRuntimeBridge.<InitializeRole>b__0()
       at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
       at System.Threading.ThreadHelper.ThreadStart()
    Faulting application name: WaIISHost.exe, version: 2.3.1198.663, time stamp: 0x53115226
    Faulting module name: KERNELBASE.dll, version: 6.3.9600.17031, time stamp: 0x53089862
    Exception code: 0xe0434352
    Fault offset: 0x00000000000068d8
    Faulting process id: 0x6d4
    Faulting application start time: 0x01cf89326cfa011a
    Faulting application path: E:\base\x64\WaIISHost.exe
    Faulting module path: D:\Windows\system32\KERNELBASE.dll
    Report Id: ad418c8f-f525-11e3-80bc-00155dd153c7
    Faulting package full name: 
    Faulting package-relative application ID: 
    if we miss some files when deploying the environment and how to check what files are missing. 
    thanks in advanced.

    Hello Baker.aveinc,
    I understand that is a old thread, I will still go ahead and reply to this in case if this can be of help to other users.
    The troubleshooting for this issue mostly depends on the status of the website on the portal. From the event logs, it appears that the faulty application is WaIISHost.exe.
    I suggest that you have a look at this article that explains the scenario for Web Role Recycling.
    http://blogs.msdn.com/b/kwill/archive/2013/10/03/troubleshooting-scenario-7-role-recycling.aspx
    If this does not fix the issue, please post back with the status of the webrole on the portal
    Thanks,
    Syed Irfan Hussain

  • Can't start the web site of Reports Services

    Does anybody know how to fix this problem?
    After installation of the 9iAS, can't start the web site of
    Reports Services
    and Form Services from the URL listed in the postinstallation
    guide using
    default port no 1950. The dev60html and devdem60/demo
    directories are not
    existing, the runrep.htm and runform.htm files are in the
    directory
    tools/web60/html. I also tried to replace the dev60html with
    tools/web60/html
    in the URL but it won't work.
    During the installation the discoverer and portal tools failed,
    the portal
    hanged at 100%, and the discoverer didn't install the util
    directory. But we
    can login to the portal from the URL.
    Below is the message when I start from the command line: I am
    not sure if it is
    working.
    $ reports60_server start
    Stopping Reports Server Rep60_abc.com processes...
    kill -9 5647
    Reports Server Rep60_abc.com stopped.
    Starting new Reports Server Rep60_abc.com .
    rwmts60 name=Rep60_abc.com
    Stopping Reports Server Rep60_abc.com processes...
    kill -9 5910
    Reports Server Rep60_abc.com stopped.
    $ reports60_server start
    Stopping Reports Server Rep60_abc.com processes...
    Could not find running instance of Reports Server
    Rep60_abc.com
    Starting new Reports Server Rep60_abc.com .
    rwmts60 name=Rep60_abc.com
    Thanks

    Hi,
    Dumb question : is one of your server listening on port 7001 ? If not, should it ?
    What is the expected behavior ? A managed trying to connect to the admin server ?
    Check the value for ADMIN_URL value, set in the startManagedServer.sh or cmd.
    Another dumb question : do you have a firewall ?

  • Can't start weblogic server using Ant

    Hello,
    I can't start the WL Portal after installation.
    On a Windows 2000 Server SP2 : - I installed WebLogic Server 6.1 SP2 with the examples
    - I installed WebLogic Portal 4.0 SP2 (giving the same password as during the WL
    Server installation) -I installed EBCC 4.0 SP2 .
    I updated the license with UpdateLicense.cmd
    Now If I run - run the default WL server, both from the menu and as a service -
    enter the WL server console (on port 7001) - run the EBCC .
    When I try to start the WL Portal, from the program menu I am able to start the
    WP server properly , But I I try to start it from an ant wlrun then I get the error
    an IllegalAccessError (with the same password I gave during installation and I use
    to enter the server console): The WebLogic Server did not start up properly. Exception
    raised: java.lang.IllegalAccessError: try to access method weblogic/management/internal/Helper.preloadMBeanInfos()V
    from class weblogic/management/Admin at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35) Reason: Fatal initialization exception
    Any idea ?

    Hi VG,
    thank u a lot for ur answer. But there are no files at the Admin Server boot.properties path.
    and at the BI Server boot.properties path there is no security folder. Do u have any idea why i cant found anything at this directions ? Also I tried again the command "./startWeblogic.sh " and get a new error message which I post below. I am rlly worry about this. Is there maybe a way to reset the OBIEE and undo all changes ?
    <Oct 30, 2013 10:00:47 AM CET> <Warning> <EJB> <BEA-010001> <While deploying EJB 'AsyncAdminService_AsyncRequestProcessorMDB', class oracle.j2ee.ws.server.jaxws.AsyncRequestProcessorMDB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Oct 30, 2013 10:00:47 AM CET> <Warning> <EJB> <BEA-010001> <While deploying EJB 'AsyncAdminService_AsyncResponseProcessorMDB', class oracle.j2ee.ws.server.jaxws.AsyncResponseProcessorMDB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Oct 30, 2013 10:00:48 AM CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application em is not versioned.>
    ^C<Oct 30, 2013 10:39:50 AM CET> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <Oct 30, 2013 10:39:50 AM CET> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <Oct 30, 2013 10:39:50 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

  • Web Integration Server service can't start in Windows Nt

    Hi there,
    I just remove my Portal-to-Go 1.0.2 in Windows NT Server, and install the 1.0.1.4.6, but after the installation, in the service in control panel, the service Web Integration Sever can't start, the error message is 2186: the service does not responsing the control function; and when I run the D:\Oracle8\panama\WebIntegration\Server\bin\server.bat the server still not running. the out put of server.bat is enclosed. Any help will be great appreciated.
    David
    ***** Out put of server.bat
    D:\>rem echo off
    D:\>rem
    D:\>rem Copyright (c) 1996-1998, webMethods Inc. All Rights Reserved.
    D:\>rem server.bat: Run the B2B Integration Server
    D:\>rem
    D:\>rem Change SERVDIR and JDKDIR to reflect their locations on your system
    D:\>rem CODEDIR should point to the location of the Java service classes
    D:\>rem
    D:\>rem --- SET THE FOLLOWING LINE TO "true" TO RUN ON Win95 ---
    D:\>SET IS95=false
    D:\>rem --- RESTRICT VAR CHANGES TO LOCAL BATCH FILE
    D:\>if false == false SETLOCAL
    D:\>SET SERVDIR=D:\Oracle\panama\WebIntegration\Server
    D:\>SET JDKDIR=D:\Oracle\panama\WebIntegration\Server\jvm
    D:\>rem --- MUST SET TO ALLOW MULTIPLE RUNS OF SCRIPT ---
    D:\>SET LOCAL=N
    D:\>rem --- SAVE COPY OF PATH BEFORE SERVER STARTS TO ALLOW LOOPING ---
    D:\>SET SLP=D:\jdk1.2.2\bin;D:\Oracle\bin;C:\Program Files\Oracle\jre\1.1.7\bin;C:\WINNT\system32;C:\WINNT;C:\Program Files\Dell\OpenManage\Resolution Assistant\Common\bin;C:\Inoculan;D:\Oracle\orb\bin;;D:\Oracle\panama\WebIntegration\Server\lib
    D:\>SET SCP=D:\Oracle\panama\WebIntegration\Server\jvm\LIB\RT.JAR;D:\Oracle\panama\WebIntegration\Server\code\classes;D:\Oracle\panama\WebIntegration\Server\LIB\SERVER.ZIP;
    D:\>rem --- SET THE FOLLOWING LINE TO "true" USE JVIEW ---
    D:\>SET USEJVIEW=false
    D:\>rem --- SKIP STUFF 95 BARFS ON ---
    D:\>if false == true goto nolocal
    D:\>rem -- ALLOW "LOCAL" STARTS WHERE JVM AND BASE CLASSPATH ARE KNOWN
    D:\>SET one=
    D:\>if not defined one goto nolocal
    D:\>rem --- JUMP PAST "UTIL" FUNCTIONS ---
    D:\>goto start
    D:\>SET PATH=D:\jdk1.2.2\bin;D:\Oracle\bin;C:\Program Files\Oracle\jre\1.1.7\bin;C:\WINNT\system32;C:\WINNT;C:\Program Files\Dell\OpenManage\Resolution Assistant\Common\bin;C:\Inoculan;D:\Oracle\orb\bin;;D:\Oracle\panama\WebIntegration\Server\lib
    D:\>SET CLASSPATH="D:\Oracle\panama\WebIntegration\Server\jvm\LIB\RT.JAR;D:\Oracle\panama\WebIntegration\Server\code\classes;D:\Oracle\panama\WebIntegration\Server\LIB\SERVER.ZIP;;D:\Oracl e\panama\WebIntegration\Server\lib\classes"
    D:\>if N == N goto setcp
    D:\>if false == false SET CLASSPATH="D:\Oracle\panama\WebIntegration\Server\jvm\LIB\RT.JAR;D:\Oracle\panama\WebIntegration\Server\LIB\SERVER.ZIP;D:\Oracle\panama\WebIntegration\Server\lib\classes"
    D:\>if false == true SET CLASSPATH="C:\WINNT\JAVA\CLASSES\CLASSES.ZIP;D:\Oracle\panama\WebIntegration\Server\LIB\SERVER.ZIP;D:\Oracle\panama\WebIntegration\Server\lib\classes"
    D:\>rem
    D:\>rem The server must always start up in it's installation directory
    D:\>rem
    D:\>if N == N cd "D:\Oracle\panama\WebIntegration\Server"
    D:\Oracle\panama\WebIntegration\Server>rem --- UPDATE PATH AND CLASSPATH FOR PACKAGES ---
    D:\Oracle\panama\WebIntegration\Server>if false == true goto skippkg
    D:\Oracle\panama\WebIntegration\Server>FOR /D %D in (packages\*) do CALL :setpaths %D
    D:\Oracle\panama\WebIntegration\Server>CALL :setpaths packages\Default
    D:\Oracle\panama\WebIntegration\Server>rem -- next line only required in 1.15 and earlier --
    D:\Oracle\panama\WebIntegration\Server>if EXIST packages\Default\code\libs CALL :setpaths2 packages\Default
    D:\Oracle\panama\WebIntegration\Server>goto :eof
    D:\Oracle\panama\WebIntegration\Server>CALL :setpaths packages\WmDemos
    D:\Oracle\panama\WebIntegration\Server>rem -- next line only required in 1.15 and earlier --
    D:\Oracle\panama\WebIntegration\S erver>if EXIST packages\WmDemos\code\libs CALL :setpaths2 packages\WmDemos
    D:\Oracle\panama\WebIntegration\Server>goto :eof
    D:\Oracle\panama\WebIntegration\Server>CALL :setpaths packages\WmDemosNative
    D:\Oracle\panama\WebIntegration\Server>rem -- next line only required in 1.15 and earlier --
    D:\Oracle\panama\WebIntegration\Server>if EXIST packages\WmDemosNative\code\libs CALL :setpaths2 packages\WmDemosNative
    D:\Oracle\panama\WebIntegration\Server>if EXIST packages\WmDemosNative\code\classes SET CLASSPATH="D:\Oracle\panama\WebIntegration\Server\jvm\LIB\RT.JAR;D:\Oracle\panama\WebIntegration\Server\LIB\SERVER.ZIP;D:\Oracle\panama\WebIntegration\Server\lib\classes";packages\ WmDemosNative\code\classes
    D:\Oracle\panama\WebIntegration\Server>if EXIST packages\WmDemosNative\code\classes.zip SET CLASSPATH="D:\Oracle\panama\WebIntegration\Server\jvm\LIB\RT.JAR;D:\Oracle\panama\WebIntegration\Server\LIB\SERVER.ZIP;D:\Oracle\panama\WebIntegration\Server\lib\classes";packages\ WmDemosNative\code\classes;packages\WmDemosNative\code\classes.zip
    D:\Oracle\panama\WebIntegration\Server>SET PATH=packages\WmDemosNative\code\libs;D:\jdk1.2.2\bin;D:\Oracle\bin;C:\Program Files\Oracle\jre\1.1.7\bin;C:\WINNT\system32;C:\WINNT;C:\Program Files\Dell\OpenManage\Resolution Assistant\Common\bin;C:\Inoculan;D:\Oracle\orb\bin;;D:\Oracle\panama\WebIntegration\Server\lib
    D:\Oracle\panama\WebIntegration\Server>goto :eof
    D:\Oracle\panama\WebIntegration\Server>goto :eof
    D:\Oracle\panama\WebIntegration\Server>CALL :setpaths packages\WmRoot
    D:\Oracle\panama\WebIntegration\Server>rem -- next line only required in 1.15 and earlier --
    D:\Oracle\panama\WebIntegration\Server>if EXIST packages\WmRoot\code\libs CALL :setpaths2 packages\WmRoot
    D:\Oracle\panama\WebIntegration\Server>goto :eof
    D:\Oracle\panama\WebIntegration\Server>CALL :setpaths packages\WmUtil
    D:\Oracle\panama\WebIntegration\Server>rem -- next line only required in 1.15 and earlier --
    D:\Oracle\panama\WebIntegration\Server>if EXIST packages\WmUtil\code\libs CALL :setpaths2 packages\WmUtil
    D:\Oracle\panama\WebIntegration\Server>goto :eof
    D:\Oracle\panama\WebIntegration\Server>rem --- Win95 IS MISSING NECESSARY "IF" COMMAND ---
    D:\Oracle\panama\WebIntegration\Server>if false == true goto jview
    D:\Oracle\panama\WebIntegration\Server>if N == Y goto local
    D:\Oracle\panama\WebIntegration\Server>SET SCMD="D:\Oracle\panama\WebIntegration\Server\jvm\bin\jre" -ms64M -mx64M -classpath "D:\Oracle\panama\WebIntegration\Server\jvm\LIB\RT.JAR;D:\Oracle\panama\WebIntegration\Server\LIB\SERVER.ZIP;D:\Oracle\panama\WebIntegration\Server\lib\classes";packages\WmDemosNat ive\code\classes
    D:\Oracle\panama\WebIntegration\Server>goto runserver
    D:\Oracle\panama\WebIntegration\Server>"D:\Oracle\panama\WebIntegration\Server\jvm\bin\jre" -ms64M -mx64M -classpath "D:\Oracle\panama\WebIntegration\Server\jvm\LIB\RT.JAR;D:\Oracle\panama\WebIntegration\Server\LIB\SERVER.ZIP;D:\Oracle\panama\WebIntegration\Server\lib\classes";packages\WmDemosNat ive\code\classes watt.app.server.Main
    D:\Oracle\panama\WebIntegration\Server>goto done
    D:\Oracle\panama\WebIntegration\Server>rem --- IF SERVER WANTS TO LOOP THEN START OVER ---
    D:\Oracle\panama\WebIntegration\Server>if ERRORLEVEL 42 goto start
    D:\Oracle\panama\WebIntegration\Server>rem --- END OF LOCAL VAR CHANGES ---
    D:\Oracle\panama\WebIntegration\Server>if false == false ENDLOCAL
    null

    Sorry for my bad english.
    I fix the bug , it wasn't because of Mac os x server but only my install of "entropy-php.mpkg" what put a file into httpd conf directory "/etc/httpd/sites/". By removing this file, the web services can restart.
    ouf...
    have a good day..

  • Stopping/Starting Portal via BAT file on Windows

    In our landscape we have the ABAP and JAVA stack installed on separate servers for security reason.  We are trying to implement windows updates via SUS and need to automate the stopping and starting of SAP.  The bat file that was created works when stopping and starting the ABAP portion of SAP but on the Portal server it will take it down but when trying to start Portal, the J2ee Server will not start, but when I use the SAP MMC all servers starts up without any problem.  Below is the start up bat file, any assistance will be greatly appreciated:
    REM start of script
    PATH=%path%;G:\usr\sap\QBE\SYS\exe\uc\NTAMD64
    SET ORACLE_SID=QBE
    SET SAPDATA_HOME=K:\ORACLE\QBE
    REM
    REM
    REM ***** starting Oracle Services *****
    REM
    net start OracleQBE102TNSListener
    net start OracleServiceQBE
    net start OracleQBE102iSQL*Plus
    REM
    REM ***** starting SAP services *****
    REM
    net start SAPOsCol
    net start SAPQBE_00
    net start SAPQBE_01
    REM
    REM ***** starting SAP Instances ******
    REM
    G:\usr\sap\QBE\SYS\exe\uc\NTAMD64\startsap.exe name=QBE nr=00 SAPDIAGHOST=SAPEPQA
    G:\usr\sap\QBE\SYS\exe\uc\NTAMD64\startsap.exe name=QBE nr=01 SAPDIAGHOST=SAPEPQA
    REM
    REM end of script

    I looked up some training material and in TADM10 - Unit4 - Starting and Stopping a SAP NetWeaver AS Java.. the following is stated:
    Under Windows, the SAP system can also be started and stopped without a GUI by
    calling a command by means of the executable files startsap.exe and stopsap.exe. This
    can be done using a simple telnet access.
    To start an instance of the SAP system, open a telnet connection and enter the
    following command: startsap name=<SID> nr=<instance nr.>
    SAPDIAHOST=<hostname>
    To stop an instance of the SAP system, open a telnet connection and enter the
    following command: stopsap name=<SID> nr=<instance nr.>
    SAPDIAHOST=<hostname>
    For the SAPDIAHOST parameter, enter the name of the host on which the instance is
    to be started.
    So the script is correct, its all according to SAP advice... very strange

  • Error "can not start the configuration in parallel does not correct"

    Hello everybody,
    I have Windows 7 SP1, and when I install Business Objects 4.1 Client, it is install correctly but when i execute the program, for example BO Rich Client, an error appear "can not start the configuration in parallel does not correct" Could you help me?
    Thanks in advance!

    Check this KB
                  1678498  - BI 4.0 Universe Designer Gives Side-by-Side configuration incorrect Error

  • Can not start data Collection service

    I have installed Fabric Manager version 3.3.(4). In the Performance Web Client I can not start the service Data Collection is in starting forever.
    I also could not stop it. I rebooted the server and the status for this service is in starting.
    Thanks,

    Please provide more details like: Server OS, Java version, and what type of database you are using for the FM Server.  Have you considered using a newer version of FM Server?

  • I can not start secion in creative cloud from a macbook

    I can not start secion in creative cloud from a macbook, always comes CERRO secion, and never I log in I can not start secion indesign folio builder fails me in muse could not enter if you remove it to install again, now I can not download, I tried / Library / Application Support / Adobe / OOBE rename the folder to OOBE_old setup Guide, and simply does not work, if we are paying the membership of adobe creative cloud, at least ask for is a solution, timely responses because we are losing time and therefore money, if they are solving a problem is better than what we say and if more users seek solutions and only wait.
    En español.
    No puedo iniciar secion en creative cloud desde una macbook, siempre sale CERRO SECION, y nunca me conecto, en indesign no puedo iniciar secion de folio builder me da error, en muse tampoco podia entrar a si que lo elimine para poder instalar nuevamente, ahora no puedo descargar, he intentado / Library / Application Support / Adobe / OOBE cambiar el nombre de la configuración rápida carpeta para OOBE_old, y simplemente no funciona, si nosotros estamos pagando la membresia de adobe creative cloud, lo menos que pedimos es una solucion, respuestas oportunas porque estamos perdiendo tiempo y consecuencia dinero, si estan resolviendo algun problema es mejor que lo digan y a si nosotros los usuarios no buscamos mas soluciones y solamente esperaremos.
    we want a valid and positive response

    Hello, could you please try the steps posted here: http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html
    Please let me know if you are successful or not.

  • Can not start Enterprise Manager web page

    I can not start Enterprise Manager web page.
    Here is my steps:
    1. Start enterprise manager
    emctl start
    Waiting for EM to initialize ...Started
    2. Check status:
    emctl status
    EMD is up and running : 200 OK
    3. Start the web page
    http://myhost:1810/
    4. get following error
    "There was no response. The server could be down or is not responding"
    System info:
    Database: 8.1.7.2
    OAS: 9.2.0.2
    JDK: 1.3.0_02
    Server OS: SunOS 5.8
    My question is where is the log file of enterprise manager and what the problem is.
    Thanks in advance
    Don

    diego,
    Thank you for your help. when I try your command I get following error:
    emctl start iasconsole
    Unknown command option
    Usage::
    emctl start|stop|status
    emctl reload | upload
    emctl set credentials [<Target_name>[:<Target_Type>]]
    emctl gencertrequest
    emctl installcert [-ca|-cert] <certificate base64 text file>
    emctl set ssl test|on|off|password [<old password> <new password>]
    emctl set password <new pwd>
    emctl authenticate <pwd>
    emctl switch home [-silent <new_home>]
    emctl config <options>
    emctl config options can be listed by typing "emctl config"

Maybe you are looking for

  • I've just updated my Apple TV

    iTunes Match no longer works? It's switched on... The Apple TV goes through the motions then gives me an match menu I select albums then it says you have no albums!!!!!

  • Multiple order printing issue in IW38

    Hi, I have a requirement where user selects more than one work order from the list in IW38 transaction and then selects Order-->Print. Now the system is showing the "select shop papers" screen for every order but this is tedious to do when we have mo

  • Update 5.0.1 nothing works

    After Update to 5.0.1 notning works... Tried to boot to pad, still nothing works "Settings" and other standard Buttoms works fine, but Facebook and other Apps simply dont react

  • HT3669 My HP Photosmart 4480 its not scaning on my MAC OS X Mavericks 10.9.2

    My mac have OS X Mavericks 10.9.2 and my HP Photosmart C4480 its printing fine but im having trouble scaning, when i checked on apple site printer softwares i dont see mine listed only the HP photosmart C4400, y deleted/added few times and the scanne

  • How to run FSG with ADI..

    Hi Can any one guide me how to run FSG with ADI..? regards Ahsan