Error while starting the expedition service: URGENT

After successful Installation of Contract Management D:\pv\Contract Management\, I used the weblogic URLand deployed the D:\ pv\ Contract Management\ ear\ expedition. ear and named the deployment as expedition. Soon after when trying to start this deployment services, the below error is thrown.
[HTTP:101216]Servlet: "StartupServlet" failed to preload on startup in Web application: "exponline". java.lang.NumberFormatException: null at java.lang.Integer.parseInt(Integer.java:415) at java.lang.Byte.parseByte(Byte.java:151) at java.lang.Byte.parseByte(Byte.java:108) at com.primavera.exponline.common.base.CommonUtilities.init(Unknown Source) at com.primavera.exponline.servlet.StartupServlet.init(Unknown Source) at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(Unknown Source) at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64) at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58) at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48) at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:521) at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1893) at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1870) at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1790) at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2999) at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1371) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200) at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27) at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212) at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:16) at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162) at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:140) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:106) at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:143) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:820) at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1227) at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:436) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Please help, it is really very URGENT.
Thanks,
Venu

possibly an error in your startweblogic.cmd file
here is the contents of how it should be. you can replace the domain cm13test with yours, and the rest should works
@ECHO OFF
@REM WARNING: This file is created by the Configuration Wizard.
@REM Any changes to this script may be lost when adding extensions to this configuration.
SETLOCAL
@REM --- Start Functions ---
GOTO :ENDFUNCTIONS
:stopAll
     @REM We separate the stop commands into a function so we are able to use the trap command in Unix (calling a function) to stop these services
     if NOT "X%ALREADY_STOPPED%"=="X" (
          GOTO :EOF
     @REM STOP POINTBASE (only if we started it)
     if "%POINTBASE_FLAG%"=="true" (
          echo Stopping PointBase server...
          call "%WL_HOME%\common\bin\stopPointBase.cmd" -port=%POINTBASE_PORT% -name=%POINTBASE_DBNAME% >"%DOMAIN_HOME%\pointbaseShutdown.log" 2>&1
          echo PointBase server stopped.
     set ALREADY_STOPPED=true
     @REM Restore IP configuration the node manager starts IP Migration
     if NOT "%SERVER_IP%"=="" (
          call "%WL_HOME%\common\bin\wlsifconfig.cmd" -removeif "%IFNAME%" "%SERVER_IP%"
GOTO :EOF
:ENDFUNCTIONS
@REM --- End Functions ---
@REM *************************************************************************
@REM This script is used to start WebLogic Server for this domain.
@REM
@REM To create your own start script for your domain, you can initialize the
@REM environment by calling @USERDOMAINHOME\setDomainEnv.
@REM
@REM setDomainEnv initializes or calls commEnv to initialize the following variables:
@REM
@REM BEA_HOME - The BEA home directory of your WebLogic installation.
@REM JAVA_HOME - Location of the version of Java used to start WebLogic
@REM Server.
@REM JAVA_VENDOR - Vendor of the JVM (i.e. BEA, HP, IBM, Sun, etc.)
@REM PATH - JDK and WebLogic directories are added to system path.
@REM WEBLOGIC_CLASSPATH
@REM - Classpath needed to start WebLogic Server.
@REM PATCH_CLASSPATH - Classpath used for patches
@REM PATCH_LIBPATH - Library path used for patches
@REM PATCH_PATH - Path used for patches
@REM WEBLOGIC_EXTENSION_DIRS - Extension dirs for WebLogic classpath patch
@REM JAVA_VM - The java arg specifying the VM to run. (i.e.
@REM - server, -hotspot, etc.)
@REM USER_MEM_ARGS - The variable to override the standard memory arguments
@REM passed to java.
@REM PRODUCTION_MODE - The variable that determines whether Weblogic Server is started in production mode.
@REM POINTBASE_HOME - Point Base home directory.
@REM POINTBASE_CLASSPATH
@REM - Classpath needed to start PointBase.
@REM
@REM Other variables used in this script include:
@REM SERVER_NAME - Name of the weblogic server.
@REM JAVA_OPTIONS - Java command-line options for running the server. (These
@REM will be tagged on to the end of the JAVA_VM and
@REM MEM_ARGS)
@REM
@REM For additional information, refer to "Managing Server Startup and Shutdown for Oracle WebLogic Server"
@REM (http://download.oracle.com/docs/cd/E12839_01/web.1111/e13708/overview.htm).
@REM *************************************************************************
@REM Call setDomainEnv here.
set DOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\cm13test
for %%i in ("%DOMAIN_HOME%") do set DOMAIN_HOME=%%~fsi
call "%DOMAIN_HOME%\bin\setDomainEnv.cmd" %*
set PATH=%DOMAIN_HOME%\bin;%JAVA_HOME%
set SAVE_JAVA_OPTIONS=-Djavax.xml.stream.XMLInputFactory=weblogic.xml.stax.XMLStreamInputFactory -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 -Doracle.jdbc.V8Compatible=true -Djava.library.path="%PATH%" %JAVA_OPTIONS%
set SAVE_CLASSPATH=%DOMAIN_HOME%\lib\mail.jar;%DOMAIN_HOME%\lib\pbjdbc12105.jar;%DOMAIN_HOME%\lib\ojdbc6.jar;%CLASSPATH%;.
@REM Start PointBase
set PB_DEBUG_LEVEL=0
if "%POINTBASE_FLAG%"=="true" (
     call "%WL_HOME%\common\bin\startPointBase.cmd" -port=%POINTBASE_PORT% -debug=%PB_DEBUG_LEVEL% -console=false -background=true -ini=%DOMAIN_HOME%\pointbase.ini >"%DOMAIN_HOME%\pointbase.log" 2>&1
set JAVA_OPTIONS=%SAVE_JAVA_OPTIONS%
set SAVE_JAVA_OPTIONS=
set CLASSPATH=%SAVE_CLASSPATH%
set SAVE_CLASSPATH=
if "%PRODUCTION_MODE%"=="true" (
     set WLS_DISPLAY_MODE=Production
) else (
     set WLS_DISPLAY_MODE=Development
if NOT "%WLS_USER%"=="" (
     set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.management.username=%WLS_USER%
if NOT "%WLS_PW%"=="" (
     set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.management.password=%WLS_PW%
if NOT "%MEDREC_WEBLOGIC_CLASSPATH%"=="" (
     if NOT "%CLASSPATH%"=="" (
          set CLASSPATH=%CLASSPATH%;%MEDREC_WEBLOGIC_CLASSPATH%
     ) else (
          set CLASSPATH=%MEDREC_WEBLOGIC_CLASSPATH%
echo .
echo .
echo JAVA Memory arguments: %MEM_ARGS%
echo .
echo WLS Start Mode=%WLS_DISPLAY_MODE%
echo .
echo CLASSPATH=%CLASSPATH%
echo .
echo PATH=%PATH%
echo .
echo ***************************************************
echo * To start WebLogic Server, use a username and *
echo * password assigned to an admin-level user. For *
echo * server administration, use the WebLogic Server *
echo * console at http:\\hostname:port\console *
echo ***************************************************
@REM Set up IP Migration related variables.
@REM Set interface name.
if NOT "%Interface%"=="" (
     set IFNAME=%Interface%
) else (
     set IFNAME=
@REM Set IP Mask.
if NOT "%NetMask%"=="" (
     set IPMASK=%NetMask%
) else (
     set IPMASK=
@REM Perform IP Migration if SERVER_IP is set by node manager.
if NOT "%SERVER_IP%"=="" (
     call "%WL_HOME%\common\bin\wlsifconfig.cmd" -addif "%IFNAME%" "%SERVER_IP%" "%IPMASK%"
@REM START WEBLOGIC
echo starting weblogic with Java version:
%JAVA_HOME%\bin\java %JAVA_VM% -version
if "%WLS_REDIRECT_LOG%"=="" (
     echo Starting WLS with line:
     echo %JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% -Dweblogic.Name=%SERVER_NAME% -Djava.security.policy=%WL_HOME%\server\lib\weblogic.policy %JAVA_OPTIONS% %PROXY_SETTINGS% %SERVER_CLASS%
     %JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% -Dweblogic.Name=%SERVER_NAME% -Djava.security.policy=%WL_HOME%\server\lib\weblogic.policy %JAVA_OPTIONS% %PROXY_SETTINGS% %SERVER_CLASS%
) else (
     echo Redirecting output from WLS window to %WLS_REDIRECT_LOG%
     %JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% -Dweblogic.Name=%SERVER_NAME% -Djava.security.policy=%WL_HOME%\server\lib\weblogic.policy %JAVA_OPTIONS% %PROXY_SETTINGS% %SERVER_CLASS% >"%WLS_REDIRECT_LOG%" 2>&1
CALL :stopAll
popd
@REM Exit this script only if we have been told to exit.
if "%doExitFlag%"=="true" (
     exit
ENDLOCAL

Similar Messages

  • Error while starting the shared service server

    Hi john,
    I am getting the following error while starting the shared service server.
    *25 Jul 2009 10:26:39 - org.apache.slide.common.Domain - ERROR - Unable to migrate hub groups to css*
    So shared service console is not starting.
    Please tell me the solution for it.
    Thanks
    Edited by: user11358816 on Jul 24, 2009 10:06 PM
    Edited by: user11358816 on Jul 24, 2009 10:09 PM

    Hi John,
    Yes,It was working earlier.
    When I have added NTLM authentication for FDM I am getting that error,but instead of that if
    I am adding the authentication provider as LDAP(CSS) I am not getting that error.
    So finally i have added only one authentication provider and that is LDAP(CSS).
    I fallowed ur document for integrating the FDM application with planning application.(http://john-goodwin.blogspot.com/2008/07/planning-v11-drill-back.html )
    For the global logon information I have given admin and password , which I have given while adding the LDAP authentication (CSS).
    I am getting machine profile missing error when i clicked on the dimension and the target dimension test box contain connection failed.
    Can u suggest me where am I wrong?
    Thanks
    Edited by: user11358816 on Jul 26, 2009 9:42 PM

  • Error while starting the Informatica services

    Hi All,
    I have installed Informatica on my local machine. All of sudden my Informatica services in services.msc went down. If I start the Informatica service means, it is starting in services.msc. But after few seconds it is again going down in services.msc. Again if I start the service then it is starting and after 15 seconds it is going down again and again. I am not sure with the issue.
    Due to that Informatica administrator page is not logging in and also I couldn’t connect to any of the Informatica clients.
    I checked the catalina.out file and find the below error message:
    Cannot start node due to the error: [[RSVCSHARED_00014] The Repository Capability ['Persistence'] failed to initialize due to: '[DBPERSISTER_0009] Failed to connect to database with connection string 'jdbc:informatica:oracle://localhost:1521;ServiceName=ora.idc.oracle.com;MaxPooledStatements=20;CatalogOptions=0;BatchPerformanceWorkaround=true' as user 'hdm'']
    Starting Tomcat on HTTP port 6005.
    Domain service init method is called.
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x2b9cd2fe, pid=7920, tid=7980
    # Java VM: Java HotSpot(TM) Client VM (11.2-b01 mixed mode windows-x86)
    # Problematic frame:
    # C [PMUTILS.dll+0xed2fe]
    # An error report file with more information is saved as:
    # C:\Informatica\9.0.1\tomcat\bin\hs_err_pid7920.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    The content of hs_err_pid7920.log is:
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x2b9cd2fe, pid=7920, tid=7980
    # Java VM: Java HotSpot(TM) Client VM (11.2-b01 mixed mode windows-x86)
    # Problematic frame:
    # C [PMUTILS.dll+0xed2fe]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x00b79c00): JavaThread "main" [_thread_in_native, id=7980, stack(0x00090000,0x00190000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0xffffffff, ECX=0x71d7e78e, EDX=0x00190000
    ESP=0x0018ed2c, EBP=0x00000000, ESI=0x00000000, EDI=0x00000000
    EIP=0x2b9cd2fe, EFLAGS=0x00010246
    Top of Stack: (sp=0x0018ed2c)
    0x0018ed2c: a5478bb0 00b79c00 256a9688 0018eff4
    0x0018ed3c: 256a9688 2e963ca4 2e940828 2e963d44
    0x0018ed4c: 00000000 0018efd4 00000000 00b79c00
    0x0018ed5c: 0018edec 00b79c00 00000000 00000000
    0x0018ed6c: 0000000b 0018ef08 00b79c00 00000000
    0x0018ed7c: 00000114 00000006 00000001 00001db1
    0x0018ed8c: 00000002 00650053 00760072 00630069
    0x0018ed9c: 00200065 00610050 006b0063 00310020
    Instructions: (pc=0x2b9cd2fe)
    0x2b9cd2ee: 10 33 ff ff d0 83 7c 24 54 06 72 54 8b 44 24 20
    0x2b9cd2fe: 8b 08 55 55 8d 54 24 34 52 55 68 cc 2c a1 2b 50
    Stack: [0x00090000,0x00190000], sp=0x0018ed2c, free space=1019k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [PMUTILS.dll+0xed2fe]
    [error occurred during error reporting (printing native stack), id 0xc0000005]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.informatica.powercenter.sdkint.repository.ISystemUtility._getNumberOfCpuSockets()I+0
    j com.informatica.powercenter.sdkint.repository.ISystemUtility.getNumberOfCpuSockets()I+0
    j com.informatica.isp.domainservice.nodeconfiguration.NodePredefinedResourceLoader.loadPredefinedResources(Ljava/lang/String;)Ljava/util/List;+308
    j com.informatica.isp.corecommon.core.NodeResources.listPredefinedResources(Ljava/lang/String;)Ljava/util/List;+26
    j com.informatica.isp.domainservice.nodeconfiguration.NodeConfigurationImpl.init(Lcom/informatica/isp/domainrepositoryservice/DomainRepositoryService;)V+99
    j com.informatica.isp.domainservice.DomainServiceImpl.init()V+133
    j com.informatica.isp.domainservice.DomainServiceLifeCycleHandler.initService()V+26
    j com.informatica.pcsf.servicesframework.service.impl.Service.init(Lcom/informatica/pcsf/servicesframework/service/impl/PortHandler;)V+55
    j com.informatica.pcsf.servicesframework.service.impl.ServicesFrameworkImpl.startService(Lcom/informatica/pcsf/servicesframework/service/ServiceMetadata;)V+65
    j com.informatica.isp.tools.ispstarter.JSFStarter.init()V+515
    j com.informatica.isp.tools.ispwebstarter.ISPWebStarterServlet.init()V+3
    j javax.servlet.GenericServlet.init(Ljavax/servlet/ServletConfig;)V+6
    j org.apache.catalina.core.StandardWrapper.loadServlet()Ljavax/servlet/Servlet;+717
    j org.apache.catalina.core.StandardWrapper.load()V+2
    j org.apache.catalina.core.StandardContext.loadOnStartup([Lorg/apache/catalina/Container;)V+172
    j org.apache.catalina.core.StandardContext.start()V+1219
    j org.apache.catalina.core.ContainerBase.addChildInternal(Lorg/apache/catalina/Container;)V+149
    j org.apache.catalina.core.ContainerBase.addChild(Lorg/apache/catalina/Container;)V+26
    j org.apache.catalina.core.StandardHost.addChild(Lorg/apache/catalina/Container;)V+25
    j org.apache.catalina.startup.HostConfig.deployWAR(Ljava/lang/String;Ljava/io/File;Ljava/lang/String;)V+482
    j org.apache.catalina.startup.HostConfig.deployWARs(Ljava/io/File;[Ljava/lang/String;)V+223
    j org.apache.catalina.startup.HostConfig.deployApps()V+25
    j org.apache.catalina.startup.HostConfig.start()V+147
    j org.apache.catalina.startup.HostConfig.lifecycleEvent(Lorg/apache/catalina/LifecycleEvent;)V+132
    j org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Ljava/lang/String;Ljava/lang/Object;)V+68
    j org.apache.catalina.core.ContainerBase.start()V+306
    j org.apache.catalina.core.StandardHost.start()V+303
    j org.apache.catalina.core.ContainerBase.start()V+266
    j org.apache.catalina.core.StandardEngine.start()V+221
    j org.apache.catalina.core.StandardService.start()V+132
    j org.apache.catalina.core.StandardServer.start()V+88
    j org.apache.catalina.startup.Catalina.start()V+32
    v ~StubRoutines::call_stub
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j org.apache.catalina.startup.Bootstrap.start()V+37
    j org.apache.catalina.startup.Bootstrap.main([Ljava/lang/String;)V+158
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x28e20400 JavaThread "Timer-2" daemon [_thread_blocked, id=7472, stack(0x2b6c0000,0x2b7c0000)]
    0x28e1fc00 JavaThread "pool-1-thread-1" [_thread_in_native, id=812, stack(0x2b580000,0x2b680000)]
    0x28e1f800 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=4944, stack(0x2b440000,0x2b540000)]
    0x28e1f400 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=7584, stack(0x2b300000,0x2b400000)]
    0x28e1ec00 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=1492, stack(0x2b1c0000,0x2b2c0000)]
    0x28e1e800 JavaThread "Timer-1" daemon [_thread_blocked, id=7896, stack(0x2b080000,0x2b180000)]
    0x28e1e000 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=324, stack(0x2af40000,0x2b040000)]
    0x00b00c00 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=6196, stack(0x2ae00000,0x2af00000)]
    0x00b00800 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=6460, stack(0x2acc0000,0x2adc0000)]
    0x28b4c400 JavaThread "Timer-0" daemon [_thread_blocked, id=7064, stack(0x2ab80000,0x2ac80000)]
    0x28ce0400 JavaThread "UserManagementServiceBroadcaster" daemon [_thread_blocked, id=1644, stack(0x29a70000,0x29b70000)]
    0x28ce1400 JavaThread "DomainConfigurationServiceBroadcaster" daemon [_thread_blocked, id=7712, stack(0x29930000,0x29a30000)]
    0x28dc8400 JavaThread "Thread-1" daemon [_thread_blocked, id=7032, stack(0x297f0000,0x298f0000)]
    0x28dc8000 JavaThread "Thread 6 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=4344, stack(0x296b0000,0x297b0000)]
    0x28c4fc00 JavaThread "Thread 5 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=2208, stack(0x29570000,0x29670000)]
    0x28c4f400 JavaThread "Thread 4 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=7764, stack(0x29430000,0x29530000)]
    0x28c4f000 JavaThread "Thread 3 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=528, stack(0x29330000,0x29430000)]
    0x28ce3400 JavaThread "Thread 2 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=7532, stack(0x29230000,0x29330000)]
    0x28c3dc00 JavaThread "Thread 1 of 6 in DomainServiceThreadPool" daemon [_thread_blocked, id=6804, stack(0x29130000,0x29230000)]
    0x00af3000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=7476, stack(0x27af0000,0x27bf0000)]
    0x00aed000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=7292, stack(0x279b0000,0x27ab0000)]
    0x00ae1c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=1180, stack(0x27870000,0x27970000)]
    0x00ace800 JavaThread "Finalizer" daemon [_thread_blocked, id=7360, stack(0x27730000,0x27830000)]
    0x00aca000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5392, stack(0x275f0000,0x276f0000)]
    =>0x00b79c00 JavaThread "main" [_thread_in_native, id=7980, stack(0x00090000,0x00190000)]
    Other Threads:
    0x00ac6c00 VMThread [stack: 0x274b0000,0x275b0000] [id=2060]
    0x00af3800 WatcherThread [stack: 0x27c30000,0x27d30000] [id=4612]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 18240K, used 3293K [0x03250000, 0x04610000, 0x059b0000)
    eden space 16256K, 20% used [0x03250000, 0x03587618, 0x04230000)
    from space 1984K, 0% used [0x04420000, 0x04420000, 0x04610000)
    to space 1984K, 0% used [0x04230000, 0x04230000, 0x04420000)
    tenured generation total 241984K, used 22696K [0x059b0000, 0x14600000, 0x23250000)
    the space 241984K, 9% used [0x059b0000, 0x06fda0a0, 0x06fda200, 0x14600000)
    compacting perm gen total 37376K, used 37232K [0x23250000, 0x256d0000, 0x27250000)
    the space 37376K, 99% used [0x23250000, 0x256ac290, 0x256ac400, 0x256d0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00433000      C:\Informatica\9.0.1\tomcat\bin\infasvcs.exe
    0x77a80000 - 0x77c00000      C:\windows\SysWOW64\ntdll.dll
    0x77150000 - 0x77260000      C:\windows\syswow64\kernel32.dll
    0x75980000 - 0x759c7000      C:\windows\syswow64\KERNELBASE.dll
    0x758e0000 - 0x75980000      C:\windows\syswow64\ADVAPI32.dll
    0x769d0000 - 0x76a7c000      C:\windows\syswow64\msvcrt.dll
    0x77490000 - 0x774a9000      C:\windows\SysWOW64\sechost.dll
    0x76cb0000 - 0x76da0000      C:\windows\syswow64\RPCRT4.dll
    0x755e0000 - 0x75640000      C:\windows\syswow64\SspiCli.dll
    0x755d0000 - 0x755dc000      C:\windows\syswow64\CRYPTBASE.dll
    0x6d8b0000 - 0x6db06000      C:\Informatica\9.0.1\java\jre\bin\client\jvm.dll
    0x76780000 - 0x76880000      C:\windows\syswow64\USER32.dll
    0x768b0000 - 0x76940000      C:\windows\syswow64\GDI32.dll
    0x76bc0000 - 0x76bca000      C:\windows\syswow64\LPK.dll
    0x76c10000 - 0x76cad000      C:\windows\syswow64\USP10.dll
    0x73b60000 - 0x73b92000      C:\windows\system32\WINMM.dll
    0x7c340000 - 0x7c396000      C:\windows\system32\MSVCR71.dll
    0x76ef0000 - 0x76f50000      C:\windows\system32\IMM32.DLL
    0x76dc0000 - 0x76e8c000      C:\windows\syswow64\MSCTF.dll
    0x74590000 - 0x745dc000      C:\windows\system32\apphelp.dll
    0x6d340000 - 0x6d348000      C:\Informatica\9.0.1\java\jre\bin\hpi.dll
    0x77a50000 - 0x77a55000      C:\windows\syswow64\PSAPI.DLL
    0x6d860000 - 0x6d86c000      C:\Informatica\9.0.1\java\jre\bin\verify.dll
    0x6d3e0000 - 0x6d3ff000      C:\Informatica\9.0.1\java\jre\bin\java.dll
    0x6d8a0000 - 0x6d8af000      C:\Informatica\9.0.1\java\jre\bin\zip.dll
    0x75af0000 - 0x7673a000      C:\windows\syswow64\SHELL32.DLL
    0x76e90000 - 0x76ee7000      C:\windows\syswow64\SHLWAPI.dll
    0x77260000 - 0x773bc000      C:\windows\syswow64\ole32.dll
    0x6d6c0000 - 0x6d6d3000      C:\Informatica\9.0.1\java\jre\bin\net.dll
    0x76bd0000 - 0x76c05000      C:\windows\syswow64\WS2_32.dll
    0x758d0000 - 0x758d6000      C:\windows\syswow64\NSI.dll
    0x74ee0000 - 0x74f1c000      C:\windows\system32\mswsock.dll
    0x74970000 - 0x74976000      C:\windows\System32\wship6.dll
    0x74ed0000 - 0x74ed5000      C:\windows\System32\wshtcpip.dll
    0x74870000 - 0x74886000      C:\windows\system32\CRYPTSP.dll
    0x74830000 - 0x7486b000      C:\windows\system32\rsaenh.dll
    0x74ec0000 - 0x74ecb000      C:\windows\system32\profapi.dll
    0x739f0000 - 0x73a00000      C:\windows\system32\NLAapi.dll
    0x739e0000 - 0x739f0000      C:\windows\system32\napinsp.dll
    0x739c0000 - 0x739d2000      C:\windows\system32\pnrpnsp.dll
    0x739b0000 - 0x739bd000      C:\windows\system32\wshbth.dll
    0x749f0000 - 0x74a34000      C:\windows\system32\DNSAPI.dll
    0x739a0000 - 0x739a8000      C:\windows\System32\winrnr.dll
    0x749d0000 - 0x749ec000      C:\windows\system32\IPHLPAPI.DLL
    0x749c0000 - 0x749c7000      C:\windows\system32\WINNSI.DLL
    0x73b50000 - 0x73b56000      C:\windows\system32\rasadhlp.dll
    0x74930000 - 0x74968000      C:\windows\System32\fwpuclnt.dll
    0x6d610000 - 0x6d619000      C:\Informatica\9.0.1\java\jre\bin\management.dll
    0x6d6e0000 - 0x6d6e9000      C:\Informatica\9.0.1\java\jre\bin\nio.dll
    0x2b7c0000 - 0x2b810000      C:\Informatica\9.0.1\server\bin\pmjrepn.dll
    0x00870000 - 0x00890000      C:\Informatica\9.0.1\server\bin\pmsdkcmn.dll
    0x2b810000 - 0x2b88a000      C:\Informatica\9.0.1\server\bin\pmdec.dll
    0x28690000 - 0x2869c000      C:\Informatica\9.0.1\server\bin\pmassert.dll
    0x6b850000 - 0x6bbf1000      C:\windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.1_none_dcc7eae99ad0d9cf\mfc90u.dll
    0x74770000 - 0x74813000      C:\windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCR90.dll
    0x745e0000 - 0x74664000      C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\COMCTL32.dll
    0x721c0000 - 0x721c5000      C:\windows\system32\MSIMG32.dll
    0x76940000 - 0x769cf000      C:\windows\syswow64\OLEAUT32.dll
    0x286b0000 - 0x286bd000      C:\Informatica\9.0.1\server\bin\pmcutils.dll
    0x74b20000 - 0x74b71000      C:\windows\system32\WINSPOOL.DRV
    0x74280000 - 0x742bc000      C:\windows\system32\OLEACC.dll
    0x2b890000 - 0x2b8bd000      C:\Informatica\9.0.1\server\bin\pmi18n.dll
    0x4a800000 - 0x4a89c000      C:\Informatica\9.0.1\server\bin\pmicuuc32.dll
    0x4ad00000 - 0x4b81d000      C:\Informatica\9.0.1\server\bin\pmicudt32.dll
    0x4a900000 - 0x4a9b0000      C:\Informatica\9.0.1\server\bin\pmicuin32.dll
    0x2b8e0000 - 0x2bb38000      C:\Informatica\9.0.1\server\bin\PMUTILS.dll
    0x75300000 - 0x75307000      C:\windows\system32\WSOCK32.dll
    0x2bb50000 - 0x2bb6b000      C:\Informatica\9.0.1\server\bin\pmserial.dll
    0x71af0000 - 0x71b2c000      C:\windows\system32\pdh.dll
    0x2bb80000 - 0x2bc80000      C:\Informatica\9.0.1\server\bin\PMLIBEAY32.dll
    0x73280000 - 0x7330e000      C:\windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCP90.dll
    0x2bc90000 - 0x2bcce000      C:\Informatica\9.0.1\server\bin\ice.dll
    0x2bce0000 - 0x2bdeb000      C:\Informatica\9.0.1\server\bin\ACE.dll
    0x74b00000 - 0x74b11000      C:\windows\system32\NETAPI32.dll
    0x74af0000 - 0x74af9000      C:\windows\system32\netutils.dll
    0x74ad0000 - 0x74ae9000      C:\windows\system32\srvcli.dll
    0x74ac0000 - 0x74acf000      C:\windows\system32\wkscli.dll
    0x2be00000 - 0x2bebd000      C:\Informatica\9.0.1\server\bin\pmrepsdk.dll
    0x2bed0000 - 0x2d572000      C:\Informatica\9.0.1\server\bin\pmrepcmn.dll
    0x2d590000 - 0x2d709000      C:\Informatica\9.0.1\server\bin\pmxml.dll
    0x2d720000 - 0x2d909000      C:\Informatica\9.0.1\server\bin\pmxerces-c_2_7.dll
    0x774e0000 - 0x775d5000      C:\windows\syswow64\WININET.dll
    0x76a80000 - 0x76bb7000      C:\windows\syswow64\urlmon.dll
    0x759d0000 - 0x75aee000      C:\windows\syswow64\CRYPT32.dll
    0x77670000 - 0x7767c000      C:\windows\syswow64\MSASN1.dll
    0x76f50000 - 0x7714f000      C:\windows\syswow64\iertutil.dll
    0x2d920000 - 0x2d938000      C:\Informatica\9.0.1\server\bin\PmCmnVari.dll
    0x2d950000 - 0x2d95f000      C:\Informatica\9.0.1\server\bin\pmproctasklib.dll
    0x70e30000 - 0x711cc000      C:\windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.1_none_dcc7eae99ad0d9cf\mfc90.dll
    0x2d970000 - 0x2d9b3000      C:\Informatica\9.0.1\server\bin\PmCmnExpr.dll
    0x2d9d0000 - 0x2da62000      C:\Informatica\9.0.1\server\bin\pmexpr.dll
    0x2da80000 - 0x2da90000      C:\Informatica\9.0.1\server\bin\pmlicense.dll
    0x2daa0000 - 0x2dd23000      C:\Informatica\9.0.1\server\bin\pmpcsfcmn.dll
    0x2dd40000 - 0x2dd54000      C:\Informatica\9.0.1\server\bin\pmpcsfprtcl.dll
    0x2dd70000 - 0x2dda0000      C:\Informatica\9.0.1\server\bin\libcurl.dll
    0x2ddb0000 - 0x2dde0000      C:\Informatica\9.0.1\server\bin\SSLEAY32.dll
    0x2ddf0000 - 0x2de29000      C:\Informatica\9.0.1\server\bin\PMODLNT.dll
    0x2de40000 - 0x2de88000      C:\Informatica\9.0.1\server\bin\pmesapi.dll
    0x2dea0000 - 0x2dee3000      C:\Informatica\9.0.1\server\bin\pminfa.dll
    0x2df00000 - 0x2e08e000      C:\Informatica\9.0.1\server\bin\pmreplib.dll
    0x2e0a0000 - 0x2e0b0000      C:\Informatica\9.0.1\server\bin\pmsso.dll
    0x742c0000 - 0x74340000      C:\windows\system32\UxTheme.dll
    0x721a0000 - 0x721b3000      C:\windows\system32\dwmapi.dll
    0x72c40000 - 0x72c4d000      C:\windows\WinSxS\x86_microsoft.vc90.mfcloc_1fc8b3b9a1e18e3b_9.0.30729.1_none_da4695fc507e16e1\MFC90ENU.DLL
    0x2e290000 - 0x2e2c3000      C:\Informatica\9.0.1\server\bin\pmjsysutiln.dll
    0x757e0000 - 0x75863000      C:\windows\syswow64\CLBCatQ.DLL
    0x748f0000 - 0x748fa000      C:\windows\system32\wbem\wbemprox.dll
    0x74890000 - 0x748ec000      C:\windows\system32\wbemcomn.dll
    0x74820000 - 0x7482e000      C:\windows\system32\RpcRtRemote.dll
    0x71e00000 - 0x71e0f000      C:\windows\system32\wbem\wbemsvc.dll
    0x71d60000 - 0x71df6000      C:\windows\system32\wbem\fastprox.dll
    0x71ce0000 - 0x71cf8000      C:\windows\system32\NTDSAPI.dll
    VM Arguments:
    jvm_args: -Dcatalina.base=C:\Informatica\9.0.1\tomcat -Dcatalina.home=C:\Informatica\9.0.1\tomcat -Djava.endorsed.dirs=C:\Informatica\9.0.1\tomcat\common\endorsed -Duser.dir=C:\Informatica\9.0.1\tomcat\bin -DINFA_HOME=C:\Informatica\9.0.1 -DINFA_DEV_LOG_DIR= -DINFA_DOMAINS_FILE=C:\Informatica\9.0.1\domains.infa -Djava.io.tmpdir=C:\Informatica\9.0.1\tomcat\temp -Xrs -Xms256m -Xmx512m -Djava.library.path=C:\Informatica\9.0.1\server\bin
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    CLASSPATH=.;C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip
    PATH=C:\Informatica\9.0.1\server\bin;C:\Program Files (x86)\Java\jre7\bin;C:\Informatica\9.0.1\clients\tools\datadirect;C:\app\Tomar\product\11.2.0\dbhome_1\bin;C:\Informatica\9.0.1\server\bin;C:\Informatica\9.0.1\clients\tools\datadirect;C:\Informatica\9.0.1\tools\datadirect;C:\app\Tomar\product\11.2.0\client_2;C:\Informatica\9.0.1\clients\tools\datadirect;C:\Informatica\9.0.1\clients\DeveloperClient\bin;D:\app\product\11.2.0\dbhome_2\bin;C:\Program Files (x86)\RSA SecurID Token Common;C:\app\Tomar\product\11.2.0\dbhome_3\bin;C:\app\Tomar\product\11.2.0\dbhome_2\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;C:\Program Files (x86)\QuickTime\QTSystem\;
    USERNAME=R8X8W8B$
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows NT 6.1 Build 7601 Service Pack 1
    CPU:total 4 (8 cores per cpu, 2 threads per core) family 6 model 5 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, ht
    Memory: 4k page, physical 3985044k(1819076k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Client VM (11.2-b01) for windows-x86 JRE (1.6.0_12-b04), built on Jan 17 2009 09:57:14 by "java_re" with MS VC++ 7.1
    time: Mon Apr 01 19:43:59 2013
    elapsed time: 24 seconds

    879625 wrote:
    Due to that Informatica administrator page is not logging in and also I couldn’t connect to any of the Informatica clients.
    I checked the catalina.out file and find the below error message:
    Cannot start node due to the error: [[RSVCSHARED_00014] The Repository Capability ['Persistence'] failed to initialize due to: '[DBPERSISTER_0009] Failed to connect to database with connection string 'jdbc:informatica:oracle://localhost:1521;ServiceName=ora.idc.oracle.com;MaxPooledStatements=20;CatalogOptions=0;BatchPerformanceWorkaround=true' as user 'hdm'']
    Starting Tomcat on HTTP port 6005.
    Domain service init method is called.
    # An unexpected error has been detected by Java Runtime Environment:
    are you able to connect with the userid and pwd which you have used during the install (eg: inf_repo and password) in the jdbc connection string "jdbc:informatica:oracle://localhost:1521;ServiceName=ora.idc.oracle.com"
    and also which java version are using. Looks like the Java is having issues as the jdbc is using this java.
    Thanks,
    RM

  • Error while starting the BI services

    Hi,
    I am using obiee via windows server 2003, suddenly my OS stopped working and because of which I had to power off my system abnormally. when i logged into the system and started the BI Services, the weblogic service exited with the following error:-
    <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Please help ASAP.
    Your solution will be highly appreciated.
    Edited by: vp_ora on Apr 3, 2013 2:17 AM

    [2013-04-03T14:06:08.000+00:00] [OracleBIServerComponent] [WARNING:1] [] [] [ecid: ] [tid: ecc] Warning: Clustering and cache are enabled for this OBIS node, but cluster aware cache is disabled. This can lead to inconsistencies.
    [2013-04-03T14:06:11.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S7Xob47a6QMyabe6G0000yS000000] [tid: ecc] [36007] Loading repository D:\Middleware\instances\instance3\bifoundation\OracleBIServerComponent\coreapplication_obis1\repository\Relo_Demo1_BI0010.rpd.
    [2013-04-03T14:06:12.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S7Xob47a6QMyabe6G0000yS000000] [tid: edc] [14055] Loading subject area: Relocation_BM ...
    [2013-04-03T14:06:13.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S7Xob47a6QMyabe6G0000yS000000] [tid: edc] [14056] Finished loading subject area: Relocation_BM.
    [2013-04-03T14:06:21.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S7Xob47a6QMyabe6G0000yS000000] [tid: ecc] [58002] Query Cache loaded with 150 entries from saved cache files.
    [2013-04-03T14:06:22.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S7Xob47a6QMyabe6G0000yS000000] [tid: ecc] [85003] MDX Member Name Cache subsystem started successfully.
    [2013-04-03T14:06:22.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S7Xob47a6QMyabe6G0000yS000000] [tid: ecc] [85004] MDX Member Name Cache subsystem recovered entries: 0, size: 0 bytes.
    [2013-04-03T14:06:23.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE0S7Xob47a6QMyabe6G0000yS000000] [tid: ecc] [13026] Error in getting roles from BI Security Service: 'Error Message From BI Security Service: [nQSError: 12002] Socket communication error at call=Connect: (Number=0) Call=NQRpc: An unknown socket communications error has occurred. [[
    [nQSError: 12010] Communication error connecting to remote end point: address = 172.20.201.42; port = 9704.
    [nQSError: 46119] Failed to open HTTP connection to server 172.20.201.42 at port 9704.'
    [2013-04-03T14:06:23.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE0S7Xob47a6QMyabe6G0000yS000000] [tid: ecc] [13037] Cannot connect to BI Security Service, please make sure this is running properly (with SSL or not) in EM.
    [2013-04-03T14:06:23.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S7Xob47a6QMyabe6G0000yS000000] [tid: ecc] nqsserver:     Clustered Oracle BI Server (64-bit) started. Version: 11.1.1.6.0.120104.1244.000.
    [2013-04-03T14:06:26.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S7Xob47a6QMyabe6G0000yS000000] [tid: dd8] [43071] A connection with Cluster Controller synhnjseza437.synechron.com:9706 was established.
    [2013-04-03T14:06:28.000+00:00] [OracleBIServerComponent] [WARNING:1] [] [] [ecid: ] [tid: 890] Warning: Clustering and cache are enabled for this OBIS node, but cluster aware cache is disabled. This can lead to inconsistencies.
    [2013-04-03T14:06:30.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: 890] [36007] Loading repository D:\Middleware\instances\instance3\bifoundation\OracleBIServerComponent\coreapplication_obis1\repository\Relo_Demo1_BI0010.rpd.
    [2013-04-03T14:06:31.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: c3c] [14055] Loading subject area: Relocation_BM ...
    [2013-04-03T14:06:31.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: c3c] [14056] Finished loading subject area: Relocation_BM.
    [2013-04-03T14:06:31.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: 890] [58002] Query Cache loaded with 150 entries from saved cache files.
    [2013-04-03T14:06:31.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: 890] [85003] MDX Member Name Cache subsystem started successfully.
    [2013-04-03T14:06:31.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: 890] [85004] MDX Member Name Cache subsystem recovered entries: 0, size: 0 bytes.
    [2013-04-03T14:06:32.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: 890] [13026] Error in getting roles from BI Security Service: 'Error Message From BI Security Service: [nQSError: 12002] Socket communication error at call=Connect: (Number=0) Call=NQRpc: An unknown socket communications error has occurred. [[
    [nQSError: 12010] Communication error connecting to remote end point: address = 172.20.201.42; port = 9704.
    [nQSError: 46119] Failed to open HTTP connection to server 172.20.201.42 at port 9704.'
    [2013-04-03T14:06:32.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: 890] [13037] Cannot connect to BI Security Service, please make sure this is running properly (with SSL or not) in EM.
    [2013-04-03T14:06:32.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: 890] nqsserver:     Clustered Oracle BI Server (64-bit) started. Version: 11.1.1.6.0.120104.1244.000.
    [2013-04-03T14:06:36.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: 86c] [43071] A connection with Cluster Controller synhnjseza437.synechron.com:9706 was established.
    [2013-04-03T14:06:39.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE0S9CPQs7a6QMyabe6G0000iW00000F] [tid: 2f4] Error Message From BI Security Service: [nQSError: 12002] Socket communication error at call=Connect: (Number=0) Call=NQRpc: An unknown socket communications error has occurred. [[
    [nQSError: 12010] Communication error connecting to remote end point: address = 172.20.201.42; port = 9704.
    [nQSError: 46119] Failed to open HTTP connection to server 172.20.201.42 at port 9704.
    [2013-04-03T14:06:40.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE0S9CPQs7a6QMyabe6G0000iW00000F] [tid: 2f4] [nQSError: 13037] Cannot connect to BI Security Service, please make sure this is running properly (with SSL or not) in EM.
    [2013-04-03T14:06:41.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE0S9CPQs7a6QMyabe6G0000iW00000F] [tid: 2f4] [nQSError: 13037] Cannot connect to BI Security Service, please make sure this is running properly (with SSL or not) in EM.
    [2013-04-03T14:06:43.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: d80] Could not connect to the authentication web service (taking OBIS offline) 172.20.201.42: [nQSError: 12002] Socket communication error at call=Connect: (Number=0) Call=NQRpc: An unknown socket communications error has occurred. [[
    [nQSError: 12010] Communication error connecting to remote end point: address = 172.20.201.42; port = 9704.
    [nQSError: 46119] Failed to open HTTP connection to server 172.20.201.42 at port 9704.
    [2013-04-03T15:36:31.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: d40] [nQSError: 46066] Operation cancelled.
    [2013-04-03T15:36:31.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: 86c] [nQSError: 46066] Operation cancelled.
    [2013-04-03T15:36:32.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: 890] [43031] :     Oracle BI Server shutdown.
    [2013-04-03T15:36:36.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: 890] [85008] MDX Member Name Cache subsystem statistics - Entries: 0, Sizes: 0 bytes, Overall Queries: 0, Hits: 0(0%), Misses: 0(0%).
    [2013-04-03T15:36:36.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: 890] [85007] MDX Member Name Cache subsystem stopped.
    [2013-04-03T15:36:36.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: 00iE0S8hEIs7a6QMyabe6G0000rK000000] [tid: 890] [58001] Query Cache Statistics -- Hits:0(0%), Qualified Misses:0(0%), Unqualified Misses:0(0%).
    [2013-04-03T15:36:37.000+00:00] [OracleBIServerComponent] [NOTIFICATION:1] [] [] [ecid: ] [tid: 890] [14058] Unloaded all subject areas.

  • Error while starting the Prestentaion services in obiee 11g

    while i am trying to access the presentation services htrough these link
    http://infva04624:9704/analytics/saw.dll?Answers
    i am getting error as
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request
    and in the
    D:\mwh\instances\instance1\diagnostics\logs\OracleBIPresentationServicesComponent\coreapplication_obips1
    in the log file sawlog0 showing these error
    [2011-02-18T10:24:58.000+05:30] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 00hxb2UFGlhFw0zlzq01nz4GPfE2j7my00000zS00000B,0] [tid: 4996] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
         saw.dms.conext.unwrap
         saw.threadpool
         saw.threads
    ecid: 00hxb2UFGlhFw0zlzq01nz4GPfE2j7my00000zS00000B,0
    ThreadID: 4996
    kindly help to resolve the error
    Edited by: Ankit Gupta on Feb 21, 2011 2:17 AM

    One of your services is not running. Are you able to login to the Enterprise Manager Console:
    http://serverrname:7001/em (or whatever port WL is deployed on)
    If so, you will see what is not running.
    If you are not able to pull this URL up, then WebLoigc is not running. 11g on Windows only installs 2 out of box services, "Process Manager" and "Node Manager". You still need to start WebLoigc or create it as a windows services. From there you can access the EM and manage all the other services.

  • Error while running the initialize service to create a new application

    Hi,
    I tried running the initialze service,when I encountered this error.Can anyone help me whith this.
    Setting EAC provisioning and performing initial setup...
    [03.20.13 23:32:37] INFO: Checking definition from AppConfig.xml against existing EAC provisioning.
    [03.20.13 23:32:38] INFO: Setting definition for application 'Endeca'.
    [03.20.13 23:32:38] INFO: Setting definition for host 'AuthoringMDEXHost'.
    [03.20.13 23:32:39] INFO: Setting definition for host 'LiveMDEXHostA'.
    [03.20.13 23:32:39] INFO: Setting definition for host 'ReportGenerationHost'.
    [03.20.13 23:32:39] INFO: Setting definition for host 'WorkbenchHost'.
    [03.20.13 23:32:39] INFO: Setting definition for host 'ITLHost'.
    [03.20.13 23:32:40] INFO: Setting definition for component 'AuthoringDgraph'.
    [03.20.13 23:32:40] INFO: [AuthoringMDEXHost] Starting shell utility 'mkpath_dgidx-output'.
    [03.20.13 23:32:41] INFO: [AuthoringMDEXHost] Starting shell utility 'mkpath_forge-output'.
    [03.20.13 23:32:42] INFO: [AuthoringMDEXHost] Starting shell utility 'mkpath_cumulative-partials'.
    [03.20.13 23:32:44] INFO: [AuthoringMDEXHost] Starting shell utility 'mkpath_dgraph-config'.
    [03.20.13 23:32:45] INFO: [AuthoringMDEXHost] Starting shell utility 'mkpath_local-dgraph-input'.
    [03.20.13 23:32:46] INFO: [AuthoringMDEXHost] Starting shell utility 'mkpath_local-cumulative-partials'.
    [03.20.13 23:32:48] INFO: [AuthoringMDEXHost] Starting shell utility 'mkpath_local-dgraph-config'.
    [03.20.13 23:32:49] INFO: Setting definition for component 'DgraphA1'.
    [03.20.13 23:32:50] INFO: Setting definition for script 'PromoteAuthoringToLive'.
    [03.20.13 23:32:50] INFO: Setting definition for custom component 'WorkbenchManager'.
    [03.20.13 23:32:51] INFO: Updating provisioning for host 'ITLHost'.
    [03.20.13 23:32:51] INFO: Updating definition for host 'ITLHost'.
    [03.20.13 23:32:51] INFO: [ITLHost] Starting shell utility 'mkpath_temp'.
    [03.20.13 23:32:53] INFO: Setting definition for custom component 'IFCR'.
    [03.20.13 23:32:53] INFO: Updating provisioning for host 'ITLHost'.
    [03.20.13 23:32:53] INFO: Updating definition for host 'ITLHost'.
    [03.20.13 23:32:54] INFO: Setting definition for component 'LogServer'.
    [03.20.13 23:32:54] INFO: [ReportGenerationHost] Starting shell utility 'mkpath_input'.
    [03.20.13 23:32:56] INFO: Setting definition for script 'DaySoFarReports'.
    [03.20.13 23:32:56] INFO: Setting definition for script 'DailyReports'.
    [03.20.13 23:32:56] INFO: Setting definition for script 'WeeklyReports'.
    [03.20.13 23:32:57] INFO: Setting definition for script 'DaySoFarHtmlReports'.
    [03.20.13 23:32:57] INFO: Setting definition for script 'DailyHtmlReports'.
    [03.20.13 23:32:57] INFO: Setting definition for script 'WeeklyHtmlReports'.
    [03.20.13 23:32:57] INFO: Setting definition for component 'WeeklyReportGenerator'.
    [03.20.13 23:32:58] INFO: Setting definition for component 'DailyReportGenerator'.
    [03.20.13 23:32:58] INFO: Setting definition for component 'DaySoFarReportGenerator'.
    [03.20.13 23:32:59] INFO: Setting definition for component 'WeeklyHtmlReportGenerator'.
    [03.20.13 23:32:59] INFO: Setting definition for component 'DailyHtmlReportGenerator'.
    [03.20.13 23:33:00] INFO: Setting definition for component 'DaySoFarHtmlReportGenerator'.
    [03.20.13 23:33:00] INFO: Setting definition for script 'BaselineUpdate'.
    [03.20.13 23:33:00] INFO: Setting definition for script 'PartialUpdate'.
    [03.20.13 23:33:01] INFO: Setting definition for component 'Forge'.
    [03.20.13 23:33:01] INFO: [ITLHost] Starting shell utility 'mkpath_incoming'.
    [03.20.13 23:33:03] INFO: Setting definition for component 'PartialForge'.
    [03.20.13 23:33:03] INFO: [ITLHost] Starting shell utility 'mkpath_incoming'.
    [03.20.13 23:33:05] INFO: Setting definition for component 'Dgidx'.
    [03.20.13 23:33:05] INFO: Definition updated.
    [03.20.13 23:33:05] INFO: Provisioning site from prototype...
    [03.20.13 23:33:06] SEVERE: null
    Occurred while executing line 3 of valid BeanShell script:
    1|
    2|
    3| IFCR.provisionSite();
    4| WorkbenchManager.updateWsConfig();
    5|
    6|
    [03.20.13 23:33:06] SEVERE: Caught an exception while invoking method 'run' on object 'InitialSetup'. Releasing locks.
    Caused by java.lang.reflect.InvocationTargetException
    sun.reflect.NativeMethodAccessorImpl invoke0 - null
    Caused by com.endeca.soleng.eac.toolkit.exception.AppControlException
    com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript - Error executing valid BeanShell script.
    Caused by java.lang.NullPointerException
    com.endeca.soleng.eac.toolkit.utility.IFCRUtility extractIfcrErrorMessage - null
    regards,
    Rahul

    Hi Ritwik,
    I got this error while running the initialze service . I checked the Dgidx log but there was no log generated as I'm still running the initialize service.
    I even checked the workbench port and hostname.Every thing looks fine.
    but im not able to login or see the workbench login web page whn i try to access it with the hostname:portnumber .
    Regards,
    Rahul

  • Error while starting the Oracle BI Server

    Hi ,
    I am getting the services.msc error while starting the Oracle BI Server as -
    Error handling the control request.
    Please help me out ..
    Thanks and Regards ,

    It is actually Windows services error that I am facing ....
    while starting the BI server after making any changes to NQS config file ..
    Could not start the Oracle BI Server service on Local Computer
    Error 1064: An exception occured in the service when handling the control request
    Message was edited by:
    user460211
    Message was edited by:
    user460211

  • OS Error in starting the OCFS Service on windows server 2008

    Hi,
    Installing the Oracle 11g R1 CRS on windows server 2008 operating system . It is displaying the folllowing error message
    ERROR : OS in Error in starting the OCFS Service
    Can any one please tell what could be the issue ..
    Thank You

    Solved this after some trawling through xml configuration files on the server.
    The file C:\Oracle\product\11.1.0\db_1\owb\j2ee\config\http-web-site.xml contains the reference to keystore.jks:
              <ssl-config keystore="*%ORACLE_HOME%*/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    changing this to:
              <ssl-config keystore="C:\Oracle\product\11.1.0\db_1/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    and the OC4J container starts successfully.
    Regards,
    -Haakon-

  • Error while starting the OIM managed server in oracle VM

    Hi ,
    I am getting the following error , while starting the OIM managed server in Oracle VM.
    <Jun 14, 2012 4:45:38 AM EDT> <Error> <org.quartz.impl.jdbcjobstore.JobStoreCMT> <BEA-000000> <MisfireHandler: Error handling misfires: Unexpected runtime exception: null
    org.quartz.JobPersistenceException: Unexpected runtime exception: null [See nested exception: java.lang.NullPointerException]
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3042)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:3789)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:3809)
    Caused By: java.lang.NullPointerException
    at org.quartz.SimpleTrigger.computeNumTimesFiredBetween(SimpleTrigger.java:800)
    at org.quartz.SimpleTrigger.updateAfterMisfire(SimpleTrigger.java:514)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.doUpdateOfMisfiredTrigger(JobStoreSupport.java:944)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.recoverMisfiredJobs(JobStoreSupport.java:898)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3029)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:3789)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:3809)
    >
    How to resolve this issue.Any one please suggest me , i am in a big trouble ...
    Thanks in advance ..
    -Deena.

    Hi P.k,
    The table QRTZ92_TRIGGERS is there in the database.But while trying to run this command (UPDATE QRTZ92_TRIGGERS set NEXT_FIRE_TIME=1 where NEXT_FIRE_TIME < 0)in database i am getting the table or view does not exist.
    What is GTC resource?
    OIM version - 11.1.1.5.0.
    -Deena.

  • Error while starting the managed server using nodemanager

    HI ,
    I am getting the below error while starting the managed server from the Admin console. All the serverstart and the node manager proeprties looks fine.
    Below is the error in the managed server log,
    startWebLogic.sh: grep: not found
    startWebLogic.sh: uname: not found
    startWebLogic.sh: test: argument expected
    can you help me to solve the problem please. i am using weblogic 10.3.3
    thanks
    Arun

    I think you've changed and added some lines into your startWebLogic.sh script. Can you put your script here?

  • Error while starting the Database

    Hi,
    I am getting the following error while starting the Database instance.
    ORA-03113: end-of-file on communication channel.
    How to fix this issue? i tried some of the options mentioned in docs in metalink. But still i am not able to fix.
    Anypointers on this is appreciated.
    Thanks & Regards,
    Srikanth

    Can you paste lines from alertlog file..

  • Getting error while starting the server.

    I am getting the following error while starting the server. Please help
    trc file: "C:\SAP\JP1\JC00\work\dev_jstart", trc level: 1, release: "710"
    sysno      00
    sid        JP1
    systemid   560 (PC with Windows NT)
    relno      7100
    patchlevel 0
    patchno    0
    intno      20063500
    make       multithreaded, Unicode, optimized
    profile    C:\SAP\JP1\SYS\profile\JP1_JC00_EmpMXMobile
    pid        2240
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, JM
    arguments :
      arg[ 0] : C:\SAP\JP1\SYS\exe\run\jstart.exe
      arg[ 1] : pf=C:\SAP\JP1\SYS\profile\JP1_JC00_EmpMXMobile

    F [Thr 3540] Tue Sep 04 20:55:33 2007
    F  [Thr 3540] SfCJdkConfig::get: JDK home directory is set by profile
    F  [Thr 3540]      Java home: C:\SAP\JP1\SYS\exe\run\sapjvm_5
    F  [Thr 3540] SfCJdkConfig::get: Java VM type is set by profile
    F  [Thr 3540]      Java VM type: server
    F  ********************************************************************************
    F  Java SDK properties (C:\SAP\JP1\JC00\work\jstart.jdk)
    F    root directory    : C:\SAP\JP1\SYS\exe\run\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_07-b00
    F    cpu               : x86
    F    java vm type      : server
    F    jvm library name  : jvm.dll
    F    library path      : C:\SAP\JP1\SYS\exe\run\sapjvm_5\jre\bin\server;C:\SAP\JP1\SYS\exe\run\sapjvm_5\jre\bin
    F    executable path   : C:\SAP\JP1\SYS\exe\run\sapjvm_5\bin
    F  ********************************************************************************
    I  [Thr 3540] MtxInit: 30002 0 2
    F  [Thr 3540] JsfCreateShm: ShmCreate(79, 4096, ATTACH) failed (rc = 3 SHM segment doesn't exist)...
    F  [Thr 3540] SfCInstanceManager::newState: starting run level 1.
    F  [Thr 3540] *** ERROR => SfICreateFiElem: FiInit(JSF-FI-BRSESS, 1, 32) failed (rc = 6 invalid argument) [jsfxxshm.c   1909]
    F  [Thr 3540] *** ERROR => SfEInternalError: SfCInstanceManager::createDynShm: JsfCreateDynShm failed (rc = 1 general error)  [sfxxinst.hpp 349]
    SAP (R) - R/3(TM) Callstack, Version 1.0
    Copyright (C) SAP AG. All rights reserved.
    Callstack without Exception:
    App       : jstart.exe (pid=2240)
    When      : 9/4/2007 20:55:34.296
    Threads   : 2
    Computer Name       : EMPMXMOBILE
    User Name           : SYSTEM
    Number of Processors: 2
    Processor Type: x86 Family 6 Model 15 Stepping 6
    Windows Version     : 5.1 Current Build: 2600
    Stack Dump for Thread Id dd4
    --> Stack Back Trace <--
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    0006f784 00000000 7c8025cb 00000000 00000604 00000000 ntdll!KiFastSystemCallRet
    0006f7fc 00000000 004385ac 00000000 00000604 00000000 kernel32!WaitForSingleObject
    0006f820 00000000 0044aeee 00000000 0044af27 00000000 jstart!_STL::basic_ostream<wchar_t,_STL::char_traits<wchar_t> >::operator<<
    0006fa40 00000000 7c9106eb 00000000 78134d85 00000000 jstart!_STL::basic_ostream<wchar_t,_STL::char_traits<wchar_t> >::operator<<
    005b36b8 00000000 00000000 00000000 00000029 00000000 ntdll!RtlAllocateHeap
    Stack Dump for Thread Id dd8
    --> Stack Back Trace <--
    FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
    0172feac 00000000 7c8314a6 00000000 00000674 00000000 ntdll!KiFastSystemCallRet
    0172ff74 00000000 781329b9 00000000 00000000 00000000 jstart!FcaConnection_fcaCloseOutput
    0172ffac 00000000 78132a45 00000000 7c910738 00000000 MSVCR80!endthreadex
    0172ffec 00000000 00000000 00000000 781329df 00000000 MSVCR80!endthreadex

    F [Thr 3540] Tue Sep 04 20:55:34 2007
    F  [Thr 3540] SfCOptions::doExit: goodbye... (exitcode 1, retcode 1)

    Hi Viji,
                It seem's some memory(RAM) problem is strucking, can you try to shut down the OS and try to start the server?
    Regards,
    Hari.

  • Getting error while starting the RAC instance through SRVCTL utility

    Hi DBA's,
    We are getting the below error while starting the Orcale 10g RAC instance on one of the node thru SRVCTL:
    oracle:/home/oracle]>srvctl start instance -d SQLTSTM2 -i SQLTSTM21
    PRKP-1001 : Error starting instance SQLTSTM21 on node r1racd
    CRS-1028: Dependency analysis failed because of:
    CRS-0223: Resource 'ora.SQLTSTM2.SQLTSTM21.inst' has placement error.
    :oracle:/home/oracle]>
    srvctl status database -d SQLTSTM2
    PRKO-2015 : Error in checking condition of instance on node: r1racd
    Instance SQLTSTM22 is running on node r2racd
    oracle:/opt/oracle/product/10.2.0/db]>
    NOTE: but i am able to start the instance thru SQLPLUS.
    After starting the instance thru SQLPLUS i checked the CRS_STAT -t . It shows the status offline... Please find the details below:
    Name Type Target State Host
    ora....21.inst application OFFLINE OFFLINE
    ora....22.inst application ONLINE ONLINE r2racd
    ora....VLM2.db application ONLINE ONLINE r2racd
    ora....21.inst application ONLINE ONLINE r1racd
    ora....22.inst application ONLINE ONLINE r2racd
    ora....STM2.db application ONLINE ONLINE r2racd
    ora....SM1.asm application ONLINE ONLINE r1racd
    ora....CD.lsnr application ONLINE ONLINE r1racd
    ora.r1racd.gsd application ONLINE ONLINE r1racd
    ora.r1racd.ons application ONLINE ONLINE r1racd
    ora.r1racd.vip application ONLINE ONLINE r1racd
    ora....SM2.asm application ONLINE ONLINE r2racd
    ora....CD.lsnr application ONLINE ONLINE r2racd
    ora.r2racd.gsd application ONLINE ONLINE r2racd
    ora.r2racd.ons application ONLINE ONLINE r2racd
    ora.r2racd.vip application ONLINE ONLINE r2racd
    Thanks in advance...
    Anil

    Use the 'srvctl config database -d ' command to check if the instance has been configured in the Oracle Cluster Registry; make sure that the GSDs are running on each node in the cluster.
    Also refere to Metalink note 295328.1

  • Error while starting the OA using opmnctl

    HI,
    Am a Beginner on OAS.Am facing a error while starting the application using ./opmnctl startall.
    opmnctl: starting opmn and all managed processes...
    Failed to get IP for localhost (1)
    Failed to get IP for localhost (1)
    Failed to get IP for localhost (1)
    opmnctl: opmn start failed
    Not able to select the components using console.
    Can you help me to resolve
    Edited by: Tarunkudikala on Feb 26, 2009 3:25 AM

    Why not better put that info ???
    If you are installing Oracle Application Server in a DHCP network you must use a loopback configuration. To access the Oracle Application Server, you need to use a local browser. Perform the following steps to install Oracle Application Server in a DHCP network:
    1.
    Find the IP address allocated from the DHCP server by running the following command:
    $ /sbin/ifconfig -a
    The IP address is associated with the interface configured to use DHCP.
    2.
    Configure the host to resolve hostname to loopback IP address:
    1.
    Configure the host to resolve hostname to loopback IP address, by modifying the /etc/hosts file to contain the following entries:
    127.0.0.1 hostname.domainname hostname
    127.0.0.1 localhost.localdomain localhost
    2.
    Check that the hostname resolves to the loopback IP address by entering the following command:
    $ /bin/ping hostname.domainname
    ----------------------

  • Error REP-0001 While starting the Report service

    Hi
    When trying to start the reports service from 9iAS, i am getting error message as "REP-0001 Unable to open the message file", and in the Window Title it shows "Message 16200 not found, No message file for product rw".
    Regards
    Ranganath

    Hi,
    You(The user) need to have access permission to read the mesg files. The DBA installing Reports will be able to run the reports.
    Grant read access to rwus.msb and rwus.msg files on $ORACLE_HOME/reports/mesg/
    Try to run it, should work.
    Thanks,
    Oracle Reports Team.

Maybe you are looking for

  • No Access to Adapter Monitor /

    Hello Experts, everytime i try to take a look on the Adapter Monitor, the page in the ie is not able to be shown. Does anyone know the reason for this ? We connect our xi to a R/3 4.6c system and when we call the xi from the r/3 we get the following

  • Downloading iTunes Without QuickTime

    From the latest update from Apple to iTunes users with Windows XP, there have been many having a problem opening iTunes without receiving an error. The latest resolution posted was to download an older version of QuickTime first, and then download iT

  • Windows Video Player: Windows Forms application (C#)

    I need to incorporate Windows Video Player in Windows Forms application (C#) using Visual Studio 2013, .Net Framework 4.5 , I have already MS Windows Media Player but it does not meet my demanding situation so I need third party media player control

  • Smpatch analyze gives different result after disabling Sun Connection Host

    Hi all, after disabling the Sun Connection Hosted functionality due to the EOL announcement I get a smaller number of patches from 'smpatch analyze' for a brand new jumpstarted server (227 patches before vs. 106 patches after). Trying e.g. a individu

  • Watch video problems: iphone 4s

    Im trying to watch a mp4 clip on my iphone 4s through my browser, evrytime i go to click on play i get this message come up: 'This video could not be loaded, either because the server or network failed or because the format is not supported' I am abl