Error while starting EBS 12.1.1 using adstrtal.sh

Hi,
When trying to start Application Services of EBS 12.1.1(DB Ver:11.1.0.7.0), by using adstrtal.sh , this is exiting with status 3.
The services ,
adoacorectl.sh
adformsctl.sh
adoafmctl.sh
are exiting with status 150
On, examining the log files, we find that all the services have the following error,
08/06/09-10:54:34 :: adformsctl.sh version 120.16
08/06/09-10:54:34 :: adformsctl.sh: starting OPMN if it is not running
opmnctl: opmn is already running.
08/06/09-10:54:34 :: adformsctl.sh: Starting OPMN managed FORMS OC4J instance
opmnctl: starting opmn managed processes...
================================================================================
opmn id=testerp.eigl.com:6200
no processes or applications matched this request
08/06/09-10:54:34 :: adformsctl.sh: exiting with status 150
This error is common for adoacorectl.sh and
adoacorectl.sh
===========================================
Any clue as to how to resolve this ??
Regards,
Rupdipt

Hi Hussein,
Thanks for the suggestion.But, running autoconfig did not help.So, what I did was to run adpreclone and adcfgclone on both the appl and db tier.After the cloning was completed, adstrtal.sh again exited with status 3. From metalink note.564536.1, it is mentioned that although adoacorectl.sh, adformsctl.sh, adoafmctl.sh exit with status 150 they may startup correctly.Running adopmnctl.sh status shows all the services as 'Alive'.So, I tried to access the EBS and was successfully able to access it.After, this I shutdown both the appl and db services and tried restarting them again using adstrtal.sh.this time adstrtal.sh exited with status 0 and the EBS is functioniing normally.
Regards,
Rupdipt

