Error in starting IDC Content Service

Hi I am trying to start my IDC service on a XP box. I was using the content server apis to get a file and it worked well. Now after rebooting the system, i get the following error
Failed to initialize the server. Unable to instantiate class 'quickhelp.QuickHelpScriptExtensions' while loading ScriptExtensions. Unable to instantiate java class code for 'QuickHelp_IdocScriptExtensions' at location 'quickhelp.QuickHelpScriptExtensions' with default location at 'quickhelp.QuickHelpScriptExtensions'. Unable to instantiate class 'quickhelp.QuickHelpScriptExtensions' while loading ScriptExtensions. Unable to instantiate java class code for 'QuickHelp_IdocScriptExtensions' at location 'quickhelp.QuickHelpScriptExtensions' with default location at 'quickhelp.QuickHelpScriptExtensions'. java.lang.ClassNotFoundException: quickhelp.QuickHelpScriptExtensions [ Details ]
A fatal error has occurred. The stack trace below shows more information.
!csFailedToInitServer!csUnableToInstantiateClassForScriptExtensions,quickhelp.QuickHelpScriptExtensions!apUnableToInstantiateClass,QuickHelp_IdocScriptExtensions,quickhelp.QuickHelpScriptExtensions,quickhelp.QuickHelpScriptExtensions!csUnableToInstantiateClassForScriptExtensions,quickhelp.QuickHelpScriptExtensions!apUnableToInstantiateClass,QuickHelp_IdocScriptExtensions,quickhelp.QuickHelpScriptExtensions,quickhelp.QuickHelpScriptExtensions!syExceptionType2,java.lang.ClassNotFoundException,quickhelp.QuickHelpScriptExtensions
intradoc.common.ServiceException: !csUnableToInstantiateClassForScriptExtensions,quickhelp.QuickHelpScriptExtensions!apUnableToInstantiateClass,QuickHelp_IdocScriptExtensions,quickhelp.QuickHelpScriptExtensions,quickhelp.QuickHelpScriptExtensions
     at intradoc.server.IdcSystemLoader.loadIdocScriptExtensions(IdcSystemLoader.java:524)
     at intradoc.server.IdcSystemLoader.loadComponentDataEx(IdcSystemLoader.java:364)
     at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:223)
     at intradoc.server.IdcSystemLoader.init(IdcSystemLoader.java:185)
     at intradoc.server.IdcServerManager.init(IdcServerManager.java:73)
     at IdcServerNT.init(IdcServerNT.java:86)
     at IdcServerNT.main(IdcServerNT.java:54)
Caused by: intradoc.common.ServiceException: !csUnableToInstantiateClassForScriptExtensions,quickhelp.QuickHelpScriptExtensions!apUnableToInstantiateClass,QuickHelp_IdocScriptExtensions,quickhelp.QuickHelpScriptExtensions,quickhelp.QuickHelpScriptExtensions
     at intradoc.shared.ComponentClassFactory.createClassInstance(ComponentClassFactory.java:159)
     at intradoc.server.IdcSystemLoader.loadIdocScriptExtensions(IdcSystemLoader.java:511)
     ... 6 more
Caused by: java.lang.ClassNotFoundException: quickhelp.QuickHelpScriptExtensions
     at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:164)
     at intradoc.shared.ComponentClassFactory.createClassInstance(ComponentClassFactory.java:146)
     ... 7 more
Kindly let me know hoe to resolve it
Regards
Jo

Have you recent installed this server, or perhaps installed or enabled any new components?
The general process here is to disable components one at a time until it starts up ok. The last one you disabled before it started is generally the culprit. Enable the other components and ensure things are operating properly. At that point you need to fix the component or pursue support options with Oracle or the Component Vendor.
You may need to manually disable components if admin server won't start for whatever reason. If so, see this article:
http://www.corecontentonly.com/Blog/Manually-Disable-Component
Good luck!
-Jason Stortz
http://www.redstonecontentsolutions.com
http://www.corecontentonly.com

