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..

Similar Messages

  • SQL Server Service can't start.

    I was try start SQL Server Service in SQL Server Configuration Manager and it prompt out error 'The request failed or the service did not respond in a timely fashion.Consult the event log or other applicable error logs for details.' 
    I was try set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control ServicePipeTimeout
    value to decimal 180000.
    I try also change the service account to local system but it prompt WMI error.
    But still failed to start the service.
    Could anyone help me? Thanks in advance.

    I check from event viewer it showing 30++ error
    I post some error here:
    Windows cannot copy file \\?\C:\Users\Default\AppData\Local\Microsoft\Windows\Temporary
    Internet Files\Sqm\iesqmdata0.sqm to location \\?\C:\Users\MSSQL$SQLEXPRESS.NT Service\AppData\Local\Microsoft\Windows\Temporary Internet Files\Sqm\iesqmdata0.sqm. This error may be caused by network problems or insufficient security rights.
    Windows cannot find the local profile and is logging
    you on with a temporary profile. Changes you make to this profile will be lost when you log off.
    Windows cannot copy file \\?\C:\Users\Default\AppData\Local\Microsoft\Windows\Temporary
    Internet Files\Sqm\iesqmdata0.sqm to location \\?\C:\Users\TEMP.NT Service.001\AppData\Local\Microsoft\Windows\Temporary Internet Files\Sqm\iesqmdata0.sqm. This error may be caused by network problems or insufficient security rights.
    DETAIL - Access is denied.
    Windows cannot log you on because your profile cannot
    be loaded. Check that you are connected to the network, and that your network is functioning correctly.
    DETAIL - Only part of a ReadProcessMemory or WriteProcessMemory
    request was completed.
    **I
    was using administrator account.

  • Error when starting SAP Business One Integration Server Service

    Hi all,
    I have a very urgent problem when installing B1iSN:
    I'm installing B1iSN2007 for a customer (Windows server2008R2, SBO 8.8.1),
    and at the beginning of the installation, after instaling the technology, I have an error,
    The Tomcat server can't start.
    I get the following error:
    Windows could not start the SAP Business One Integartion service on Local Computer. For more Information, review the system
    event Log.If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 0.
    In the event viewer I didn't find any more details.
    In the tomcat logs (Under SAP Business One Integration\B1iServer\tomcat\logs) I find this:
    [2012-01-05 15:12:26] [info] Procrun (2.0.4.0) started
    [2012-01-05 15:12:26] [info] Service Tomcat5 name SAP Business One Integration Service
    [2012-01-05 15:12:26] [info] Service Tomcat5 installed
    [2012-01-05 15:12:26] [info] Procrun finished.
    [2012-01-05 15:12:26] [174  javajni.c] [error] The specified module could not be found.
    [2012-01-05 15:12:26] [994  prunsrv.c] [error] Failed creating java ..\..\..\jdk1.5.0_xx_sap\jre\bin\server\jvm.dll
    [2012-01-05 15:12:26] [1269 prunsrv.c] [error] ServiceStart returned 1
    [2012-01-05 15:13:13] [174  javajni.c] [error] The specified module could not be found.
    [2012-01-05 15:13:13] [994  prunsrv.c] [error] Failed creating java ..\..\..\jdk1.5.0_xx_sap\jre\bin\server\jvm.dll
    [2012-01-05 15:13:13] [1269 prunsrv.c] [error] ServiceStart returned 1
    [2012-01-05 15:15:27] [174  javajni.c] [error] The specified module could not be found.
    [2012-01-05 15:15:27] [994  prunsrv.c] [error] Failed creating java ..\..\..\jdk1.5.0_xx_sap\jre\bin\server\jvm.dll
    [2012-01-05 15:15:27] [1269 prunsrv.c] [error] ServiceStart returned 1
    What is the problem? How can I fix it?
    Thanks a lot
    Chana

    Hi Trinidad,
    Thanks for your help!!!
    1.
    I didn't install EventSender and DIProxy yet, I tried first to upload and deploy the zip files, but I couldn't open the Itegration Application Explorer.
    2.
    The jvm.dll file is in in the folder pointed by the logs: C:\Program Files (x86)\SAP\SAP Business One Integration\jdk1.5.0_xx_sap\jre\bin\server
    and it is also in C:\Program Files (x86)\SAP\SAP Business One Integration\jdk1.5.0_xx_sap_64\jre\bin\server
    I tried running the file  java5w.exe, but I got an error message:
    Access is denied
    Unable to open the service tomcat5
    Thne I managed to open it by "rua as administrator".
    the Java Virtual Machine path is points to the java 1.5 version folder.
    Is it possible that the reason that the service can't start is related to administrator rigts??
    In the properties in the Integration Service (services.msc):
    It is set to be run with the local system account.
    all other properties looks fine.
    in the properties of the tomcat5.exe (and tomcat5w.exe  , I tried both)
    In the Compatibility tab I tried setting the flag "Run this program in compatibility mode for" to Vista, windows 7, and server 2008
    I didn't have the option of Windows XP.
    I have also set the Privilege level of: "Run this program as administrator" to true.
    But still the service won't start.
    What can be the problem?
    What else can I check?
    Thanks a lot,
    Chana

  • Service (Oracle Fulfillment Server VIS_oracle12) can not start

    in ERP12.0.4 on windows server 2003
    service (Oracle Fulfillment Server VIS_oracle12) can not start
    When I start the service it stops immediate or give me this message
    This is vision instance
    you can see the log of start and stop all services E:\oracle\VIS\inst\apps\VIS_oracle12\logs\appl\admin\log.
    AC-50001: Error - java.lang.NullPointerException occurred while executing script - null stop
    Raised by oracle.apps.ad.autoconfig.ServiceControl$Service
    ****************************************************

    Hi,
    Please check the log file for more details about the error.
    Was this working before? If yes, what changes have been done recently?
    Any errors in the event viewer?
    Regards,
    Hussein

  • Cannot access web integration server admin page

    Hi guys,
    1)After Installing 9iAS and setting up all the configurations needed to run the sample test page .jsp file from the web integration server i get the following error....YOU ARE NOT AUTHORIZED TO VIEW THIS PAGE.
    2)What value to set for HTTP & HTTPS proxy under the URL-http://host_name.domain:5555 ?
    3)I tried to change the port number of the HTTP LISTENER from inside the http://host_name.domain:5555 pressed OK.Now how to find the port number of he web integration server(previously it was http://host_name.domain:5555 but now the port number is changed without which i cannot login to the admin page of that server.)
    Gimme a solution to these probs
    Thanx in advance,

    I am trying to access our Production Enterprise Manager for the 10g AS.
    When I try to access it I am getting an error:
    An error has occurred!
    IOException in sending Request :: Connection refused: connect
    So from the command line I check:
    emctl status iasconsole and it says that
    EM Daemon is not running.
    So then I type: emctl start iasconsole and it says:
    An instance of Oracle 10g Application Server control is already running
    Do you wish to shut down first?
    If I say no, the startup is aborted. If I say yes then:
    The OracleOracle10gASProdASControl service is not started?
    What the heck does that mean? The status shows the Daemon is not started, but when I try to start it, it says it is already running? Can anyone help?
    Thank you,
    Jeff

  • CF8 Application Server Service Will NOT Start

    I ran into this error:
         java.lang.OutOfMemoryError: Java heap space
    and after researching it it seemed that I should up the max heap size on the Java/JVM page, so I increased my max heap size to 1044MB from 512, via the CF Administrator, I also added maxPermSize= 256m.  Then I restarted the server, but the Application Server service will not start.
    I opened home/runtim/bin/jvm.config and set the heap size to 1024, restart, service still wont start.
    Set the max heap size to 512 and removed maxPermSize, restarted server, service still won't start.
    Set the entire java.args equal to: -server -Xmx256m -Dsun.io.useCanonCaches=false -xx:MaxPermsize=128m -XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{appli cation.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application. home}/../wwwroot/WEB-INF/cfform/jars
    Restarted, still the services will not start.
    Does anyone have any ideas?
    The error I get when trying to start the services is:
    Windows could not start the ColdFusion 8 Application Server on Local Computer.  For more information, review the System Even Log.  If this is a non-Microsoft service, contact the service vendor, and refore to service-specific error code 2.
    Thanks!

    Once you have ColdFusion running again this will bring you back to your initial problem:
    java.lang.OutOfMemoryError: Java heap space
    Suggest take a copy of your working JVM.CONFIG (so you have a backup) then add some debugging to the JVM Arguments eg:
    # Arguments to VM
    java.args=-server  -Xmx512m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -verbose:gc -Xloggc:cfjvmGC.log -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{appli cation.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application. home}/../wwwroot/WEB-INF/cfform/jars
    Once ColdFusion is restarted again a log file will be created called \ColdFusion8\runtime\bin\cfjvmgc.log. Open the log file and you will be able to see how the New, Tenure and Permanent memory spaces are working. Given you now know which buffer is filling (excluding New made up of Eden and a couple Survivor spaces - because those fill and empty all the time) you can make adjustments to JVM.CONFIG knowing which value you intend to alter. Likely you want to alter either Xmx or MaxPermSize. When you think the Java heap space is resolved turn logging off by removing the bolded details.
    HTH, Carl.

  • Integration Server Service 9.3.1 (EIS) entering a stopped state

    Integration Server Service (EIS) is stopping multiple times during the day and sometimes during the nightly processing. There seems to be no reason to when or why it stops. Sometimes users may be running drill through reports, sometimes no one is. We don't have that may users that have access to the system for drill through so volume shouldn't be a problem.
    I have looked in the OLAPISVR log around the time the service stops, but the log has no error or anything in it about why it stops. It has the statement from whatever the last user is logged was doing and then the next statement is where the service is starting back.
    On 7/16/08 the service stopped at 2:56:02. I started the service back at 2:57:09. I had 4 users log on and run drill through reports to make sure it was back up. They ran the reports fine. That was around 3:05. The service went back down again at 3:09:16. This has been going on for about a month. But users have had access to the system for only 2 weeks.
    This is the version we are running 9.3.1.0.0 Build-AIS93100B113.
    Any help would be appreciated.

    The user is requesting too much at one time.
    The query compiles long IN lists and stops the server.
    There is the ability to regulate the depth of the query in the report, but the Excel user can still drag a range and drill thru on too much data.

  • EPMA server service is not starting

    Hi All,
    I'm unable to open dimension library,calc manager because EPMA server service is not starting.When trying to start the service EPMA Administration Server Service I'm getting the following error-"The Hyperion EPMA Server service on Local Computer started and then stopped.Some services stop automatically if they are not in use by other services or programs"
    And while opening the Dimension library in EPMA I'm getting the following error-"No connection could be made because the target machine actively refused it 127.0.0.1:5251
    Code:
    com.hyperion.awb.web.common.DimensionServiceException
    Description:An error occured processing the results from the server.
    Actor:none
    Kindly ley me know what could be the issue and how I can resolve it.
    Thanks

    Hi,
    When you try to start the service, you will get this error.
    So, please look into the Windows Event viewer for the Error meassage.
    You can look into the DimensionServer.log and DimensionServer-err.log file for the error msg which vivek suggested you.
    path for error logs: C:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\epma
    Regards,
    mady

  • SQL Server service not automatically starting (logon failure)

    I just installed SQL Server 2012 on a machine. To run "SQL Server" as well as "SQL Server Agent" service I have created a domain account called SQLADMIN. This account is a service account and has no other rights like logon locally or
    local administrator.
    When the machine restarts, "SQL Server" service doesn't start automatically. When I click Start then it says "Logon Failure". Now if I simply enter the password again under tab "Log On" and then start service then it starts. Why
    doesn't it start automatically?

    Hello,
    Please read the following article about permissions required by service accounts.
    http://msdn.microsoft.com/en-us/library/ms143504(v=sql.110).aspx#Serv_Perm
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com
    I do not see any special permission that is needed as per the article. For e.g. as per below:
    SQL Server Service
    Permissions granted by SQL Server Setup
    SQL Server Database Engine:
    (All rights are granted to the per-service SID. Default instance: NT SERVICE\MSSQLSERVER. Named instance: NT SERVICE\MSSQL$InstanceName.)
    Log on as a service (SeServiceLogonRight)
    Replace a process-level token(SeAssignPrimaryTokenPrivilege)
    Bypass traverse checking (SeChangeNotifyPrivilege)
    Adjust memory quotas for a process(SeIncreaseQuotaPrivilege)
    Permission to start SQL Writer
    Permission to read the Event Log service
    Permission to read the Remote Procedure Call service
    I am running Database Engine service as DOMAIN\SQLADMIN account which can Log On As A Service. Other 3 permissions mentioned in article are not given so let me assign it and then see how it goes.
    Could this issue be due to some domain policy? Because there is another SQL Server machine which shows same behaviour.

  • SQL Server Agent can't start

    Hi Expert,
    I have a problem when using SQL Server 2005.
    I also use Windows Server 2008
    My SQL Server Agent can't start.
    When I try to start, I have message "The SQL Server Agent (MSSQLSERVER)  service on Local Computer started and then stopped (object explorer).
    Why does this problem happen?
    Thanks
    Regards,
    Vicky Oktavianus

    > 2010-08-16 15:28:21 - ! [241] Startup error: Unable to initialize error reporting system (reason: The EventLog service has not been started)
    > 2010-08-16 15:28:21 - ? [098] SQLServerAgent terminated (normally)
    You seem to have an issue with your machine, I suggest you check further up in the event log for problems concerning the event log.
    Uploading files here is not possible, open an OSS call (component BC-DB-MSS) and ask the support for help, there you can upload the file.
    Markus

  • Essbase Service Can't Start

    Hi there,
    I am working under Hyperion 11.1.1 and I have error.
    I want to start Essbase service in order to use MAXL / Essmsh but the Essbase service can't start. The service starts manually as usual and path to executable pointed to C:\Hyperion\products\Essbase\EssbaseServer\bin\ESSBASE.exe
    when I tried to find the folder and run essbase.exe the error shows that the service name is wrong (Hypservice_1) and not found.
    Actually at Windows service, display name is "Hyperion Essbase Services 11.1.1 - hypservice_1"
    Anyone has idea about that problem? Please let me know, thanks.

    I couldn't capture the windows when I run startessbase.cmd, it runs very fast and disappeared afterwards.
    What can I find on essbase.log is something like this repeatedly:
    [Thu Oct 20 14:19:56 2011]Local/ESSBASE0///Error(1051223)
    Single Sign On function call [css_init] failed with error [CSS Error: CSS method invocation error: com.hyperion.css.CSSSystem.<init>]
    [Thu Oct 20 14:19:56 2011]Local/ESSBASE0///Info(1051198)
    Single Sign-On Initialization Failed !
    [Thu Oct 20 14:19:56 2011]Local/ESSBASE0///Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Thu Oct 20 14:19:57 2011]Local/ESSBASE0///Error(1051527)
    In Shared Services Security mode it is not possible to start Essbase when single sign on initialization fails.
    [Thu Oct 20 14:20:02 2011]Local/ESSBASE0///Info(1051283)
    Retrieving License Information Please Wait...
    [Thu Oct 20 14:20:02 2011]Local/ESSBASE0///Info(1051286)
    License information retrieved.
    [Thu Oct 20 14:20:04 2011]Local/ESSBASE0///Error(1051223)
    Single Sign On function call [css_init] failed with error [CSS Error: CSS method invocation error: com.hyperion.css.CSSSystem.<init>]
    [Thu Oct 20 14:20:04 2011]Local/ESSBASE0///Info(1051198)
    Single Sign-On Initialization Failed !
    [Thu Oct 20 14:20:04 2011]Local/ESSBASE0///Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Thu Oct 20 14:20:04 2011]Local/ESSBASE0///Error(1051527)
    In Shared Services Security mode it is not possible to start Essbase when single sign on initialization fails.
    [Thu Oct 20 14:21:59 2011]Local/ESSBASE0///Info(1051283)
    Retrieving License Information Please Wait...
    [Thu Oct 20 14:21:59 2011]Local/ESSBASE0///Info(1051286)
    License information retrieved.
    [Thu Oct 20 14:22:01 2011]Local/ESSBASE0///Error(1051223)
    Single Sign On function call [css_init] failed with error [CSS Error: CSS method invocation error: com.hyperion.css.CSSSystem.<init>]

  • When I try to download itunes i get a message that the services can not start and I may not have enough privileges. What is wrong?

    When I try downloading itunes it stops with a message that says the mobile service can not start because I may not have enough privileges. What do I need to reset?

    Hello, bradhannan.
    This sounds like a possible permissions issue.  Try these steps.  Uninstall iTunes and all of it's components.  Next, download the newest version of iTunes and save it to your desktop rather than selecting run.  Right click on the installer package and run as administrator.  I have included a couple articles that covers how to uninstall iTunes and all of it's components. 
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/ht1923
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    http://support.apple.com/kb/ht1925
    Regards,
    Jason H. 

  • RAC service can't start after upgrading to 10.2.0.4

    Hi All,
    After upgrading to 10.2.0.4 from 10.2.01 (linux32 with 2 nodes), I am experiencing the following:
    1. The rac service (created after the database was created, not the default service) can not start after the database started with "prkp-1030" error.
    2.The service somehow is online and available from the "lsnrctl status" command. Further verified that the users could connect to the rac via that service.
    3. The "crs_stat -t" command and the "srvctl status service..." also show the service is not running.
    Have anyone seen this problem before? what is need to be done to make it consistent.
    Thanks,
    TN

    I found something that might cause this problem.
    When I shut down everything (service, db, asm, nodeapps), and start them back on one by one in the opposite order (nodeapps, asm, database). I found out that the service is somehow get restarted when I start the database (when I have yet started the service itself). the lsnrctl status shows that the service is up. but the crs_stat shows the service is down.
    My question is that why the service is tied up with the database startup (using srvctl start database -d database_name)?

  • My vmware horizon workspae service can not start

    Hi i have installd  VMware-Workspace-Desktop-2.1.0-2091556.exe on my windows 7 64bit but now vmware horizon workspace service can not start even i start it manually but it will be stop rapidly i have attached pics

    The client started, it's the authentication screen that is not working for you. Can we get the diagnostics information from your Windows machine where you are seeing this failure?

  • Web service can't start in Admin Server

    Hello,
    I work with a xserve (mac os x server 10.4.9), with a default install of apache 1.3, there is also php4 installed and i've tryed to install php5 with "entropy-php.mpkg".
    After I have stop the web service in Admin server and now i want to restart it but it say that it's impossible to start the web service. it say that i have to read http log files. I have read the error_log file into var/log/httpd but the last trace is "caught SIGTERM, shutting down".
    Can you help me, please ?
    thanks

    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..

