Not able to start Em Console for Oracle 11g in Linux 6.1

I have a RedHat Linux 6.1 Laptop. I successfully installed Oracle 11g in my laptop and configured the DB.
Post Installation everything was working fine and I could open the EM console.
After stopping the DB, I am not able to bring up the em console. Notice the below error
2014-01-27 19:32:52,014 Thread-4115646208 WARN  reload: Error parsing lastupld.xml : ORAXML-229, File=file:/home/oracle/app/oracle/product/11.2.0/dbhome_1/localhost_OMSora11g/sysman/emd/lastupld.xml, Line=0, Msg=LPX-00229: input source is empty
2014-01-27 19:32:52,089 Thread-4115646208 WARN  http: nmehl_connect_internal: connect failed to (localhost:1158): Connection refused (error = 111)
2014-01-27 19:32:52,089 Thread-4115646208 ERROR pingManager: nmepm_pingReposURL: Cannot connect to http://localhost:1158/em/upload/: retStatus=-1
2014-01-27 19:32:52,170 Thread-4115646208 WARN  command: Job Subsystem Timeout set at 600 seconds
2014-01-27 19:32:52,197 Thread-4115646208 WARN  upload: Upload manager has no Failure script: disabled
2014-01-27 19:32:52,367 Thread-4115646208 WARN  metadata: Metric VirtualHosts does not have any data columns
2014-01-27 19:32:52,624 Thread-4115646208 WARN  metadata: Metric hung_system_traces does not have any data columns
2014-01-27 19:32:52,937 Thread-4115646208 ERROR main: failed to initialize TargetManager
======================================
One of the links suggested it could  be because of sys and sysman users being locked. I ran the "alter user  sysman  account unlock;" command and unlocked it.
BEFORE Unlock
./emctl start dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
http://localhost:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 11g Database Control ............................................................................................. failed.
Logs are generated in directory /home/oracle/app/oracle/product/11.2.0/dbhome_1/localhost_OMSora11g/sysman/log
AFTER UNLOCK
./emctl start dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
http://localhost:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 11g Database Control ..... started.
Logs are generated in directory /home/oracle/app/oracle/product/11.2.0/dbhome_1/localhost_OMSora11g/sysman/log
But the same error is noticed in both the above cases. Please assist..
AFTER Unlock

Hi,
As you have mentioned that the sysman account was locked I would recommend to change the sysman password as per below doc to ensure the password is consistent at both config file and DB level
How To Change the Password of the Database User Sysman (DB Control Repository Schema) (Doc ID 259379.1)
Then try accessing the DBcontrol using below URL
http://localhost:1158/em/console
Regards,
Rahul

