ORA-12505 error after installation listener properly and tnsnames.

Hello.

I have a very common problem. I can't connect using the tnsnames on Windows 2003 server.
Facts.

1 Tnsnames.ora file is set correctly.
2 Listener.ora file is set correctly.
3 - tnsping works without any problem.
4 - Windows service is running.

However, I get this error.

C:\Documents and Settings\sabreadm > sqlplus lps/first1@lm3dprd1

SQL * more: Release 10.2.0.1.0 - Production on Wednesday 24 June at 12:32:26 2009

Copyright (c) 1982, 2005, Oracle. All rights reserved.

ERROR:
ORA-12505: TNS:listener is not currently of SID given in connect
descriptor of

Enter the user name:
ERROR:
ORA-01017: name of user and password invalid. connection refused

content of the Listener.ora file
-------------------------------

listener.ora # Network Configuration file: D:\Apps\oracle\network\admin\listener.ora
# Generated by Oracle configuration tools.

TRACE_LEVEL_LISTENER = USER
TRACE_DIRECTORY_LISTENER = D:\Apps\oracle\NETWORK\ADMIN
LOG_FILE_LISTENER = listener.log
LOG_DIRECTORY_LISTENER = D:\Apps\oracle\NETWORK\ADMIN
TRACE_FILE_LISTENER = listener.trc
MAX_REG_CONNECTIONS_LISTENER = 3000
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.58.44)(PORT = 1521))
)
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = lm3dtst1)
(ORACLE_HOME = D:\Apps\oracle)
)
(SID_DESC =
(SID_NAME = lm3dprd1)
(ORACLE_HOME = D:\Apps\oracle)
)
)

content of the tnsnames.ora file.
-----------------------------------

tnsnames.ora # Network Configuration file: D:\Apps\oracle\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

lm3dtst1 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = TCP)
(Host = 192.168.58.44)
(Port = 1521)
)
)
(CONNECT_DATA =
(SID = lm3dtst1
(GLOBAL_NAME = lm3dtst1)
)
)
lm3dprd1 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = TCP)
(Host = 192.168.58.44)
(Port = 1521)
)
)
(CONNECT_DATA =
(SID = lm3dprd1
(GLOBAL_NAME = lm3dprd1)
)
)

Any advice will be highly appreciated.
Thank you.
Alex.

Alex,

Next time when you post code or output or no matter what configuration, place them between.

 tags to preserve formatting

\
   Your code or output 

\

h4.  Anyway, modify your tnsnames.ora file on your client machine and add this 

lm3dprd1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.58.44)(PORT = 1521))
(CONNECT_DATA =
(SERVER = dedicated)
(SERVICE_NAME = lm3dprd1)
(INSTANCE_NAME = lm3dprd1)
)
)

Regards
OrionNet                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

Tags: Database

