Regarding Web Analysis services shut down

Hi
Iam using webanalysis 11.1.1.3. I have logged into work space and iam trying to logon to web analysis from workspace(Tools->links->webanalysis) Web analysis service is shutting down.
But when iam logging into web analysis using direct URL http:servername:portnumber/webanalysis/webanalysis.jsp iam able to log in and perform all other actions and its working fine.
Is this a bug in 11.1.1.3 ??? If any one has faced same issues with web analysis please tell the solution.
Thanks,
Ram.

Issue resolved after configuration of web servers and application servers......

Similar Messages

  • Urgent: Could not start the Web Analysis services

    Hello Experts,
    I am having issues when starting Web Analysis Services. Could not start the Web Analysis services
    starting weblogic with Java version:
    java version "1.5.0.07"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0.07-_20_mar_2007_05_31)
    Java HotSpot(TM) Server VM (build 1.5.0.07 jinteg:03.20.07-11:05 IA64, mixed mode)
    Starting WLS with line:
    /opt/java1.5/bin/java -server -Xms256m -Xmx512m -XX:MaxPermSize=128m -Dhyperion.home=/hyphome/Hyperion -DESS_ES_HOME=/hyphome/Hyperion/BIPlus/appsinfo/WebAnalysis/EssbaseJAPI -Datf.session.binding.kill-with-prejudice=true -Dweblogic.j2ee.application.tmpDir=/var/tmp/hyperion -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -da -Dplatform.home=/hyphome/bea/weblogic91 -Dwls.home=/hyphome/bea/weblogic91/server -Dwli.home=/hyphome/bea/weblogic91/integration -Dweblogic.management.discover=false -Dweblogic.management.server=http://localhost:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/hyphome/bea/patch_weblogic910/profiles/default/sysext_manifest_classpath -Dweblogic.Name=WebAnalysis -Djava.security.policy=/hyphome/bea/weblogic91/server/lib/weblogic.policy weblogic.Server
    <Jan 6, 2010 12:28:36 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Version 1.5.0.07 jinteg:03.20.07-11:05 IA64 from Hewlett-Packard Company>
    <Jan 6, 2010 12:28:37 PM IST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Unable to obtain lock on /hyphome/Hyperion/deployments/WebLogic9/./servers/WebAnalysis/tmp/WebAnalysis.lok. Server may already be running
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:159)
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:59)
    at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:82)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:365)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:116)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:630)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:402)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:67)
    >
    <Jan 6, 2010 12:28:37 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Jan 6, 2010 12:28:37 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Jan 6, 2010 12:28:37 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Any suggestions would be of great help. Thanks in advance.
    Regards,
    Sudhir
    Edited by: 637223 on Jan 6, 2010 1:54 PM

    Are you sure there is not another web analysis web application process running, have you checked the processes running on the machine, you may have to kill or stop one of them to release the lock.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • WCF service shutting down

    Hi,
    i have been trying to access WCF service function(Which loads C++ Dll's too) in a C# client project.
    When ever i start client program it fetches the service, loads the dll, but suddenly WCF service will be terminated from the system tray.
    I have added timeout parameters in web.config(Service) and app.config(Client).
    i have tried to log the error as said
    here but still its not logging the errors.
    what's causing this error, any help will be appreciated.
    Regards,
    Jithendra

    darnold924
    I have added try/Catch in server side as well the exception that throws is as below.
    System.ServiceModel.CommunicationException was unhandled
    _HResult=-2146233087
    _message=An error occurred while receiving the HTTP response to http://localhost:50368/Service1.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.
    HResult=-2146233087
    IsTransient=false
    Message=An error occurred while receiving the HTTP response to http://localhost:50368/Service1.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.
    RemoteStackTrace=
    Server stack trace:
    at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
    at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
    at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
    at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]:
    Source=mscorlib
    StackTrace:
    Server stack trace:
    at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
    at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
    at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
    at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]:
    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    at TestClient.ServiceReference1.IService1.Genkey()
    at TestClient.ServiceReference1.Service1Client.Genkey() in e:\Jit_Edit\WcfService1\TestClient\Service References\ServiceReference1\Reference.cs:line 81
    at TestClient.Program.Main(String[] args) in e:\Jit_Edit\WcfService1\TestClient\Program.cs:line 15
    at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
    at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
    at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
    InnerException: System.Net.WebException
    _HResult=-2146233079
    _message=The underlying connection was closed: An unexpected error occurred on a receive.
    HResult=-2146233079
    IsTransient=false
    Message=The underlying connection was closed: An unexpected error occurred on a receive.
    Source=System
    StackTrace:
    at System.Net.HttpWebRequest.GetResponse()
    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
    InnerException: System.IO.IOException
    _HResult=-2146232800
    _message=Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
    HResult=-2146232800
    IsTransient=false
    Message=Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
    Source=System
    StackTrace:
    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
    at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
    at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
    InnerException: System.Net.Sockets.SocketException
    _HResult=-2147467259
    _message=An existing connection was forcibly closed by the remote host
    HResult=-2147467259
    IsTransient=false
    Message=An existing connection was forcibly closed by the remote host
    Source=System
    ErrorCode=10054
    NativeErrorCode=10054
    StackTrace:
    at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
    InnerException:
    till now i have tried most of the solutions suggested in Internet, i need to know what is the error causing this, their are so many out their who faced same error but most of them didn't get correct solution for this. Here is my entire code i am working
    on.
    Code
    This code contains 2 solutions, HelloWorld is a C++ Dll which is i am trying to load in service & WcfService1 Contains both WCF service and Client Projects. These projects have all the changes made till now based on internet solutions.

  • Some exchange services shut down after several weeks

    I installed exchange 2010 but after every several weeks, certain exchange service shut down though they are set to run automatically. This then stops all mail services until the are manually restarted. What should I do?

    Hi,
    "This then stops all mail services until they are manually restarted", I would like to verify if "certain exchange service" refers to Microsoft Exchange Transport service.
    What's more, when this issue occurs, there should be events logged in the application logs. Please take your time to collect the application logs for my further research.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • DAC Service shuts down with Java Memory when regenerating indexes.

    We have set up to run the DAC as a windows service. We have just set up a new execution plan comprising subject areas from Financials and Inventory. When we run the first full load, the execution plan executes all steps, but when it starts to run the last task: QUERY_INDEX_CREATION, the DAC service shuts down subsequently failing the execution plan. In the stderr.log we see the following:
    11-11-2008 16:44:59 global
    SEVERE:
    ANOMALY INFO:::
    MESSAGE:::Database Object should be specified for sql commands.
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.TaskInitializationException
    com.siebel.analytics.etl.etltask.SQLTask.doInit(SQLTask.java:86)
    com.siebel.analytics.etl.etltask.CountTableTask.doInit(CountTableTask.java:59)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.init(GenericTaskImpl.java:129)
    com.siebel.etl.engine.core.Session.getTargetTableRowCounts(Session.java:3057)
    com.siebel.etl.engine.core.Session.run(Session.java:2972)
    java.lang.Thread.run(Thread.java:619)
    11-11-2008 16:45:04 global
    SEVERE: MESSAGE:::Java heap space
    EXCEPTION CLASS::: java.lang.OutOfMemoryError
    java.util.Arrays.copyOfRange(Arrays.java:3209)
    java.lang.String.<init>(String.java:216)
    java.lang.StringBuilder.toString(StringBuilder.java:430)
    com.siebel.etl.engine.core.IndexPropertyFactory.createIndexProperty(IndexPropertyFactory.java:28)
    com.siebel.etl.engine.core.Index.<init>(Index.java:71)
    com.siebel.etl.engine.core.TableIndexHandler.loadIndexes(TableIndexHandler.java:329)
    com.siebel.etl.engine.core.TableIndexHandler.populate(TableIndexHandler.java:96)
    com.siebel.etl.command.IndexCreationCommand.doExecute(IndexCreationCommand.java:64)
    com.siebel.etl.command.SqlCommand.doExecute(SqlCommand.java:9)
    com.siebel.etl.command.MultiSourceSqlCommand.execute(MultiSourceSqlCommand.java:82)
    com.siebel.etl.database.AsyncDatabaseCall.run(AsyncDatabaseCall.java:34)
    java.lang.Thread.run(Thread.java:619)
    11-11-2008 16:45:04 global
    SEVERE: MESSAGE:::Java heap space
    EXCEPTION CLASS::: java.lang.OutOfMemoryError
    java.util.Arrays.copyOfRange(Arrays.java:3209)
    java.lang.String.<init>(String.java:216)
    oracle.jdbc.driver.CharCommonAccessor.getString(CharCommonAccessor.java:385)
    oracle.jdbc.driver.T4CVarcharAccessor.getString(T4CVarcharAccessor.java:411)
    oracle.jdbc.driver.OracleResultSetImpl.getString(OracleResultSetImpl.java:397)
    oracle.jdbc.driver.OracleResultSet.getString(OracleResultSet.java:1515)
    com.siebel.etl.database.DAWResultSet.getString(DAWResultSet.java:597)
    com.siebel.etl.engine.core.TableIndexHandler.loadIndexes(TableIndexHandler.java:301)
    com.siebel.etl.engine.core.TableIndexHandler.populate(TableIndexHandler.java:96)
    com.siebel.etl.command.IndexCreationCommand.doExecute(IndexCreationCommand.java:64)
    com.siebel.etl.command.SqlCommand.doExecute(SqlCommand.java:9)
    com.siebel.etl.command.MultiSourceSqlCommand.execute(MultiSourceSqlCommand.java:82)
    com.siebel.etl.database.AsyncDatabaseCall.run(AsyncDatabaseCall.java:34)
    java.lang.Thread.run(Thread.java:619)
    11-11-2008 16:45:05 global
    SEVERE: Failed due to the following reason: Java heap space
    11-11-2008 16:45:05 global
    SEVERE: Failed due to the following reason: Java heap space
    11-11-2008 16:45:10 global
    SEVERE: MESSAGE:::Java heap space
    EXCEPTION CLASS::: java.lang.OutOfMemoryError
    This is repeated many times in the log. It manages to create some indexes, but eventually it shuts down the DAC windows service
    In the windows event viewer we then see this at 11-11-2008 16:
    "The Java Virtual Machine has exited with a code of 10, the service is being stopped."
    My guess is that we need to allocate more memory to the DAC Java VM, but how/where?
    Any ideas?
    best regards,
    Henrik Verup
    Edited by: [email protected] on Nov 20, 2008 10:34 AM
    We have managed to work around the problem, by changing the DAC Sytem Property (under Setup): CreateQueryIndexesAtTheEnd from true to false. This way, indexes are being rebuilt during the load - not at the end. This has helped in getting the execution pla to finisf succesfully. We are now working on how to increase Java heap memory of the DAC Server, when started as a windows service. We have installed a windows service to stop and start the DAC serve,r using a document by Olivier Lemaire from Oracle.
    Does anyone have experiences on this?

    java Heap memory in DAC can be increased from the Client Side .
    Open the file for editing----startclient
    echo off
    title Siebel DAC Client
    call config.bat
    Rem Uncomment the below if you want to see a DOS window with messages.
    Rem and comment out the JAVAW line.
    Rem
    Rem %JAVA% -Xms256m -Xmx1024m -cp %DACCLASSPATH% com.siebel.analytics.etl.client.view.EtlViewsInitializer
    Rem
    start %JAVAW% -Xms256m -Xmx1024m -cp %DACCLASSPATH% com.siebel.analytics.etl.client.view.EtlViewsInitializer
    edit 1024 and increase the heap memory sizee,this should work.We faced a similar issue and increasing the size of the java memory solved the issue.
    Let me know if this is solved

  • Web app is shutting down repeatedly

    My web app is shutting down repeatedly with the following reason -
    Event message: Application is shutting down. Reason: A subdirectory in the Bin application directory was changed or renamed.
    Bin is not being changed when this happens. There is no subdirectory in the bin.
    Any help is appreciated.
    Thanks.

    My web app is shutting down repeatedly with the following reason -
    Event message: Application is shutting down. Reason: A subdirectory in the Bin application directory was changed or renamed.
    Bin is not being changed when this happens. There is no subdirectory in the bin.
    Any help is appreciated.
    Thanks.
    Hello,
    There is a dedicated forum for web development issues
    https://forums.asp.net , I would recommend you post this issue in that forum to get supports.
    Regards.
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Unable to start Web Analysis .Service Temporarily Unavailable

    Hi,
    I am using the following URL to access Web Analysis http://testdb.xxx.xxx.xx:19000/WebAnalysis/WebAnalysis.jsp. But it throws up the following error -
    "*Service Temporarily Unavailable, the server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.*"
    FYI
    1. I'm using EPM 11.1.1.3 on Linux Server (Tikanga)
    2. Planning, Shared Services, Workspace, Essbase etc. are working fine. The problem is only with Web Analysis. However, even Web Analysis was working fine in the not-so-distant past.
    I have tried stopping and starting the Web Analysis service but that doesn't seem to help.
    Any ideas would be appreciated.
    Thanks & Cheers,
    Sahil

    Just to add to my first post, i am facing the following issues:
    1. When I restart the Web Analysis service
    [hypappl@testdb bin]$ cd /oracle/hyp/app/deployments/Tomcat5/bin
    [hypappl@testdb bin]$ ./startWebAnalysis.sh restart
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    Please modify /oracle/hyp/app/deployments/Tomcat5/bin/setCustomParamsWebAnalysis.sh.
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    Please modify /oracle/hyp/app/deployments/Tomcat5/bin/setCustomParamsWebAnalysis.sh.
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    Please modify /oracle/hyp/app/deployments/Tomcat5/bin/setCustomParamsWebAnalysis.sh.
    Using CATALINA_BASE: /oracle/hyp/app/deployments/Tomcat5/WebAnalysis
    Using CATALINA_HOME: /oracle/hyp/app/common/appServers/Tomcat/5.5.17
    Using CATALINA_TMPDIR: /oracle/hyp/app/deployments/Tomcat5/WebAnalysis/temp
    Using JRE_HOME: /oracle/hyp/app/common/JRE/Sun/1.5.0
    2. When I start service from biplus folder
    [hypappl@testdb bin]$ cd /oracle/hyp/app/products/biplus/bin
    [hypappl@testdb bin]$ ./start.sh restart
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    Please modify /oracle/hyp/app/deployments/Tomcat5/bin/setCustomParamsFinancialReporting.sh.
    is required for chart rendering. DISPLAY is not currently set.
    Please modify /oracle/hyp/app/deployments/Tomcat5/bin/setCustomParamsWebAnalysis.sh.
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    Please modify /oracle/hyp/app/deployments/Tomcat5/bin/setCustomParamsWebAnalysis.sh.
    3. When I run the setCustomParamsWebAnalysis.sh
    [hypappl@testdb bin]$ ./setCustomParamsWebAnalysis.sh
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    Please modify .
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    Please modify .
    WARNING: Access to a frame buffer device, or virtual frame buffer device
    is required for chart rendering. DISPLAY is not currently set.
    Please modify .
    4. And finally, when I try to open Web Analysis reports from Workspace -> Explore, I get the below error
    Required application module analyzer.reportview is not configured. Please contact your administrator.
    Web Analysis was working just fine until recently. Now the problem is only with WA. Everything else is working as it should If nothing gets Web Analysis up and running again, is there a way I can retrieve my saved report files? I can view these files from Workspace -> Explore -> Reports folder.
    Thanks,
    Sahil

  • Presentation Services shutting down automatically

    Hi all,
    I have a report i am able to get the report in table view report but when i used the same columns to get in the pivot table.BI Presentation Services are shutting down automaticllay
    NQServer.log
    [nQSError: 12002] Socket communication error at call=send: (Number=10054) An existing connection was forcibly closed by the remote host.
         [nQSError: 12002] Socket communication error at call=send: (Number=10038) An operation was attempted on something that is not a socket.
    Saw.log
    Type: Error
    Severity: 42
    File: project/webcomm/socket.cpp Line: 707
    Properties: ThreadID-3568;HttpCommand-AnswersEditReport;RemoteIP- 0 0 0 0 0 ;User-Administrator
    Location:
         saw.rpc.variablemos.write
         saw.httpserver.request
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    An error occurred during execution of "send". An unknown error occurred in the sockets library. [Socket:416]---------------------------------------
    Can any one resolve this issue
    thanks,
    saichand.v

    Check the patch on support.oracle.com. There is an issue with the pivot table and a patch is availible.
    regards
    John
    http://obiee101.blogspot.com/

  • Planning services shut down automatically

    Hi Guys,
    We are trying to get this particular service started “./startHyperionPlanning.sh“ and currently the client is using Weblogic 9.2 mp3.Eevrything was running fine and since last week we have been facing this issue.We thought that there could be a problemw ith the admin account records being corrupted in HSP_user & as oracle suggested we went and deleted the object_id for the admin account it worked for like a day and then since then it keeps abruptly shutting down and we have to start it manually …Throws the following error down below
    JAVA Memory arguments: -Xms512m -Xmx1024m -Xss1024k
    WLS Start Mode=Production
    CLASSPATH=/app/oracle/hyperion/common/CLS/9.5.0.0/lib/cls-9_5_0.jar:/app/oracle/hyperion/common/config/9.5.0.0/lib/hit-config.jar:/app/oracle/hyperion/common/config/9.5.0.0/lib/hit-common.jar:/app/oracle/hyperion/common/SAP/lib:::/app/oracle/bea/patch_weblogic923/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/app/oracle/bea/jrockit_150_12/lib/tools.jar:/app/oracle/bea/weblogic92/server/lib/weblogic_sp.jar:/app/oracle/bea/weblogic92/server/lib/weblogic.jar:/app/oracle/bea/weblogic92/server/lib/webservices.jar::/app/oracle/bea/weblogic92/common/eval/pointbase/lib/pbclient51.jar:/app/oracle/bea/weblogic92/server/lib/xqrl.jar::
    PATH=/app/oracle/bea/weblogic92/server/bin:/app/oracle/bea/jrockit_150_12/jre/bin:/app/oracle/bea/jrockit_150_12/bin:/usr/kerberos/bin:/usr/java/j2sdk/bin:/usr/java/j2re/jre/bin:/usr/local/bin:/bin:/usr/bin:/home/oraas13/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.5.0_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
    BEA JRockit(R) (build R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-linux-ia32, compiled mode)
    Starting WLS with line:
    /app/oracle/bea/jrockit_150_12/bin/java -jrockit -Xms512m -Xmx1024m -Xss1024k -DComponentName=HyperionPlanning -DcomponentId=203443c9f0b7ed1963235fde123a074cd4d7eba -Dsun.net.inetaddr.ttl=0 -DHYPERION_HOME=/app/oracle/hyperion -Dhyperion.home=/app/oracle/hyperion -Dweblogic.j2ee.application.tmpDir=/app/oracle/hyperion/deployments/temp -Dweblogic.security.SSL.trustedCAKeyStore=/app/oracle/bea/weblogic92/server/lib/cacerts -DComponentName=HyperionPlanning -DcomponentId=203443c9f0b7ed1963235fde123a074cd4d7eba -Dsun.net.inetaddr.ttl=0 -DHYPERION_HOME=/app/oracle/hyperion -Dhyperion.home=/app/oracle/hyperion -Dweblogic.j2ee.application.tmpDir=/app/oracle/hyperion/deployments/temp -da -Dplatform.home=/app/oracle/bea/weblogic92 -Dwls.home=/app/oracle/bea/weblogic92/server -Dwli.home=/app/oracle/bea/weblogic92/integration -Dweblogic.management.discover=false -Dweblogic.management.server=http://localhost:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/app/oracle/bea/patch_weblogic923/profiles/default/sysext_manifest_classpath -Dweblogic.Name=HyperionPlanning -Djava.security.policy=/app/oracle/bea/weblogic92/server/lib/weblogic.policy weblogic.Server
    <Mar 2, 2010 5:26:16 PM EST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /app/oracle/bea/weblogic92/platform/lib/p13n/p13n-schemas.jar:/app/oracle/bea/weblogic92/platform/lib/p13n/p13n_common.jar:/app/oracle/bea/weblogic92/platform/lib/p13n/p13n_system.jar:/app/oracle/bea/weblogic92/platform/lib/wlp/netuix_common.jar:/app/oracle/bea/weblogic92/platform/lib/wlp/netuix_schemas.jar:/app/oracle/bea/weblogic92/platform/lib/wlp/netuix_system.jar:/app/oracle/bea/weblogic92/platform/lib/wlp/wsrp-common.jar>
    <Mar 2, 2010 5:26:17 PM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-linux-ia32 from BEA Systems, Inc.>
    <Mar 2, 2010 5:26:18 PM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 MP3 Mon Mar 10 08:28:41 EDT 2008 1096261 >
    <Mar 2, 2010 5:26:19 PM EST> <Info> <WebLogicServer> <BEA-000215> <Loaded License : /app/oracle/bea/license.bea>
    <Mar 2, 2010 5:26:19 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Mar 2, 2010 5:26:19 PM EST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Mar 2, 2010 5:26:20 PM EST> <Notice> <Log Management> <BEA-170019> <The server log file /app/oracle/hyperion/deployments/WebLogic9/servers/HyperionPlanning/logs/HyperionPlanning.log is opened. All server side log events will be written to this file.>
    <Mar 2, 2010 5:26:22 PM EST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Mar 2, 2010 5:26:24 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Mar 2, 2010 5:26:24 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    /app/oracle/hyperion/common/config/9.5.0.0/product/planning/9.5.0.0/planning_1.xml
    displayName = Planning
    componentTypes =
    priority = 50
    version = 9.5.0.0
    build = 1
    location = /app/oracle/hyperion/products/Planning
    taskSequence =
    task =
    *******/app/oracle/hyperion/common/config/9.5.0.0/registry.properties
    Creating rebind thread to RMI
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster successfully. Log messages will now be broadcasted to the domain log.>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 111.168.16.111:8300 for protocols iiop, t3, ldap, http.>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:8300 for protocols iiop, t3, ldap, http.>
    <Mar 2, 2010 5:26:27 PM EST> <Warning> <Server> <BEA-002611> <Hostname "localhost.localdomain", maps to multiple IP addresses: 111.168.16.111, 127.0.0.1>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "HyperionPlanning" for domain "WebLogic9" running in Production Mode>
    <Mar 2, 2010 5:26:27 PM EST> <Warning> <Server> <BEA-002611> <Hostname "linux50.xxx.com", maps to multiple IP addresses: 111.168.16.111, 127.0.0.1>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster successfully. Log messages will now be broadcasted to the domain log.>
    <Mar 2, 2010 5:26:28 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Mar 2, 2010 5:26:28 PM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    using Java property for Hyperion Home /app/oracle/hyperion
    Setting Arbor path to: /app/oracle/hyperion/common/EssbaseRTC/9.5.0.0
    Setting HBR Mode to: 2
    =2010-03-02 17:27:02,522 WARN [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.security.HbrSecurityAPI - Error retrieving user by identity
    d{ISO8601} WARN [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.security.HbrSecurityAPI - Error retrieving user by identity
    Embedded HBR initialized.
    Reaquired task list lease: Tue Mar 02 17:27:02 EST 2010: 1267568822784
    d{ISO8601} INFO [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.audit.client.runtime.AuditRuntime - Audit Client has been created for the server http://linux50.xxx.com:28080/interop/Audit
    d{ISO8601} INFO pinging com.hyperion.audit.client.cache.AuditConfigFilter - Client Enable Status true
    d{ISO8601} INFO filterConfig com.hyperion.audit.client.cache.AuditConfigFilter - Client Enable Status true
    [Tue Mar 02 17:27:27 EST 2010] Planning successfully notified HBR repository.
    Exception in thread "Thread-26" Exception in thread "RMI ConnectionExpiration-[111.168.16.111:40272]" Exception in thread "Timer-1" Exception in thread "[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" Exception in thread "RMI ConnectionExpiration-[111.168.16.111:11333]" Exception in thread "Thread-13" java/lang/OutOfMemoryError:
    --- End of stack trace
    java/lang/OutOfMemoryError:
    --- End of stack trace
    Exception in thread "weblogic.timers.TimerThread" Exception in thread "filterConfig" java/lang/OutOfMemoryError:
    --- End of stack trace
    Exception in thread "Timer-2" Exception in thread "Timer-4" Exception in thread "ExecuteThread: '7' for queue: 'weblogic.socket.Muxer'" Exception in thread "DoSManager" Exception in thread "RMI LeaseChecker" Exception in thread "weblogic.time.TimeEventGenerator" [WARN ] Exception occured in registered Java signal handler:
    Exception in thread "(Signal Handler)"
    Exception in thread "GC Daemon" Exception in thread "Timer-5" Killed
    [oraas13@linux50 bin]$ /app/oracle/hyperion/deployments/WebLogic9/bin/startWebLogic.sh: line 184: 25736 Killed ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${PROXY_SETTINGS} ${SERVER_CLASS}
    Edited by: user9208793 on Mar 4, 2010 2:59 PM
    Edited by: user9208793 on Mar 4, 2010 3:01 PM

    Guess not, huh.
    Seems like such an obvious feature?
    C.

  • When is the revel service shutting down?

    the photoshop elements page in youtube has a video stating that the revel service with photoshop elements will be shutting down. is this true? when? will elements be added to creative cloud?

    It's sad because I love Revel.  I am currently testing out Lightroom Mobile but the aesthetics and interface on Revel are hands down better.  Let's hope the team from Revel are moved over to LR mobile because right now it's ugly.   I started trying Apple's new Photos app yesterday and it's good but Revel still looks better.  I love Revel's Explore feature.

  • Essbase services shutting down automatically

    Please all the gurus help me with this.
    The essbase services are shutting down automatically.

    Different logs
    **HYS9eas-sysout.log**<Oct 11, 2012 10:34:37 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute DatabaseProductVersion on the MBean com.bea:ServerRuntime=EssbaseAdminServices0,Name=EPMSystemRegistry,Type=JDBCDataSourceRuntime during a call to getAttributes>
    Opmn log:
    [2012-10-10T19:22:21][opmn][TRACE:1][662][OPMN]Starting Process: Essbase1~EssbaseAgent~AGENT~1 (293351447:0)
    [2012-10-10T19:22:29][opmn][TRACE:1][665][OPMN][code:pm-process]Process Alive: Essbase1~EssbaseAgent~AGENT~1 (293351447:19008)
    [2012-10-10T19:22:29][opmn][TRACE:1][668][OPMN][code:pm-requests]Request 2 Completed. Command: /start
    *HyS9eas-sysout.log*<Oct 11, 2012 10:34:37 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute DatabaseProductVersion on the MBean com.bea:ServerRuntime=EssbaseAdminServices0,Name=EPMSystemRegistry,Type=JDBCDataSourceRuntime during a call to getAttributes>
    !!!Setting HBR appname to : HBR:HBRAPP
    =2012-10-11 11:45:35,396 WARN [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.core.AccessControlManagerServer - Error authenticating user in UserServerManager.
    - Error authenticating user in UserServerManager.
    =2012-10-11 11:45:35,397 WARN [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.core.UserManagerServer - Error authenticating user in UserServerManager.
    - Error authenticating user in UserServerManager.
    HyS9WebAnalysis-sysout.log:
    <Oct 11, 2012 7:35:00 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute AdminServerHost on the MBean com.bea:Name=WebAnalysis0,Type=ServerRuntime during a call to getAttributes>
    <Oct 11, 2012 10:35:00 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute AdminServerListenPort on the MBean com.bea:Name=WebAnalysis0,Type=ServerRuntime during a call to getAttributes>
    <Oct 11, 2012 10:35:00 AM EDT> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute AdminServerHost on the MBean com.bea:Name=WebAnalysis0,Type=ServerRuntime during a call to getAttributes>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Informatica service shuts downs

    Hello everyone:
    When i start the informatica service it shuts downs almost inmediately. It only stays up aproximately 10 seconds. This is the error code i get
    STATUS = Failed
    ERROR_NAME = 1063
    ERROR_DESC = The service process could not connect to the service controller.
    I really need a hand here, cause this is the fisrt time i configure OBI Apps.
    Cheers

    Hi Al,
    here's a couple of steps to go through:
    •     Informatica Repository Server has to be running.
    •     Check the Informatica Server setup (server name, host, port).
    •     Check whether the Informatica Server is assigned correctly to an Informatica Repository in the Informatica Repository Manager
    •     Check whether the Informatica Server assignment to an Informatica Repository is configured correctly (host, logical name etc.) … can be checked by running “Resolve Server”.
    NOTE: If the Informatica Server is not up and running, the “Test Connect” in the DAC under “Setup” -> “Informatica Servers” will always fail.
    Cheers,
    C.

  • Regarding web analysis data export issue

    Hi all,
    Iam new to web analysis we had a issue on one of the report
    I can open the report and i can work perfectly on the report but when i export the data to excel its showing up as fallowing error
    FATAL ERROR: gui report is inccorect
    In the same application i have some other reports those are working fine and data is being exported to excel for those reports
    What might be going with that report Please let me know if you have any ideas.
    Thanks,
    Ramesh

    As report was exceding 65000 records we have modified the report by adding the pages and reduced the count of output records. So the issue was resolved.

  • Regarding web analysis database connections

    Hi All,
    I have couple of web analysis reports and the issue is i have copied this web analysis server to another server
    where i have the same application. Now iam trying to append those database connection properties of the file to
    point to the new server.
    I have altered by selecting the user>database>select database>rightclick>edit>changed properties
    But when i open the report it popping out with my old server details.
    Does any one have idea about how to change database properties for a report.
    Thanks,
    Ram

    Hi Manoj,
    I have created a DSN but how can i point the report to that DSN and run the same report as of my report running on my old server.
    Thanks,
    Ram

  • Regarding web analysis not responding for data export for a report

    Hi all,
    Iam new to web analysis we had a issue on one of the report
    I can open the report and i can work perfectly on the report but when i export the data to excel its showing up as fallowing error
    FATAL ERROR: gui report is inccorect
    In the same application i have some other reports those are working fine and data is being exported to excel for those reports
    What might be going with that report Please let me know if you have any ideas.
    Thanks,
    Ramesh
    Edited by: KRK on Aug 26, 2009 11:46 AM
    Edited by: KRK on Sep 14, 2009 2:33 PM

    As report was exceding 65000 records we have modified the report by adding the pages and reduced the count of output records. So the issue was resolved.

Maybe you are looking for

  • Creative ALchemy home page prompting for username/passw

    The Creative ALchemy Home Page http://preview.creativelabs.com/alchemyis suddenly prompting for a username and password. Can this be fixed please?

  • Keep getting a read only message and have to save with different name

    I am editing some pdf files, and every time I save I get the message: "The file may be read only, or another user may have it open.  Please save the document with a different name or in a different folder." However, when I right click the file and cl

  • ACS 4.1.4.13 is unable authenticate user to child domain

    Does an ACS server need to be a member of the parent domain in order to see a forest trust? and Error message: "Could not start CSAdmin on local computer- Error 1069 The service did not start because of logon failure."   Does this mean it can't see t

  • Problem with Purchase Requisition

    Hello, Our people create purchase requisitions with several line items and to simplify this they would need a possibility to hold the purchase req (as it is possible for POs). Is there a way to do this, i.a. hold a 'unfinished' purchase requisition w

  • Error: cannot read: test.java

    Dear Guys, How come I get an error msg like that? My autoexec.bat is PATH C:\JDK131\BIN SET CLASSPATH=.;C:\JDK131\BIN;C:\JDK131\CODE Note: 1. I put my Java codes in C:\JDK131\CODE 2. I compile the Java code (test.java) in C:\JDK131\BIN 3. I am using