Similar Messages

  • Error while starting weblogic in Linux VM using startWebLogic.sh

    I have successfully installed Weblogic 10.3.2, 64 bit, on Linux VM(64 bit).
    After that I created base domain using the configuration wizard.
    Now, when I am tyring to start the weblogic server using startWeblogic.sh from directory .../domains/base_domain/, I get the following error:
    starting weblogic with Java version:
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
    Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)
    Starting WLS with line:
    /usr/java/jdk1.6.0_20/bin/java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Dweblogic.Name=AdminServer -Djava.security.policy=/home/oracle/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Xverify:none -da -Dplatform.home=/home/oracle/Oracle/Middleware/wlserver_10.3 -Dwls.home=/home/oracle/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/home/oracle/Oracle/Middleware/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/oracle/Oracle/Middleware/patch_wls1032/profiles/default/sysext_manifest_classpath weblogic.Server
    <Aug 8, 2012 9:59:25 AM PDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 16.3-b01 from Sun Microsystems Inc.>
    <Aug 8, 2012 9:59:26 AM PDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.2.0 Tue Oct 20 12:16:15 PDT 2009 1267925 >
    <Aug 8, 2012 9:59:27 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Aug 8, 2012 9:59:27 AM PDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Aug 8, 2012 9:59:27 AM PDT> <Notice> <Log Management> <BEA-170019> <The server log file /home/oracle/Oracle/Middleware/user_projects/domains/base_domain1/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
    <Aug 8, 2012 9:59:30 AM PDT> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: java.lang.ExceptionInInitializerError.
    weblogic.security.service.SecurityServiceException: java.lang.ExceptionInInitializerError
    at weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(CSSWLSDelegateImpl.java:342)
    at weblogic.security.service.CSSWLSDelegateImpl.initialize(CSSWLSDelegateImpl.java:221)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.InitializeServiceEngine(CommonSecurityServiceManagerDelegateImpl.java:1783)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:442)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ExceptionInInitializerError
    at com.octetstring.vde.util.guid.GuidGenerator.nextGuidInBytes(GuidGenerator.java:125)
    at com.octetstring.vde.util.guid.Guid.<init>(Guid.java:84)
    at com.octetstring.vde.backend.standard.BackendStandard.add(BackendStandard.java:379)
    at com.octetstring.vde.backend.BackendHandler.add(BackendHandler.java:460)
    at com.octetstring.vde.util.LDIF.importLDIF(LDIF.java:279)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
    at java.lang.System.arraycopy(Native Method)
    at com.octetstring.vde.util.guid.GuidParamGenerator.generateNodeID(GuidParamGenerator.java:47)
    at com.octetstring.vde.util.guid.GuidStateManager.initializeGUIDParameters(GuidStateManager.java:59)
    at com.octetstring.vde.util.guid.GuidStateManager.<init>(GuidStateManager.java:30)
    My host file entry is as follows:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    192.168.1.5 localhost
    Can anyone help getting this issue resolved? Any help would be highly appreciated.
    Thanks
    Mohit

    @Karthik, I tried your suggestion but still the same error.
    @Shaik: As per your suggestion, I created a new base domain, leaving everything as default(listener address as localhost).
    I tried running startWebLogic.sh from this new domain, and I get following error:
    <Aug 8, 2012 11:18:03 AM PDT> <Notice> <Log Management> <BEA-170019> <The server log file /home/oracle/Oracle/Middleware/user_projects/domains/base_domain2/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
    <Aug 8, 2012 11:18:04 AM PDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
    java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
    at weblogic.server.channels.AddressUtils$AddressMaker.getLocalHost(AddressUtils.java:38)
    at weblogic.server.channels.AddressUtils$AddressMaker.<clinit>(AddressUtils.java:33)
    at weblogic.server.channels.AddressUtils.getIPAny(AddressUtils.java:124)
    at weblogic.protocol.configuration.ChannelHelper.checkConsistency(ChannelHelper.java:60)
    at weblogic.server.channels.ChannelService.start(ChannelService.java:203)
    Truncated. see log file for complete stacktrace
    Caused By: java.net.UnknownHostException: dhcppc3: dhcppc3
    at java.net.InetAddress.getLocalHost(InetAddress.java:1354)
    at weblogic.server.channels.AddressUtils$AddressMaker.getLocalHost(AddressUtils.java:36)
    at weblogic.server.channels.AddressUtils$AddressMaker.<clinit>(AddressUtils.java:33)
    at weblogic.server.channels.AddressUtils.getIPAny(AddressUtils.java:124)
    at weblogic.protocol.configuration.ChannelHelper.checkConsistency(ChannelHelper.java:60)
    Truncated. see log file for complete stacktrace
    -------------------------------------------------------------------------------------------------------------------------------------------

  • Error while starting weblogic 5.1 sp11 using ANT script

    I am getting following error: But not sure why, If anyone has any clue please share
    with me. thanks
    [java] Unable to initialize server: weblogic.t3.srvr.T3Srvr$T3FatalInitializationException:
    weblogic.system.name (myserver) is not a directory
    [java] fatal initialization exception
    [java] weblogic.t3.srvr.T3Srvr$T3FatalInitializationException: weblogic.system.name
    (myserver) is not a directory
    [java] at weblogic.t3.srvr.T3Srvr.initializeNames(T3Srvr.java:552)
    [java] at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1114)
    [java] at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:869)
    [java] at java.lang.reflect.Method.invoke(Native Method)
    [java] at weblogic.Server.startServerDynamically(Server.java:140)
    [java] at weblogic.Server.main(Server.java:97)
    [java] at weblogic.Server.main(Server.java:58)
    [java] Java Result: 1

    I am getting following error: But not sure why, If anyone has any clue please share
    with me. thanks
    [java] Unable to initialize server: weblogic.t3.srvr.T3Srvr$T3FatalInitializationException:
    weblogic.system.name (myserver) is not a directory
    [java] fatal initialization exception
    [java] weblogic.t3.srvr.T3Srvr$T3FatalInitializationException: weblogic.system.name
    (myserver) is not a directory
    [java] at weblogic.t3.srvr.T3Srvr.initializeNames(T3Srvr.java:552)
    [java] at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1114)
    [java] at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:869)
    [java] at java.lang.reflect.Method.invoke(Native Method)
    [java] at weblogic.Server.startServerDynamically(Server.java:140)
    [java] at weblogic.Server.main(Server.java:97)
    [java] at weblogic.Server.main(Server.java:58)
    [java] Java Result: 1

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

  • Problem starting Clustered server which are using VIP: Error while starti

    Using coherence 3.6 , which comes with weblogic 10.3.5. We are using Clustered configuration , both clusters are supposed to start in VIPs.
    But when starting those managed servers , getting the error:
    bpel.fatal.conection.max.retry is set to 3<Oct 22, 2011 11:08:47 AM PDT> <Error> <Coherence> <BEA-000000> <2011-10-22 11:08:47.703/133.325 Oracle Coherence GE 3.6.0.4 <Error> (thread=[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Error while starting cluster: java.lang.IllegalArgumentException: The specified address "xgXXXXX5v1.ea.com/10.XX.XX.41" is not a local address.
    at com.tangosol.net.InetAddressHelper.getLocalMTU(InetAddressHelper.java:139)
    at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:95)
    at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
    at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:4)
    at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:7)
    at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:26)
    at com.tangosol.coherence.component.util.SafeCluster.start(SafeCluster.CDB:2)
    at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:998)
    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureServiceInternal(DefaultConfigurableCacheFactory.java:913)

    This error should only occur if the JVM is unaware of a local network interface associated with this IP address. I know it is a silly suggestion but please confirm this IP shows up in the output from ifconfig. If it does, then this would appear to perhaps be a JVM bug which you might get around by manually specifying the packet sizes (see http://download.oracle.com/docs/cd/E24290_01/coh.371/e22837/appendix_operational.htm#BABHADGH) so that Coherence doesn't need to query he OS for the value.
    Thanks,
    Mark
    Oracle Coherence

  • Error while starting weblogic server

    Hi, I am getting following error while starting weblogic server
    Unexpected Signal : 11 occurred at PC=0x40170bc5 Function name=fill_in_stack_trace__19java_lang_ThrowableG6HandleP6Thread
    Library=/bea/jdk131/jre/lib/i386/client/libjvm.so
    Current Java thread: at java.lang.Throwable.fillInStackTrace(Native Method) at
    java.lang.Throwable.<init>(Throwable.java:78) at java.lang.Error.<init>(Error.java:37)
    at java.lang.LinkageError.<init>(LinkageError.java:29) at java.lang.IncompatibleClassChangeError.<init>(IncompatibleClassChangeError.java:29)
    at java.lang.AbstractMethodError.<init>(AbstractMethodError.java:30)
    Environment : Weblogic 6.0 Sp2 on Linux Red hat 7.1
    jdk 1.31
    TIA
    Ashwani

    Hi,
    1)Could you please try logging into sqlplus using using the below command :-
        sqlplus "/ as sysdba"
    2)Execute the below command to check if the password in expired :-
      select username, account_status, expiry_date, where username='MDS username';
    3)Change the password if the password has been expired by following the below command :-
       alter user <user> identified by <password>;
    4)Once the above steps are followed please login into the Weblogic Admin Console and follow the below steps:-
        + Go to DataSources ---> Select the MDS schema ----> change the password which was given in step no.3
        + Restart the Weblogic once again.
    5)Lets us know the result.
    Regards,
    Prakash.

  • Error while starting oam managed server

    Hi Experts,
    I am facing the following errors while starting the managed oam server instance.
    I am using 11gR2.
    <Jan 8, 2013 12:13:32 PM IST> <Error> <oracle.jps.audit> <BEA-000000> <IAU:IAU-5
    048: Problem in transferring audit record to Audit Store null null. Please verif
    y your Audit Store configuration>
    <Jan 8, 2013 12:13:49 PM IST> <Error> <oracle.security.audit.logger> <BEA-000000
    <IAU:JNDI Resource does not exist JNDI Name=AuditDB><Jan 8, 2013 12:13:49 PM IST> <Error> <oracle.jps.audit> <BEA-000000> <IAU:IAU-5
    047: Problem in transferring audit record from file:C:\Oracle\MIDDLE~1\USER_P~1\
    domains\OAM_OA~3\servers\oam_server1\logs\auditlogs\OAM\audit.log position:898,9
    24 will retry in next cycle. caught exception oracle.security.audit.AuditExcepti
    on: javax.naming.NameNotFoundException: Unable to resolve 'AuditDB'. Resolved ''
    ; remaining name 'AuditDB'
    at oracle.security.audit.ajl.loader.OracleRepository.<init>(OracleReposi
    tory.java:84)
    at oracle.security.audit.ajl.loader.JDBCLogWriter.reinit(JDBCLogWriter.j
    ava:59)
    at oracle.security.audit.ajl.loader.JDBCLogWriter.write(JDBCLogWriter.ja
    va:104)
    at oracle.security.audit.ajl.loader.AuditLoader.readMessages(AuditLoader
    .java:488)
    at oracle.security.audit.service.AuditLoaderManager.readMessages(AuditLo
    aderManager.java:209)
    at oracle.security.audit.service.AuditLoaderManager$Runner.run(AuditLoad
    erManager.java:284)
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'AuditDB'. Reso
    lved ''; remaining name 'AuditDB'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(Basic
    NamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.jav
    a:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.j
    ava:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:20
    6)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.j
    ava:254)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:412)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at oracle.security.audit.ajl.loader.OracleRepository.<init>(OracleReposi
    tory.java:74)
    ... 5 more
    Any pointers would be appreciated.
    Thanks,
    Subin

    Hi Subin,
    Once the server is started, is Auditing to DB successful?
    Assuming that you have auditing to DB configured and that it is generally working, I suspect that the errors messages are occurring during the time when the server is making the jndi sources available to the server. If so, the messages are harmless (although I do not think they should happen).
    Regards,
    Colin

  • Error while starting manage server

    Hi,
    I get the following error while starting the managed server. But there is no
    fatal error and the startup is successful. The domain has an admin and a managed
    instance. The admin server starts without any trouble. Please help resolve this
    problem.
    regards
    vignesh
    <Mar 15, 2004 6:07:07 PM EST> <Info> <Security> <090142> <The weblogic keystore
    provider DefaultKeyStore in realm myrealm cannot be
    used for trusted (root) CAs because its trusted (root) CA keystore was not configured.>
    <Mar 15, 2004 6:07:07 PM EST> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <Mar 15, 2004 6:07:08 PM EST> <Notice> <WebLogicServer> <000328> <Starting WebLogic
    Managed Server "vignesh" for domain "a201516">
    <Mar 15, 2004 6:07:08 PM EST> <Info> <WebLogicServer> <000214> <WebLogic Server
    "vignesh" version:
    WebLogic Server 7.0 SP1 Mon Sep 9 22:46:58 PDT 2002 206753
    WebLogic XMLX Module 7.0 SP1 Mon Sep 9 22:54:41 PDT 2002 206753
    (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    <Mar 15, 2004 6:07:08 PM EST> <Info> <WebLogicServer> <000215> <Loaded License
    : /apps/bea/license.bea>
    <Mar 15, 2004 6:07:08 PM EST> <Info> <RJVM> <000520> <Network Configuration
    Cluster Participant: false
    Native Socket IO Enabled: true
    Reverse DNS Allowed: false
    Network Channel: Default
    Listen Address: 167.19.244.65
    Listen Port: 6100
    SSL Listen Port: 6101
    External DNS Name: not configured
    Cluster Address: not configured
    Protocol(s): T3,T3S,HTTP,HTTPS
    Tunneling Enabled: false
    Outgoing Enabled: true
    Admin Traffic Only: false
    Admin Traffic OK: true
    Channel Weight: 50
    Accept Backlog: 50
    Login Timeout: 5000 ms
    Login Timeout SSL: 25000 ms
    Message Timeout HTTP: 60000 ms
    Message Timeout T3: 60000 ms
    Max Message Size HTTP: 10000000
    Max Message Size T3: 10000000
    >
    <Mar 15, 2004 6:07:11 PM EST> <Error> <rmi> <080007> <RMI runtime disabled because
    an initial reference could not be bound
    java.rmi.UnexpectedException: Failed to parse descriptor file; nested exception
    is:
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    java.rmi.UnexpectedException: Failed to parse descriptor file; nested exception
    is:
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    at weblogic.rmi.internal.BasicRuntimeDescriptor.createSkeleton(BasicRuntimeDescriptor.java:217)
    at weblogic.rmi.internal.BasicRuntimeDescriptor.<init>(BasicRuntimeDescriptor.java:135)
    at weblogic.rmi.internal.DescriptorManager.getBasicRuntimeDescriptor(DescriptorManager.java:85)
    at weblogic.rmi.internal.DescriptorManager.getDescriptor(DescriptorManager.java:48)
    at weblogic.rmi.internal.BasicServerRef.initializeDGCPolicy(BasicServerRef.java:164)
    at weblogic.rmi.internal.BasicServerRef.<init>(BasicServerRef.java:141)
    at weblogic.rmi.internal.OIDManager.initializeServer(OIDManager.java:263)
    at weblogic.rmi.internal.OIDManager.initialize(OIDManager.java:241)
    at weblogic.rmi.internal.RMIServerService.initialize(RMIServerService.java:19)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
    at weblogic.Server.main(Server.java:32)
    >
    <Mar 15, 2004 6:07:12 PM EST> <Info> <XML> <130036> <Initializing XMLRegistry.>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <JDBC> <001007> <INITIALIZING DONE issued.>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <Connector> <190000> <Initializing J2EE Connector
    Service>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <Connector> <190001> <J2EE Connector Service
    initialized successfully>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <JMS> <040090> <Deployed 4 default connection
    factories.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <JMS> <040305> <JMS service is initialized
    and in the standby mode.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <IIOP> <002014> <IIOP subsystem enabled.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <HTTP> <101128> <Initializing HTTP services.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <HTTP> <101133> <Initializing WEB server
    vignesh>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <HTTP> <101052> <[HTTP vignesh] Initialized>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <HTTP> <101135> <vignesh is the default web
    server>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <J2EE> <160037> <J2EE service initializing>
    <Mar 15, 2004 6:07:19 PM EST> <Info> <Deployer> <149207> <The Deployment Slave
    is initializing>
    <Mar 15, 2004 6:07:22 PM EST> <Info> <HTTP> <101201> <uddi:uddi loading descriptor>
    <Mar 15, 2004 6:07:22 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading uddi from
    WAR file: ./vignesh/.internal/uddi.war>
    <Mar 15, 2004 6:07:23 PM EST> <Info> <HTTP> <101202> <uddi:uddi preparing>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101201> <uddiexplorer:uddiexplorer
    loading descriptor>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading uddiexplorer
    from WAR file: ./vignesh/.internal/uddiexplorer.wa
    r>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101202> <uddiexplorer:uddiexplorer
    preparing>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101201> <wl_management_internal1:wl_management_internal1
    loading descriptor>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading wl_management_internal1
    from WAR file: ./vignesh/.internal/wl_m
    anagement_internal1.war>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101202> <wl_management_internal1:wl_management_internal1
    preparing>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <DRS> <002504> <Slave for DataIdentifier
    DataIdentifierID: 1 registered with DRS with version 0
    >
    <Mar 15, 2004 6:07:30 PM EST> <Info> <Deployer> <149215> <The Slave Deployer did
    not receive an initial update after 2,000 milliseco
    nds.>
    <Mar 15, 2004 6:07:31 PM EST> <Info> <HTTP> <101206> <uddi:uddi activating>
    <Mar 15, 2004 6:07:34 PM EST> <Info> <HTTP> <101209> <uddi:uddi ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <uddi:uddi starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101206> <uddiexplorer:uddiexplorer
    activating>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101209> <uddiexplorer:uddiexplorer
    ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <uddiexplorer:uddiexplorer
    starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101206> <wl_management_internal1:wl_management_internal1
    activating>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101209> <wl_management_internal1:wl_management_internal1
    ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <wl_management_internal1:wl_management_internal1
    starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <Deployer> <149208> <The Deployment Slave
    is initialized>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JTA> <110441> <Opening transaction log with
    driver version "j1.0" and synchronous write policy
    "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean
    javadoc or
    console on-line help.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JDBC> <001007> <RESUMING ... issued.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JDBC> <001007> <RESUMING DONE issued.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "MessageDrivenBeanConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "QueueConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "TopicConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "DefaultConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040306> <JMS service is active now.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <HTTP> <101129> <Initializing Web services.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <HTTP> <101238> <HTTP log rotation is size
    based for the webserver: vignesh>
    <Mar 15, 2004 6:07:37 PM EST> <Info> <HTTP> <101051> <[HTTP vignesh] started>
    <Mar 15, 2004 6:07:37 PM EST> <Info> <Deployer> <149209> <The Deployment Slave
    is resuming>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <J2EE> <160003> <Deployed : DefaultWebApp>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <HTTP> <101133> <Initializing WEB server
    vignesh>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Deployer> <149210> <The Deployment Slave
    is resumed>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.vendor = Sun Microsystems>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.runtime.name = Java(TM) 2 Runtime Environment
    , Standard Edition>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.protocol.handler.pkgs = weblogic.utils|weblog
    ic.utils|weblogic.net|weblogic.management>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.boot.library.path = /apps/bea/jdk131_03/jre/li
    b/sparc>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.version = 1.3.1_03-b03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.xml.rpc.ServiceFactory = weblogic.webservice
    .core.rpc.ServiceFactoryImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryPar
    ser>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor.url = http://java.sun.com/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    path.separator = :>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.name = Java HotSpot(TM) Server VM>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.encoding.pkg = sun.io>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    org.xml.sax.driver = weblogic.apache.xerces.parser
    s.SAXParser>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.name = Java Virtual Machine
    Specification>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.dir = /apps/bea/user_projects/a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.xml.soap.MessageFactory = weblogic.webservic
    e.core.soap.MessageFactoryImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.runtime.version = 1.3.1_03-b03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.management.server = http://167.19.244.65:
    6102>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    vde.home = ./vignesh/ldap>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDele
    gateImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironm
    ent>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.arch = sparc>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.io.tmpdir = /var/tmp/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    line.separator =
    >
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.Name = vignesh>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.vendor = Sun Microsystems In
    c.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.naming.factory.url.pkgs = weblogic.jndi.facto
    ries>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.fonts = >
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.name = SunOS>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.library.path = /apps/bea/jdk131_03/bin/../jre
    /lib/sparc/server:/apps/bea/jdk131_03/bin/../jre/lib/sparc::/apps/bea/jdk131_03/bin/../jre/../lib/sparc:/apps/bea/weblogic700/server
    /lib/solaris:/apps/bea/weblogic700/server/lib/solaris/oci817_8:/usr/lib>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.version = 1.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.name = Java Platform API Specif
    ication>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.class.version = 47.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.ProductionModeEnabled = false>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.version = 5.8>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.home = /users/a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.rmi.CORBA.PortableRemoteObjectClass = weblog
    ic.iiop.PortableRemoteObjectDelegateImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.security.policy = /apps/bea/weblogic700/serve
    r/lib/weblogic.policy>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.timezone = America/New_York>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.printerjob = sun.awt.motif.PSPrinterJob>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    bea.home = /apps/bea>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.encoding = 646>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.version = 1.3>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.class.path = /apps/bea/jdk131_03/lib/tools.ja
    r:/apps/bea/weblogic700/server:/apps/bea/weblogic700/server/lib/weblogic_sp.jar:/apps/bea/weblogic700/server/lib/weblogic.jar:/users
    /a201516:/users/a201516/weblogic/myserver/serverclasses/xerces.jar:/users/a201516/weblogic/myserver/serverclasses/xalan.jar:/apps/we
    blogic/javaclasses/xml4j_2_0_15/xml4j.jar:/apps/weblogic/javaclasses/xmlbeans/lib/xml_swing11.jar:/apps/weblogic/javaclasses/javamai
    l-1.1.3/mail.jar:/users/a201516/weblogic/lib/weblogic510sp12.jar:/users/a201516/weblogic/lib/weblogicaux.jar:/users/a201516/weblogic
    /classes:/apps/weblogic/javaclasses/jgl3.1.0/lib/jgl3.1.0.jar:/users/a201516/tips/oracle_thin_driver.jar:/apps/weblogic/javaclasses/
    jce1.2/lib/jce1_2-do.jar:/apps/weblogic/javaclasses/javamail-1.1.3/mail.jar:/apps/weblogic/javaclasses/jaf-1.0.1/activation.jar:/app
    s/weblogic/javaclasses/junit3.5/junit.jar:/users/a201516/weblogic/lib/vp4jb_o.jar:/users/a201516/weblogic/lib/LDAPSimpleAuth.jar:/ap
    ps/warranty/weblogic/javaclasses/lib/uwc/javaftpapi.jar:/apps/motorclub2/weblogic/lib/log4j.jar:/apps/motorclub2/weblogic/lib/log4j_
    core.jar:/apps/motorclub2/weblogic/lib/sunjce_provider.jar:/apps/motorclub2/weblogic/lib/iText.jar:/apps/motorclub2/weblogic/lib/US_
    export_policy.jar:/apps/motorclub2/weblogic/lib/Verisign.jar:/apps/warranty/weblogic/javaclasses/lib/uwc/ldapjdk.jar:/users/a201516/
    weblogic/myserver/workdir/uwc/serverclasses:/users/a201516/weblogic/myserver/workdir/uwc/servletclasses:/users/a201516/weblogic/myse
    rver/workdir/dm/serverclasses:/users/a201516/weblogic/myserver/workdir/dm/servletclasses:/users/a201516/weblogic/myserver/servletcla
    sses:/users/a201516/weblogic/myserver/serverclasses:/apps/direct/weblogic/myserver/dmejb/CustomerSessionBean.jar:/apps/direct/weblog
    ic/myserver/dmejb/SalesEntityJar.jar:/apps/direct/weblogic/myserver/dmejb/CheckSalesEntityJar.jar:/apps/direct/weblogic/myserver/dme
    jb/SalesSessionJar.jar:/apps/direct/weblogic/myserver/dmejb/PlanSessionBean.jar:/apps/direct/weblogic/myserver/dmejb/SearchSession.j
    ar:/apps/direct/weblogic/myserver/dmejb/DSUSearchJar.jar:/apps/direct/weblogic/myserver/dmejb/LoginSession.jar:/users/a201516/weblog
    ic/myserver/uwcejb/OutClaimEntityDeployed.jar:/users/a201516/weblogic/myserver/uwcejb/OutClaimSessionDeployed.jar:/users/a201516/web
    logic/myserver/uwcejb/OutContractEntityDeployed.jar:/users/a201516/weblogic/myserver/uwcejb/OutContractSessionDeployed.jar:/users/a2
    01516/weblogic/myserver/uwcejb/OutProfileSessionDeployed.jar:/users/a201516/weblogic/myserver/gmmcejb/memberentitybeanjar.jar:/users
    /a201516/weblogic/myserver/gmmcejb/policyentitybeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/paymententitybeanjar.jar:/users/
    a201516/weblogic/myserver/gmmcejb/historyentitybeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/enrollsessionbeanjar.jar:/users/
    a201516/weblogic/myserver/gmmcejb/loginsessionbeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/memberaccsessionbeanjar.jar:/user
    s/a201516/weblogic/myserver/gmmcejb/historysessionbeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/updatesessionbeanjar.jar:/app
    s/gmppDirect2004/weblogic/myserver/dmejb/PriceSessionBean.jar:/users/a201516/weblogic/myserver/workdir/gmmc2/:/users/a201516/weblogi
    c/myserver/workdir/gmmc2/com/mic/gmmc/constants/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.name = a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.naming.factory.initial = weblogic.jndi.WLInit
    ialContextFactory>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.version = 1.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.home = /apps/bea/jdk131_03/jre>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.name = Java Management Extension
    s>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.language = en>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.name = JMX RI>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.info = mixed mode>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.security.SSL.trustedCAKeyStore = /apps/be
    a/weblogic700/server/lib/cacerts>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.version = 1.3.1_03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.ext.dirs = /apps/bea/jdk131_03/jre/lib/ext>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.boot.class.path = /apps/bea/jdk131_03/jre/lib/
    rt.jar:/apps/bea/jdk131_03/jre/lib/i18n.jar:/apps/bea/jdk131_03/jre/lib/sunrsasign.jar:/apps/bea/jdk131_03/jre/classes>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.separator = />
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor.url.bug = http://java.sun.com/cgi-bin/
    bugreport.cgi>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.io.unicode.encoding = UnicodeBig>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.cpu.endian = big>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.vendor = Sun Microsystems>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.version = 1.0 Final Release>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.cpu.isalist = sparcv9+vis sparcv9 sparcv8plus+
    vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=5803151,name=DefaultWebApp,context-path=/DefaultWebApp)]
    We
    bServiceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2746710,name=uddi,context-path=/uddi)]
    WebServiceServlet: i
    nit>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2746710,name=uddi,context-path=/uddi)]
    uddilistener: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=5823496,name=uddiexplorer,context-path=/uddiexplorer)]
    WebS
    erviceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2121551,name=wl_management_internal1,context-path=/wl_manag
    ement_internal1)] WebServiceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <WebLogicServer> <000325> <License allows
    low strength (export) SSL.>
    <Mar 15, 2004 6:07:47 PM EST> <Info> <Security> <090116> <The Server vignesh is
    using the private key it retrieved from keystore ali
    ased by demokey.>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <Security> <090125> <Loaded 14 trusted certificates
    from keystore file specified on the command
    line: /apps/bea/weblogic700/server/lib/cacerts>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000307> <Exportable key
    maximum lifespan set to 500 uses.>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000300> <Certificate contents:
    1 certificate(s):
    fingerprint = 56b7dfac29e39c21027973c248d8c1bb, not before = Tue May 30 17:38:01
    EDT 2000, not after = Thu May 13 17:38:01 EDT 200
    4, holder = C=US SP=California L=San Francisco O=BEA WebLogic CN=weblogic.bea.com
    [email protected] , issuer = C=US SP=Californi
    a L=San Francisco O=BEA WebLogic OU=Security CN=Demo Certificate Authority [email protected]
    , key = modulus length=65 exponent
    length=3
    >
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000310> <Using low strength
    (exportable) SSL.>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000355> <Thread "ListenThread.Default"
    listening on port 6100, ip address 1
    67.19.244.65>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000355> <Thread "SSLListenThread.Default"
    listening on port 6101, ip addres
    s 167.19.244.65>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000332> <Started WebLogic
    Managed Server "vignesh" for domain "a201516" run
    ning in Development Mode>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000365> <Server state
    changed to RUNNING>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>

    "Vignesh" <[email protected]> writes:
    It looks like a bug. We are on 7.0sp4 with sp5 soon to be released. I
    suggest you try a more up-to-date version.
    andy
    Hi,
    I get the following error while starting the managed server. But there is no
    fatal error and the startup is successful. The domain has an admin and a managed
    instance. The admin server starts without any trouble. Please help resolve this
    problem.
    regards
    vignesh
    <Mar 15, 2004 6:07:07 PM EST> <Info> <Security> <090142> <The weblogic keystore
    provider DefaultKeyStore in realm myrealm cannot be
    used for trusted (root) CAs because its trusted (root) CA keystore was not configured.>
    <Mar 15, 2004 6:07:07 PM EST> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <Mar 15, 2004 6:07:08 PM EST> <Notice> <WebLogicServer> <000328> <Starting WebLogic
    Managed Server "vignesh" for domain "a201516">
    <Mar 15, 2004 6:07:08 PM EST> <Info> <WebLogicServer> <000214> <WebLogic Server
    "vignesh" version:
    WebLogic Server 7.0 SP1 Mon Sep 9 22:46:58 PDT 2002 206753
    WebLogic XMLX Module 7.0 SP1 Mon Sep 9 22:54:41 PDT 2002 206753
    (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    <Mar 15, 2004 6:07:08 PM EST> <Info> <WebLogicServer> <000215> <Loaded License
    : /apps/bea/license.bea>
    <Mar 15, 2004 6:07:08 PM EST> <Info> <RJVM> <000520> <Network Configuration
    Cluster Participant: false
    Native Socket IO Enabled: true
    Reverse DNS Allowed: false
    Network Channel: Default
    Listen Address: 167.19.244.65
    Listen Port: 6100
    SSL Listen Port: 6101
    External DNS Name: not configured
    Cluster Address: not configured
    Protocol(s): T3,T3S,HTTP,HTTPS
    Tunneling Enabled: false
    Outgoing Enabled: true
    Admin Traffic Only: false
    Admin Traffic OK: true
    Channel Weight: 50
    Accept Backlog: 50
    Login Timeout: 5000 ms
    Login Timeout SSL: 25000 ms
    Message Timeout HTTP: 60000 ms
    Message Timeout T3: 60000 ms
    Max Message Size HTTP: 10000000
    Max Message Size T3: 10000000
    >
    <Mar 15, 2004 6:07:11 PM EST> <Error> <rmi> <080007> <RMI runtime disabled because
    an initial reference could not be bound
    java.rmi.UnexpectedException: Failed to parse descriptor file; nested exception
    is:
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    java.rmi.UnexpectedException: Failed to parse descriptor file; nested exception
    is:
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    java.lang.ClassCastException: weblogic.jndi.internal.RemoteContextFactoryImpl_WLSkel
    at weblogic.rmi.internal.BasicRuntimeDescriptor.createSkeleton(BasicRuntimeDescriptor.java:217)
    at weblogic.rmi.internal.BasicRuntimeDescriptor.<init>(BasicRuntimeDescriptor.java:135)
    at weblogic.rmi.internal.DescriptorManager.getBasicRuntimeDescriptor(DescriptorManager.java:85)
    at weblogic.rmi.internal.DescriptorManager.getDescriptor(DescriptorManager.java:48)
    at weblogic.rmi.internal.BasicServerRef.initializeDGCPolicy(BasicServerRef.java:164)
    at weblogic.rmi.internal.BasicServerRef.<init>(BasicServerRef.java:141)
    at weblogic.rmi.internal.OIDManager.initializeServer(OIDManager.java:263)
    at weblogic.rmi.internal.OIDManager.initialize(OIDManager.java:241)
    at weblogic.rmi.internal.RMIServerService.initialize(RMIServerService.java:19)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
    at weblogic.Server.main(Server.java:32)
    >
    <Mar 15, 2004 6:07:12 PM EST> <Info> <XML> <130036> <Initializing XMLRegistry.>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <JDBC> <001007> <INITIALIZING DONE issued.>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <Connector> <190000> <Initializing J2EE Connector
    Service>
    <Mar 15, 2004 6:07:14 PM EST> <Info> <Connector> <190001> <J2EE Connector Service
    initialized successfully>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <JMS> <040090> <Deployed 4 default connection
    factories.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <JMS> <040305> <JMS service is initialized
    and in the standby mode.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <IIOP> <002014> <IIOP subsystem enabled.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <HTTP> <101128> <Initializing HTTP services.>
    <Mar 15, 2004 6:07:15 PM EST> <Info> <HTTP> <101133> <Initializing WEB server
    vignesh>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <HTTP> <101052> <[HTTP vignesh] Initialized>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <HTTP> <101135> <vignesh is the default web
    server>
    <Mar 15, 2004 6:07:16 PM EST> <Info> <J2EE> <160037> <J2EE service initializing>
    <Mar 15, 2004 6:07:19 PM EST> <Info> <Deployer> <149207> <The Deployment Slave
    is initializing>
    <Mar 15, 2004 6:07:22 PM EST> <Info> <HTTP> <101201> <uddi:uddi loading descriptor>
    <Mar 15, 2004 6:07:22 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading uddi from
    WAR file: ./vignesh/.internal/uddi.war>
    <Mar 15, 2004 6:07:23 PM EST> <Info> <HTTP> <101202> <uddi:uddi preparing>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101201> <uddiexplorer:uddiexplorer
    loading descriptor>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading uddiexplorer
    from WAR file: ./vignesh/.internal/uddiexplorer.wa
    r>
    <Mar 15, 2004 6:07:27 PM EST> <Info> <HTTP> <101202> <uddiexplorer:uddiexplorer
    preparing>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101201> <wl_management_internal1:wl_management_internal1
    loading descriptor>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101059> <[HTTP] Loading wl_management_internal1
    from WAR file: ./vignesh/.internal/wl_m
    anagement_internal1.war>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <HTTP> <101202> <wl_management_internal1:wl_management_internal1
    preparing>
    <Mar 15, 2004 6:07:28 PM EST> <Info> <DRS> <002504> <Slave for DataIdentifier
    DataIdentifierID: 1 registered with DRS with version 0
    >
    <Mar 15, 2004 6:07:30 PM EST> <Info> <Deployer> <149215> <The Slave Deployer did
    not receive an initial update after 2,000 milliseco
    nds.>
    <Mar 15, 2004 6:07:31 PM EST> <Info> <HTTP> <101206> <uddi:uddi activating>
    <Mar 15, 2004 6:07:34 PM EST> <Info> <HTTP> <101209> <uddi:uddi ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <uddi:uddi starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101206> <uddiexplorer:uddiexplorer
    activating>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101209> <uddiexplorer:uddiexplorer
    ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <uddiexplorer:uddiexplorer
    starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101206> <wl_management_internal1:wl_management_internal1
    activating>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101209> <wl_management_internal1:wl_management_internal1
    ready>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <HTTP> <101208> <wl_management_internal1:wl_management_internal1
    starting>
    <Mar 15, 2004 6:07:35 PM EST> <Info> <Deployer> <149208> <The Deployment Slave
    is initialized>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JTA> <110441> <Opening transaction log with
    driver version "j1.0" and synchronous write policy
    "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean
    javadoc or
    console on-line help.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JDBC> <001007> <RESUMING ... issued.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JDBC> <001007> <RESUMING DONE issued.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "MessageDrivenBeanConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "QueueConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "TopicConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040108> <User connection factory "DefaultConnectionFactory"
    is started.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <JMS> <040306> <JMS service is active now.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <HTTP> <101129> <Initializing Web services.>
    <Mar 15, 2004 6:07:36 PM EST> <Info> <HTTP> <101238> <HTTP log rotation is size
    based for the webserver: vignesh>
    <Mar 15, 2004 6:07:37 PM EST> <Info> <HTTP> <101051> <[HTTP vignesh] started>
    <Mar 15, 2004 6:07:37 PM EST> <Info> <Deployer> <149209> <The Deployment Slave
    is resuming>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <J2EE> <160003> <Deployed : DefaultWebApp>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <HTTP> <101133> <Initializing WEB server
    vignesh>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Deployer> <149210> <The Deployment Slave
    is resumed>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.vendor = Sun Microsystems>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.runtime.name = Java(TM) 2 Runtime Environment
    , Standard Edition>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.protocol.handler.pkgs = weblogic.utils|weblog
    ic.utils|weblogic.net|weblogic.management>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.boot.library.path = /apps/bea/jdk131_03/jre/li
    b/sparc>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.version = 1.3.1_03-b03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.xml.rpc.ServiceFactory = weblogic.webservice
    .core.rpc.ServiceFactoryImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryPar
    ser>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor.url = http://java.sun.com/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    path.separator = :>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.name = Java HotSpot(TM) Server VM>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.encoding.pkg = sun.io>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    org.xml.sax.driver = weblogic.apache.xerces.parser
    s.SAXParser>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.name = Java Virtual Machine
    Specification>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.dir = /apps/bea/user_projects/a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.xml.soap.MessageFactory = weblogic.webservic
    e.core.soap.MessageFactoryImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.runtime.version = 1.3.1_03-b03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.management.server = http://167.19.244.65:
    6102>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    vde.home = ./vignesh/ldap>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDele
    gateImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironm
    ent>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.arch = sparc>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.io.tmpdir = /var/tmp/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    line.separator =
    >
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.Name = vignesh>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.vendor = Sun Microsystems In
    c.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.naming.factory.url.pkgs = weblogic.jndi.facto
    ries>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.fonts = >
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.name = SunOS>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.library.path = /apps/bea/jdk131_03/bin/../jre
    /lib/sparc/server:/apps/bea/jdk131_03/bin/../jre/lib/sparc::/apps/bea/jdk131_03/bin/../jre/../lib/sparc:/apps/bea/weblogic700/server
    /lib/solaris:/apps/bea/weblogic700/server/lib/solaris/oci817_8:/usr/lib>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.version = 1.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.name = Java Platform API Specif
    ication>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.class.version = 47.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.ProductionModeEnabled = false>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    os.version = 5.8>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.home = /users/a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    javax.rmi.CORBA.PortableRemoteObjectClass = weblog
    ic.iiop.PortableRemoteObjectDelegateImpl>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.security.policy = /apps/bea/weblogic700/serve
    r/lib/weblogic.policy>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.timezone = America/New_York>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.awt.printerjob = sun.awt.motif.PSPrinterJob>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    bea.home = /apps/bea>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.encoding = 646>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.version = 1.3>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.class.path = /apps/bea/jdk131_03/lib/tools.ja
    r:/apps/bea/weblogic700/server:/apps/bea/weblogic700/server/lib/weblogic_sp.jar:/apps/bea/weblogic700/server/lib/weblogic.jar:/users
    /a201516:/users/a201516/weblogic/myserver/serverclasses/xerces.jar:/users/a201516/weblogic/myserver/serverclasses/xalan.jar:/apps/we
    blogic/javaclasses/xml4j_2_0_15/xml4j.jar:/apps/weblogic/javaclasses/xmlbeans/lib/xml_swing11.jar:/apps/weblogic/javaclasses/javamai
    l-1.1.3/mail.jar:/users/a201516/weblogic/lib/weblogic510sp12.jar:/users/a201516/weblogic/lib/weblogicaux.jar:/users/a201516/weblogic
    /classes:/apps/weblogic/javaclasses/jgl3.1.0/lib/jgl3.1.0.jar:/users/a201516/tips/oracle_thin_driver.jar:/apps/weblogic/javaclasses/
    jce1.2/lib/jce1_2-do.jar:/apps/weblogic/javaclasses/javamail-1.1.3/mail.jar:/apps/weblogic/javaclasses/jaf-1.0.1/activation.jar:/app
    s/weblogic/javaclasses/junit3.5/junit.jar:/users/a201516/weblogic/lib/vp4jb_o.jar:/users/a201516/weblogic/lib/LDAPSimpleAuth.jar:/ap
    ps/warranty/weblogic/javaclasses/lib/uwc/javaftpapi.jar:/apps/motorclub2/weblogic/lib/log4j.jar:/apps/motorclub2/weblogic/lib/log4j_
    core.jar:/apps/motorclub2/weblogic/lib/sunjce_provider.jar:/apps/motorclub2/weblogic/lib/iText.jar:/apps/motorclub2/weblogic/lib/US_
    export_policy.jar:/apps/motorclub2/weblogic/lib/Verisign.jar:/apps/warranty/weblogic/javaclasses/lib/uwc/ldapjdk.jar:/users/a201516/
    weblogic/myserver/workdir/uwc/serverclasses:/users/a201516/weblogic/myserver/workdir/uwc/servletclasses:/users/a201516/weblogic/myse
    rver/workdir/dm/serverclasses:/users/a201516/weblogic/myserver/workdir/dm/servletclasses:/users/a201516/weblogic/myserver/servletcla
    sses:/users/a201516/weblogic/myserver/serverclasses:/apps/direct/weblogic/myserver/dmejb/CustomerSessionBean.jar:/apps/direct/weblog
    ic/myserver/dmejb/SalesEntityJar.jar:/apps/direct/weblogic/myserver/dmejb/CheckSalesEntityJar.jar:/apps/direct/weblogic/myserver/dme
    jb/SalesSessionJar.jar:/apps/direct/weblogic/myserver/dmejb/PlanSessionBean.jar:/apps/direct/weblogic/myserver/dmejb/SearchSession.j
    ar:/apps/direct/weblogic/myserver/dmejb/DSUSearchJar.jar:/apps/direct/weblogic/myserver/dmejb/LoginSession.jar:/users/a201516/weblog
    ic/myserver/uwcejb/OutClaimEntityDeployed.jar:/users/a201516/weblogic/myserver/uwcejb/OutClaimSessionDeployed.jar:/users/a201516/web
    logic/myserver/uwcejb/OutContractEntityDeployed.jar:/users/a201516/weblogic/myserver/uwcejb/OutContractSessionDeployed.jar:/users/a2
    01516/weblogic/myserver/uwcejb/OutProfileSessionDeployed.jar:/users/a201516/weblogic/myserver/gmmcejb/memberentitybeanjar.jar:/users
    /a201516/weblogic/myserver/gmmcejb/policyentitybeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/paymententitybeanjar.jar:/users/
    a201516/weblogic/myserver/gmmcejb/historyentitybeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/enrollsessionbeanjar.jar:/users/
    a201516/weblogic/myserver/gmmcejb/loginsessionbeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/memberaccsessionbeanjar.jar:/user
    s/a201516/weblogic/myserver/gmmcejb/historysessionbeanjar.jar:/users/a201516/weblogic/myserver/gmmcejb/updatesessionbeanjar.jar:/app
    s/gmppDirect2004/weblogic/myserver/dmejb/PriceSessionBean.jar:/users/a201516/weblogic/myserver/workdir/gmmc2/:/users/a201516/weblogi
    c/myserver/workdir/gmmc2/com/mic/gmmc/constants/>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.name = a201516>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.naming.factory.initial = weblogic.jndi.WLInit
    ialContextFactory>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.specification.version = 1.0>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.home = /apps/bea/jdk131_03/jre>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.name = Java Management Extension
    s>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    user.language = en>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.specification.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.name = JMX RI>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vm.info = mixed mode>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    weblogic.security.SSL.trustedCAKeyStore = /apps/be
    a/weblogic700/server/lib/cacerts>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.version = 1.3.1_03>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.ext.dirs = /apps/bea/jdk131_03/jre/lib/ext>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.boot.class.path = /apps/bea/jdk131_03/jre/lib/
    rt.jar:/apps/bea/jdk131_03/jre/lib/i18n.jar:/apps/bea/jdk131_03/jre/lib/sunrsasign.jar:/apps/bea/jdk131_03/jre/classes>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor = Sun Microsystems Inc.>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    file.separator = />
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    java.vendor.url.bug = http://java.sun.com/cgi-bin/
    bugreport.cgi>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.io.unicode.encoding = UnicodeBig>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.cpu.endian = big>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.implementation.vendor = Sun Microsystems>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    jmx.specification.version = 1.0 Final Release>
    <Mar 15, 2004 6:07:38 PM EST> <Info> <Management> <141034> <Java system property:
    sun.cpu.isalist = sparcv9+vis sparcv9 sparcv8plus+
    vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=5803151,name=DefaultWebApp,context-path=/DefaultWebApp)]
    We
    bServiceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2746710,name=uddi,context-path=/uddi)]
    WebServiceServlet: i
    nit>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2746710,name=uddi,context-path=/uddi)]
    uddilistener: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=5823496,name=uddiexplorer,context-path=/uddiexplorer)]
    WebS
    erviceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <HTTP> <101047> <[ServletContext(id=2121551,name=wl_management_internal1,context-path=/wl_manag
    ement_internal1)] WebServiceServlet: init>
    <Mar 15, 2004 6:07:40 PM EST> <Info> <WebLogicServer> <000325> <License allows
    low strength (export) SSL.>
    <Mar 15, 2004 6:07:47 PM EST> <Info> <Security> <090116> <The Server vignesh is
    using the private key it retrieved from keystore ali
    ased by demokey.>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <Security> <090125> <Loaded 14 trusted certificates
    from keystore file specified on the command
    line: /apps/bea/weblogic700/server/lib/cacerts>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000307> <Exportable key
    maximum lifespan set to 500 uses.>
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000300> <Certificate contents:
    1 certificate(s):
    fingerprint = 56b7dfac29e39c21027973c248d8c1bb, not before = Tue May 30 17:38:01
    EDT 2000, not after = Thu May 13 17:38:01 EDT 200
    4, holder = C=US SP=California L=San Francisco O=BEA WebLogic CN=weblogic.bea.com
    [email protected] , issuer = C=US SP=Californi
    a L=San Francisco O=BEA WebLogic OU=Security CN=Demo Certificate Authority [email protected]
    , key = modulus length=65 exponent
    length=3
    >
    <Mar 15, 2004 6:07:48 PM EST> <Info> <WebLogicServer> <000310> <Using low strength
    (exportable) SSL.>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000355> <Thread "ListenThread.Default"
    listening on port 6100, ip address 1
    67.19.244.65>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000355> <Thread "SSLListenThread.Default"
    listening on port 6101, ip addres
    s 167.19.244.65>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000332> <Started WebLogic
    Managed Server "vignesh" for domain "a201516" run
    ning in Development Mode>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000365> <Server state
    changed to RUNNING>
    <Mar 15, 2004 6:07:48 PM EST> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>

  • Error While starting UCM server

    I am also getting the same error while starting UCM server.
    <Mar 19, 2015 7:18:14 AM> <INFO> <NodeManager> <Server output log file is '/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/servers/UCM_server1/logs/UCM_server1.out'>
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Production
    CLASSPATH=/u01/obp/app/product/fmw/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/u01/obp/app/product/fmw/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/obp/app/product/fmw/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/obp/app/product/jrockit-jdk1.6.0_51/lib/tools.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic.jar:/u01/obp/app/product/fmw/modules/features/weblogic.server.modules_10.3.6.0.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/webservices.jar:/u01/obp/app/product/fmw/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/obp/app/product/fmw/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/u01/obp/app/product/fmw/oracle_common/soa/modules/commons-cli-1.1.jar:/u01/obp/app/product/fmw/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/u01/obp/app/product/fmw/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/u01/obp/app/product/fmw/wlserver_10.3/common/derby/lib/derbyclient.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/xqrl.jar:/u01/obp/app/product/fmw/Oracle_ECM1/ucm/idc/jlib/idcloader.jar:/u01/obp/app/product/fmw/Oracle_ECM1/ucm/idc/components/NativeOsUtils/classes-NativeOsUtils.jar:/u01/obp/app/product/fmw/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/obp/app/product/fmw/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/obp/app/product/jrockit-jdk1.6.0_51/lib/tools.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic.jar:/u01/obp/app/product/fmw/modules/features/weblogic.server.modules_10.3.6.0.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/webservices.jar:/u01/obp/app/product/fmw/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/obp/app/product/fmw/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/u01/obp/app/product/fmw
    PATH=/u01/obp/app/product/fmw/wlserver_10.3/server/bin:/u01/obp/app/product/fmw/modules/org.apache.ant_1.7.1/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/jre/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/bin:/u01/obp/app/product/fmw/wlserver_10.3/server/bin:/u01/obp/app/product/fmw/modules/org.apache.ant_1.7.1/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/jre/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/u01/fsgbu_ofssobp/bin
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http://hostname:port/console        *
    starting weblogic with Java version:
    java version "1.6.0_51"
    Java(TM) SE Runtime Environment (build 1.6.0_51-b11)
    Oracle JRockit(R) (build R28.2.8-10-156881-1.6.0_51-20130611-1146-linux-x86_64, compiled mode)
    Starting WLS with line:
    /u01/obp/app/product/jrockit-jdk1.6.0_51/bin/java -jrockit   -Xms256m -Xmx512m -Dweblogic.Name=UCM_server1 -Djava.security.policy=/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic.policy  -Dweblogic.ProductionModeEnabled=true -Dweblogic.system.BootIdentityFile=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/servers/UCM_server1/data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false  -da -Dplatform.home=/u01/obp/app/product/fmw/wlserver_10.3 -Dwls.home=/u01/obp/app/product/fmw/wlserver_10.3/server -Dweblogic.home=/u01/obp/app/product/fmw/wlserver_10.3/server  -Dcommon.components.home=/u01/obp/app/product/fmw/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain -Djrockit.optfile=/u01/obp/app/product/fmw/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig/servers/UCM_server1 -Doracle.domain.config.dir=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig  -Digf.arisidbeans.carmlloc=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig/carml  -Digf.arisidstack.home=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/servers/UCM_server1/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/u01/obp/app/product/fmw/oracle_common/modules/oracle.ossoiap_11.1.1,/u01/obp/app/product/fmw/oracle_common/modules/oracle.oamprovider_11.1.1,/u01/obp/app/product/fmw/oracle_common/modules/oracle.jps_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false  -Dipm.oracle.home=/u01/obp/app/product/fmw/Oracle_ECM1 -Ducm.oracle.home=/u01/obp/app/product/fmw/Oracle_ECM1 -Dirm.oracle.home=/u01/obp/app/product/fmw/Oracle_ECM1 -Dem.oracle.home=/u01/obp/app/product/fmw/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=http://pqvfsgbipmv001a:7001  -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/u01/obp/app/product/fmw/patch_wls1036/profiles/default/sysext_manifest_classpath:/u01/obp/app/product/fmw/patch_ocp371/profiles/default/sysext_manifest_classpath  weblogic.Server
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    <Mar 19, 2015 7:18:15 AM GMT+00:00> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Mar 19, 2015 7:18:16 AM GMT+00:00> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Mar 19, 2015 7:18:16 AM GMT+00:00> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.2.8-10-156881-1.6.0_51-20130611-1146-linux-x86_64 from Oracle Corporation>
    <Mar 19, 2015 7:18:18 AM GMT+00:00> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0.10 PSU Patch for BUG19637463 TUE NOV 04 15:54:42 IST 2014
    WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Mar 19, 2015 7:18:19 AM GMT+00:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Mar 19, 2015 7:18:19 AM GMT+00:00> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Mar 19, 2015 7:18:20 AM GMT+00:00> <Notice> <Log Management> <BEA-170019> <The server log file /u01/obp/app/product/fmw/user_projects/domains/ipm_domain/servers/UCM_server1/logs/UCM_server1.log is opened. All server side log events will be written to this file.>
    <Mar 19, 2015 7:19:02 AM GMT+00:00> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Mar 19, 2015 7:19:07 AM GMT+00:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Mar 19, 2015 7:19:07 AM GMT+00:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Mar 19, 2015 7:19:10 AM GMT+00:00> <Warning> <Security> <BEA-090668> <Ignored deployment of role "Admin" for resource "type=<url>, application=DMS Application#11.1.1.1.0, contextPath=/dms, uri=/">
    <Mar 19, 2015 7:19:17 AM GMT+00:00> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file /u01/obp/app/product/fmw/wlserver_10.3/server/lib/DemoIdentity.jks.>
    <Mar 19, 2015 7:19:17 AM GMT+00:00> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /u01/obp/app/product/fmw/wlserver_10.3/server/lib/DemoTrust.jks.>
    <Mar 19, 2015 7:19:17 AM GMT+00:00> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /u01/obp/app/product/jrockit-jdk1.6.0_51/jre/lib/security/cacerts.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Alert> <Security> <BEA-090152> <Demo trusted CA certificate is being used in production mode: [
      Version: V3
      Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
      Key:  Sun RSA public key, 512 bits
      modulus: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484772458983977898996276815440753
      public exponent: 65537
      Validity: [From: Thu Mar 21 20:12:27 GMT+00:00 2002,
                   To: Tue Mar 22 20:12:27 GMT+00:00 2022]
      Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      SerialNumber: [    33f10648 fcde0deb 4199921f d64537f4]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      Key_CertSign
      Algorithm: [MD5withRSA]
      Signature:
    0000: 9D 26 4C 29 C8 91 C3 A7   06 C3 24 6F AE B4 F8 82  .&L)......$o....
    0010: 80 4D AA CB 7C 79 46 84   81 C4 66 95 F4 1E D8 C4  .M...yF...f.....
    0020: E9 B7 D9 7C E2 23 33 A4   B7 21 E0 AA 54 2B 4A FF  .....#3..!..T+J.
    0030: CB 21 20 88 81 21 DB AC   90 54 D8 7D 79 63 23 3C  .! ..!...T..yc#<
    ] The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 19, 2015 7:19:37 AM GMT+00:00> <Warning> <Security> <BEA-090504> <Certificate chain received from pqvfsgbipmv001b - 10.130.43.85 failed hostname verification check. Certificate contained pqvfsgbipmv001b.int.oracleindustry.com but check expected pqvfsgbipmv001b>
    <Mar 19, 2015 7:19:37 AM GMT+00:00> <Warning> <Security> <BEA-090504> <Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a>
    <Mar 19, 2015 7:19:38 AM GMT+00:00> <Warning> <Security> <BEA-090504> <Certificate chain received from pqvfsgbipmv001b - 10.130.43.85 failed hostname verification check. Certificate contained pqvfsgbipmv001b.int.oracleindustry.com but check expected pqvfsgbipmv001b>
    <Mar 19, 2015 7:19:38 AM GMT+00:00> <Warning> <Security> <BEA-090504> <Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a>
    <Mar 19, 2015 7:19:39 AM GMT+00:00> <Error> <oracle.wsm.resources.policymanager> <WSM-02120> <Unable to connect to the policy access service.
    oracle.wsm.policymanager.PolicyManagerException: WSM-02120 : Unable to connect to the policy access service.
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:753)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getDocumentManagerBeanEJB(BeanFactory.java:700)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:544)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:624)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2039)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:72)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:63)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:111)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:199)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:232)
      at javax.servlet.GenericServlet.init(GenericServlet.java:242)
      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(SecurityManager.java:120)
      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:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3174)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:489)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://pqvfsgbipmv001a,pqvfsgbipmv001b:16001: Destination unreachable; nested exception is:
      javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a; No available router to destination]
      at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
      at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:368)
      at weblogic.jndi.Environment.getContext(Environment.java:315)
      at weblogic.jndi.Environment.getContext(Environment.java:285)
      at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
      at javax.naming.InitialContext.init(InitialContext.java:223)
      at javax.naming.InitialContext.<init>(InitialContext.java:197)
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:746)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getDocumentManagerBeanEJB(BeanFactory.java:700)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:544)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:624)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2037)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:71)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:103)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:101)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:198)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:231)
      at javax.servlet.GenericServlet.init(GenericServlet.java:241)
      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(SecurityManager.java:120)
      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:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3173)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: java.net.ConnectException: t3s://pqvfsgbipmv001a,pqvfsgbipmv001b:16001: Destination unreachable; nested exception is:
      javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a; No available router to destination
      at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
      at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
      at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)
      at weblogic.jndi.Environment.getContext(Environment.java:315)
      at weblogic.jndi.Environment.getContext(Environment.java:285)
      at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
      at javax.naming.InitialContext.init(InitialContext.java:223)
      at javax.naming.InitialContext.<init>(InitialContext.java:197)
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:746)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getDocumentManagerBeanEJB(BeanFactory.java:700)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:544)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:624)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2037)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:71)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:103)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:101)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:198)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:231)
      at javax.servlet.GenericServlet.init(GenericServlet.java:241)
      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(SecurityManager.java:120)
      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:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3173)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: java.rmi.ConnectException: Destination unreachable; nested exception is:
      javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a; No available router to destination
      at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
      at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
      at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:262)
      at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:199)
      at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
      at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
      at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
      at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
      at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)
      at weblogic.jndi.Environment.getContext(Environment.java:315)
      at weblogic.jndi.Environment.getContext(Environment.java:285)
      at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
      at javax.naming.InitialContext.init(InitialContext.java:223)
      at javax.naming.InitialContext.<init>(InitialContext.java:198)
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:746)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getDocumentManagerBeanEJB(BeanFactory.java:700)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:544)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:624)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2039)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:72)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:63)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:111)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:199)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:232)
      at javax.servlet.GenericServlet.init(GenericServlet.java:242)
      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(SecurityManager.java:120)
      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:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3174)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:489)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >
    <Mar 19, 2015 7:19:39 AM GMT+00:00> <Error> <oracle.wsm.resources.policymanager> <WSM-02120> <Unable to connect to the policy access service.
    oracle.wsm.policymanager.PolicyManagerException: WSM-02120 : Unable to connect to the policy access service.
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:753)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getUsageTrackerBeanEJB(BeanFactory.java:952)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:550)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:627)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2039)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:72)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:63)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:111)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:199)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:232)
      at javax.servlet.GenericServlet.init(GenericServlet.java:242)
      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(SecurityManager.java:120)
      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:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3174)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:489)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://pqvfsgbipmv001a,pqvfsgbipmv001b:16001: Destination unreachable; nested exception is:
      javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a; No available router to desti

    Actual error is, 
    'CheckoutAndOpenInNative' component, version '2013_02_19 (rev 11430) 11.1.7.121', provides checkoutandopeninnative:11gR1-1.0.0 feature
    <Mar 19, 2015 7:19:47 AM GMT+00:00> <Error> <oracle.ucm.idccs> <UCM-CS-050021> <Oracle WebCenter Content failed to initialize inside its servlet environment.>
    <Mar 19, 2015 7:19:47 AM GMT+00:00> <Error> <oracle.ucm.idccs> <UCM-CS-000001> <general exception
    intradoc.common.ServiceException: !csResourceUtilsFileIOError!csResourceUtilsFileReadError,activestate.hda
      at intradoc.resource.ResourceUtils.serializeDataBinderWithEncoding(ResourceUtils.java:311)
      at intradoc.resource.ResourceUtils.serializeDataBinder(ResourceUtils.java:64)
      at intradoc.server.ActiveState.serializeData(ActiveState.java:221)
      at intradoc.server.ActiveState.load(ActiveState.java:58)
      at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:438)
      at intradoc.server.IdcSystemLoader.init(IdcSystemLoader.java:335)
      at intradoc.server.IdcServerManager.init(IdcServerManager.java:120)
      at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:625)
      at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:456)
    <Mar 19, 2015 7:19:49 AM GMT+00:00> <Error> <ServletContext-> <BEA-000000> <There is an initialization failure during start up of UCM.>
    <Mar 19, 2015 7:19:49 AM GMT+00:00> <Error> <ServletContext-> <BEA-000000> <Could not start server of type 'server' at default relative web root URL 'cs'.
    javax.servlet.ServletException: Could not start up IDC server deployment.
      at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1284)
      at idcservlet.ServletUtils.startAndConfigureServer(ServletUtils.java:547)
      at idcservlet.ServletUtils.initializeAllServers(ServletUtils.java:460)
      at idcservlet.IdcFilter.initContentServer(IdcFilter.java:181)
      at idcservlet.IdcFilter.init(IdcFilter.java:156)
      Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: Oracle WebCenter Content failed to initialize inside its servlet environment.
      at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:139)
      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)
      Truncated. see log file for complete stacktrace
    Caused By: intradoc.common.ServiceException: !csResourceUtilsFileIOError!csResourceUtilsFileReadError,activestate.hda
      at intradoc.resource.ResourceUtils.serializeDataBinderWithEncoding(ResourceUtils.java:311)
      at intradoc.resource.ResourceUtils.serializeDataBinder(ResourceUtils.java:64)
      at intradoc.server.ActiveState.serializeData(ActiveState.java:221)
      at intradoc.server.ActiveState.load(ActiveState.java:58)
      at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:438)
      Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: !syUnableToCreateDateFormat,M/d{/yy}{ h:mm[:ss]{ a}}\!mAM\,PM\!tGMT0!syUnableToParseTimeZone
      at intradoc.data.DataSerializeUtils.determineParameterizedLocalization(DataSerializeUtils.java:373)
      at intradoc.serialize.DataBinderSerializer.receiveEx(DataBinderSerializer.java:501)
      at intradoc.data.DataSerializeUtils.receiveEx(DataSerializeUtils.java:87)
      at intradoc.data.DataBinder.receiveEx(DataBinder.java:2079)
      at intradoc.resource.ResourceUtils.serializeDataBinderWithEncoding(ResourceUtils.java:290)
      Truncated. see log file for complete stacktrace
    Caused By: intradoc.common.ParseStringException: !syUnableToParseTimeZone
      at intradoc.common.IdcDateFormat.optimizeFormat(IdcDateFormat.java:692)
      at intradoc.common.IdcDateFormat.initEx(IdcDateFormat.java:291)
      at intradoc.common.IdcDateFormat.initWithDefaultTimezone(IdcDateFormat.java:187)
      at intradoc.common.IdcDateFormat.init(IdcDateFormat.java:151)
      at intradoc.data.DataSerializeUtils.determineParameterizedLocalization(DataSerializeUtils.java:364)
      Truncated. see log file for complete stacktrace
    >

  • Error while starting Admin Server after install WLS 7.0.1

    Hi all,
    I am getting the following error while starting the Admin Server on HP-UX, after
    doing a silent install.
    Any Help is appreciated.
    thanks,
    sudu
    Dweblogic.security.SSL.trustedCAKeyStore=/opt/blueadmi/bea/weblogic700/server/lib/cacerts
    -classpath /opt/bea70/jdk131_03/lib/tools.jar:/opt/bea70/weblogic700/server:/opt/bea70/weblogic700/server/lib/weblogic_sp.jar:/opt/bea70/weblogic700/server/lib/weblogic.jar:/opt/bea70/weblogic700/server/lib/teradata.jar:
    -Dweblogic.Name=AdminServer -Dbea.home=/opt/bea70 -Dweblogic.management.username=system
    -Dweblogic.management.password=weblogic -Dweblogic.ProductionModeEnabled= -Djava.security.policy=/opt/bea70/weblogic700/server/lib/weblogic.policy
    weblogic.Server
    Starting WebLogic Server...
    <Oct 4, 2002 3:48:47 PM EDT> <Notice> <Management> <140005> <Loading configuration
    /opt/bea70/user_domains/DeCADomain/./config.xml>
    <Oct 4, 2002 3:49:19 PM EDT> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <Oct 4, 2002 3:49:20 PM EDT> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "AdminServer" for domain "DeCADomain">
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/public",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/jarfiles",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101034> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    failure extracting WAR classes
    java.io.IOException: No such file or directory
         at java.io.UnixFileSystem.createFileExclusively(Native Method)
         at java.io.File.checkAndCreate(Unknown Source)
         at java.io.File.createTempFile(Unknown Source)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:88)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:4259)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:4224)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:1053)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:1006)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:491)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:362)
         at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicationContainer.java:1531)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:688)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101220> <Error occurred while setting
    document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)" to
    "./AdminServer/.internal/uddi.war".>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <Deployer> <149205> <The Slave Deployer failed
    to initialize the application uddi due to error weblogic.management.ApplicationException:
    Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
    weblogic.management.ApplicationException: Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:697)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >

    Hi all,
    I am getting the following error while starting the Admin Server on HP-UX, after
    doing a silent install.
    Any Help is appreciated.
    thanks,
    sudu
    Dweblogic.security.SSL.trustedCAKeyStore=/opt/blueadmi/bea/weblogic700/server/lib/cacerts
    -classpath /opt/bea70/jdk131_03/lib/tools.jar:/opt/bea70/weblogic700/server:/opt/bea70/weblogic700/server/lib/weblogic_sp.jar:/opt/bea70/weblogic700/server/lib/weblogic.jar:/opt/bea70/weblogic700/server/lib/teradata.jar:
    -Dweblogic.Name=AdminServer -Dbea.home=/opt/bea70 -Dweblogic.management.username=system
    -Dweblogic.management.password=weblogic -Dweblogic.ProductionModeEnabled= -Djava.security.policy=/opt/bea70/weblogic700/server/lib/weblogic.policy
    weblogic.Server
    Starting WebLogic Server...
    <Oct 4, 2002 3:48:47 PM EDT> <Notice> <Management> <140005> <Loading configuration
    /opt/bea70/user_domains/DeCADomain/./config.xml>
    <Oct 4, 2002 3:49:19 PM EDT> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <Oct 4, 2002 3:49:20 PM EDT> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "AdminServer" for domain "DeCADomain">
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/public",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/jarfiles",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101034> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    failure extracting WAR classes
    java.io.IOException: No such file or directory
         at java.io.UnixFileSystem.createFileExclusively(Native Method)
         at java.io.File.checkAndCreate(Unknown Source)
         at java.io.File.createTempFile(Unknown Source)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:88)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:4259)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:4224)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:1053)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:1006)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:491)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:362)
         at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicationContainer.java:1531)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:688)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101220> <Error occurred while setting
    document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)" to
    "./AdminServer/.internal/uddi.war".>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <Deployer> <149205> <The Slave Deployer failed
    to initialize the application uddi due to error weblogic.management.ApplicationException:
    Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
    weblogic.management.ApplicationException: Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:697)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >

  • Error while install EBS 11.5.10 on RHEL5 oracle unbreakable linux

    hello
    i got this error while install EBS and here is the log file
    0/appsutil/out/VIS_oracle/templbac/adrundb1.sh
    setting permissions: 755
    setting ownership: applmgr:oinstall
    Step 0 of 5
    Command: /u01/oracle/visdb/9.2.0/temp/VIS_oracle/adrun9i.sh
    Step 1 of 5: Doing UNIX preprocessing
    Processing Step 1 of 5
    Executing: /u01/oracle/visdb/9.2.0/temp/VIS_oracle/adrun9i.sh APPS APPS
    STARTED INSTALL PHASE : 9i RDBMS : Wed Mar 18 11:26:45 EET 2009
    runProcess_5
    Statusstring Executing Command: InstantiateFile -d addbtmpl.drv
    Cannot execute configure of environment for database ORACLE_HOME
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    plz help

    here is the file after modification
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 10:38:41 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    0/appsutil/out/VIS_oracle/03181056/adcctclean.sql
    setting permissions: 600
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 10:56:15 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 10:56:39 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    instantiate file:
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 11:26:53 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 12:25:33 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1

  • Error while starting ABAP trial version system

    Hello Friends,
             I am getting the following error while starting thesystem.Please help me in solving the problem. I have seen this problem has happened for many people. Points rewarded for helpfull answers.
    error for dev_disp:
    kernel runs with dp version 224(ext=109) (@(#) DPLIB-INT-VERSION-224)
    length of sys_adm_ext is 360 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 4072) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 95 successfully loaded
         shared lib "dw_xtc.dll" version 95 successfully loaded
         shared lib "dw_stl.dll" version 95 successfully loaded
         shared lib "dw_gui.dll" version 95 successfully loaded
         shared lib "dw_mdm.dll" version 95 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Tue Feb 05 16:11:12 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5355]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >INLD50044432A_NSP_00                    <
    DpShMCreate: sizeof(wp_adm)          6328     (904)
    DpShMCreate: sizeof(tm_adm)          3605136     (17936)
    DpShMCreate: sizeof(wp_ca_adm)          1200     (60)
    DpShMCreate: sizeof(appc_ca_adm)     1200     (60)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    DpShMCreate: sizeof(comm_adm)          528048     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1280)
    DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 04E60040, size: 4205552)
    DpShMCreate: allocated sys_adm at 04E60040
    DpShMCreate: allocated wp_adm at 04E61A28
    DpShMCreate: allocated tm_adm_list at 04E632E0
    DpShMCreate: allocated tm_adm at 04E63310
    DpShMCreate: allocated wp_ca_adm at 051D35A0
    DpShMCreate: allocated appc_ca_adm at 051D3A50
    DpShMCreate: allocated comm_adm at 051D3F00
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 05254DB0
    DpShMCreate: allocated gw_adm at 05254DF0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 05254E20
    DpShMCreate: allocated wall_adm at 05254E28
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    Tue Feb 05 16:11:13 2008
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( INLD50044432A) [dpxxdisp.c   11663]
    Tue Feb 05 16:11:14 2008
    DpStartStopMsg: send start message (myname is >INLD50044432A_NSP_00                    <)
    DpStartStopMsg: start msg sent
    CCMS: alert/MONI_SEGM_SIZE = 0   monitoring and alerting switched off.
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 95
    Release check o.K.
    Tue Feb 05 16:11:54 2008
    ERROR => W0 (pid 2280) died [dpxxdisp.c   14318]
    ERROR => W1 (pid 2088) died [dpxxdisp.c   14318]
    ERROR => W2 (pid 1504) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x9f --> 0x9e
    ERROR => W3 (pid 3396) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x9e --> 0x9c
    ERROR => W4 (pid 2328) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x9c --> 0x98
    ERROR => W5 (pid 3316) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x98 --> 0x90
    ERROR => W6 (pid 3776) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x90 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1677
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    error from dev_w0
    C  Try to connect (DEFAULT) on connection 0 ...
    C  *** ERROR => Connect to database failed, rc = -10757 (XUSER error (the USERKEY is unknown))
    [dbsdbsql.cpp 112]
    C  Try to connect (SQLOPT) on connection 0 ...
    C  *** ERROR => Connect to database failed, rc = -10709 (Connection failed (RTE:Database name is missing))
    [dbsdbsql.cpp 136]
    B  ***LOG BV3=> severe db error -10709    ; work process is stopped [dbsh#2 @ 1199] [dbsh    1199 ]
    B  ***LOG BY2=> sql error -10709 performing CON [dblink#3 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> Connection failed (RTE:Database name is missing) [dblink#3 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1426]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10240]

    M  Info for wp 0

    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source =
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    vm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server INLD50044432A_NSP_00 on host INLD50044432A (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Tue Feb 05 16:11:15 2008
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10439
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   720]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  260]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2280) [dpnttool.c   327]
    Rgds,
    Dinesh

    The application server is unable to connect to the DB because it does not have the username/password that is stored in the XUSER file. If this is a unix system, then check the home directory for sidadm to see if the .XUSER file (it might be named something like .XUSER.62) is there.
    Are you using the sidadm account to start the system?
    Thanks,
    J. Haynes
    Denver, CO US

  • Error while starting stand alone applicaitons in Web Center Content

    Hi All,
    I am getting this error while starting any standalone component in Oracle WebCenter Content Server :
    WARNING: Jps platform factory creation failed. Reason: {0}.
    java.security.PrivilegedActionException: oracle.security.jps.JpsException: JPS-0
    *0065: Jps platform factory creation failed. Reason: java.lang.ClassNotFoundExcep*
    tion: oracle.security.jps.tomcat.JpsTomcatPlatformFactory.
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.ee.JpsPlatformFactory.getPlatformFactory(JpsPlatf
    ormFactory.java:185)
    at oracle.security.jps.ee.JpsPlatformFactory.getPlatformFactory(JpsPlatf
    ormFactory.java:146)
    at oracle.security.jps.internal.audit.AuditServiceImpl.initAuditor(Audit
    ServiceImpl.java:319)
    at oracle.security.jps.internal.audit.AuditServiceImpl.getAuditor(AuditS
    erviceImpl.java:238)
    at oracle.security.jps.internal.audit.AuditServiceImpl.getAuditor(AuditS
    erviceImpl.java:373)
    at oracle.security.jps.util.AuthZAuditUtil$3.run(AuthZAuditUtil.java:183
    at oracle.security.jps.util.AuthZAuditUtil$3.run(AuthZAuditUtil.java:181
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.AuthZAuditUtil.initAuditor(AuthZAuditUtil.ja
    va:181)
    at oracle.security.jps.util.AuthZAuditUtil.isEventLoggable(AuthZAuditUti
    l.java:136)
    at oracle.security.jps.util.AuthZAuditUtil.auditAuthZ(AuthZAuditUtil.jav
    a:427)
    at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:554)
    at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(C
    sfUtil.java:643)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.getCred
    entialMap(SspCredentialStore.java:497)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at idc.conversion.jps.CSFKeyLoaderAction.run(CSFKeyLoaderAction.java:56)
    at java.security.AccessController.doPrivileged(Native Method)
    at idc.conversion.jps.CSFKeyLoader.readKeys(CSFKeyLoader.java:166)
    at intradoc.conversion.StandardKeyLoader.load(StandardKeyLoader.java:61)
    at intradoc.conversion.SecurityObjects.loadKeys(SecurityObjects.java:528
    at intradoc.conversion.SecurityObjects.init(SecurityObjects.java:133)
    at intradoc.conversion.CryptoPasswordUtils.initSecurityObjects(CryptoPas
    swordUtils.java:75)
    at intradoc.conversion.CryptoPasswordUtils.loadPasswordManagement(Crypto
    PasswordUtils.java:136)
    at intradoc.server.IdcSystemLoader.managePasswords(IdcSystemLoader.java:
    *3118)*
    at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:396)
    at intradoc.server.IdcSystemLoader.init(IdcSystemLoader.java:335)
    at intradoc.server.IdcServerManager.init(IdcServerManager.java:120)
    at intradoc.apputilities.idcshell.InteractiveShellStartup.init(Interacti
    veShellStartup.java:253)
    at intradoc.apputilities.idcshell.InteractiveShellStartup.startup(Intera
    ctiveShellStartup.java:52)
    at IdcShell.main(IdcShell.java:27)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.loader.IdcClassLoader.invokeMain(IdcClassLoader.java:352)
    at intradoc.loader.IdcClassLoader.startMain(IdcClassLoader.java:170)
    at intradoc.loader.IdcClassLoader.main(IdcClassLoader.java:140)
    Caused by: oracle.security.jps.JpsException: JPS-00065: Jps platform factory cre
    ation failed. Reason: java.lang.ClassNotFoundException: oracle.security.jps.tomc
    at.JpsTomcatPlatformFactory.
    at oracle.security.jps.ee.JpsPlatformFactory$2.run(JpsPlatformFactory.ja
    va:193)
    at oracle.security.jps.ee.JpsPlatformFactory$2.run(JpsPlatformFactory.ja
    va:186)
    *... 41 more*
    Mar 7, 2013 2:55:58 PM oracle.security.jps.internal.audit.AuditServiceImpl initA
    uditor
    WARNING: Failed to get server log directory. Reason: oracle.security.jps.JpsExce
    ption: JPS-00065: Jps platform factory creation failed. Reason: oracle.security.
    jps.JpsException: JPS-00065: Jps platform factory creation failed. Reason: java.
    lang.ClassNotFoundException: oracle.security.jps.tomcat.JpsTomcatPlatformFactory
    intradoc.common.ServiceException:
    at intradoc.server.IdcServerManager.init(IdcServerManager.java:230)
    at intradoc.apputilities.idcshell.InteractiveShellStartup.init(Interacti
    veShellStartup.java:253)
    at intradoc.apputilities.idcshell.InteractiveShellStartup.startup(Intera
    ctiveShellStartup.java:52)
    at IdcShell.main(IdcShell.java:27)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.loader.IdcClassLoader.invokeMain(IdcClassLoader.java:352)
    at intradoc.loader.IdcClassLoader.startMain(IdcClassLoader.java:170)
    at intradoc.loader.IdcClassLoader.main(IdcClassLoader.java:140)
    Caused by: intradoc.data.DataException: !apErrorWithTable,DocMetaDefinition
    at intradoc.shared.MetaFieldData.initIndexes(MetaFieldData.java:171)
    at intradoc.shared.MetaFieldData.init(MetaFieldData.java:84)
    at intradoc.server.subject.MetaDataSubjectCallback.cacheMetaData(MetaDat
    aSubjectCallback.java:42)
    at intradoc.server.subject.MetaDataSubjectCallback.refresh(MetaDataSubje
    ctCallback.java:35)
    at intradoc.server.IdcSystemLoader.loadCachedTables(IdcSystemLoader.java
    *:1255)*
    at intradoc.server.IdcSystemLoader.loadCaches(IdcSystemLoader.java:1164)
    at intradoc.server.IdcServerManager.init(IdcServerManager.java:132)
    *... 10 more*
    Caused by: intradoc.data.DataException: !syColumnDoesNotExist,dDecimalScale
    at intradoc.data.ResultSetUtils.getIndexMustExist(ResultSetUtils.java:44
    *7)*
    at intradoc.shared.MetaFieldData.initIndexes(MetaFieldData.java:167)
    *... 16 more*
    Error with table 'DocMetaDefinition'.
    The column 'dDecimalScale' does not exist in this table.
    I am using 11.1.1.6 free version of webcenter content and using appropriate database with required tables created by RCU of appropriate version and also using required weblogic server.
    Is there anything like , we are not allowed to use stand alone application in free version ? or problem is something else.
    Thank you in advance.
    Edited by: 957580 on Mar 7, 2013 2:01 AM

    Hi Deepak,
    Thanks for Reply.
    But in /home/sapcs/conf/http.conf file its already maintained like this, sending you some part of httpd.conf file
    Listen: Allows you to bind Apache to specific IP addresses and/or # ports, instead of the default. See also the #<VirtualHost> # directive.
    Change this to Listen on specific IP addresses as shown below to  prevent Apache from glomming onto all bound IP #addresses.
    Listen 1090
    User/Group: The name (or #number) of the user/group to run httpd as.
    It is usually good practice to create a dedicated user and group for
    running httpd, as with most system services.
    User sapcs
    Group sapsys
    </IfModule>
    </IfModule>
    even after restarting server i am getting same problem
    [sapcs@hpsebdev1 bin]$ apachectl start
    (13)Permission denied: make_sock: could not bind to address [::]:80
    (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    Unable to open logs
    I am using a non root user to start apachectl command
    Regards
    Gagan Sharma

  • Error while starting disp+work

    Hello Friends,
    I am getting the following error while starting thesystem.Please help me in solving the problem. I have seen this problem has happened for many people but no solution provided. Points rewarded for helpfull answers.
    error from dev_disp:
    kernel runs with dp version 224(ext=109) (@(#) DPLIB-INT-VERSION-224)
    length of sys_adm_ext is 360 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 4072) http://dpxxdisp.c 1239
    shared lib "dw_xml.dll" version 95 successfully loaded
    shared lib "dw_xtc.dll" version 95 successfully loaded
    shared lib "dw_stl.dll" version 95 successfully loaded
    shared lib "dw_gui.dll" version 95 successfully loaded
    shared lib "dw_mdm.dll" version 95 successfully loaded
    rdisp/softcancel_sequence : -> 0,5,-1
    use internal message server connection to port 3900
    Tue Feb 05 16:11:12 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings http://dpxxtool2.c 5355
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >INLD50044432A_NSP_00 <
    DpShMCreate: sizeof(wp_adm) 6328 (904)
    DpShMCreate: sizeof(tm_adm) 3605136 (17936)
    DpShMCreate: sizeof(wp_ca_adm) 1200 (60)
    DpShMCreate: sizeof(appc_ca_adm) 1200 (60)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    DpShMCreate: sizeof(comm_adm) 528048 (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm) 0 (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm) 0 (72)
    DpShMCreate: sizeof(vmc_adm) 0 (1280)
    DpShMCreate: sizeof(wall_adm) (22440/34344/56/100)
    DpShMCreate: sizeof(gw_adm) 48
    DpShMCreate: SHM_DP_ADM_KEY (addr: 04E60040, size: 4205552)
    DpShMCreate: allocated sys_adm at 04E60040
    DpShMCreate: allocated wp_adm at 04E61A28
    DpShMCreate: allocated tm_adm_list at 04E632E0
    DpShMCreate: allocated tm_adm at 04E63310
    DpShMCreate: allocated wp_ca_adm at 051D35A0
    DpShMCreate: allocated appc_ca_adm at 051D3A50
    DpShMCreate: allocated comm_adm at 051D3F00
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 05254DB0
    DpShMCreate: allocated gw_adm at 05254DF0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 05254E20
    DpShMCreate: allocated wall_adm at 05254E28
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    Tue Feb 05 16:11:13 2008
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Memory Reset disabled as NT default
    <ES> 127 blocks reserved for free list.
    ES initialized.
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( INLD50044432A) http://dpxxdisp.c 11663
    Tue Feb 05 16:11:14 2008
    DpStartStopMsg: send start message (myname is >INLD50044432A_NSP_00 <)
    DpStartStopMsg: start msg sent
    CCMS: alert/MONI_SEGM_SIZE = 0 monitoring and alerting switched off.
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet http://dpxxmbuf.c 1050
    DpMsgAdmin: Set patchno for this platform to 95
    Release check o.K.
    Tue Feb 05 16:11:54 2008
    ERROR => W0 (pid 2280) died http://dpxxdisp.c 14318
    ERROR => W1 (pid 2088) died http://dpxxdisp.c 14318
    ERROR => W2 (pid 1504) died http://dpxxdisp.c 14318
    my types changed after wp death/restart 0x9f --> 0x9e
    ERROR => W3 (pid 3396) died http://dpxxdisp.c 14318
    my types changed after wp death/restart 0x9e --> 0x9c
    ERROR => W4 (pid 2328) died http://dpxxdisp.c 14318
    my types changed after wp death/restart 0x9c --> 0x98
    ERROR => W5 (pid 3316) died http://dpxxdisp.c 14318
    my types changed after wp death/restart 0x98 --> 0x90
    ERROR => W6 (pid 3776) died http://dpxxdisp.c 14318
    my types changed after wp death/restart 0x90 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1677
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    error from dev_w0
    C Try to connect (DEFAULT) on connection 0 ...
    C *** ERROR => Connect to database failed, rc = -10757 (XUSER error (the USERKEY is unknown))
    http://dbsdbsql.cpp 112
    C Try to connect (SQLOPT) on connection 0 ...
    C *** ERROR => Connect to database failed, rc = -10709 (Connection failed (RTE:Database name is missing))
    http://dbsdbsql.cpp 136
    B ***LOG BV3=> severe db error -10709 ; work process is stopped dbsh#2 @ 1199 dbsh 1199
    B ***LOG BY2=> sql error -10709 performing CON dblink#3 @ 431 dblink 0431
    B ***LOG BY0=> Connection failed (RTE:Database name is missing) dblink#3 @ 431 dblink 0431
    M ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) http://thxxhead.c 1426
    M in_ThErrHandle: 1
    M *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) http://thxxhead.c 10240
    M
    M Info for wp 0
    M
    M stat = WP_RUN
    M waiting_for = NO_WAITING
    M reqtype = DP_RQ_DIAWP
    M act_reqtype = NO_REQTYPE
    M rq_info = 0
    M tid = -1
    M mode = 255
    M len = -1
    M rq_id = 65535
    M rq_source =
    M last_tid = 0
    M last_mode = 0
    M semaphore = 0
    M act_cs_count = 0
    M csTrack = 0
    M csTrackRwExcl = 0
    M csTrackRwShrd = 0
    M control_flag = 0
    M int_checked_resource(RFC) = 0
    M ext_checked_resource(RFC) = 0
    M int_checked_resource(HTTP) = 0
    M ext_checked_resource(HTTP) = 0
    M report = > <
    M action = 0
    M tab_name = > <
    M vm = no VM
    M
    M *****************************************************************************
    M *
    M * LOCATION SAP-Server INLD50044432A_NSP_00 on host INLD50044432A (wp 0)
    M * ERROR ThInit: db_connect
    M *
    M * TIME Tue Feb 05 16:11:15 2008
    M * RELEASE 700
    M * COMPONENT Taskhandler
    M * VERSION 1
    M * RC 13
    M * MODULE thxxhead.c
    M * LINE 10439
    M * COUNTER 1
    M *
    M *****************************************************************************
    M
    M PfStatDisconnect: disconnect statistics
    M Entering TH_CALLHOOKS
    M ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M *** ERROR => ThrSaveSPAFields: no valid thr_wpadm http://thxxrun1.c 720
    M *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed http://thxxtool3.c 260
    M Entering ThSetStatError
    M ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M Entering ThReadDetachMode
    M call ThrShutDown (1)...
    M ***LOG Q02=> wp_halt, WPStop (Workproc 0 2280) http://dpnttool.c 327
    Rgds,
    Dinesh

    Hi Bidwan,
            I tried executing the command for XUSER, Executed successfully. Still i am getting the same error..
    Error logs for dev_w0
    M  calling db_connect ...

    C  DBSDBSLIB : version 700.08, patch 0.095 (Make PL 0.95)
    C  MAXDB shared library (dbsdbslib) patchlevels (last 10)
    C    (0.095) MaxDB DBSL patch collection 1 2007 (note 1014270)
    C    (0.082) MaxDB DBSL patch collection 3 2006 (note 991258)
    C    (0.079) MaxDB DBSL patch collection 2 2006 (note 984406)
    C    (0.068) MaxDB DBSL patch collection 1 2006 (note 962708)
    C    (0.051) DB50 perm block defect (note 934194)
    C    (0.046) ADBC: invalid data when fetching cursor with hold (note 925337)
    C    (0.045) Signal 11 during creation of BIA index (note 920743)
    C    (0.038) MaxDB DBSL patch collection 2 2005 (note 908602)
    C    (0.034) Livecache unicode connect (use SDK 7.6.0 b11) (note 901576)
    C    (0.028) Disable LVC codepage checking (note 882788)


    C  Loading SQLDBC client runtime ...
    C  SQLDBC SDK Version : SQLDBC.H  7.6.0    BUILD 002-121-083-965
    C  SQLDBC Library Version : libSQLDBC 7.6.2    BUILD 014-123-152-175
    C  SQLDBC client runtime is MaxDB 7.6.2.014 CL 152175
    C  SQLDBC supports new DECIMAL interface : 0
    C  SQLDBC supports VARIABLE INPUT data : 1
    C  INFO : SQLOPT= -I 0 -t 0 -S SAPR3
    C  Try to connect (DEFAULT) on connection 0 ...
    C  *** ERROR => Connect to database failed, rc = -10757 (XUSER error (the USERKEY is unknown))
    [dbsdbsql.cpp 112]
    C  Try to connect (SQLOPT) on connection 0 ...
    C  *** ERROR => Connect to database failed, rc = -10709 (Connection failed (RTE:Database name is missing))
    [dbsdbsql.cpp 136]
    B  ***LOG BV3=> severe db error -10709    ; work process is stopped [dbsh#2 @ 1199] [dbsh    1199 ]
    B  ***LOG BY2=> sql error -10709 performing CON [dblink#3 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> Connection failed (RTE:Database name is missing) [dblink#3 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1426]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10240]
    I would like to mention that no SIDadm user has been created in windows user account. But installation was successfull
    Rgds,
    Dinesh

Maybe you are looking for

  • Document cannot be printed, no pages selected

    Using Win 7 & Adobe XI. Trying to print pdf's created years ago. Trying to print pdf attachments received in emails. Get error message "The document cannot be printed" & "There are no pages selected to print". Have tried printing as "Image". Have tri

  • How to add link with mp3 to iTunes library?

    I purchased a song which is actually a link ending in mp3. I want to save it to my itunes library, but when I highlight and right-click on it, it only gives me the option to "save as itunes spoken word." Also how do I make itunes as my default audio

  • SB Audigy2 w/Vista: Creative Volume Control conflict with Windows Volume Control(sndvol.ex

    Hi Everyone, I'm running Windows Vista on a Dell Dimension 8300 with a SoundBlaster Audigy 2(WDM) card. I have a few no-mind questions about how these things all work together: . After I installed Creative's Vista driver upgrade for the SB Audigy 2 s

  • Edit Icon button grayed out.

    When I go to edit the icon picture for some, but not all, of my Keyword Tags, the Edit Icon button is grayed out and unavailable. Did I do something incorrect when creating these Keyword Tags? Other Tags can be changed but not all of them.

  • What's up with my table? (link to site inside)

    My domain name is still being registered but anyhow here is my deal... Check out a rough draft of my site here... http://df31.dot5hosting.com/~vertical/ Now if you notice under the table where it says "New Posts" it looks like there is a tiny little