Similar Questions

  • I am trying to install a scanner treated after installation failed previously and I get the message "Could not open key".

    Could not open key

    How can I give me access to a registry key?  I am trying to install a scanner treated after installation failed previously and I get message "could not open key: UNKNOWN\Components\AFlE7E2767BA2BB41B713A00FB8FACC4\4D7CB2A83D7A5D543B2D9374815CC314.» Verify that you have sufficient access to that key...

    Click Start, type: regedit

    Click with the right button on regedit

    Click on run as administrator

    Make sure that you back up your Windows registry database before you try:

    How to make a backup of the registry in Windows 7
    http://Windows.Microsoft.com/en-us/Windows7/back-up-the-registry

  • ORA-12505 error connecting to the schema of HR of Oracle 11 g local db, ORA-00600, ORA-01033

    Hello

    When I try to connect to the hr schema in SQL Developer with these credentials (host: localhost, port: 1521, SID: ORCL), it throws the error message.

    "" Status: failed - Test has failed: listener refused the connection with the following error: ORA-12505, TNS: listener does not currently know the SID ".



    When I try to connect through cmd, it throws this

    SQL * more: Production version 11.2.0.1.0 Mon Jan 11 17:09:47 2016

    Copyright (c) 1982, 2010, Oracle.  All rights reserved.

    Enter the user name: human resources

    Enter the password:

    ERROR:

    ORA-01033: ORACLE initialization or shutting

    Process ID: 0

    Session IDs: serial number 0: 0



    And here is the status of the listener


    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production January 11, 2016 16:04

    : 28

    Copyright (c) 1991, 2010, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    TNSLSNR for Windows 64-bit version: Version 11.2.0.1.0 - Prod

    ction

    Start date January 11, 2016 15:02:27

    Uptime 0 days 1 hour 2 minutes 5 seconds

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Listener parameter File D:\app\DKMOH\product\11.2.0\dbhome_1\network\admin\l

    istener.ora

    D:\app\dkmoh\diag\tnslsnr\DKMOH-PC\listener\alert\ log listener

    log. XML

    Summary of endpoints listening...

    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...

    The command completed successfully



    I went through this link fixed - ORA-01033: ORACLE initialization or shutdown in progress | IT Blogger Tips , where it says to change the status from the db to 'OPEN'.

    SQL > select status, database_status from v$ instance;

    STATUS DATABASE_STATUS

    ------------ -----------------

    ACTIVE RISE



    And then, when I run this query below, that's what I get.

    SQL > alter database open;

    change the database open

    *

    ERROR on line 1:

    ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1],

    [[507], [56509], [56515] [] [], [], [], [], []]



    I'm totally lost here. Any help would be appreciated.

    Thank you

    Hello

    This issue seems to be with the redo log.

    SQL > bootable media.

    SQL > show parameter control_files

    Query 1

    ------------

    SQL > select a.member, a.group #, b.status v$ logfile a, v$ log b where a.group #= b.group # and b.status = 'CURRENT';

    Note the name of the redo log

    SQL > the judgment;

    Take a backup of the controlfile operating system level (this is to ensure that we have a copy backup of the current state of the controlfile)

    SQL > bootable media.

    SQL > restore database using backup controlfile until cancel;

    Enter the location of the log to roll forward as recent on demand 1 when you are prompted for the recovery of

    Press enter

    SQL > Alter database open resetlogs;

    Thank you

  • ORA-12012: error on auto work 2160514 and ORA-06576: not a function name or a valid procedure

    I get these errors after updating, could you please review and advise.

    Errors in the /d04/schval/product/10.2.0/admin/SCHVALS1/bdump/schvals1_j000_8224.trc file:

    ORA-12012: error on auto work 2160513

    ORA-06576: not a function or a procedure valid name

    Sun 23 Jun 19:02:55 CDT 2013

    Errors in the /d04/schval/product/10.2.0/admin/SCHVALS1/bdump/schvals1_j001_8463.trc file:

    ORA-12012: error on auto work 2160514

    ORA-06576: not a function or a procedure valid name

    Sun 23 Jun 19:03:53 CDT 2013

    Errors in the /d04/schval/product/10.2.0/admin/SCHVALS1/bdump/schvals1_j001_8463.trc file:

    ORA-12012: error on auto work 2160514

    ORA-06576: not a function or a procedure valid name

    Sun 23 Jun 19:03:53 CDT 2013

    Errors in the /d04/schval/product/10.2.0/admin/SCHVALS1/bdump/schvals1_j001_8463.trc file:

    ORA-12012: error on auto work 2160513

    ORA-06576: not a function or a procedure valid name

    Sun 23 Jun 19:04:53 CDT 2013

    Errors in the /d04/schval/product/10.2.0/admin/SCHVALS1/bdump/schvals1_j001_8463.trc file:

    ORA-12012: error on auto work 2160514

    ORA-06576: not a function or a procedure valid name

    Sun 23 Jun 19:04:53 CDT 2013

    Errors in the /d04/schval/product/10.2.0/admin/SCHVALS1/bdump/schvals1_j001_8463.trc file:

    ORA-12012: error on auto work 2160513

    ORA-06576: not a function or a procedure valid name

    Checked the DB links are working properly

    DB DB link: where I get these errors

    SQL > select count (*) from [email protected] ;

    COUNT (*)

    ----------

    61233

    the ERP DB

    APPS-VAL1 > select count (*) from [email protected] ;

    COUNT (*)

    ----------

    439

    If I try to run it manually, I am getting error below.

    DBMS_SCHEDULER BEGIN. RUN_JOB ("SCHEDULE_REQUEST_DEQUEUE", TRUE); END;

    *

    ERROR on line 1:

    "ORA-27475: ' XXSAP. SCHEDULE_REQUEST_DEQUEUE' must be work

    ORA-06512: at "SYS." DBMS_ISCHED", line 150

    ORA-06512: at "SYS." DBMS_SCHEDULER', line 441

    ORA-06512: at line 1

    SQL > SELECT master, job_name, error # FROM dba_scheduler_job_run_details

    WHERE error # LIKE '% 6576% ';  2

    OWNER

    ------------------------------

    JOB_NAME

    --------------------------------------------------------------------------------

    ERROR #.

    ----------

    SYS

    SCHEDULING_LOCATION_UPDATE

    6576

    SYS

    SCHEDULE_REQUEST_DEQUEUE

    6576

    OWNER

    ------------------------------

    JOB_NAME

    --------------------------------------------------------------------------------

    ERROR #.

    ----------

    SYS

    SCHEDULE_REQUEST_DEQUEUE

    6576

    SQL > select job, what from dba_jobs where broken = 'Y' or chess > 0;

    no selected line

    LOG_DATE                                                                    STATUS                         JOB_NAME

    --------------------------------------------------------------------------- ------------------------------ ----------------------------------------

    23 JUNE 13 11.37.53.128960 AM - 07:00 IS NOT SCHEDULING_NOTIFICATION_UPDATE

    23 JUNE 13 11.37.54.619584 AM - 07:00 IS NOT SCHEDULE_REQUEST_DEQUEUE

    23 JUNE 13 11.38.53.728264 AM - 07:00 IS NOT SCHEDULE_REQUEST_DEQUEUE

    23 JUNE 13 11.39.53.830833 AM - 07:00 IS NOT SCHEDULE_REQUEST_DEQUEUE

    23 JUNE 13 11.40.53.929791 AM - 07:00 IS NOT SCHEDULE_REQUEST_DEQUEUE

    23 JUNE 13 11.41.54.047578 AM - 07:00 IS NOT SCHEDULE_REQUEST_DEQUEUE

    23 JUNE 13 11.42.53.273320 AM - 07:00 IS NOT SCHEDULING_NOTIFICATION_UPDATE

    23 JUNE 13 11.43.53.529692 AM - 07:00 IS NOT SCHEDULE_REQUEST_DEQUEUE

    23 JUNE 13 11.44.53.628774 AM - 07:00 IS NOT SCHEDULE_REQUEST_DEQUEUE

    23 JUNE 13 11.45.53.739038 AM - 07:00 IS NOT SCHEDULE_REQUEST_DEQUEUE

    23 JUNE 13 11.46.53.848009 AM - 07:00 IS NOT SCHEDULE_REQUEST_DEQUEUE

    LOG_DATE                                                                    STATUS                         JOB_NAME

    --------------------------------------------------------------------------- ------------------------------ ----------------------------------------

    23 JUNE 13 11.47.57.220078 AM - 07:00 IS NOT SCHEDULE_REQUEST_DEQUEUE

    23 JUNE 13 11.48.53.329549 AM - 07:00 IS NOT SCHEDULE_REQUEST_DEQUEUE

    3324 selected lines.

    SQL > 1

    1 * Select log_date, status, JOB_NAME from dba_scheduler_job_run_details where status = 'in FAILURE. "

    Thank you

    Vincent

    I suggest you to move (i.e. rebuild) jobs in the XXSAP scheme rather than use the SYS schema.  In this way, you can run "BEGIN DBMS_SCHEDULER. RUN_JOB' to XXSAP correctly.

    Hemant K Collette

  • ORA-12505 error ensures

    I tried to create the day before without the DG broker. However, I get this error in the primary alert log which I am not able to solve.
    Heartbeat PING [ARC6]: Unable to connect to the day before "to_standby". The error is 12505.
    Mon Jul 04 12:41:35 2011
    Logging of 12505 errors received on the eve
    Mon Jul 04 12:41:35 2011
    Errors in the d:\oracle\p11\saptrace\background\p11_arc6_1904.trc file:
    ORA-12505: TNS:listener is not currently of SID given in connect descriptor

    Heartbeat PING [ARC6]: Unable to connect to the day before "to_standby". The error is 12505.

    The primary server pFile
    * ._B_TREE_BITMAP_PLANS = FALSE
    * ._IN_MEMORY_UNDO = FALSE
    * ._INDEX_JOIN_ENABLED = FALSE
    * ._OPTIM_PEEK_USER_BINDS = FALSE
    * ._OPTIMIZER_MJC_ENABLED = FALSE
    * ._SORT_ELIMINATION_COST_RATIO = 10
    * ._TABLE_LOOKUP_PREFETCH_SIZE = 0
    * .archive_lag_target = 0
    * .background_dump_dest = a: \oracle\P11\saptrace\background'
    * full = '10.2.0'
    * .control_file_record_keep_time = 30
    *.control_files='d:\oracle\P11\origlogA\cntrl\cntrlP11.dbf','d:\oracle\P11\origlogB\cntrl\cntrlP11.dbf','d:\oracle\P11\sapdata1\cntrl\cntrlP11.dbf '
    * .core_dump_dest = a: \oracle\P11\saptrace\background'
    * .db_block_size = 8192
    * .db_cache_size = 260938137
    * .db_files = 254
    * .db_name = "P11".
    * .db_unique_name = "P11_primary".
    * .dml_locks = 4000
    * .event = 10191 trace the context of name forever, level 1'
    *. FAL_Client = "to_primary."
    *. FAL_Server = "to_standby."
    *. FILESYSTEMIO_OPTIONS = "setall".
    * .job_queue_processes = 1
    * .local_listener ='(ADRESSE = (PROTOCOL = TCP) (HOST = 10.0.1.104)(PORT = 1521))'
    * .log_archive_config = 'dg_config = (P11_disaster, P11_primary)'
    *. Log_archive_dest_1 = 'LOCATION = C:\oracle\P11\oraarch\P11arch VALID_FOR =(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME = P11_primary'
    * .log_archive_dest_2 = "SERVICE = to_standby LGWR ASYNC DELAY = 5 VALID_FOR = (ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME = P11_disaster'"
    * .log_archive_dest_state_1 = 'enable '.
    * .log_archive_dest_state_2 = 'ENABLE '.
    * .log_archive_max_processes = 10
    * .log_archive_min_succeed_dest = 1
    * .log_buffer = 1048576
    * .log_checkpoint_interval = 0
    * .log_checkpoints_to_alert = true
    * .open_cursors = 800
    * .parallel_execution_message_size = 16384
    * .pga_aggregate_target = 347917516
    * runoff = 80
    * .query_rewrite_enabled = "false".
    * .recyclebin = "off".
    * .remote_login_passwordfile = "exclusive."
    * .remote_os_authent = true
    * .replication_dependency_tracking = false
    * Once = 96
    * .sga_max_size = 521876275
    * .shared_pool_reserved_size = 26093813
    * .shared_pool_size = 300938137
    * .sort_area_retained_size = 0
    * .sort_area_size = 2097152
    * .standby_file_management = "AUTO".
    * .star_transformation_enabled = 'true '.
    * .undo_management = "AUTO".
    * .undo_retention = 43200
    * .undo_tablespace = "PSAPUNDO".
    * .user_dump_dest = a: \oracle\P11\saptrace\usertrace'

    Standby server pFile

    * ._B_TREE_BITMAP_PLANS = FALSE
    * ._IN_MEMORY_UNDO = FALSE
    * ._INDEX_JOIN_ENABLED = FALSE
    * ._OPTIM_PEEK_USER_BINDS = FALSE
    * ._OPTIMIZER_MJC_ENABLED = FALSE
    * ._SORT_ELIMINATION_COST_RATIO = 10
    * ._TABLE_LOOKUP_PREFETCH_SIZE = 0
    * .background_dump_dest = a: \oracle\P11\saptrace\background'
    * full = '10.2.0'
    * .control_file_record_keep_time = 30
    *.control_files='d:\oracle\P11\origlogA\cntrl\control01.ctl','d:\oracle\P11\origlogB\cntrl\control02.ctl','d:\oracle\P11\sapdata1\cntrl\control03.CTL '
    * .core_dump_dest = a: \oracle\P11\saptrace\background'
    * .db_block_size = 8192
    * .db_cache_size = 155870822
    * .db_files = 254
    * .db_name = "P11".
    * .db_unique_name = "P11_disaster".
    * .dml_locks = 4000
    * .event = 10191 trace the context of name forever, level 1'
    *. FAL_Client = "to_standby."
    *. FAL_Server = "to_primary."
    *. FILESYSTEMIO_OPTIONS = "setall".
    * .job_queue_processes = 1
    * .local_listener ='(ADRESSE = (PROTOCOL = TCP) (HOST = 10.0.1.102)(PORT = 1521))'
    * .log_archive_config = 'DG_CONFIG = (P11_primary, P11_disaster)'
    *. Log_archive_dest_1 = 'LOCATION = C:\oracle\P11\oraarch\P11arch VALID_FOR =(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME = P11_disaster'
    * .log_archive_dest_2 = "SERVICE = to_primary LGWR ASYNC DELAY = 5 VALID_FOR = (ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME = P11_primary'"
    * .log_archive_dest_state_1 = 'enable '.
    * .log_archive_dest_state_2 = 'enable '.
    * .log_archive_max_processes = 10
    * .log_buffer = 1048576
    * .log_checkpoint_interval = 0
    * .log_checkpoints_to_alert = true
    * .open_cursors = 800
    * .parallel_execution_message_size = 16384
    * .pga_aggregate_target = 207827763
    * runoff = 80
    * .query_rewrite_enabled = "false".
    * .recyclebin = "off".
    * .remote_login_passwordfile = "exclusive."
    * .remote_os_authent = true
    * .replication_dependency_tracking = false
    * Once = 96
    * .sga_max_size = 311741644
    * .shared_pool_reserved_size = 15587082
    * .shared_pool_size = 300870822
    * .sort_area_retained_size = 0
    * .sort_area_size = 2097152
    * .standby_file_management = "AUTO".
    * .star_transformation_enabled = 'true '.
    * .undo_management = "AUTO".
    * .undo_retention = 43200
    * .undo_tablespace = "PSAPUNDO".
    * .user_dump_dest = a: \oracle\P11\saptrace\usertrace'

    Primary file TNSnames

    ################
    # File...: tnsnames.ora
    # Created...: created by SAP AG, R/3 rel. > = 6.10
    # Name...:
    # Date of...:
    # @(#) $Id: / / bc/700-1_REL/src/ins/SAPINST/impl/NPT/ora/ind/TNSNAMES. ORA #4 $
    ################
    P11. WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (= SAP COMMUNITY. WORLD)
    (PROTOCOL = TCP)
    (HOST = 10.0.1.104)
    (PORT = 1527)
    )
    )
    (CONNECT_DATA =
    (SID = P11)
    (GLOBAL_NAME = P11. WORLD)
    )
    )
    TO_STANDBY. WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (= SAP COMMUNITY. WORLD)
    (PROTOCOL = TCP)
    (HOST = 10.0.1.102)
    (PORT = 1527)
    )
    )
    (CONNECT_DATA =
    (SID = P11)
    (GLOBAL_NAME = P11_DISASTER. WORLD)

    )

    )
    TO_PRIMARY. WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (= SAP COMMUNITY. WORLD)
    (PROTOCOL = TCP)
    (HOST = 10.0.1.104)
    (PORT = 1527)
    )
    )
    (CONNECT_DATA =
    (SID = P11)
    (GLOBAL_NAME = P11_PRIMARY. WORLD)

    )

    )

    LISTENER_P11. WORLD = (address = (protocol = tcp (port = 1527))(host=10.0.1.104))

    Primary listener.ora
    ################
    # File...: listener.ora
    # Created...: created by SAP AG, R/3 rel. > = 6.10
    # Name...:
    # Date of...:
    # @(#) $Id: / / bc/700-1_REL/src/ins/SAPINST/impl/NPT/ora/ind/LISTENER. ORA #4 $
    ################
    ADMIN_RESTRICTIONS_LISTENER = we
    LISTENER =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = IPC)
    (KEY = P11. WORLD)
    )
    (ADDRESS =
    (PROTOCOL = IPC)
    (KEY = P11)
    )
    (ADDRESS =
    (= SAP COMMUNITY. WORLD)
    (PROTOCOL = TCP)
    (HOST = prod104)
    (PORT = 1527)
    )
    )
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF


    Tnsnames.ora standby
    ################
    # File...: tnsnames.ora
    # Created...: created by SAP AG, R/3 rel. > = 6.10
    # Name...:
    # Date of...:
    # @(#) $Id: / / bc/700-1_REL/src/ins/SAPINST/impl/NPT/ora/ind/TNSNAMES. ORA #4 $
    ################
    ################
    # File...: tnsnames.ora
    # Created...: created by SAP AG, R/3 rel. > = 6.10
    # Name...:
    # Date of...:
    # @(#) $Id: / / bc/700-1_REL/src/ins/SAPINST/impl/NPT/ora/ind/TNSNAMES. ORA #4 $
    ################
    P11. WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (= SAP COMMUNITY. WORLD)
    (PROTOCOL = TCP)
    (HOST = 10.0.1.104)
    (PORT = 1527)
    )
    )
    (CONNECT_DATA =
    (SID = P11)
    (GLOBAL_NAME = P11. WORLD)
    )
    )
    TO_STANDBY. WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (= SAP COMMUNITY. WORLD)
    (PROTOCOL = TCP)
    (HOST = 10.0.1.102)
    (PORT = 1527)
    )
    )
    (CONNECT_DATA =
    (SID = P11)
    (GLOBAL_NAME = P11_STANDBY. WORLD)

    )

    )
    TO_PRIMARY. WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (= SAP COMMUNITY. WORLD)
    (PROTOCOL = TCP)
    (HOST = 10.0.1.104)
    (PORT = 1527)
    )
    )
    (CONNECT_DATA =
    (SID = P11)
    (GLOBAL_NAME = P11_PRIMARY. WORLD)

    )

    )


    LISTENER_P11. WORLD = (address = (protocol = tcp (port = 1527))(host=10.0.1.102))



    Standby listener.ora

    ################
    # File...: listener.ora
    # Created...: created by SAP AG, R/3 rel. > = 6.10
    # Name...:
    # Date of...:
    # @(#) $Id: / / bc/700-1_REL/src/ins/SAPINST/impl/NPT/ora/ind/LISTENER. ORA #4 $
    ################
    ADMIN_RESTRICTIONS_LISTENER = we
    LISTENER =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = IPC)
    (KEY = P11. WORLD)
    )
    (ADDRESS =
    (PROTOCOL = IPC)
    (KEY = P11)
    )
    (ADDRESS =
    (= SAP COMMUNITY. WORLD)
    (PROTOCOL = TCP)
    (HOST = 10.0.1.102)
    (PORT = 1527)
    )
    )
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF

    Please advice.

    Concerning

    Published by: dharm.singh on July 4, 2011 12:33 AM

    As you can see on the lsnrctl status output doesn't support any service

    Try adding the SID_LIST_LISTENER parameter in listener.ora file

    Check out this link and SID_LIST_LISTENER parameter

    http://www.Oracle-base.com/articles/9i/DataGuard.php

  • Error after installation of Service Pack 1 for Windows 7

    I use Windows 7 Ultimate and have just upgraded to win 7 SP1, but after installation, this error "AntiVir Scanner from the command line for Windows has stopped working" message whenever I open an application. These applications don't crash, but the forthcoming disorder with them is really annoying, and I don't know how to solve this problem, because I do not use AntiVirus software at the present time. So please help me. Thanks in advance much.

    [IMG] http://i1226.photobucket.com/albums/ee410/bug_bunny145/Untitled_zps82267e02.jpg [IMG]

    I thank very you much. At that time I used too many software use clean boot as a method to check if a program has been the source of this error, so I decided to reinstall Windows 7. I really appreciate your support. ^^

  • error after installation again: CPU0:1024) VMNIX: validation log < 0 > i/o Error.

    Hello

    I have just setup the new server ESX 3.5 U4 local storage only, I did the standard method after installation of complete starting the server with the following error:

    CPU0:1024) VMNIX: & lt; 0 & gt; validation log IO error.

    It starts and begins to ping, I have a connected remote console because I can't access it or via PUTTY or Vic when I press f1 to log I get this:

    "connect servername: EXT3-fs error (device cciss (104,6)) in start_transaction.

    Interrupted the newspaper. "

    I think it is clearly pointing to a problem of local storage, so I guess I can get a new set of readers and to re - install, but would like to know the community of entry I found lots of helpful tips here.

    Thanks in advance!

          • If you find this or any other answer useful please consider awarding points by scoring the correct or helpful answer *.

    File system is damaged.

    First try to fix with fsck.

    If you also see IO error in the kernel message (use dmesg and look at the last lines), then also could be a hardware problem.

    André

    * If you found this device or any other answer useful please consider awarding points for correct or helpful answers

  • How to correct the errors of Installation/InstallShield 1935 and 1603 during installation of Age of Empires 3?

    I use a Windows 7 laptop and I want to install the Age of Empires 3 game. When I start the program installation or installation process everything is fine until the end where it stops just before it ends and an error. It says: "Error 1935. An error occurred during the installation of assembly ' Microsoft.MSXML2, publickKeyToken is "6bd6b9abf345378f", version = "4.1.0.0", type = "win32" processorArchitecture = "x 86". " See Help and Support for more information. Now, the only option is to click on the OK"" button. When I proceed and click OK, it starts the Restore action and the game is not installed. But then as soon as the Restore action starts, another error appears on the screen. He said: error:-1603 Fatal error during installation. (And it says "help see Windows Installer (Msi.chm) or MSDN for more information.") Can someone please help me to solve these problems and the installation can run. I have tried many methods and strategies that I have online searches and nothing helped. PLEASE HELP ME SOLVE! Thank you!

    Hi Zuber,

    Try to post on AOE3 forums below. There may be someone who has had the problem with the installation of the game-

    Age of Empires III heaven Forum

    Age of Empires Forums - Forums

  • error after installation of 6 l/r

    error after the installation of the drive.  Unable to create the required folder, error in switching modules

    Windows or Mac?

    If it's Mac, wants to see link below:

    Unable to create the required folder

  • Error after installation of the last DBWalker for unit 3.1.4

    I renamed my dbwalker existing (ver 2.14) and installed the latest version of dbwalker for unity 3.1.4 (3.0 build 90) and put it in the same directory as the old version, then it would become part of "filing tools". I get an error every time I start the program dbwalker (if it is selecting from the list of the "diagnostic tools" or go directly to the folder and run DBWalker. The pop-up says:

    "Error in the routine error: Automation FrmLoad.

    The specified module could not be found.

    I have to click on the OK button then a few times 'X' of the error, then DBWalker interface opens and appears normal. I have not run the utility, but because this forum works on a production system and I want to assure you that the initial error will not cause any problems. Any help would be appreciated.

    There are some DLLs that register you when you install dbWalker - they are used for things like grids and localized text and others - they get listed in the registry and there is a path to point to them. My best guess is when you changed the path of the directory (as indicated previously - this is not necessary) these links in the registry were broken, so he was not able to load. It's just a guess, I have to try and repro myself to know for sure.

    But short story - just install the new versions of the tools in their own directory and let them update filing of the tools themselves registry settings in order to avoid this sort of thing...

  • Windows vista activation problem product ID and Java (0xc0000005) fatal error after installation of windows vista format.

    Original title: try to put wrong question ID problem!

    Due to problems of Java, I formatted and made a new installation.  My Vista Home Premium says its active.  When I try to put my product id was not found. When I try to leave microsoft to find that they can't pick up my computer and I can't enter by hand, he said its incorrect.   When I try to ask online chat, I cut that they deal with activation problems.  It is activated, I can't get the Web site recognize my product id, so I can post for help?  The world is - that sound familiar at all?

    I have fatal routine Java errors when I play a game Runescape.  I'd appreciate any help anyone could give me. Thank you

    A fatal error has been detected by Java runtime environment:
    #
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc = 0x6d884dca, pid = 3032, tid = 2976
    #
    # Version JRE: 6.0_30 - b12
    # Java VM: Java hotspot Client VM (20, 5 - b03 in mixed mode, sharing windows - x 86)
    # Problematic frame:
    # V [jvm.dll + 0x94dca]
    #
    # If you want to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    #

    Hi Verisetti,

    Have you installed security software after formatting windows?

    If so, you can uninstall the security software temporarily and check if you receive the access violation error.

    If the uninstallation of security software solves the problem, you may need to configure the settings of the software of safety accordingly. Please contact the software vendor for assistance in this regard.

    Note: Make sure that you install the security software after the trial.

    What about Windows vista product ID, you can try to validate Windows and check if it helps.

    For more information, see the following articles:

    What is the validation, and how does it work?

    Genuine Windows: Frequently asked questions

  • I received an error message after installation encyclopedia British and this application cannot be open.showing the "Startup MFC application has stopped working". How can I solve this problem?

    I received an error message after the installation of Encyclopedia Britannica and this application cannot be open.showing the "Startup MFC application has stopped working". How can I fix this?

    Hello

    always check the compatibility of vista programs on the link below

    http://www.Microsoft.com/Windows/compatibility/Windows-Vista/default.aspx

    If a program is compatible with vista you can try right click on the setup.exe and then by selecting run as administrator to install it

    It is not compatible with vista, you can try running it in a previous operating system mode

    This does not work for all programs

    read the information below

    http://www.howtogeek.com/HOWTO/Windows-Vista/using-Windows-Vista-compatibility-mode/

    ____________________________________________________________

    and read this information MS, too

    http://Windows.Microsoft.com/en-us/Windows-Vista/start-the-program-compatibility-Wizard

  • Errors after installation of Service Pack 2 - 0xc0190002 xmllite.dll, crcdisk.sys and start-up config is corrupt error: 0 x 490

    original title: 0xc0190002 and config xmllite.dll and crcdisk.sys and boot is corrutp resutl error: 0 x 490 different codes and errors that I wrote down.

    I have a Dell Inspiron 1525.  It seems after I have updated to Vista with Service Pack 2 (I think) I think I destroyed my computer.  I can't use it.  I get a different error, '0xc0190002' and 'xmllite.dll' and "crcdisk.sys" and "Root Cause found: confi Boot is corrupted, repair action: repair of table of Partition follows: failed: error code 0 x 490" I used the disk I got from Dell for operating system, did a system repair, tried everything I could think of, but I'm not an expert.  Good by following the steps.  Have you tried a few things that have been listed here, thought he was fine, then I reboot and it turns a whole list of commands, and then stops at 1324/90509 or stops at crcdisk.sys...?  Can someone help me?

    https://support.Microsoft.com/OAS/default.aspx?PRID=13014&Gprid=582034&St=1

    Free unlimited installation and compatibility support is available for Windows Vista, but only for Service Pack 2 (SP2). This support for SP2 is valid until August 30, 2010.

    Microsoft free support for Vista SP2 at the link above.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Dell recovery options:

    http://supportapj.Dell.com/support/topics/global.aspx/support/DSN/en/document?journalid=67E9C215C4BABD6CE040AE0AB5E14F05&docid=339949

    Above is Dell to reinstall Vista from the DVD on your computer.

    http://supportapj.Dell.com/support/topics/global.aspx/support/DSN/en/document?journalid=67E9C215C4BABD6CE040AE0AB5E14F05&docid=336966

    And that way if you have a recovery partition on your hard drive.

    See you soon

    Mick Murphy - Microsoft partner

  • an error after you have installed and configured fmw 11g

    I have installed:

    JDK 1.6.0_30 x 64
    WebLogic 10.3.4 generic
    Forms and reports 11.1.1.2 > > patch set 11.1.1.4

    on
    Windows server 2008 standard sp2 x 64
    6 GB OF RAM

    installed as services, my app works ok (it seems to be ok), but
    -l'url http://domain:port / em does not.
    -also if I try to add a new report server it gives me this error:

    F:\Ora\FMW\asinst_2\bin\opmnctl createcomponent - adminUsername weblogic - adminHost mamchinename.domein.com adminPort - 7001 - oracleHome F:\Ora\FMW\as_1 oracleInstance - F:\Ora\FMW\asinst_2 - asinst_2 - NomComposant RptSvr_2 - ReportsServerComponent componentType instanceName
    * Command failed: could not find the register MBean. Check NonJ2EEManagement Appl
    ication was deployed.
    Details are saved in F:\Ora\FMW\asinst_2\diagnostics\logs\OPMN\opmn\provision.log*
    CreateComponent opmnctl: failed.


    Therefore, commissioning log says:

    05/11/2012-17:34:19 oracle.as.config.provisioner.InstallerCmdLine logInitialCommand
    INFO: Beginning of the command: [createcomponent, weblogic, - adminHost, MachineName.domain.com, - adminUsername, - adminPort, 7001 -, oracleHome, F:\Ora\FMW\as_1, - oracleInstance, F:\Ora\FMW\asinst_2, instanceName-, asinst_2 - componentName, RptSvr_2 -, componentType, ReportsServerComponent]
    05/11/2012-17:34:31 oracle.as.config.provisioner.InstallerCmdLine handleRunFailure
    GRAVE: Command failed:
    oracle.as.config.ProvisionException: cannot find the register MBean. Check nonj2eemanagement Application has been deployed.
    at oracle.as.config.impl.RuntimeServiceConnection.getAttribute(RuntimeServiceConnection.java:596)
    at oracle.as.config.impl.RuntimeServiceConnection.locateRegisteredInstanceName(RuntimeServiceConnection.java:764)
    at oracle.as.config.impl.OracleASComponentBaseImpl.validateNotExistOnAdminServer(OracleASComponentBaseImpl.java:510)
    at oracle.as.config.impl.OracleASComponentBaseImpl.create(OracleASComponentBaseImpl.java:102)
    at oracle.as.config.provisioner.commands.CreateComponentCommand.execute(CreateComponentCommand.java:31)
    at oracle.as.config.provisioner.InstallerCmdLine.run(InstallerCmdLine.java:146)
    at oracle.as.config.provisioner.InstallerCmdLine.main(InstallerCmdLine.java:46)
    Caused by: javax.management.InstanceNotFoundException: oracle.as.management.mbeans.register:type = register
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1094)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:662)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:638)
    to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 12.run(WLSMBeanServerInterceptorBase.java:326)
    at java.security.AccessController.doPrivileged (Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
    at weblogic.management.mbeanservers.internal.JMXContextInterceptor.getAttribute(JMXContextInterceptor.java:157)
    to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 12.run(WLSMBeanServerInterceptorBase.java:326)
    at java.security.AccessController.doPrivileged (Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:299)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:279)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$ $5 1.run(JMXConnectorSubjectForwarder.java:326)
    at java.security.AccessController.doPrivileged (Native Method)
    to weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$ 5.run(JMXConnectorSubjectForwarder.java:324)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.getAttribute(JMXConnectorSubjectForwarder.java:319)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1404)
    at $200 (RMIConnectionImpl.java:72) javax.management.remote.rmi.RMIConnectionImpl.access
    to javax.management.remote.rmi.RMIConnectionImpl$ PrivilegedOperation.run (RMIConnectionImpl.java:1265)
    at java.security.AccessController.doPrivileged (Native Method)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
    at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:600)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke (unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)




    another newspaper, that I see after a fresh reboot is the stdout.txt


    < 11 - may - 2012 17H 12' CLT > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >
    < 11 - may - 2012 17H 12' CLT > < WARNING > < Munger > < BEA-2156203 > < a version attribute was not found in the application element in the F:\Ora\FMW\as_1\forms\j2ee\formsapp.ear/META-INF/application.xml deployment descriptor. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject the descriptors that do not specify the JEE version. >
    < 11 - may - 2012 17H 12' < 11 - may - 2012 17H 12' CLT > < error > < oracle.as.config.persistence.jaxb.JAXBXmlPersistenceManagerImpl > < J2EE JMX-47001 > < Se ha produced a JAXB durante anulacion Escalin migrant to data error. >
    < 11 - may - 2012 17H 12' CLT > < error > < default > < J2EE JMX-46030 > < el Registrar al fallo MBean "oracle.reportsApp.config:name = rwserver, type = ReportsApp, Application reports, ApplicationVersion = = 11.1.1.2.0" durante the Gilt of the application.
    oracle.as.config.persistence.exceptions.ConfigException: Se ha produced a JAXB durante anulacion Escalin migrant to data error.
    at oracle.as.config.persistence.jaxb.JAXBXmlPersistenceManagerImpl.load(JAXBXmlPersistenceManagerImpl.java:204)
    at oracle.as.jmx.framework.util.DefaultConfigObjectMBeanAssociationInfo.loadConfigObject(DefaultConfigObjectMBeanAssociationInfo.java:722)
    at oracle.as.jmx.framework.util.DefaultConfigObjectMBeanAssociationInfo.initializeConfigObjectAndAssociatedMBean(DefaultConfigObjectMBeanAssociationInfo.java:731)
    at oracle.as.jmx.framework.util.ServletContextListenerSupport.contextInitialized(ServletContextListenerSupport.java:154)
    at oracle.reports.admin.runtime.lifecycle.WebApplicationLifeCycleCallBack.contextInitialized(WebApplicationLifeCycleCallBack.java:66)
    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nex < 11 - may - 2012 17H 12' CLT > < opinion > < Log Management > < BEA-170027 > < server has established the connection with the Service of diagnosis level domain successfully. >
    < 11 - may - 2012 17H 12' CLT > < opinion > < Cluster > < BEA-000197 > < listening for cluster communications using unicast cluster messaging >
    < 11 - may - 2012 17H 12' CLT > < opinion > < Cluster > < BEA-000133 > < waiting to synchronize with the other members of cluster_forms running. >
    < 11 - may - 2012 17H 12' CLT > < opinion > < WebLogicServer > < BEA-000365 > < server status changed to ADMIN >
    < 11 - may - 2012 17H 12' CLT > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed for RESUMING >
    < 11 - may - 2012 17H 12' CLT > < opinion > < Cluster > < BEA-000162 > < "async" replication service to start with remote cluster address "null" >
    < 11 - may - 2012 17H 12' CLT > < opinion > < Server > < BEA-002613 > < Channel "Default" is now listening on 192.168.8.200:9001 for protocols iiop, t3, CLUSTER-STREAM, ldap, snmp, http. >
    < 11 - may - 2012 17H 12' CLT > < opinion > < WebLogicServer > < BEA-000330 > < started WebLogic Server managed by "WLS_FORMS" for the domain "ClassicDomain" running in Production Mode >
    < 11 - may - 2012 17H 12' CLT > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed in the RACE >
    < 11 - may - 2012 17H 12' CLT > < opinion > < WebLogicServer > < BEA-000360 > < server started operation >
    employment. Java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:246)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: javax.xml.bind.UnmarshalException
    -with the exception related:
    [org.xml.sax.SAXParseException: element type "property" must end with the corresponding end tag ' < / property > ".]
    at javax.xml.bind.helpers.AbstractUnmarshallerImpl.createUnmarshalException(AbstractUnmarshallerImpl.java:315)
    at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.createUnmarshalException(UnmarshallerImpl.java:514)
    at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:215)
    at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:184)
    at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:137)
    at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:184)
    at oracle.as.config.persistence.jaxb.JAXBXmlPersistenceManagerImpl.load(JAXBXmlPersistenceManagerImpl.java:160)
    at oracle.as.jmx.framework.util.DefaultConfigObjectMBeanAssociationInfo.loadConfigObject(DefaultConfigObjectMBeanAssociationInfo.java:722)
    at oracle.as.jmx.framework.util.DefaultConfigObjectMBeanAssociationInfo.initializeConfigObjectAndAssociatedMBean(DefaultConfigObjectMBeanAssociationInfo.java:731)
    at oracle.as.jmx.framework.util.ServletContextListenerSupport.contextInitialized(ServletContextListenerSupport.java:154)
    at oracle.reports.admin.runtime.lifecycle.WebApplicationLifeCycleCallBack.contextInitialized(WebApplicationLifeCycleCallBack.java:66)
    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:246)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: org.xml.sax.SAXParseException: element type "property" must end with the corresponding end tag ' < / property >.
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
    at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1414)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1749)
    to com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$ FragmentContentDriver.next (XMLDocumentFragmentScannerImpl.java:2939)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
    at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
    to com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$ JAXPSAXParser.parse (SAXParserImpl.java:522)
    at weblogic.xml.jaxp.WebLogicXMLReader.parse(WebLogicXMLReader.java:133)
    at weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:173)
    at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:211)
    at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:184)
    at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:137)
    at javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:184)
    at oracle.as.config.persistence.jaxb.JAXBXmlPersistenceManagerImpl.load(JAXBXmlPersistenceManagerImpl.java:160)
    at oracle.as.jmx.framework.util.DefaultConfigObjectMBeanAssociationInfo.loadConfigObject(DefaultConfigObjectMBeanAssociationInfo.java:722)
    at oracle.as.jmx.framework.util.DefaultConfigObjectMBeanAssociationInfo.initializeConfigObjectAndAssociatedMBean(DefaultConfigObjectMBeanAssociationInfo.java:731)
    at oracle.as.jmx.framework.util.ServletContextListenerSupport.contextInitialized(ServletContextListenerSupport.java:154)
    at oracle.reports.admin.runtime.lifecycle.WebApplicationLifeCycleCallBack.contextInitialized(WebApplicationLifeCycleCallBack.java:66)
    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:246)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    Registration of specific MBeans of Application

    MBEAN: ORACLE. REPORTS: NAME = REPORTS, TYPE = REPORTSRUNTIMEMBEAN, APPLICATION REPORTS, APPLICATIONVERSION = = REGISTERED 11.1.1.2.0


    MBEAN: ORACLE. REPORTS: NAME = OIDASSOCIATION, TYPE = REPORTSRUNTIMEMBEAN, APPLICATION REPORTS, APPLICATIONVERSION = = REGISTERED 11.1.1.2.0


    MBEAN: EMDomain:Name = EMTargetType = oracle_repapp, type = EMIntegration, Application reports, ApplicationVersion = reports = RECOMMENDED 11.1.1.2.0


    < 11 - may - 2012 17H 12' CLT > < opinion > < Log Management > < BEA-170027 > < server has established the connection with the Service of diagnosis level domain successfully. >
    < 11 - may - 2012 17H 12' CLT > < opinion > < Cluster > < BEA-000197 > < listening for cluster communications using unicast cluster messaging >
    < 11 - may - 2012 17H 12' CLT > < opinion > < Cluster > < BEA-000133 > < waiting to synchronize with the other members of cluster_reports running. >
    < 11 - may - 2012 17H 12' CLT > < opinion > < WebLogicServer > < BEA-000365 > < server status changed to ADMIN >
    < 11 - may - 2012 17H 12' CLT > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed for RESUMING >
    < 11 - may - 2012 17H 12' CLT > < opinion > < Cluster > < BEA-000162 > < "async" replication service to start with remote cluster address "null" >
    < 11 - may - 2012 17H 12' CLT > < opinion > < Server > < BEA-002613 > < Channel "Default" is now listening on 192.168.8.200:9002 for protocols iiop, t3, CLUSTER-STREAM, ldap, snmp, http. >
    < 11 - may - 2012 17H 12' CLT > < opinion > < WebLogicServer > < BEA-000330 > < started WebLogic Server managed by "WLS_REPORTS" for the domain "ClassicDomain" running in Production Mode >
    < 11 - may - 2012 17H 12' CLT > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed in the RACE >
    < 11 - may - 2012 17H 12' CLT > < opinion > < WebLogicServer > < BEA-000360 > < server started operation >



    Help me please.

    you need to try to extend your domain name and the em to the server admin application. Please follow the below step and let me know if you face any difficultiues
    (1) stop your admin/ms servers in the domain
    (2) call ($ORACLE_HOME/common/bin/config.cmd or config.sh) configuration wizard
    (3) choose the option Extend area. Select your domain
    (4) select model of Enterprise Manager
    (5) to complete the wizard and the application of the em to target server admin
    (6) start your server
    (7) now, you will be able to access the MS, by using a URL of type http://localhost:7001 / em.

  • Re: Satellite L300 - 17l - Toshiba Power Saver gives me error after installation

    When I bought my L300 - 17l all the drivers of Toshiba drivers download pafe worked out well.
    Recently, I have reinstalled my OS XP and now I started to install all the drivers again. LAN has been authorized, WLAN was ok, the display driver has been authorized.

    But when I get to install Toshiba Power Saver (URL: [http://support1.toshiba-tro.de/tedd-files2/0/pwrsav-en-20080519172104.zip]) it gives me this error (it shows the error or after I cliquerai on finish the instalation or before installation began, as you can see in this screenshot)-[http://www.picvalley.net/v.php?p=u/2381/9078672171740560287.JPG]

    I later tried this - i go ot Control Panel and open Toshiba Power Saver, but then it gives me another error: "CANNOT be opened because you do not have access rights to use 'TOSHIBA Power Saver'.
    I reinstalled my XP again and it still gives me this error... I wonder what could be the problem... Please help me

    Hello

    Satellite L300 - 17L belongs to the PSLBCE series.
    I chose this model number and found exactly the same energy saving that you tried to install.
    So I guess that you have chosen the right Power Saver utility for this model of laptop.

    But did you also install the common Module?
    This software must be installed first before installing other tools.
    Update you the Win XP for the State?

    Check it!

Maybe you are looking for