Similar Messages

  • Not able to start the listener in oracle 10g  after the domain name changed

    Hi
    I had installed the oracle 10g on zLinux. It was working fine( was able to mount the database and start the listener). Now my server's domain name got changed. So i have added the new domain name in the tnsnames.ora and listeners.ora file . now i could able to mount the databases but am not able to start the listener . whille starting the listener , am getting the following error
    oracle@ptcr4d00:~> lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.2.0 - Production on 05-AUG-2009 10:31:05
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /opt/oracle/10g/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.2.0 - Production
    System parameter file is /opt/oracle/10g/network/admin/listener.ora
    Log messages written to /opt/oracle/10g/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PTCR4D00)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    Linux Error: 104: Connection reset by peer
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=PTCR4D00)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    I have posted the contents of the tnsnames.ora and listeners.ora
    TNSNAMES.ORA
    TC =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PTCR4D00)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = TC)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    LISTENERS.ORA
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /opt/oracle/10g)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = PTCR4D00)(PORT = 1521))
    Could you please help me to resolve this issue ?
    Regards
    Mani

    Hi
    Please find the content of the /etc/hosts below
    # IP-Address Full-Qualified-Hostname Short-Hostname
    #127.0.0.1 localhost
    9.124.114.49 PTCR4D00
    # special IPv6 addresses
    ::1 localhost ipv6-localhost ipv6-loopback
    fe00::0 ipv6-localnet
    ff00::0 ipv6-mcastprefix
    ff02::1 ipv6-allnodes
    ff02::2 ipv6-allrouters
    ff02::3 ipv6-allhosts
    9.124.114.49 PTCR4D00 PTCR4D00
    Regards
    Mani

  • /lib32 folder required for Oracle 11g on Linux 32 bit

    Hi,
    I have 64 bit linux and Oracle 11g installed but one of my applications is using 32-bit libraries.
    So i am thinking of copying the lib32 folder in ORACLE_HOME and paste the path in LD_LIBRARY_PATH.
    Will it work or not????
    If YES, i need the lib32 folder for Oracle 11g R2 on Linux 32 bit. Can someone please tell me from where can i download it?

    Hi;
    In addition to Srini, I suggest to review:
    Master Note For Oracle Database Client Installation [ID 1157463.1]
    Client / Server / Interoperability Support Between Different Oracle Versions [ID 207303.1]
    Regard
    Helios

  • Not able to start the services in obiee 11g

    Hi ,
    I installed the obiee 11 on my laptop and obiee 10 was also installed on it.the installation went fine and the url also came up fine.
    But when i am again trying to open the url the it is not coming also checked the oracle business intelligence folder after the installation it created only one folder for 11 and 10 and start bi services is not there it is only showing the start oc4j.

    hi,
    try invoking 11g services (nqsserver, presentation server, java host, admin tool ) through command prompt and see if it is working
    thanks
    -nag
    http://www.obinotes.com

  • I am not able to install the toad version for Oracle 11g

    Hi,
    1] I am not able to install the "Toad for Oracle 11.5 Freeware" it's expire in Oct-2013.Now i am trying to download the new version but the same s/w downloaded and at the time installation it's shown me that this s/w is expire and install new version
    2] Also installed "Toad for Oracle Version 9.0" vesrion it's installed Successfully but when i am trying to start the toad it's shown msg as "Oracle Instant client is not installed.
    3] In "Toad for Oracle Version 9.0" can i exceute the queryies from Oracle 11g database.
    Kindly suggest to way out,
    Regards,
    Sachin

    user7197586 wrote:
    Hi
    Thanks for update.
    If i want to use the Toad,can you please suggest
    Regards,
    Sachin
    Re-asking won't help you to get help, especially when it's for non-Oracle product.
    You've been advised to look at Toad side. Please go ahead.
    -- locking thread --
    Nicolas (moderator).

  • Oracle 11g on Linux for Power?

    Hi All,
    Does Oracle today has support for Oracle 11g on Linux for Power?
    I couldn't find it from the website, only has Oracle 10gR2..
    Please advice..
    Thank you..
    Regards,
    Alson Ang
    First Solution Sdn Bhd

    Just found Oracle Support document 1310584.1, last updated August 5, 2011:
    Says:
    Oracle will not be releasing Oracle Database 11g on IBM Linux on Power systems. Customers can continue to run the terminal patch set of Oracle Database 10g Release 2 (10.2.0.5)....
    Extended Support is offered through July 21, 2013
    Limited Extended Support offered until July 31, 2015
    Hope this helps.
    Matt

  • Not able to start the Sun Java System Access Manager 7 Console

    Hi All,
    I have successfully installed the Sun Java System Portal Server 7 on RHEL 4.0.The problem I am facing is not able to start the Sun Java System Access Manager 7 Console while accessing the URL: http://fqdn:8080/amconsole
    As soon as I try to access this URL it gives me following Excepiton:::::::
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    com.iplanet.jato.NavigationException: Exception encountered during forward
    Root cause = [java.lang.NullPointerException]
         com.iplanet.jato.view.ViewBeanBase.forward(ViewBeanBase.java:386)
         com.iplanet.jato.view.ViewBeanBase.forwardTo(ViewBeanBase.java:267)
         com.iplanet.am.console.base.ConsoleServletBase.onUncaughtException(ConsoleServletBase.java:338)
         com.iplanet.jato.ApplicationServletBase.fireUncaughtException(ApplicationServletBase.java:1023)
         com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:469)
         com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:324)
         com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:294)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         sun.reflect.GeneratedMethodAccessor106.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    If anyone have any idea about the cause of this error,please let me know.All suggestions are welcome .
    Thanx and Regards,
    Chirag.

    Hi All,
    I am having exactly the same problem with the same stack trace. Has anybody have an idea how to fix this?
    I have downloaded the Java Identity Management Suite.(java_es-5-identsuite-ga-windows-x86.zip) The first time installation was fine and I was able to bring the Access Manager console. I was able to create users groups etc.
    However, when I uninstalled and installed it again, I got exactly the same error described in the thread. Running "amserver start" and "amserver restart" did not help. I did the installation one more time
    but again I got the same error.
    Thanks for the help.
    celikkan

  • Not able to start Oracle Intelligent Agent

    Hi to all,
    I am not able to start the Oracle Intelligent Agent. I am getting the following error.
    bash-2.05$ agentctl start
    DBSNMP for Solaris: Version 9.2.0.3.0 - Production on 13-OCT-2008 10:43:56
    Copyright (c) 2003 Oracle Corporation. All rights reserved.
    Starting Oracle Intelligent Agent...
    Agent startup failed. Check /oracle/product/9.2.0.1/network/log/dbsnmp.nohup for details
    ---Output of dbsnmp.nohup---
    bash-2.05$ more dbsnmp.nohup-----
    Mon Oct 13 10:43:56 AFT 2008
    Failed while initializing SNMP
    Error initializing subsystems
    Agent exited at Mon Oct 13 10:44:00 AFT 2008 with return value 55
    Could not start agent. Initialization failure
    ---Output of dbsnmp.log---
    bash-2.05$ more dbsnmp.log
    DBSNMP for Solaris: Version 9.2.0.3.0 - Production on 13-OCT-2008 10:44:00
    Copyright (c) 2003 Oracle Corporation. All rights reserved.
    System parameter file is /oracle/product/9.2.0.1/network/admin/snmp_ro.ora
    Log messages written to /oracle/product/9.2.0.1/network/log/dbsnmp.log
    Trace information written to /oracle/product/9.2.0.1/network/trace/dbsnmp_6030.trc
    Trace level is currently 0
    ---Output of nmiconf.log---
    bash-2.05$ more nmiconf.log
    DBSNMP for SunOS 5.9: release 9.2.0.0.0 - Production on 13-OCT-08 10:43:56
    Discovering services on kapttdw1 configured on host addresses {kapttdw1 kapttdw1.com loghost 192.168.100.114 applicationdb 192.168.1
    00.120 kapttdw1m 10.10.100.186 kapttdw1-ce3 192.168.100.233}
    Using oratab file /var/opt/oracle/oratab
    Could not open emtab at /var/opt/oracle/emtab.
    Can anybody tell me how to resolve this issue.
    Thanks in Advance
    Hashim

    Check following thread..
    http://kr.forums.oracle.com/forums/message.jspa?messageID=631474
    and search on metalink as well. There are a lot of threads addressing this issue in various scenarios.

  • Not Able to Start UAServer for upgrade to NW2004s

    Hi,
    I am in the process of upgrading a NW2004 System to NW2004s.
    I know that for upgradation i have to start the UaServer.
    When i start the UA Server, i am not able to start it
    The following is the log file for the same
    Pls help me in this
    C:\Documents and Settings\bw3adm>java -cp D:\usr\sap\put\ua\ua.jar UaServer
    UaServer> Stable storage file 'D:\usr\sap\put\ua\UaState' not found
    UaServer> Creating stable storage file 'D:\usr\sap\put\ua\UaState'
    Please enter administrator password
    Enter password:*********
    Confirm password:*********
    UaServer> Temporary directory is 'D:\usr\sap\put\ua'
    UaServer> Property file 'D:\usr\sap\put\ua\UaServer.properties' read
    UaServer> Configuring HTTP server
    UaServer> Using HTTP index file name: index.html
    UaServer> Signing JAR file uagui.jar
    com.sap.sdt.server.core.SDTServer.createService(SDTServer.java:281)
    com.sap.sdt.server.core.SDTServer.startUaServer(SDTServer.java:126)
    sun.reflect.NativeMethodAccessorImpl.invoke0(null:-2)
    sun.reflect.NativeMethodAccessorImpl.invoke(null:-1)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(null:-1)
    java.lang.reflect.Method.invoke(null:-1)
    com.sap.sdt.util.misc.MethodCall.invoke(MethodCall.java:80)
    com.sap.sdt.util.misc.BootStrapper.start(BootStrapper.java:76)
    UaServer.main(UaServer.java:367)
    msg.server.0002 com.sap.sdt.server.ext.r3up.R3upService
    msg.diag.0002 java.lang.reflect.InvocationTargetException null
    UaServer> ERROR:
    com.sap.sdt.server.core.SDTServer.createService(SDTServer.java:281)
    com.sap.sdt.server.core.SDTServer.startUaServer(SDTServer.java:126)
    sun.reflect.NativeMethodAccessorImpl.invoke0(null:-2)
    sun.reflect.NativeMethodAccessorImpl.invoke(null:-1)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(null:-1)
    java.lang.reflect.Method.invoke(null:-1)
    com.sap.sdt.util.misc.MethodCall.invoke(MethodCall.java:80)
    com.sap.sdt.util.misc.BootStrapper.start(BootStrapper.java:76)
    UaServer.main(UaServer.java:367)
    msg.server.0002 com.sap.sdt.server.ext.r3up.R3upService
    msg.diag.0002 java.lang.reflect.InvocationTargetException null

    Hi Balaji
    I will suggest you few checklist :
    1. See permissions in the security sub-directory.If its wrong  it will be impossible for the Java Runtime to read the
    security policy files.
    2. temp directory not set.setting in enviroment variable
    3. http://hostname:4239/ua/uagui.jnlp .try opening with this URL
    4 Could you please check the proxy settings for your Java Webstart? It should be configured in a way that either mentioned host is contained in the list of
    hosts which are not connected via proxy or usage of proxies is switched
    off completely.
    Let me know about the same.

  • Not able to Start the oracle db error "ORA-01031: insufficient privileges"

    Hi experts,
    I have oracle 11g setup on so solaris. i changed the db_cache_size
    & processes values and stopped the DB services after that i am not able to start the oracle DB. Listener is running.
    when i start the db server its giving the below error(startup.log)
    ./dbstart: Starting up database "orcl"
    Mon Sep 27 04:31:08 MDT 2010
    SQL*Plus: Release 11.1.0.7.0 - Production on Mon Sep 27 04:31:08 2010
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    SQL> ERROR:
    ORA-01031: insufficient privileges
    SQL> ORA-01031: insufficient privileges
    SQL>
    ./dbstart: Database instance "orcl" warm started.
    Please help me to ressolve this issue.
    Thanks
    Krishna

    yes, password file is there in /etc/passwd
    here are the contents:
    root:x:0:0:Super-User:/:/sbin/sh
    lroot:x:0:0:Super-User:/:/sbin/sh
    daemon:x:1:1::/:
    bin:x:2:2::/usr/bin:/bin/false
    sys:x:3:3::/:
    adm:x:4:4:Admin:/var/adm:/bin/false
    lp:x:71:8:Line Printer Admin:/usr/spool/lp:/bin/false
    uucp:x:5:5:uucp Admin:/usr/lib/uucp:/bin/false
    nuucp:x:9:9:uucp Admin:/var/spool/uucppublic:/usr/lib/uucp/uucico
    listen:x:37:4:Network Admin:/usr/net/nls:/bin/false
    nobody:x:60001:60001:Nobody:/:/bin/false
    noaccess:x:60002:60002:No Access User:/:/bin/false
    nobody4:x:65534:65534:SunOS 4.x Nobody:/:/bin/false
    itunix:x:50000:14:IT Unix Account:/export/home/itunix:/bin/csh
    hharika:x:765:38:Harpal Harika:/export/home/hharika:/bin/csh
    prsingh:x:795:38:Pradeep Singh:/export/home/prsingh:/bin/csh
    mmir:x:1229:21:Mir Monis Ali:/export/home/mmir:/bin/csh
    bogunnai:x:1207:21:Bose Ogunnaike:/export/home/bogunnai:/bin/ksh
    mpokala:x:2117:21:Mahesh Pokala:/export/home/mpokala:/bin/ksh
    apopov:x:2385:38:Anton Popov:/export/home/apopov:/bin/csh
    kkeith:x:2629:227:Kevin Keith:/home/kkeith:/usr/bin/ksh
    sshd:x:22:22:SSH Privsep:/var/empty:/bin/false
    patrol:x:2784:10:Patrol User:/opt/bmc:/usr/bin/ksh
    smmsp:x:25:25:Sendmail Submission user:/none:/bin/false
    ldap:x:50001:1002::/export/home/ldap:/bin/sh
    perfuser:x:884:268::/export/home/perfuser:/bin/csh
    webservd:x:80:80::/home/webservd:/bin/pfsh
    oracle:x:156:40:Oracle Software Owner:/export/home/oracle:/bin/bash
    perfuser_idc:x:64383:1::/home/perfuser_idc:/bin/sh
    idc_perf:x:64384:292::/home/idc_perf:/bin/sh

  • When i start my itunes, it start immediately but than i am not able to click on anything for at-least 20 minutes.

    When i start my itunes, it start immediately but than i am not able to click on anything for at-least 20 minutes.
    I have a lot of songs on there from my local drive and also a network drive which is connected to my local hhome network.
    Now before when i use to load itunes while it get frozen it used to collect information on 3 songs and i knew their names so went ahead and deleted them but now i dont see it collecting any information and just frozen.
    I just got an iphone and also noticed that once i am syncing my iphone and than i cancel the sync it will again freeze.
    What could be causing this, please tell me a way where i dont have to erase my library and re scan it.
    One important note - My iTunes Media folder location is on my Network Drive. Can that be the reason?
    Let me know.
    Thanks in Advance,
    Jay

    The "tap to click" function isn't enabled until a user logs on.  You should be able to use the "physical click" (push down on the front left of the trackpad) in the login screen.
    Regards,
    Captfred

  • Not able to start Integrated Weblogic server

    Hi All,
    I have installed Jdeveloper & Weblogic server in my system. I am able to deploy my SOA peojects in em console. But when i try to run a JSF project , it is throwing an error message like not able to start Integrated Weblogic Server. And Could not read old style optfile from D:\OracleOSB\Middleware\oracle_common\modules\oracle.jrf_11.1.1\jrocket_optfile.txt. I dont have my middleware in D:\OracleOSB\Middleware, But i have created the Middleware home in D:\Oracle\Middleware.
    I reinstalled SOA sutie, Jdeveloper & Weblogic server but stilll then i am getting the same error when i try to start Integrated Weblogic server. Please find below the error message:
    *** Using port 7101 ***
    C:\Users\249103\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    The system cannot find the path specified.
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Development
    CLASSPATH=D:\OracleOSB\Middleware\wlserver_10.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;D:\OracleOSB\Middleware\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar;D:\OracleOSB\Middleware\wlserver_10.3\server\lib\xqrl.jar
    PATH=D:\OracleXE\app\oracle\product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
    * 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_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Oracle JRockit(R) (build R28.0.0-679-130297-1.6.0_17-20100312-2123-windows-ia32, compiled mode)
    Starting WLS with line:
    D:\Oracle\MIDDLE~1\JROCKI~1.0-6\bin\java -Xms256m -Xmx512m -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\OracleOSB\Middleware\wlserver_10.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -da -Dplatform.home=D:\OracleOSB\Middleware\wlserver_10.3 -Dwls.home=D:\OracleOSB\Middleware\wlserver_10.3\server -Dweblogic.home=D:\OracleOSB\Middleware\wlserver_10.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\Users\249103\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=D:\OracleOSB\Middleware\oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=D:\OracleOSB\Middleware\oracle_common\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\Users\249103\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\Users\249103\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\Users\249103\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\Users\249103\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Users\249103\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=D:\OracleOSB\Middleware\oracle_common\modules\oracle.ossoiap_11.1.1,D:\OracleOSB\Middleware\oracle_common\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\249103\AppData\Roaming\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= weblogic.Server
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    [ERROR][cgdir  ] Could not read old style optfile from D:\OracleOSB\Middleware\oracle_common\modules\oracle.jrf_11.1.1\jrocket_optfile.txt: Could not open D:\OracleOSB\Middleware\oracle_common\modules\oracle.jrf_11.1.1\jrocket_optfile.txt
    Exception in thread "Main Thread" java.lang.NoClassDefFoundError: weblogic/Server
    Caused by: java.lang.ClassNotFoundException: weblogic.Server
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Could not find the main class: weblogic.Server. Program will exit.
    Process exited.
    Can anyone help me to overcome this issue.
    thanks in advance.

    Try checking the "C:\Users\249103\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd" startup file. It seems containing old references to D:\OracleOSB instead of D:\Oracle ...

  • Not able to start PIA

    hi gurus, i am not able to start my PIA. i am able to boot the app server successfully but i think there is some issue with the webserver. this is the URL of my PIA http://DELL-PC:80/psp/CPDMO/?cmd=login
    when i am trying to open the link to check websever (http://DELL-PC), it does not work. plus i am also not sure whether the port number 80 is correct. would you please also suggest me where all i can get this port number to verify?
    the below is the cmd text of webserver boot -
    Attempting to start WebLogic Server 'PIA'
    starting weblogic with Java version:
    java version "1.6.0_05"
    Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
    BEA JRockit(R) (build R27.6.2-20_o-108500-1.6.0_05-20090120-1116-windows-ia32, compiled mode)
    java -jrockit -XnoOpt -XXnoJITInline -Xms512m -Xmx512m -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform -Djava.util
    .logging.config.file=D:\CPDMO_~1\webserv\CPDMO\applications\peoplesoft\logging.properties -Dorg.apache.commons.logging.Log=org.apache.c
    ommons.logging.impl.Jdk14Logger -Dweblogic.Name=PIA -Dps_vault=D:\CPDMO_~1\webserv\CPDMO\psvault -Djavax.net.ssl.trustStore=D:/CPDMO_P
    SHOME\webserv\CPDMO\keystore\pskey -Dweblogic.ProductionModeEnabled=true -Djava.security.policy=D:\WEBLOG~1\WLSERV~1.3\server\lib\weblo
    gic.policy -Dssl.debug=false -Dps_home=D:/CPDMO_PSHOME weblogic.Server
    <Jul 30, 2012 12:49:32 PM IST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the
    classpath:
    D:\CPDMO_PSHOME\webserv\CPDMO\lib\pluto-1.0.1.jar;D:\CPDMO_PSHOME\webserv\CPDMO\lib\portlet-api-1.0.jar;D:\CPDMO_PSHOME\webserv\CPDMO\l
    ib\ps_patch.jar>
    <Jul 30, 2012 12:49:35 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.6.2-20_o-
    108500-1.6.0_05-20090120-1116-windows-ia32 from BEA Systems, Inc.>
    <Jul 30, 2012 12:49:36 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.1.0 Thu Jun 11 00:26:56 EDT 2009 122738
    5 >
    <Jul 30, 2012 12:49:36 PM IST> <Warning> <Management> <BEA-141274> <Production mode has specified at the command line via the weblogic.
    ProductionModeEnabled system property. This system property overrides the development mode setting contained in config.xml. However, th
    e console and WLST show the attribute values and defaults that correspond to the development mode specified in config.xml.>
    <Jul 30, 2012 12:49:38 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jul 30, 2012 12:49:38 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jul 30, 2012 12:49:39 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file D:\CPDMO_PSHOME\webserv\CPDMO\servers\PIA\lo
    gs\PIA_weblogic.log is opened. All server side log events will be written to this file.>
    <Jul 30, 2012 12:49:45 PM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jul 30, 2012 12:49:53 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jul 30, 2012 12:49:53 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jul 30, 2012 12:50:28 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Jul 30, 2012 12:50:30 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alia
    s DemoIdentity from the jks keystore file D:\WEBLOG~1\WLSERV~1.3\server\lib\DemoIdentity.jks.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file D:\WEBLOG~1\WL
    SERV~1.3\server\lib\DemoTrust.jks.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file D:\WEBLOG~1\JR
    OCKI~1.2-2\jre\lib\security\cacerts.>
    <Jul 30, 2012 12:50:31 PM IST> <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: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484
    772458983977898996276815440753
    public exponent: 65537
    Validity: [From: Fri Mar 22 01:42:27 IST 2002,
                   To: Wed Mar 23 01:42:27 IST 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.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[3]" is now listening on fe80:0:0:0:9089:6007:aac:
    55bb:443 for protocols iiops, t3s, ldaps, https.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on fe80:0:0:0:286d:3e9e:f19d:7779:
    8010 for protocols iiop, t3, ldap, snmp, http.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 2001:0:9d38:953c:286d:3e9e:f19d:77
    79:8010 for protocols iiop, t3, ldap, snmp, http.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[4]" is now listening on fe80:0:0:0:286d:3e9e:f19d
    :7779:443 for protocols iiops, t3s, ldaps, https.>
    <Jul 30, 2012 12:50:31 PM IST> <Warning> <Server> <BEA-002611> <Hostname "DELL-PC", maps to multiple IP addresses: 14.98.136.134, fe80:
    0:0:0:286d:3e9e:f19d:7779%15, 2002:e62:8886:0:0:0:e62:8886, 2001:0:9d38:953c:286d:3e9e:f19d:7779>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[7]" is now listening on 0:0:0:0:0:0:0:1:443 for p
    rotocols iiops, t3s, ldaps, https.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[8]" is now listening on 127.0.0.1:443 for protoco
    ls iiops, t3s, ldaps, https.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[6]" is now listening on fe80:0:0:0:7028:bf6f:a932:b82:8
    010 for protocols iiop, t3, ldap, snmp, http.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[7]" is now listening on 0:0:0:0:0:0:0:1:8010 for protoc
    ols iiop, t3, ldap, snmp, http.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[8]" is now listening on 127.0.0.1:8010 for protocols ii
    op, t3, ldap, snmp, http.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[1]" is now listening on 2002:e62:8886:0:0:0:e62:8
    886:443 for protocols iiops, t3s, ldaps, https.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 14.98.136.134:8010 for protocol
    s iiop, t3, ldap, snmp, http.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[5]" is now listening on fe80:0:0:0:200:5efe:e62:8
    886:443 for protocols iiops, t3s, ldaps, https.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 2002:e62:8886:0:0:0:e62:8886:80
    10 for protocols iiop, t3, ldap, snmp, http.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on fe80:0:0:0:200:5efe:e62:8886:80
    10 for protocols iiop, t3, ldap, snmp, http.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[2]" is now listening on 14.98.136.134:443 for pro
    tocols iiops, t3s, ldaps, https.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 2001:0:9d38:953c:286d:3e9e:f
    19d:7779:443 for protocols iiops, t3s, ldaps, https.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:9089:6007:aac:55bb:8
    010 for protocols iiop, t3, ldap, snmp, http.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[6]" is now listening on fe80:0:0:0:7028:bf6f:a932
    :b82:443 for protocols iiops, t3s, ldaps, https.>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "PIA" for domain "CPDMO" running i
    n Production Mode>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Jul 30, 2012 12:50:33 PM IST> <Warning> <Log Management> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messa
    ges to the admin server. The Admin server may not be running. Message broadcasts to the admin server will be disabled.>
    Edited by: hick on Jul 30, 2012 12:59 PM

    looks like your configured pia to run on port 8010
    >
    <Jul 30, 2012 12:50:31 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[8]" is now listening on 127.0.0.1:8010 for protocols ii
    op, t3, ldap, snmp, http.>
    >
    Try following url:
    http://DELL-PC:8010/psp/CPDMO/?cmd=login

  • Not able to start OEM

    Hi,
    I have installed Orcle grid control10.2.0.1 on node 1.Its a 11gr2 rac database.
    But i am not able to start OEM.
    [oracle@rac1 bin]$ ./opmnctl status
    Processes in Instance: EnterpriseManager0.rac1.raczone.com
    -------------------+--------------------+---------+---------
    ias-component      | process-type       |     pid | status 
    -------------------+--------------------+---------+---------
    DSA                | DSA                |       0 | NONE   
    HTTP_Server        | HTTP_Server        |    8176 | Init   
    LogLoader          | logloaderd         |       0 | NONE   
    dcm-daemon         | dcm-daemon         |       0 | NONE   
    OC4J               | home               |    8168 | Init   
    WebCache           | WebCache           |    8191 | Alive  
    WebCache           | WebCacheAdmin      |     N/A | Down   
    [oracle@rac1 bin]$ ./opmnctl startproc ias-component=OC4J
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=rac1.raczone.com:6202
        no processes matched this request
    [oracle@rac1 bin]$ ./opmnctl startproc ias-component=DSA
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=rac1.raczone.com:6202
        no processes matched this request
    [oracle@rac1 bin]$ ./opmnctl startproc ias-component=HTTP_Server
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=rac1.raczone.com:6202
        no processes matched this request
    [oracle@rac1 bin]$ ./opmnctl status
    Processes in Instance: EnterpriseManager0.rac1.raczone.com
    -------------------+--------------------+---------+---------
    ias-component      | process-type       |     pid | status 
    -------------------+--------------------+---------+---------
    DSA                | DSA                |       0 | NONE   
    HTTP_Server        | HTTP_Server        |    8176 | Alive  
    LogLoader          | logloaderd         |       0 | NONE   
    dcm-daemon         | dcm-daemon         |       0 | NONE   
    OC4J               | home               |       0 | NONE   
    WebCache           | WebCache           |    8191 | Alive  
    WebCache           | WebCacheAdmin      |     N/A | Down   
    [oracle@rac1 bin]$ opmnctl startproc process-type=OC4J_EMPROV
    -bash: opmnctl: command not found
    [oracle@rac1 bin]$ ./opmnctl startproc process-type=OC4J_EMPROV
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=rac1.raczone.com:6202
        no enabled components for this request
    [oracle@rac1 bin]$ ./opmnctl startproc process-type=DSA
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=rac1.raczone.com:6202
        no enabled components for this request
    [oracle@rac1 bin]$ ./opmnctl status
    Processes in Instance: EnterpriseManager0.rac1.raczone.com
    -------------------+--------------------+---------+---------
    ias-component      | process-type       |     pid | status 
    -------------------+--------------------+---------+---------
    DSA                | DSA                |       0 | NONE   
    HTTP_Server        | HTTP_Server        |    8176 | Alive  
    LogLoader          | logloaderd         |       0 | NONE   
    dcm-daemon         | dcm-daemon         |       0 | NONE   
    OC4J               | home               |       0 | NONE   
    WebCache           | WebCache           |    8191 | Alive  
    WebCache           | WebCacheAdmin      |     N/A | Down   
    [oracle@rac1 bin]$ ./opmnctl stopall
    opmnctl: stopping opmn and all managed processes...
    [oracle@rac1 bin]$ ./opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=rac1.raczone.com:6202
        3 of 4 processes started.
    ias-instance id=EnterpriseManager0.rac1.raczone.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
        OC4J/home/default_island
    Error
    --> Process (pid=9016)
        failed to start a managed process after the maximum retry limit
        Log:
        /raczone/oem/OracleHomes/oms10g/opmn/logs/OC4J~home~default_island~1
    [oracle@rac1 bin]$ ./opmnctl status
    Processes in Instance: EnterpriseManager0.rac1.raczone.com
    -------------------+--------------------+---------+---------
    ias-component      | process-type       |     pid | status 
    -------------------+--------------------+---------+---------
    DSA                | DSA                |     N/A | Down   
    HTTP_Server        | HTTP_Server        |    8936 | Alive  
    LogLoader          | logloaderd         |     N/A | Down   
    dcm-daemon         | dcm-daemon         |     N/A | Down   
    OC4J               | home               |     N/A | Down   
    WebCache           | WebCache           |    8963 | Alive  
    WebCache           | WebCacheAdmin      |    8945 | Alive  
    [oracle@rac1 bin]$ ./opmnctl startproc process-type=DSA
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=rac1.raczone.com:6202
        no enabled components for this request
    [oracle@rac1 bin]$ ./opmnctl status
    Processes in Instance: EnterpriseManager0.rac1.raczone.com
    -------------------+--------------------+---------+---------
    ias-component      | process-type       |     pid | status 
    -------------------+--------------------+---------+---------
    DSA                | DSA                |     N/A | Down   
    HTTP_Server        | HTTP_Server        |    8936 | Alive  
    LogLoader          | logloaderd         |     N/A | Down   
    dcm-daemon         | dcm-daemon         |     N/A | Down   
    OC4J               | home               |     N/A | Down   
    WebCache           | WebCache           |    8963 | Alive  
    WebCache           | WebCacheAdmin      |    8945 | Alive  
    [oracle@rac1 bin]$ cd ../
    [oracle@rac1 opmn]$ cd ../../agent10g/bin/
    [oracle@rac1 bin]$ ls -lrt emctl
    -rwxr--r-- 1 oracle oinstall 11777 Jun 19 20:59 emctl
    [oracle@rac1 bin]$ ./emctl status agent
    Oracle Enterprise Manager 10g Release 10.2.0.1.0. 
    Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.
    Malformed URL: http://rac1.raczone.com:%EM_SERVLET_PORT%/emd/main/
    Error connecting to http://rac1.raczone.com:%EM_SERVLET_PORT%/emd/main/
    [oracle@rac1 bin]$

    Its a fresh installation
    nothing is logged in opms.log file
    [oracle@rac1 logs]$ ls -lrt
    total 196
    -rw------- 1 oracle oinstall     0 Jun 19 20:48 opmn.log
    -rw-r--r-- 1 root   root        90 Jun 25 17:06 DSA~1
    -rw-r--r-- 1 root   root        76 Jun 25 17:06 LogLoader~logloaderd~1
    -rw-r--r-- 1 root   root        51 Jun 25 17:06 dcm-daemon~dcm-daemon~dcm~1
    -rw------- 1 oracle oinstall  9043 Jul  4 12:26 ons.log
    -rw------- 1 oracle oinstall  3479 Jul  4 12:26 WebCache~WebCacheAdmin~1
    -rw------- 1 oracle oinstall  3400 Jul  4 12:26 WebCache~WebCache~1
    -rw------- 1 oracle oinstall 14009 Jul  4 12:26 HTTP_Server~1
    -rw------- 1 oracle oinstall 77612 Jul  4 12:26 OC4J~home~default_island~1
    drwx------ 2 oracle oinstall  4096 Jul  4 12:26 states
    -rw------- 1 oracle oinstall 57908 Jul  4 12:26 ipm.log
    [oracle@rac1 logs]$

  • Not able to start the weblogic server ....

    Hi All,
    I am using JDeveloper  11.1.1.6 .
    I am not able to start the weblogic server .I am getting below Exception .I am not sure where I  need to check,,
    Error at line:2333 col:31  '' expected a valid beginning name character
    at weblogic.xml.babel.scanner.Name.read(Name.java:33)
        at weblogic.xml.babel.scanner.Name.read(Name.java:20)
        at weblogic.xml.babel.scanner.OpenTag.read(OpenTag.java:58)
        at weblogic.xml.babel.scanner.Scanner.startState(Scanner.java:251)
        at weblogic.xml.babel.scanner.Scanner.scan(Scanner.java:178)
        at weblogic.xml.babel.baseparser.BaseParser.accept(BaseParser.java:533)
        at weblogic.xml.babel.baseparser.Space.parse(Space.java:19)
        at weblogic.xml.babel.baseparser.BaseParser.parseElement(BaseParser.java:474)
        at weblogic.xml.babel.baseparser.BaseParser.parseSome(BaseParser.java:326)
        at weblogic.xml.stax.XMLStreamReaderBase.advance(XMLStreamReaderBase.java:195)
        at weblogic.xml.stax.XMLStreamReaderBase.next(XMLStreamReaderBase.java:237)
        at oracle.security.jps.internal.policystore.xml.StaxPolicyStoreParser.processFunctionParameters(StaxPolicyStoreParser.java:2207)
        at oracle.security.jps.internal.policystore.xml.StaxPolicyStoreParser.processFunction(StaxPolicyStoreParser.java:2135)
        at oracle.security.jps.internal.policystore.xml.StaxPolicyStoreParser.processFunctions(StaxPolicyStoreParser.java:2072)
        at oracle.security.jps.internal.policystore.xml.StaxPolicyStoreParser.processAppPolicy(StaxPolicyStoreParser.java:796)
        at oracle.security.jps.internal.policystore.xml.StaxPolicyStoreParser.processPolicyStore(StaxPolicyStoreParser.java:521)
        at oracle.security.jps.internal.core.datastore.xml.XmlDataStoreParser.getDataStoreEntryStax(XmlDataStoreParser.java:120)
        at oracle.security.jps.internal.core.datastore.xml.XmlDataStoreParser.getDataStoreEntry(XmlDataStoreParser.java:180)
        at oracle.security.jps.internal.core.datastore.xml.XmlDataStoreParser.getDataStoreEntry(XmlDataStoreParser.java:187)
        at oracle.security.jps.internal.core.datastore.xml.XmlDataStore.loadXmlDataStore(XmlDataStore.java:411)
        at oracle.security.jps.internal.core.datastore.xml.XmlDataStore.<init>(XmlDataStore.java:276)
        at oracle.security.jps.internal.core.datastore.xml.XmlDataStore.getInstance(XmlDataStore.java:209)
        at oracle.security.jps.internal.policystore.xml.XmlPolicyStore.buildFromFile(XmlPolicyStore.java:492)
        at oracle.security.jps.internal.policystore.xml.XmlPolicyStore.<init>(XmlPolicyStore.java:276)
        at oracle.security.jps.internal.policystore.xml.XmlPolicyStoreProvider.getInstance(XmlPolicyStoreProvider.java:100)
        at oracle.security.jps.internal.policystore.xml.XmlPolicyStoreProvider.getInstance(XmlPolicyStoreProvider.java:74)
        at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.findServiceInstance(ContextFactoryImpl.java:139)
        at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:170)
        at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:191)
        at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:132)
        at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:127)
        at oracle.security.jps.internal.policystore.PolicyUtil$2.run(PolicyUtil.java:2827)
        at oracle.security.jps.internal.policystore.PolicyUtil$2.run(PolicyUtil.java:2821)
        at java.security.AccessController.doPrivileged(Native Method)
        at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2821)
        at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3097)
        at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
        at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1339)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
        at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
        at weblogic.security.SecurityService.start(SecurityService.java:141)
        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <Jul 19, 2013 11:11:09 AM IST> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: Cannot read from policy store. Reason is PolicyStore Error, javax.xml.stream.XMLStreamException: Error at line:2333 col:31  '
    Thanks ...

    hi user,
    did you check this.
    diehn.net/blog &amp;raquo; Blog Archive &amp;raquo; Weblogic AdminServer refused to start &amp;#8211; truncated syste…

Maybe you are looking for

  • How can i restore my iphone 5s as i forgot my icloud password and sec questions

    I bought a new iphone 5s  (32G Gold) and when I connect it to itunes asked me to restore from my old iphone 4 with all my account settings and passwords. but I have a problem with my account for icloud password and security questions because my cloud

  • How to show customers and vendors in balance sheet

    hi guru, i want to show my customer and vendor balances individually under head debtors and creditors in the balance sheet. that in balance sheet report when i click on debtors or creditors it should be expand and system should show the individually

  • XML as DataSource for JSF app

    I am using xml files as the data for a JSF app. I know how to use dataproviders attached to databases in order to display and update data to and from the jsf page. Is there a simple way to do this with XML as the data source?

  • Parking document in MIRO

    Dear Friend, Can anybody tell me whether it is possible to park Invoiceverification document in MIRO by MM department and posting can be done by FI department. Thanks Uma

  • R12 or Latest Technical  Reference Manual

    Hi Does anybody have Technical Reference Manual for Release 12 or the latest version of R12.I'm not able to find that in the metalink.I'm looking for Products ASCP GOP & CP Thanks & Regards Bhubalan Mani Edited by: Bhubalan Mani on Jul 22, 2010 8:05