Maybe you are looking for

  • Sharpness of Photos in Lightroom 5.3

    Can anyone please provide an explanation as to why my pictures when edited in Lightroom 5.3 appear soft and seem to require too much sharpening for an acceptable screen view.    When pictures are subsequently made ready for printing from Lightoom 5.3

  • INSTALL WINDOWS 7 OVER PRE-INSTALLED WINDOWS 8 LAPTOP

    Hello everyone i am Raj  Q.  Anbody have worked with MBR AND GPT  ? is their anyway  to install windows 7 on pre-installed windows 8 laptop from company . problem  is :- 1.)when you try to installed windows 7 it will say "windows cannot be installed

  • JSTL connect to DataBase

    Hi , I am using JSTL to connect to MYSQL DB , but it fails , any one could help , according to documentation I wrote the following tag (I am not sure about the value of the attribute "url" ): <ui:panelGroup binding="#{Main.groupPanel1}" id="groupPane

  • IS it possible to save drill down report in a html file?

    Hi all, My client is looking for a html file of a drill down report. Is it possible to save the report in html format with the drill down feature in it? Please help. Thanks, Karthick

  • Taking one off a laptop without losing the email addresses off another laptop/iMac

    I'm giving my old laptop to my daughter, and I would like to take myself off as the administrator, along with the email addresses (without deleting them off my other computers).  I've deleted the apps, photos, and music she won't need.  Yes I know I