Similar Messages

  • Unable to start IDC Content Service(Very Urgent)

    Hi,
    My local system has Windows XP.I have installed Oracle 10g Express Edition,Apache,has jre1.6.0_03 and run the UCM installer.Both IDC Content Admin Service and IDC Content Service are set to start automatically during installation time."IDC Content Admin Service" is getting started automatically but "IDC Content Service" is not getting started.It is getting the following Error Message when we are starting IDC Content Service
    Error 1064 : An exception occured in the service when handling the Control Request.
    I have already installed Oracle Database 10g and D2k 10g also on my local system.
    i am getting following error in the log file
    Failed to initialize the server. Unable to initialize the system provider 'SystemDatabase'. Unable to create database connection for the database 'SystemDatabase' with connection string 'jdbc:oracle:thin:@localhost:1521:xe'. Please make sure that the connection string, user and password are correct. Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
    Unable to create database connection for the database 'SystemDatabase' with connection string 'jdbc:oracle:thin:@localhost:1521:xe'. Please make sure that the connection string, user and password are correct. Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
    java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe [ Details ]
    A fatal error has occurred. The stack trace below shows more information.
    !csFailedToInitServer!csProviderUnableToInitialize,SystemDatabase!csJdbcUnableToCreateConnection,SystemDatabase,jdbc:oracle:thin:@localhost:1521:xe!$Listener refused the connection with the following error:<br>ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor<br>The Connection descriptor used by the client was:<br>localhost:1521:xe<br>!csJdbcUnableToCreateConnection,SystemDatabase,jdbc:oracle:thin:@localhost:1521:xe!$Listener refused the connection with the following error:<br>ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor<br>The Connection descriptor used by the client was:<br>localhost:1521:xe<br>!syExceptionType2,java.sql.SQLException,Listener refused the connection with the following error:<br>ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor<br>The Connection descriptor used by the client was:<br>localhost:1521:xe<br>
    intradoc.common.ServiceException: !csProviderUnableToInitialize,SystemDatabase!csJdbcUnableToCreateConnection,SystemDatabase,jdbc:oracle:thin:@localhost:1521:xe!$Listener refused the connection with the following error:
    ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
         at intradoc.server.IdcSystemLoader.loadProviders(IdcSystemLoader.java:1949)
         at intradoc.server.IdcSystemLoader.initProviders(IdcSystemLoader.java:1729)
         at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:221)
         at intradoc.server.IdcSystemLoader.init(IdcSystemLoader.java:185)
         at intradoc.server.IdcServerManager.init(IdcServerManager.java:73)
         at IdcServerNT.init(IdcServerNT.java:86)
         at IdcServerNT.main(IdcServerNT.java:54)
    Caused by: intradoc.data.DataException: !csJdbcUnableToCreateConnection,SystemDatabase,jdbc:oracle:thin:@localhost:1521:xe!$Listener refused the connection with the following error:
    ORA-12505\, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
         at intradoc.jdbc.JdbcConnectionUtils.getConnection(JdbcConnectionUtils.java:88)
         at intradoc.jdbc.JdbcWorkspace.init(JdbcWorkspace.java:97)
         at intradoc.provider.Provider.init(Provider.java:68)
         at intradoc.server.IdcSystemLoader.loadProviders(IdcSystemLoader.java:1937)
         ... 6 more
    Caused by: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:xe
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:261)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
         at oracle.jdbc.driver.PhysicalConnection.&#60;init&#62;(PhysicalConnection.java:441)
         at oracle.jdbc.driver.T4CConnection.&#60;init&#62;(T4CConnection.java:165)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at intradoc.jdbc.JdbcConnectionUtils.getConnection(JdbcConnectionUtils.java:70)
         ... 9 more
    The Oracle Homes are different for both the Oracle.
    If somebody have idea about this problem,please help me. This is very urgent.
    Manoj Baghel
    [email protected]

    I think so..
    Your Oracle Database doesn't connect to content server..
    Maybe, you can edit the configuration of your UCM..
    Please open the file at C:\oracle\ucm\server\config\config.cfg..
    And then add the code :
    NumConnection = 5;
    CMIIW

  • Unable to start  IDC Content Service(urgent)

    Hi,
    My local system has Windows XP.I have installed Oracle 10g Express Edition,Apache,has jre1.6.0_03 and run the UCM installer.Both IDC Content Admin Service and IDC Content Service are set to start automatically during installation time."IDC Content Admin Service" is getting started automatically but "IDC Content Service" is not getting started.It is getting the following Error Message when we are starting IDC Content Service
    Error 1064 : An exception occured in the service when handling the Control Request.
    Need help.
    Message was edited by:
    user612888

    Hi,
    It sounds like your tables are either not there or are not available under your stellent_admin's account.
    Now to be honest, I've not used the XE version of Oracle's db, but assuming it operates in a similar fashion to the regular version, it sounds like your content server tables are either not there or are created under a different account.
    If they are under a different account, it's probably best just to delete them and re-create them again under the correct account as they are undoubtedly in the wrong tablespace too.
    If they just aren't there, which I guess is possible if you decline the table set up option during installation, you just need to run the script.
    running the script is actually pretty easy.
    open up a command window and navigate to your 'UCM\ContentServer\database\oracle'
    run sqlplus stellent_admin/[password]
    once your logged in...type @all.sql;
    David

  • Unable to start idc content service

    Hi,
    I am not able to start idc content service. I am encountering the below error while starting. Please help me how to retore it back to running state.
    <tr><td>Error</td><td>3/24/11 11:00 AM</td><td>IdcAdmin: Event generated by user 'sysadmin' at host 'hydib1017:8090'. Unable to alter the process. Unable to execute action 'start' on server 'idc_cons'. Please check the error logs for a full description of the error. [ <a style="color:993333" href="javascript:if(typeof show!='undefined')show('0.2841768600747665')">Details</a> ]
    <div id="0.2841768600747665" style="display:none;"><pre><code>An error has occurred. The stack trace below shows more information.
    !$IdcAdmin: !csUserEventMessage,sysadmin,hydib1017:8090!$!csAdminUnableToAlterProcess!csAdminUnableToExecAction,start,idc_cons
    intradoc.common.ServiceException: !csAdminUnableToAlterProcess!csAdminUnableToExecAction,start,idc_cons
         at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:1739)
         at intradoc.server.Service.buildServiceException(Service.java:1999)
         at intradoc.server.Service.createServiceExceptionEx(Service.java:1993)
         at intradoc.server.Service.createServiceException(Service.java:1988)
         at intradoc.admin.AdminService.alterProcess(AdminService.java:206)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
         at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
         at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
         at intradoc.server.Service.doCodeEx(Service.java:505)
         at intradoc.server.Service.doCode(Service.java:470)
         at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
         at intradoc.server.Service.doAction(Service.java:450)
         at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
         at intradoc.server.Service.doActions(Service.java:445)
         at intradoc.admin.AdminService.doActions(AdminService.java:166)
         at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111)
         at intradoc.server.Service.executeActions(Service.java:431)
         at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632)
         at intradoc.server.Service.doRequest(Service.java:1709)
         at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357)
         at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)
    Thanks,
    Kesava

    If this is 11g see
         How to Start 11g Refinery or 11g Content Server Using Windows Services (Doc ID 1267820.1) on MOS
    There were some problems with windows services at first and development fixed the problem.

  • 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 in Starting DMS(Content Server)

    Dear all,
    I get the following error while starting the Content server on unix.
    i am unbale to start the server , pls assist.
    $ pwd
    /home/sapcs/bin
    $ apachectl start
    ld.so.1: httpd: fatal: libucb.so.1: open failed: No such file or directory
    Killed
    $
    Regards,
    Irfan

    That simply sounds like the PATH for libucb.so.1 is not maintained in your env variables.
    That should fix the problem
    Regards
    Juan

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

  • Error in starting BI Scheduler service in OBIEE 11g

    Hello All,
    I am working on OBIEE 11g. When I am trying to start up services by login into Enterprise Manager it is giving following error to start Bi Schedulers i.e. coreapplication_obisch1.
    Module:    oracle.bi.management.sysmancommon
    Message: Error in starting component: oracle instance: instance1, component: coreapplication_obisch1
    Supplemental Detail:
    oracle.bi.management.adminservices.opmn.ProcessControlException: Operation Failed: start; OracleInstance: instance1; Component: coreapplication_obisch1; msg: 0 of 1 processes started.
    at oracle.bi.management.adminservices.opmn.OpmnProcessController.start(OpmnProcessController.java:145)
    at oracle.bi.management.adminservices.model.impl.ProcessManagerProxyImpl.start(ProcessManagerProxyImpl.java:62)
    at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:172)
    at oracle.bi.management.adminservices.mbeans.impl.BIComponentMBeanImpl.start(BIComponentMBeanImpl.java:157)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doInvoke(OracleStandardEmitterMBean.java:1012)
    at oracle.adf.mbean.share.AdfMBeanInterceptor.internalInvoke(AdfMBeanInterceptor.java:104)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalInvoke(AbstractMBeanSecurityInterceptor.java:190)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor$2.run(JpsJmxInterceptor.java:358)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalInvoke(JpsJmxInterceptor.java:374)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalInvoke(ContextClassLoaderMBeanInterceptor.java:103)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartInterceptor.internalInvoke(MBeanRestartInterceptor.java:116)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.generic.spi.interceptors.LoggingMBeanInterceptor.internalInvoke(LoggingMBeanInterceptor.java:524)
    at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:252)
    at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.invoke(OracleStandardEmitterMBean.java:924)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:349)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:263)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:444)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:323)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11$1.run(JMXConnectorSubjectForwarder.java:663)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11.run(JMXConnectorSubjectForwarder.java:661)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
    at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
    at javax.management.remote.rmi.RMIConnectionImpl_1035_WLStub.invoke(Unknown Source)
    at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
    at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
    at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
    at oracle.sysman.emai.model.bi.impl.JmxUtil.invokeMethod(JmxUtil.java:184)
    at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.processComponent(AvailabilityAssistant.java:636)
    at oracle.sysman.emai.model.bi.mbean.AvailabilityAssistant.startComponent(AvailabilityAssistant.java:596)
    at oracle.sysman.emai.view.bi.AvailabilityView.startComponent(AvailabilityView.java:421)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.sysman.emas.sdk.progress.WorkWrapper.run(WorkWrapper.java:96)
    at java.lang.Thread.run(Thread.java:662)
    Please guide me on this. Because I am unable to login into Analytics and I think its due to as BI Schedulers are not getting up.
    Thank You.
    Regards,
    Meghana

    Hi sateesh,
    Seems your database listerner and opmnctl is down....first start these in your services pane and then try starting your BI server....but keep in mind close the admin tool if it is open .
    This might also help [http://gerardnico.com/wiki/dat/obiee/start_11g]
    By,
    KK

  • Error while starting BI Presentation Services in Windows XP

    Hi All,
    I am receiving error while starting presentation services in windows. When I checked Saw0.log file below is the error. I already searched forums posted here, but i do not see any solution given to this. Can anyone please help me on this. Its very urgent.
    Type: Information
    Severity: 30
    Time: Tue Nov 24 21:35:26 2009
    File: project/sawserver/sawserver.cpp Line: 335
    Properties: ThreadID-2120
    Location:
    saw.sawserver
    saw.sawserver.initializesawserver
    saw.threads
    Oracle BI Presentation Services 10.1.3.2 (Build 010607.1740) are starting up.
    Type: Error
    Severity: 20
    Time: Tue Nov 24 21:35:26 2009
    File: project/webodbcaccess/odbcenvironment.cpp Line: 98
    Properties: ThreadID-2120
    Location:
    saw.webextensionbase.staticinit
    saw.sawserver
    saw.sawserver.initializesawserver
    saw.threads
    ODBC driver preload failed.  ODBC library name: 'nqsodbc.dll'
    Type: Error
    Severity: 20
    Time: Tue Nov 24 21:35:26 2009
    File: project/webodbcaccess/odbcenvironment.cpp Line: 100
    Properties: ThreadID-2120
    Location:
    saw.webextensionbase.staticinit
    saw.sawserver
    saw.sawserver.initializesawserver
    saw.threads
    The specified module could not be found.
    Type: Error
    Severity: 42
    Time: Tue Nov 24 21:35:26 2009
    File: project/webodbcaccess/odbcenvironment.cpp Line: 195
    Properties: ThreadID-2120
    Location:
    saw.webextensionbase.staticinit
    saw.sawserver
    saw.sawserver.initializesawserver
    saw.threads
    Allocation of SQLEnvironment failed (SQLError: -1).   Please ensure that the odbc driver is in your environment path.
    Type: Error
    Severity: 20
    Time: Tue Nov 24 21:35:26 2009
    File: project/sawserver/winmain.cpp Line: 74
    Properties: ThreadID-2120
    Location:
    saw.sawserver.initializesawserver
    saw.threads
    Allocation of SQLEnvironment failed (SQLError: -1).   Please ensure that the odbc driver is in your environment path.
    Type: Error
    Severity: 30
    Time: Tue Nov 24 21:35:26 2009
    File: project/webcomm/rpcserver.cpp Line: 145
    Properties:
    Location:
    saw.unknown
    Assertion failure: m_pImpl != 0 at line 145 of ./project/webcomm/rpcserver.cpp
    Thanks in advance............
    Regards
    Sreekar Suri.

    Hi,
    I had this problem after warehouse builder standalone installation. Looks like, it modified Environment variables.
    Check Environment variables in control panel. I added these values to system path variable:
    C:\OracleBI\server\Bin;C:\OracleBI\web\bin;C:\OracleBI\SQLAnywhere;C:\OracleBI\jdbc;
    Though, not sure exactly which one helped, but now i have presentation services stared.

  • Error while starting the content server

    Hi,
    I have installed UCM and when i start the content server, it says it was succesful but logs show the below error.
    Unable to publish the schema. Published schema directory could not be swapped into its proper location. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csSchemaUnableToPublish!csSchemaFailedToMovePublishedFilesIntoPlace
    intradoc.common.ServiceException: !csSchemaFailedToMovePublishedFilesIntoPlace
         at intradoc.server.schema.StandardSchemaPublisher.doPublishing(StandardSchemaPublisher.java:349)
         at intradoc.server.schema.StandardSchemaPublisherThread.run(StandardSchemaPublisherThread.java:252)
    ANy idea wats going on.
    I have done the required changes in the confd of the webserver, Content server is accessible from the webpage. I am also able to login as sysadmin.
    Not sure wats going wrong.
    Thanks

    You can sometimes get issues on the file system with file locking occurring and so UCM can not clear up/move the schema files properly.
    It may not be this but...There should me a metalink note about this deleting schema directories.
    Tim
    Edited by: Tim Snell on 06-May-2010 13:00

  • Error On Starting POP3 Backend service

    I install Exchange server 2013 CAS and Mailbox on same server and try to start pop3 on it.
    i start pop3 service successfully but when i try to start pop3 backend service i recieve the following warning:
    "The Microsoft Exchange POP3 Backend service on Local Computer started and then stopped. some services stop automatically if they are not in user by other services  or programs."
    i could not found any helpful guide to solve the problem.
    please tell me what should i do to start POP3 Backednd service Successfully.

    Do you have any error in event-viewer related to POP3?
    Microsoft Exchange POP3 service started or problem with both?
    Please check any service using the same port using this command netstat -ano | findstr 995
    This will list you the IP address and PID number if any serice using the same port. Please check the service from taskmanager by PID. Check this
    Thanks
    MAS
    Please mark as helpful if you find my contribution helpful or as an answer if it does answer your question.
    That will encourage me - and others

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

  • Unable to start the IDC Content service

    Hi All,
    The Content server is not getting started and I am getting the below error:
    Failed to initialize the server. Unable to instantiate class 'collections.CollectionScriptExtensions' while loading ScriptExtensions. Unable to instantiate java class code for 'CollectionScriptEvaluations' at location 'collections.CollectionScriptExtensions' with default location at 'collections.CollectionScriptExtensions'. Unable to instantiate class 'collections.CollectionScriptExtensions' while loading ScriptExtensions. Unable to instantiate java class code for 'CollectionScriptEvaluations' at location 'collections.CollectionScriptExtensions' with default location at 'collections.CollectionScriptExtensions'. java.lang.ClassNotFoundException: collections.CollectionScriptExtensions [ Details ]
    A fatal error has occurred. The stack trace below shows more information.
    !csFailedToInitServer!csUnableToInstantiateClassForScriptExtensions,collections.CollectionScriptExtensions!apUnableToInstantiateClass,CollectionScriptEvaluations,collections.CollectionScriptExtensions,collections.CollectionScriptExtensions!csUnableToInstantiateClassForScriptExtensions,collections.CollectionScriptExtensions!apUnableToInstantiateClass,CollectionScriptEvaluations,collections.CollectionScriptExtensions,collections.CollectionScriptExtensions!syExceptionType2,java.lang.ClassNotFoundException,collections.CollectionScriptExtensions
    intradoc.common.ServiceException: !csUnableToInstantiateClassForScriptExtensions,collections.CollectionScriptExtensions!apUnableToInstantiateClass,CollectionScriptEvaluations,collections.CollectionScriptExtensions,collections.CollectionScriptExtensions
         at intradoc.server.IdcSystemLoader.loadIdocScriptExtensions(IdcSystemLoader.java:524)
         at intradoc.server.IdcSystemLoader.loadComponentDataEx(IdcSystemLoader.java:364)
         at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:223)
         at intradoc.server.IdcSystemLoader.init(IdcSystemLoader.java:185)
         at intradoc.server.IdcServerManager.init(IdcServerManager.java:73)
         at IdcServerNT.init(IdcServerNT.java:86)
         at IdcServerNT.main(IdcServerNT.java:54)
    Caused by: intradoc.common.ServiceException: !csUnableToInstantiateClassForScriptExtensions,collections.CollectionScriptExtensions!apUnableToInstantiateClass,CollectionScriptEvaluations,collections.CollectionScriptExtensions,collections.CollectionScriptExtensions
         at intradoc.shared.ComponentClassFactory.createClassInstance(ComponentClassFactory.java:159)
         at intradoc.server.IdcSystemLoader.loadIdocScriptExtensions(IdcSystemLoader.java:511)
         ... 6 more
    Caused by: java.lang.ClassNotFoundException: collections.CollectionScriptExtensions
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at intradoc.shared.ComponentClassFactory.createClassInstance(ComponentClassFactory.java:146)
    Please can anyone help.

    The class it cannot find almost looks like a folders class. Have you recently installed/disabled/enabled/unintsalled folders? Is this a new install? Can you disable folders through the admin server and try to restart it then? If the admin server isn't started either and you don't have access to component wizard where you could also disable folders you could use this trick:
    http://www.corecontentonly.com/Blog/Manually-Disable-Component
    -Jason

Maybe you are looking for

  • Need help to partition and format new hard drive for T400

    The HDD failed in my T400. I bought a new 1TB HDD and fitted it. The diagnostic software in the BIOS did a read and controller test (Passed). When I put the Windows XP disk in the CD reader, the setup started - then stalled at the "Windows setup" pag

  • Www and http not displaying in pdf files converted from MS Word

    When I convert a Word document to pdf using Acrobat Pro 9.0, the website addresses do not display correctly. For instance, if my document shows www.website.com - then the pdf only displays .website.com. Also, if I have the http://www.website.com - I

  • Cannot burn dvd without theme

    I cannot do what would seem to be the simplest step in imovie and idvd. I have created my customize movie in imovie (no canned themes or audio) and when I go to the shre menu and choose idvd so I can burn my movie, I cannot burn a dvd without first c

  • SAP User Audit Report

    Hi Expert, I want to download SAP user audit report through USMM. but whenever i run USMM and click on system measurement its goes on background job. I need this report in PDF format. plz help 

  • How to download document on ipad2 ?

    How one can download an attachment received to ipad 2 from gmai?