Database not start with srvctl  command in rac 10g

hi
when i change parameter in sqlnet file
SQLNET.AUTHENTICATION_SERVICES= (NTS) to SQLNET.AUTHENTICATION_SERVICES= (NONE)
then database is not started with srvctl utillity but started with sqlplus enviroment.
please help in this issue

user521214 wrote:
hi,
we are implementing security policy for our client. our databas is on RAC . As per the security, we need to revoke sys dba priviliges. when i used SQLNET.AUTHENTICATION_SERVICES=(NTS) in sqlnet.ora or SQLNET.AUTHENTICATION_SERVICES=(NONE). the instance not start with the following command in rac 10g.
$srvctl start database -d abc
$ crs_stat -t
Name Type Target State Host
ora.db.db application OFFLINE OFFLINE
ora....b1.inst application ONLINE OFFLINE hosttest01
Edited by: user521214 on Apr 21, 2011 4:08 AMIs this the only parameter you changed? What happens when you undo this modification?
What do you see on log files?

Similar Messages

  • Large pages are not used when databases are started from srvctl on ibm aix

    Hi,
    RAC 11.2.0.3.2 on IBM AIX 6.1 TL07. Mixed databases 10.2.0.5.4 and 11.2.0.3.2
    When started with SQLPLUS, the database instance use LARGE PAGES
    When started with SRVCTL, the database instance doesn't use LARGE PAGES, even root has the right capabilities
    lsuser -a capabilities root
    root capabilities=CAP_NUMA_ATTACH,CAP_BYPASS_RAC_VMM,CAP_PROPAGATE
    The same behaviour is observed for 10.2.0.5.4 and 11.2.0.3.2 databases.
    ORACLE_SGA_PGSZ=16m is exported in /etc/profile.
    I found that :
    1) When the node is restarted (shutdown -r now), clusterware and all databases (database 10gr2, 11gr2 , asm, ...) start automaticaly WITHOUT using LARGE PAGES. After this, databases restarted with SQLPLUS are USING LARGE PAGES, and databases restarted with SRVCTL NEVER use LARGE PAGES.
    2) When the clusterware is restarted manualy (crsctl stop|start crs) all databases (database 10gr2, 11gr2 , asm, ...) start automaticaly and all instances (10gr2 and 11gr2) are USING the LARGE PAGES. After this, database are ALWAYS using LARGE PAGES (started with SQLPLUS or SRVCTL)
    So, this problem occurs only after a restart of the host. All is fine after a manual restart of the clusterware.
    my references
    SGA Not Pinned In The AIX Large Pages When Instance Is Started With Srvctl [ID T369424.1]
    How to enable Large Page Feature on AIX-Based Systems [ID 372157.1]
    Thank's for your help

    The problem here is for IBM AIX (I dont find the equivalent for ulimit -l max locked memory, in ulimit for AIX)
    Here a portion of the original /etc/ohasd script (ulimit -c and -n are already set for AIX)
    start_stack()
    # see init.ohasd.sbs for a full rationale
    case $PLATFORM in
    Linux)
    # MEMLOCK limit is for Bug 9136459
    ulimit -l unlimited
    ulimit -c unlimited
    ulimit -n 65536
    ulimit -c unlimited
    ulimit -n 65536
    esac
    So i put a trace
    start_stack()
    # see init.ohasd.sbs for a full rationale
    case $PLATFORM in
    Linux)
    # MEMLOCK limit is for Bug 9136459
    ulimit -l unlimited
    ulimit -c unlimited
    ulimit -n 65536
    ulimit -c unlimited
    ulimit -n 65536
    echo "$(ulimit -a)" > /tmp/coh.log
    echo "$(lsuser -a capabilities root)" >> /tmp/coh.log
    esac
    here is the result :
    time(seconds) unlimited
    file(blocks) unlimited
    data(kbytes) unlimited
    stack(kbytes) 4194304
    memory(kbytes) unlimited
    coredump(blocks) unlimited
    nofiles(descriptors) 65536
    threads(per process) unlimited
    processes(per user) unlimited
    root capabilities=CAP_NUMA_ATTACH,CAP_BYPASS_RAC_VMM,CAP_PROPAGATE
    i continue investigating this way ...

  • Standby Database not syncronized with primary.

    DB: 10.2.0.4.0
    OS RedHat Linux
    My standby Database not syncronized with primary, because of space issue mrp process was stopped.
    During that we added 4 datafile in primary database in that case how we can sync standby database?
    There are no unamed files on standby database.
    SQL> select name from v$datafile where name like '%UNNAME%';
    no rows selected

    Prath wrote:
    When i trying to recover database getting below error:
    Starting recover at 11-DEC-10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 12/11/2010 12:00:23
    RMAN-06094: datafile 73 must be restored
    Note: Datafile 73 not available on standby database.Execute select name from v$datafile statement from standby and post there.
    (Of course you can rebuild standby database again ,create standby controlfile and copy all datafiles)

  • Error:cannot backup SPFILE because the instance was not started with SPFILE

    I get the following error message, what I have done wrong?
    Starting backup at 27-JUN-08
    released channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 06/27/2008 10:11:54
    RMAN-06062: can not backup SPFILE because the instance was not started with SPFILE
    Best Regards,
    Fan

    Show parameter pfile/spfile will not show you contents of pfile , for seeing contents you will have to show parameter with required parama name.
    show parameter log_archive_dest
    Whenever you start database ostartup first by default use spfile$Oracle_Sid.ora for starting the instance if this spfile does not exist then it goes for spfile.ora if spfile.ora also does not exist then it search init$Oracle_Sid.ora in default location.
    As you created spfile after restarting the database will automatically use spfile and will show you spfile in yours param when you will show parameter spfile if it does not show then you are still using pfile
    SQL> startup pfile='C:\oracle\product\10.1.0\admin\lease\pfile\init.ora.5242008172537'
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    Database opened.
    SQL> show parameter pfile
    NAME                                 TYPE        VALUE
    spfile                               string
    SQL> create spfile from pfile
      2  /
    File created.
    SQL> show parameter pfile
    NAME                                 TYPE        VALUE
    spfile                               string
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    Database opened.
    SQL> show parameter pfile
    NAME                                 TYPE        VALUE
    spfile                               string      C:\ORACLE\PRODUCT\10.1.0\DB_2\
                                                     DATABASE\SPFILELEASE.ORA
    SQL>

  • Oracle Database Not Starting Up Properly

    On VMware there's a known issue with Oracle databases on a Windows client not starting up properly all the time and a manual startup using oradim -start -sid <whatever> is required to get it fully running. I kinda figured that I wouldn't run into the exact same issue on Oracle VM. I created a brand new Oracle VM Windows 2003 32-bit server, installed the Oracle drivers for paravirtualization, and whammo, the problem is still here. I didn't find anything in this forum about the database not starting up, so I'm wondering if others are running into the same problem and how to resolve the issue. Thanks a bunch for your help.

    keithrust wrote:
    On VMware there's a known issue with Oracle databases on a Windows client not starting up properly all the time and a manual startup using oradim -start -sid <whatever> is required to get it fully running. Hmmm, doing it several time, and never seen such issue. Which "known issue" and by who are you talking about ?
    I created a brand new Oracle VM Windows 2003 32-bit server, installed the Oracle drivers for paravirtualization, and whammo, the problem is still hereI'm sure, you miss something somewhere in the config. Right now, you're on supported configuration, you could either raise a SR to the support, or get help from your peer on Oracle Database General forum.
    Ah, but it's not a Windows issue. On a non-VM Windows box the database starts just fine all the time. Again, this is a known issue acknowledged by Oracle on the VMware side, I'm just surprised it exists on the Oracle VM side.Again, give more details about this "known issue". Never heard about that, eventhough I've been around for years.
    I was afraid you were going to ask that. I'll have to search for it again, but I think you can do the same as well....Well, I doubt you could find a Metalink note about Oracle on VMWare. So far, Oracle has always refused to support database on OS virtualized on VMWare (or any VM software other than Oracle VM). Based on that, you could be sure, your "known issue" is not an issue on Oracle VM.
    If you want more help, again, give more details about your issue.
    Nicolas.

  • DB is not starting with spfile .

    Hi ,
    i am running DB (10.2.0.4) DB on solaris.x64 platform.
    When i started the database after install , its giving error as
    SQL> startup
    ORA-00064: object is too large to allocate on this O/S (1,3994560)
    I checked the sga_target size in spfile , which is set to (729145600 bytes ~ 595 M)
    When installed another DB with sga_target size as 412 M
    and started the DB it gives follwing error .
    SQL> startup
    SQL> ORA-00821: Specified value of sga_target 412M is too small, needs to be at least 552M
    if i start the same DB with pfile where sga_target has set to 1632 M , the DB is starting successfully.
    My question is if it is starting with this higher value of sga_target in with pfile , why it is not starting with a lesser value.

    Cause:     The specified value of sga_target is too small for the SGA to accommodate all of the necessary SGA components such as the log buffer, buffer pools, shared pool, etc.
    Action:     Set sga_target to the recommended value or reduce the values of any SGA component size parameters you have specified.
    The previous solutions where correct, but if you're not providing a full path on the "CREATE SPFILE" make sure you have defined the parameter SPFILE. Otherwise you'll get the SPFILE created on $ORACLE_HOME/dbs/spfileDBNAME.ora
    Regards,
    Enric Moya

  • Connected to auxiliary database (not started)

    Hello! I'm establishing Data Guard on Oracle 11g (x64). OS - CentOS 6.6 x86_x64.
    The problem occurs when i'm trying to connect from my primary db to standby.
    I expect:
    connected to auxiliary database (not mounted)
    but getting
    not started
    And when i'm trying to:
    duplicate target database for standby nofilenamecheck dorecover;
    I get an expected error:
    Starting Duplicate Db at 17-MAR-15
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 03/17/2015 01:04:49
    RMAN-06403: could not obtain a fully authorized session
    RMAN-04006: error from auxiliary database: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    I also read simular topic:
    Creating a duplicated database from active database
    but i check several times my listener.ora on standby, and i can't figure out where the problem lies.
    Actions that preceded the appearance of the error:
    The main base is loaded by default (startup)
    StandBy base loaded without mount (startup nomount)
    On the main launch from the terminal «rman target /»
    Command «connect auxiliary sys@orclstandby»
    Password (sys)
    Got: connected to auxiliary database (not started)
    Here is my configuration files:
    Primary:
    tnsname:
    orclprimary =
      (DESCRIPTION =
       (ADDRESS = (PROTOCOL = TCP)(HOST = oracle11centos.com)(PORT = 1521))
       (CONNECT_DATA =
       (SERVER = DEDICATED)
       (SERVICE_NAME = orcl.com)
    orclstandby =
      (DESCRIPTION =
       (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.115)(PORT = 1521))
       (CONNECT_DATA =
       (SERVER = DEDICATED)
       (SERVICE_NAME = orclstandby.com)
       (SID_NAME = orcl)
      pfileORCL.ora
    orcl.__db_cache_size=301989888
    orcl.__java_pool_size=4194304
    orcl.__large_pool_size=4194304
    orcl.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    orcl.__pga_aggregate_target=314572800
    orcl.__sga_target=469762048
    orcl.__shared_io_pool_size=0
    orcl.__shared_pool_size=150994944
    orcl.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/orcl/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='/u01/app/oracle/oradata/orcl/control01.ctl','/u01/app/oracle/flash_recovery_area/orcl/control02.ctl'
    *.db_block_size=8192
    *.db_domain='com'
    *.db_name='orcl'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=4070572032
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=orclXDB)'
    *.memory_target=784334848
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.undo_tablespace='UNDOTBS1'
    db_unique_name='orclprimary'
    log_archive_config='dg_config=(orclprimary,orclstandby)'
    log_archive_dest_1='SERVICE=orclstandby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) db_unique_name=orclstandby'
    log_archive_dest_2='LOCATION=/u01/app/oracle/oradata/orcl/archive VALID_FOR=(ALL_LOGFILES,ALL_ROLES) db_unique_name=orclprimary'
    log_archive_dest_state_1=ENABLE
    log_archive_dest_state_2=ENABLE
    fal_client='orclprimary'
    fal_server='orclstandby'
    standby_file_management='AUTO'
    StandBy
    tnsname
    orclstandby =
      (DESCRIPTION =
       (ADDRESS = (PROTOCOL = TCP)(HOST = oracle11standby2centos.com)(PORT = 1521))
       (CONNECT_DATA =
       (SERVER = DEDICATED)
    (SERVICE_NAME = orclstandby.com)
    orclprimary =
      (DESCRIPTION =
       (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.101)(PORT = 1521))
       (CONNECT_DATA =
       (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.com)
    listener
    SID_LIST_LISTENER =
    (SID_LIST =
      (SID_DESC =
       (GLOBAL_DBNAME = orclstandby.com)
      (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1/)
    (SID_NAME = orcl)
    LISTENER =
    (DESCRIPTION_LIST =
       (DESCRIPTION =
       (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
       (ADDRESS = (PROTOCOL = TCP)(HOST = oracle11standby2centos.com)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracle
    pfileORCL.ora
    orcl.__db_cache_size=301989888
    orcl.__java_pool_size=4194304
    orcl.__large_pool_size=4194304
    orcl.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    orcl.__pga_aggregate_target=314572800
    orcl.__sga_target=469762048
    orcl.__shared_io_pool_size=0
    orcl.__shared_pool_size=150994944
    orcl.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/orcl/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='/u01/app/oracle/oradata/orcl/control01.ctl','/u01/app/oracle/flash_recovery_area/orcl/control02.ctl'
    *.db_block_size=8192
    *.db_domain='com'
    *.db_name='orcl'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=4070572032
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=orclXDB)'
    *.memory_target=784334848
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.undo_tablespace='UNDOTBS1'
    db_unique_name='orclstandby'
    log_archive_config='dg_config=(orclprimary,orclstandby)'
    log_archive_dest_1='SERVICE=orclstandby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) db_unique_name=orclprimary'
    log_archive_dest_2='LOCATION=/u01/app/oracle/oradata/orcl/archive VALID_FOR=(ALL_LOGFILES,ALL_ROLES) db_unique_name=orclstandby'
    log_archive_dest_state_1=ENABLE
    log_archive_dest_state_2=ENABLE
    fal_client='orclstandby'
    fal_server='orclprimary'
    standby_file_management='AUTO'
    Where I did wrong?

    Thanks for the quick reply!
    Primary:
    sqlplus sys/<password>@orclstandby as sysdba
    Result:
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 17 09:01:29 2015
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL>
    sqlplus sys/<password>@orclprimary as sysdba
    Result:
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 17 09:28:21 2015
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Standby
    sqlplus sys/<password>@orclstandby as sysdba
    Result:
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 17 09:08:37 2015
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL>
    sqlplus sys/<password>@orclprimary as sysdba
    Result:
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 17 09:10:22 2015
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor

  • WLS not starting with SP3

    I believe I've followed the installation instructions for SP3. However I
    get the error below when trying to start WLS (from the command line using
    'wlserver.exe'). I've added weblogic510sp3boot.jar to the beginning of
    CLASSPATH and have added weblogic510sp3.jar to the beginning of the WL
    classpath (using wlconfig).
    Any ideas what is going on?
    Thanks,
    Mike
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError:
    weblog
    ic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNo
    tify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
    der.java:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
    der.java:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
    der.java:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>
    (RecursiveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$Single
    Slave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletCo
    ntextImpl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImp
    l.java:516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Comp
    iled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoa
    dNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
    der.java:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
    der.java:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
    der.java:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>
    (RecursiveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$Single
    Slave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletCo
    ntextImpl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImp
    l.java:516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Comp
    iled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    WebLogic Server terminated with an abnormal condition of 1

    I believe these should be in the weblogic.class.path, not here:
    D:\weblogic\classes;D:\weblogic\lib\weblogicaux.jar;D:\webl
    og
    ic\myserver\clientclasses;D:\weblogic\myserver\serverclasseshttp://www.weblogic.com/docs51/install/startserver.html#1029223
    Thanks,
    Michael
    "John J. Thomas" wrote:
    >
    Mike,
    I'm getting the same error and I can't seem to figure it out?
    JT
    Mike DiChiappari wrote:
    Before anyone reponds that boot.jar is not in the classpath, here is my
    classpath (as printed from the command prompt). I start WLS from the
    command
    line (by typing "wlserver") after typing "setenv.cmd", which sets the
    classpath shown below.
    CLASSPATH=d:\weblogic\lib\weblogic510sp3boot.jar;d:\jdk1.2.2\lib\tools.jar;D
    weblogic\license;D:\weblogic\classes;D:\weblogic\lib\weblogicaux.jar;D:\webl
    og
    ic\myserver\clientclasses;D:\weblogic\myserver\serverclasses
    Mike
    -----Original Message-----
    From: Mike DiChiappari <[email protected]>
    Newsgroups: weblogic.support.install
    Date: Sunday, June 18, 2000 9:17 PM
    Subject: WLS not starting with SP3
    I believe I've followed the installation instructions for SP3. However I
    get the error below when trying to start WLS (from the command line using
    'wlserver.exe'). I've added weblogic510sp3boot.jar to the beginning of
    CLASSPATH and have added weblogic510sp3.jar to the beginning of the WL
    classpath (using wlconfig).
    Any ideas what is going on?
    Thanks,
    Mike
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError:
    weblog
    ic.boot.ServerClassLoader: method
    getClassLoadNotify()Lweblogic/boot/ClassLoadNo
    tify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
    der.java:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
    der.java:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
    der.java:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>
    (RecursiveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$Single
    Slave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletCo
    ntextImpl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImp
    l.java:516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Comp
    iled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method
    getClassLoa
    dNotify()Lweblogic/boot/ClassLoadNotify; not found
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
    der.java:140)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
    der.java:112)
    at
    weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoa
    der.java:104)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>
    (RecursiveReloadOnModifyClassLoader.java:53)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$Single
    Slave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
    at
    weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletCo
    ntextImpl.java:1392)
    at
    weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImp
    l.java:516)
    at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java,
    Comp
    iled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    WebLogic Server terminated with an abnormal condition of 1
    Thanks,
    Michael
    -- BEA WebLogic is hiring!
    Check our website: http://www.bea.com/

  • RMAN saying database not started??

    Hi there,
    If I log into my database through OEM, it connects fine.
    Through Unix, I set my SID and type in:
    rman target /
    It connects me to rman but says: connected to target database (not started)
    I then try and run a crosscheck archivelog all and it says this:
    Erro message stack....
    failure of crosscheck command
    automatic channel allocation initialization failed
    could not obtain a fully authorized session
    ORACLE not available
    shared memory realm does not exist
    Linux Error: No such file or directory.
    Any thoughta on what is going on here?
    Thanks in advance!

    herb:oradbp2 ~$ id
    uid=500(herb) gid=501(dba) groups=501(dba)
    herb:oradbp2 ~$ env | sort
    _=/bin/env
    DISPLAY=oradbp2.lilydale:33
    G_BROKEN_FILENAMES=1
    HISTSIZE=1000
    HOME=/home/herb
    HOSTNAME=oradbp2.lilydale
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    LANG=en_US
    LD_ASSUME_KERNEL=2.4.19
    LD_LIBRARY_PATH=:/d01/app/oracle/9ise/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=herb
    LS_COLORS=no=00:fi=00:di=00;33:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/herb
    ORACLE_BASE=/d01/app/oracle
    ORACLE_HOME=/d01/app/oracle/9ise
    ORACLE_SID=LSDB
    PATH=/d01/app/oracle/9ise/bin:/d01/app/oracle/9ise/OPatch:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/herb/bin
    PWD=/home/herb
    SHELL=/bin/bash
    SHLVL=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_CLIENT=::ffff:10.1.6.200 50766 22
    SSH_CONNECTION=::ffff:10.1.6.200 50766 ::ffff:10.1.0.193 22
    SSH_TTY=/dev/pts/1
    TERM=xterm
    USER=herb
    herb:oradbp2 ~$ ps -ef | grep -i pmon
    herb 1934 1 0 2010 ? 00:02:32 ora_pmon_lsdb
    herb 3984 3359 0 11:06 pts/1 00:00:00 grep -i pmon
    herb:oradbp2 ~$ ls -l $ORACLE_HOME/dbs
    total 18960
    lrwxrwxrwx 1 herb dba 53 Dec 4 2008 initanalyzer.ora -> /d01/app/oracle/admin/analyzer/pfile/initanalyzer.ora
    lrwxrwxrwx 1 herb dba 49 Nov 12 2008 initcit1p1.ora -> /d01/app/oracle/admin/cit1p1/pfile/initcit1p1.ora
    lrwxrwxrwx 1 herb dba 45 Oct 25 2008 initlsdb.ora -> /d01/app/oracle/admin/lsdb/pfile/initlsdb.ora
    lrwxrwxrwx 1 herb dba 45 Nov 22 2008 initpvsp.ora -> /d01/app/oracle/admin/pvsp/pfile/initpvsp.ora
    lrwxrwxrwx 1 herb dba 43 Nov 12 2008 initrep.ora -> /d01/app/oracle/admin/rep/pfile/initrep.ora
    -rw-rw---- 1 herb dba 24 Dec 13 2008 lkANALYZER
    -rw-rw---- 1 herb dba 24 Dec 12 2008 lkCIT1P1
    -rw-rw---- 1 herb dba 24 Dec 9 2008 lkKRON43
    -rw-rw---- 1 herb dba 24 May 18 2010 lkLSDB
    -rw-rw---- 1 herb dba 24 Dec 13 2008 lkPVSP
    -rw-rw---- 1 herb dba 24 Dec 12 2008 lkREP
    -rwSr----- 1 herb dba 2048 Dec 4 2008 orapwanalyzer
    -rwSr----- 1 herb dba 2048 Nov 12 2008 orapwcit1p1
    -rwSr----- 1 herb dba 2048 Nov 25 2008 orapwkron43
    -rwSr----- 1 herb dba 1536 Oct 25 2008 orapwlsdb
    -rwSr----- 1 herb dba 2048 Nov 22 2008 orapwpvsp
    -rwSr----- 1 herb dba 2048 Nov 12 2008 orapwrep
    -rw-rw---- 1 herb dba 4718592 Mar 10 2009 p1k9ipga_1_1
    -rw-rw---- 1 herb dba 1630208 Dec 12 2008 snapcf_analyzer.f
    -rw-rw---- 1 herb dba 1630208 Dec 11 2008 snapcf_cit1p1.f
    -rw-rw---- 1 herb dba 1679360 Dec 9 2008 snapcf_kron43.f
    -rw-rw---- 1 herb dba 6397952 Jan 16 18:27 snapcf_lsdb.f
    -rw-rw---- 1 herb dba 1630208 Dec 12 2008 snapcf_pvsp.f
    -rw-rw---- 1 herb dba 1630208 Dec 11 2008 snapcf_rep.f
    -rw-rw---- 1 herb dba 2560 Oct 25 2008 spfilelsdb.ora.bak

  • Knwoing the database was started with which pfile/spfile

    hello to everyone,
    Actually, a question that crossed my mind and I wondered if it's possible in Oracle.
    For an already started database, is there a way to know the database was started with which pfile/spfile? Is there a view that tells this for example.
    Many thnx.
    H Hiruya

    If spfile parameter is null, then you can look for a
    pfile with the name convention of
    init<ORACLE_SID>.ora.Yes, you can, but that won't tell you anything about which pfile was used to start the instance. I can just as easily type:
    startup pfile=/my/pfile/that/does/not/conform/to/any/naming/standard
    There's no way to definitively determine which pfile was used to start an instance.
    -Mark

  • Property List error: Unexpected character b at line 1 / JSON error: JSON text did not start with array or object and option to allow fragments not set.

    Hi,
    I have a MBP 13' Late 2011 and Yosemite 10.10.2 (14C1514).
    Until yesterday, I was using Garmin ConnectIQ SDK and all was working fine.
    Yesterday, I've updated my system with latest security updates and Xcode updates too (Version 6.2 (6C131e)).
    Since, I can't launch the ConnectIQ simulator app, I have this message in console :
    8/04/2015 15:19:04,103 mds[38]: There was an error parsing the Info.plist for the bundle at URL Info.plist -- file:///Volumes/Leto/connectiq-sdk-mac-1.1.0_2/ios/ConnectIQ.bundle/
    The data couldn’t be read because it isn’t in the correct format.
    <CFBasicHash 0x7fa64f44e9a0 [0x7fff7dfc7cf0]>{type = immutable dict, count = 2,
    entries =>
      0 : <CFString 0x7fff7df92580 [0x7fff7dfc7cf0]>{contents = "NSDebugDescription"} = <CFString 0x7fa64f44f0a0 [0x7fff7dfc7cf0]>{contents = "Unexpected character b at line 1"}
      1 : <CFString 0x7fff7df9f5e0 [0x7fff7dfc7cf0]>{contents = "kCFPropertyListOldStyleParsingError"} = Error Domain=NSCocoaErrorDomain Code=3840 "The data couldn’t be read because it isn’t in the correct format." (Conversion of string failed.) UserInfo=0x7fa64f44eda0 {NSDebugDescription=Conversion of string failed.}
    I have looked at this file and it looks like a binary plist
    bplist00ß^P^V^A^B^C^D^E^F^G^H
    ^K^L^M^N^O^P^Q^R^S^T^U^V^W^X^Y^Z^[^\^]^^^_ !"$%&'()'+,^[\CFBundleNameWDTXcodeYDTSDKName_^P^XNSHumanReadableCopyrightZDTSDKBuild_^P^YCFBundleDevelopmentRegion_^P^OCFBundleVersi    on_^P^SBuildMachineOSBuild^DTPlatformName_^P^SCFBundlePackageType_^P^ZCFBundleShortVersionString_^P^ZCFBundleSupportedPlatforms_^P^]CFBundleInfoDictionaryVersion_^P^RCFBundleE    xecutableZDTCompiler_^P^PMinimumOSVersion_^P^RCFBundleIdentifier^UIDeviceFamily_^P^QDTPlatformVersion\DTXcodeBuild_^P^QCFBundleSignature_^P^ODTPlatformBuildYConnectIQT0611[iph    oneos8.1o^P-^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@©^@ ^@2^@0^@1^@5^@ ^@G^@a^@r^@m^@i^@n^@.^@ ^@A^@l^@l^@ ^@r^@i^@g^@h^@t^@s^@ ^@r^@e^@s^@e^@r^@v^@e^@d^@.V12B411RenQ1V14C109Xiphoneos    TBNDLS1.0¡#XiPhoneOSS6.0YConnectIQ_^P"com.apple.compilers.llvm.clang.1_0S8.1_^P^Tcom.garmin.ConnectIQ¡*^P^AW6A2008aT????^@^H^@7^@D^@L^@V^@q^@|^@<98>^@ª^@À^@Ï^@å^A^B^A^_^A?^AT^    A_^Ar^A<87>^A<96>^Aª^A·^AË^AÝ^Aç^Aì^Aø^BU^B\^B_^Ba^Bh^Bq^Bv^Bz^B|^B<85>^B<89>^B<93>^B¸^B¼^BÓ^BÕ^B×^Bß^@^@^@^@^@^@^B^A^@^@^@^@^@^@^@-^@^@^@^@^@^@^@^@^@^@^@^@^@^@^Bä
    I guess it is a normal format but my system seems to be unable to read binary plist ?
    I tried some stuff with plutil
    plutil -lint Info.plist
    Info.plist: Unexpected character b at line 1
    Same for convert
    plutil -convert xml1 Info.plist
    Info.plist: Property List error: Unexpected character b at line 1 / JSON error: JSON text did not start with array or object and option to allow fragments not set.
    I also try to download a fresh version of the connectIQ SDK and no changes.
    Any idea ?
    Thanks

    Step by step, how did you arrive at seeing this agreement?

  • Hi, Im from Philippines,.... i am currently using my iPhone 4 (iOs.6.3)it  started when i upgrade it from iOs4 to iOs 6.3 , My iPhone doesnt identify numbers even if its in my contact if its not starting with  +63 ..what will i do?

    Hi, Im from Philippines,.... i am currently using my iPhone 4 (iOs.6.3)it  started when i upgrade it from iOs4 to iOs 6.3 , My iPhone doesnt identify numbers even if its in my contact if its not starting with  +63 ..what will i do?
    I change everything into +63 and i thought everything is already fine,.. and then now , i dont know what happened why it doesnt recognize numbers with +63 anymore

    Hello hsielglad,
    Thank you for your question. iTunes 11.1 is required to update to and sync with iOS 7.  If you are still running iTunes 10.6.3, I recommend trying to obtain the update by going to the iTunes menu and selecting Check for Updates.
    iTunes: How to install the latest version
    http://support.apple.com/kb/HT5654
    If you continue to get the message that iTunes is up to date, you can download the latest version of iTunes here:
    Download iTunes
    http://www.apple.com/itunes/download/
    Once the file downloads, double click on the installation file that downloaded to initiate the installation.
    Best,
    Sheila M.

  • Error: response does not start with HTTP

    hi,
    i am using a MIDP class to send a string to a java servlet which then returns a .gif image. the string is being successfully to the servlet, but an exception is being thrown when the image is being sent back.
    java.io.IOException: response does not start with HTTP it starts with: GIF89aï4
    at com.sun.midp.io.j2me.http.Protocol.readResponseMessage(Protocol.java:2166)
    at com.sun.midp.io.j2me.http.Protocol.finishRequestGetResponseHeader(Protocol.java:1934)
    at com.sun.midp.io.j2me.http.Protocol.sendRequest(Protocol.java:1598)
    at com.sun.midp.io.j2me.http.Protocol.sendRequest(Protocol.java:1517)
    at com.sun.midp.io.j2me.http.Protocol.openInputStream(Protocol.java:484)
    my code is as follows in the midp class :
    HttpConnection c = null;
    InputStream is = null;
    StringBuffer sb = new StringBuffer();
    String url="http://localhost:8090/ProjectServer/createMap";
    url=url+"?Source="+src+"&Destination="+dest;
    try {
    c = (HttpConnection)Connector.open(url,Connector.READ_WRITE, true);
    c.setRequestMethod(HttpConnection.GET); //default
    //is = c.openDataInputStream();
    is = new DataInputStream(c.openInputStream()); //openInputStream(); // transition to connected!
    Image im=null;
    try
    ByteArrayOutputStream bStrm = new ByteArrayOutputStream();
    int ch;
    while ((ch = is.read()) != -1)
    bStrm.write(ch);
    // Place into image array
    byte imageData[] = bStrm.toByteArray();
    // Create the image from the byte array
    im = Image.createImage(imageData, 0, imageData.length);
    finally
    // Clean up
    if (is != null)
    is.close();
    the code in the servlet is as follows :_
    ServletContext sc = getServletContext();
    // Get the MIME type of the image
    String mimeType = sc.getMimeType("route.gif");
    if (mimeType == null) {
    sc.log("Could not get MIME type ");
    response.setStatus(HttpServletResponse.SC_INTERNAL_SERVER_ERROR);
    return;
    // Set content type
    response.setContentType(mimeType);
    // Set content size
    response.setContentLength((int)file.length());
    // Open the file and output streams
    FileInputStream in = new FileInputStream(file);
    OutputStream outstream = response.getOutputStream();
    // Copy the contents of the file to the output stream
    byte[] buf = new byte[1024];
    int count = 0;
    while ((count = in.read(buf)) >= 0) {
    outstream.write(buf, 0, count);
    in.close();
    outstream.close();
    il be immensely grateful if some1 cud tell me whre i am gng wrong.
    thnx,
    nev

    Hi, I�m trying to do the same as above, get MP3 from a Shoutcast server.
    I got the same fault ("response does not start with HTTP it starts with: ICY") when I tried to open an HttpConnection as bellow:
    ============================================
    HttpConnection conn = (HttpConnection) Connector.open("http://64.236.34.196/stream/1074");
    Then I tried to open a socket connection as bellow:
    ======================================
    SocketConnection conn = (SocketConnection) Connector.open("socket://64.236.34.196:80");
    String get = "GET /stream/1074 HTTP/1.1";
    DataOutputStream os = conn.openDataOutputStream();
    os.writeUTF(get);
    InputStream is = conn.openInputStream();
    But then I got the following error:
    =========================
    java.lang.SecurityException: Target port denied to untrusted applications
    Could someone help me to find out what is going on?
    Thanks a lot!

  • A name should not start with any special characters

    I need to put a condition in iF statement such that a name that is given by the user should not start with any special charecters.A dialog box should display indicating this conditon.Can u plz give sample code for this.My code is as below.
    //text box for giving the name
    JTextFeild ReportNameText;
    //the name is stored in String
    String name=ReportNameText.getText();
    //Here tell me how the if condition should be written
    //condition to be mentioned

    Already asked, and answered, here: http://forum.java.sun.com/thread.jspa?threadID=727919
    See reply 4 in that thread, and scsi-boy's suggestion of writing another
    method to check for "special" characters. And the links to the String
    and Character API documentation given.

  • "Layer 1 does not start with a new cell" replicator error

    Hi All,
    I recently sent a dual layer +R DVD off to our replication house and their system is returning a message that says: "Layer 1 of DVD-Video does not start with a new cell".
    I know from reading that the dual-layer breakpoint must be set to the end of a cell, but what does the word "cell" translate into for DVDSP4?
    I had the DVD DL+R set to Automatic and Non-Seamless for output for the break point. Should I just try setting the break point manually at the beginning or ending of a track that would be dubbed as just a little more than half the size of the content? (I know in OTP, the Layer 0 has to be bigger than Layer 1)
    Please Help!
    Cheers,
    Dusty

    Thanks both of you for your replies.
    Eric, I am currently exporting DDPs to send in to the replicator. I also emailed them asking if they accept this format for delivery. (Which I would hope they would, as it is, an answer to DLT of sorts) Thanks for bringing this up, DDP is new to me, as this is our first DL project for replication.
    Drew, to answer your reply, yes I have two viable markers (chapter markers) that show up in black, not grayed out, in the tab you mentioned under formatting. I chose manual break point selection for this last disc I burned and chose chapter 4 of that track. (chapter 4 and chapter 5 of track 6 are only options) I have to assume that the "automatic" setting was selecting chapter 5, as it had to see that as the last viable marker available to select, as described in the DVDSP4 manual.
    DVDSP4 says that all markers are considered cells- Or actually that tracks are cells and that the markers within them make up more cells. So my question, outside of DDP option, would be, "what truly constitutes a cell boundary in DVDSP4?" Is it the markers within the tracks or the beginning or ends of the tracks themselves?
    As a side note, I burned the disc that received the error, "Layer 1 doesn't start with a new cell" from an IMG i created from DVDSP4 through Disk Utility. Word is that IMG's somehow don't include breakpoint information.
    So at this point I don't know if it is the IMG or the fact that DVDSP4 wants the break at one of two possible chapter markers in track 6.
    (Some more background- this is a TV show season DVD, with thirteen tracks of video, each with 12-14 chapter markers a piece.)
    Any more thoughts to help clear the air on what constitutes a true new cell boundary?
    Thanks sooo much Eric and Drew, I know this a long read.
    Cheers,
    Dusty

Maybe you are looking for

  • Just bought a 3TB Firewire Drive for Time Machine, a Question About Mixing Files or Paritioning

    I have two internal HDs, one 1.5TB spinning drive and a 60GB SSD for the OS and apps. Externally I have 2-1TB FW drives that I use for media files & other data. I would like to use the 3TB as my failsafe TM backup, but I wonder if 2TB is enough in th

  • Stop a transaction if conditions dont satisfy.

    Hi Sap gurus, I am coding a user exit for Purchase Order screen where i select purchase REQ some Purchase REQs having no Release strategy, are also being allowed to be selected .I found the user exit and now , my question is if the condition dosent s

  • Please help (Simple chat programme)

    I made a simple chat programme. It has a server object and it can handle several client. It is working properly and can use to chat. I have some problems. can you please help me. 1.What is the best method to read input and outputStreams I have used i

  • HT2534 I can not get NONE to appear as payment type

    Hi ; I have an i-pod touch. I am a student ; so no credit card - however I want to download the free game MAGIC POTIONS - The indo says click on FREE as payment type ; I have tried using both New Zealand and also US as my country - but I can still no

  • Installing software upgrade

    Hello, I am about to install v4.5 on my Curve 8310.  I am wondering what will happen to all of my emails, messages, calandar entries, pictures etc when I install the new software.  Will I lose it all?