Oracle VM 3.1.1 - Failed to start PVM machine

Hi,
We're using Oracle VM 3.1.1 on HP ProLiant BL460c G7 servers. We have a 2-node cluster running. We've just recently installed them, and succesfuly created PVM vms but when trying to start them we're receiving the following error on OVM Manager:
Starting operation 'Bridge Configure Operation' on object '0004fb0000200000bff878c5197d0da1 (network.EthernetPort (2) in ovm01)'
Bridge [0004fb0010df7d1] already exists (and should exist) on interface [eth1] on server [ovm01]; skipping bridge creation
Completed operation 'Bridge Configure Operation' completed with direction ==> DONE
Starting operation 'Virtual Machine Start' on object '0004fb000006000073354ef14166aee6 (fblvm01)'
Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: ovm01 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 start_vm 0004fb0000030000af269b04471b29e5 0004fb000006000073354ef14166aee6, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['xm', 'create', '/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg'] failed (1): stderr: Error: (22, 'Invalid argument')
stdout: Using config file "/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg".
This is the vm.cfg filed created by ovmm:
vif = ['mac=00:21:f6:00:00:27,bridge=0004fb0010df7d1']
OVM_simple_name = 'fblvm01'
guest_os_type = 'linux'
disk = ['file:/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualDisks/0004fb00001200004acb9a7d32512731.img,xvda,w']
bootargs = 'nfs:ovmm:/data/ol58'
uuid = '0004fb00-0006-0000-7335-4ef14166aee6'
on_reboot = 'restart'
boot = 'n'
cpu_weight = 27500
memory = 4096
cpu_cap = 0
maxvcpus = 2
OVM_high_availability = True
OVM_description = 'fblvm01'
on_poweroff = 'destroy'
on_crash = 'restart'
bootloader = '/usr/bin/xenpvboot'
maxmem = 4096
name = '0004fb000006000073354ef14166aee6'
vfb = ['type=vnc,vncunused=1,vnclisten=127.0.0.1,keymap=es']
vcpus = 1
OVM_os_type = 'Oracle Linux 5'
OVM_cpu_compat_group = ''
OVM_domain_type = 'xen_pvm'
This is the complete error on ovs-agent.log:
[2011-06-04 05:13:12 9908] DEBUG (common:46) dispatch function discover_network to server https://oracle:******@172.16.7.3:8899/api/2
[2011-06-04 05:13:12 9909] DEBUG (service:77) discover_network: ()
[2011-06-04 05:13:12 9909] DEBUG (service:85) discover_network: call completed.
[2011-06-04 05:13:12 9910] DEBUG (common:46) dispatch function start_vm to server https://oracle:******@172.16.7.3:8899/api/2
[2011-06-04 05:13:12 9911] DEBUG (service:77) start_vm: ('0004fb0000030000af269b04471b29e5', '0004fb000006000073354ef14166aee6')
[2011-06-04 05:13:13 9911] ERROR (service:96) catch_error: Command: ['xm', 'create', '/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg'] failed (1): stderr: Error: (22, 'Invalid argument')
stdout: Using config file "/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg".
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/agent/service.py", line 94, in wrapper
return func(*args)
File "/usr/lib64/python2.4/site-packages/agent/hypervisor/xenxm.py", line 719, in start_vm
run_cmd(['xm', 'create', path])
File "/usr/lib64/python2.4/site-packages/agent/common.py", line 66, in run_cmd
raise RuntimeError('Command: %s failed (%s): stderr: %s stdout: %s'
RuntimeError: Command: ['xm', 'create', '/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg'] failed (1): stderr: Error: (22, 'Invalid argument')
stdout: Using config file "/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg".
[2011-06-04 05:13:13 9910] ERROR (common:50) dispatch error: start_vm: <Fault 1: 'exceptions.RuntimeError:Command: [\'xm\', \'create\', \'/OVS/Repositories/0004
fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg\'] failed (1): stderr: Error: (22, \'Invalid argument\')\n stdout: Using config file "/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg".\n'>
[2011-06-04 05:13:13 9910] ERROR (service:96) catch_error: <Fault 1: 'exceptions.RuntimeError:Command: [\'xm\', \'create\', \'/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg\'] failed (1): stderr: Error: (22, \'Invalid argument\')\n stdout: Using config file "/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg".\n'>
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/agent/service.py", line 94, in wrapper
return func(*args)
File "/usr/lib64/python2.4/site-packages/agent/common.py", line 48, in dispatch
return getattr(sp, func)(*args)
File "/usr/lib64/python2.4/site-packages/agent/utils/xmlrpclib.py", line 1099, in __call__
return self.__send(self.__name, args)
File "/usr/lib64/python2.4/site-packages/agent/utils/xmlrpclib.py", line 1386, in __request
verbose=self.__verbose
File "/usr/lib64/python2.4/site-packages/agent/utils/xmlrpclib.py", line 1150, in request
return self._parse_response(h.getfile(), sock)
File "/usr/lib64/python2.4/site-packages/agent/utils/xmlrpclib.py", line 1289, in parseresponse
return u.close()
File "/usr/lib64/python2.4/site-packages/agent/utils/xmlrpclib.py", line 746, in close
raise Fault(**self._stack[0])
Fault: <Fault 1: 'exceptions.RuntimeError:Command: [\'xm\', \'create\', \'/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg\'] failed (1): stderr: Error: (22, \'Invalid argument\')\n stdout: Using config file "/OVS/Repositories/0004fb0000030000af269b04471b29e5/VirtualMachines/0004fb000006000073354ef14166aee6/vm.cfg".\n'>
Has anyone seen this problem before?
Thanks, Franco.

Well, in the end we had a problem we the NFS share, it was possible to mount it on other servers but all read operation failed, we moved the iso to a different nfs server and it worked just fine. Closing the thread.

Similar Messages

  • Oracle E-business suit Services failed to start Properly

    Hi,
    I've EBS Installed on my laptop with release 12(base release) on Linux Virtual host. When I tried to up the Application Tier Services; the services are not properly started. It seems to me that OC4J is not getting up proerly. Kindly help me in resolving this error.
    Here are the log entries of adstrtall.sh
    Executing service control script:
    /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/admin/scripts/adopmnctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adopmnctl.sh version 120.4
    Starting Oracle Process Manager (OPMN) ...
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/logs/appl/admin/log/adopmnctl.txt for more information ...
    .end std out.
    .end err out.
    Setting service Web Entry Point Services to mode 2
    Administering services for the service group Web Entry Point Services
    Executing service control script:
    /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/admin/scripts/adapcctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adapcctl.sh version 120.6
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/logs/appl/admin/log/adapcctl.txt for more information ...
    .end std out.
    .end err out.
    Setting service Web Application Services to mode 2
    Administering services for the service group Web Application Services
    Executing service control script:
    /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/admin/scripts/adoacorectl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    ERROR : Timed out( 100000 ): Interrupted Exception
    You are running adoacorectl.sh version 120.11
    Starting OPMN managed OACORE OC4J instance ...
    Executing service control script:
    /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/admin/scripts/adformsctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    ERROR : Timed out( 100000 ): Interrupted Exception
    You are running adformsctl.sh version 120.12
    Starting OPMN managed FORMS OC4J instance ...
    Executing service control script:
    /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/admin/scripts/adoafmctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running adoafmctl.sh version 120.6
    Starting OPMN managed OAFM OC4J instance ...
    adoafmctl.sh: exiting with status 204
    adoafmctl.sh: check the logfile /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/logs/appl/admin/log/adoafmctl.txt for more information ...
    .end std out.
    .end err out.
    Setting service Batch Processing Services to mode 2
    Administering services for the service group Batch Processing Services
    Executing service control script:
    /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/admin/scripts/adalnctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    adalnctl.sh version 120.3
    Checking for FNDFS executable.
    Starting listener process APPS_TESTEBS.
    adalnctl.sh: exiting with status 0
    adalnctl.sh: check the logfile /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/logs/appl/admin/log/adalnctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/admin/scripts/adcmctl.sh start
    Timeout specified in context file: 1000 second(s)
    script returned:
    You are running adcmctl.sh version 120.14
    Starting concurrent manager for TESTEBS ...
    Starting TESTEBS_0912@TESTEBS Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/logs/appl/admin/log/adcmctl.txt for more information ...
    .end std out.
    .end err out.
    Executing service control script:
    /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/admin/scripts/jtffmctl.sh start
    Timeout specified in context file: 100 second(s)
    script returned:
    You are running jtffmctl.sh version 120.3
    Validating Fulfillment patch level via /u01/oracle/TESTEBS/apps/apps_st/comn/java/classes
    Fulfillment patch level validated.
    Starting Fulfillment Server for TESTEBS on port 9300 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Service Group Other Service Group is disabled.
    [Service Control Execution Report]
    The report format is:
    <Service Group> <Service> <Script> <Status>
    Root Service Group Oracle Process Manager for TESTEBS_oraapps adopmnctl.sh Started
    Web Entry Point Services Oracle HTTP Server TESTEBS_oraapps adapcctl.sh Started
    Web Application Services OACORE OC4J Instance TESTEBS_oraapps adoacorectl.sh Failed
    Web Application Services FORMS OC4J Instance TESTEBS_oraapps adformsctl.sh Failed
    Web Application Services OAFM OC4J Instance TESTEBS_oraapps adoafmctl.sh Failed
    Batch Processing Services OracleTNSListenerAPPS_TESTEBS_oraapps adalnctl.sh Started
    Batch Processing Services OracleConcMgrTESTEBS_oraapps adcmctl.sh Started
    Batch Processing Services Oracle ICSM TESTEBS_oraapps ieoicsm.sh Disabled
    Batch Processing Services Oracle Fulfillment Server TESTEBS_oraapps jtffmctl.sh Started
    Other Service Group Disabled
    Other Service Group OracleFormsServer-Forms TESTEBS_oraapps adformsrvctl.sh Disabled
    Other Service Group Oracle Metrics Client TESTEBS_oraapps adfmcctl.sh Disabled
    Other Service Group Oracle Metrics Server TESTEBS_oraapps adfmsctl.sh Disabled
    Other Service Group Oracle MWA Service TESTEBS_oraapps mwactlwrpr.sh Disabled
    ServiceControl is exiting with status 3
    from the above logs I can see that OC4J is not properly being up along with form services. when I look at the logs of adoacorectl.log, it gives following output:
    [applmgr@oraapps log]$ more adoacorectl.txt
    09/12/11-16:16:05 :: adoacorectl.sh version 120.11
    09/12/11-16:16:05 :: adoacorectl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    09/12/11-16:16:05 :: adoacorectl.sh: Starting OPMN managed OACORE OC4J instance
    opmnctl: starting opmn managed processes...
    #######################################################################3
    [applmgr@oraapps log]$ more adformsctl.txt
    09/12/11-16:17:45 :: adformsctl.sh version 120.12
    09/12/11-16:17:45 :: adformsctl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    09/12/11-16:17:46 :: adformsctl.sh: Starting OPMN managed FORMS OC4J instance
    opmnctl: starting opmn managed processes...
    [applmgr@oraapps log]$ more adoafmctl.txt
    09/12/11-16:19:25 :: adoafmctl.sh version 120.6
    09/12/11-16:19:25 :: adoafmctl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    09/12/11-16:19:26 :: adoafmctl.sh: Starting OPMN managed OAFM OC4J instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=oraapps.oranet.com:6200
    0 of 1 processes started.
    ias-instance id=TESTEBS_oraapps.oraapps.oranet.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    OC4J/oafm/default_group/
    Error
    --> Process (index=1,uid=1349138487,pid=8112)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/logs/ora/10.1.3/opmn/OC4J~oafm~default_
    group~1
    09/12/11-16:20:00 :: adoafmctl.sh: exiting with status 204
    It seems to me that system is unable to start properly the OC4J services. Kindly help me to resolve this error. Also the when I tried to access the login page the browser give me internal error. Please also note that both Database and Listener services are up and running.
    Regards,
    Abbasi.

    Have you tried to run AutoConfig and see if you get any errors?
    Error
    --> Process (index=1,uid=1349138487,pid=8112)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/oracle/TESTEBS/inst/apps/TESTEBS_oraapps/logs/ora/10.1.3/opmn/OC4J~oafm~default_group~1Any details about the error in this log?
    Please see if these docs help.
    Oacore Processes Won't Start After Increasing Their Number In Oracle Applications Release 12 In Context.xml [ID 555214.1]
    Diagnosing Startup Problems for Apache in Release 12 [ID 1349882.1]
    It seems to me that system is unable to start properly the OC4J services. Kindly help me to resolve this error. Also the when I tried to access the login page the browser give me internal error. Please also note that both Database and Listener services are up and running.If the services fail to start then this is an expected behavior.
    Can you find any errors in the database log file?
    Thanks,
    Hussein

  • Oracle Process Manager failed to start(11.1.2)

    Hi all!
    I've installed and configured 11.1.2 on my VM(Win 2003 SP2)
    Then i've been trying to start system but during launching Oracle Process manager I get the following error
    Could not start Oracle Process Manage service(ohsInstance3250625901) on local computer
    Error 1053: The service did not respond to the start request in a timely fashion
    Then i checked Event log
    The Oracle Process Manager (EPM_epmsystem1) service failed to start due to the following error:
    Timeout (30000 milliseconds) waiting for the Oracle Process Manager (EPM_epmsystem1) service to connect.
    The Oracle Process Manager (ohsInstance3250625901) service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion.
    Please help?
    Regards
    Alexander
    Edited by: Softperson on 9/8/2010 15:36

    Hi Jasmine
    I've found a lot of errors in event viewer
    Some of them bellow
    "The Oracle Process Manager (EPM_epmsystem1) service failed to start due to the following error:
    Timeout (30000 milliseconds) waiting for the Oracle Process Manager (EPM_epmsystem1) service to connect.
    The Oracle Process Manager (ohsInstance3250625901) service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion."
    Regards
    Alexander

  • Cannot start virtual machine

    Hi,
    I was recently restarting a virtual machine due to applying updates and the virtual machine froze. This vm is located on one of our clusters which are running the Hyper-V role. The vm worked just fine until the restart. I was unable to stop the vm at first
    so I ended the process via Task Manager. Now I am unable to start the virtual machine.
    The following error comes up when I try to start it:
    The operation has failed. Failed to start virtual machine 'vmname'.
    The details for this error are as follows:
    Failed to bring the resource 'vmname" online. Error Code: 0x8007139f. The group or resource is not in the correct state to perform the requested operation.
    Can you please tell me what I should do. I am thinking of deleting the virtual machine and re-creating it but would that erase the data from the virtual drive as well? Also, if this is a good idea, how would I go about giving the vm the smae IP address?
    Our environment only uses DHCP and does not allow static IP assignments.
    Is there a way to go about this without having to delete the virtual machine? And without having to restart the entire Hyper-V node on which the vm is located on?
    Thanks in advance,

    Hi Gil Gross,
    I cannot delete the vm because, although the vm is highlighted in blue, there is no delete option (when I get the drop down menu nor on the side menu).
    If I use the Failover Cluster Manager to delete the vm will this delete all files associated with it as well (v-disk)?
    I am thinking of maybe performing a live migration of all the vm's that are currently on the current cluster node to another cluster node (we have 4 total). Once this is done, I will restart the cluster node with the problematic vm and see if this will help.
    What do you think?
    Thanks in advance,

  • Oracle Grid root.sh is failing onFirstNode configuration failed at /u01/app/grid/11.2.0.4/crs/instal due to ora.oc4j start timeout

    We have a 4 node Rac, oracle root.sh is failing on the First Node. when I looked at the logs I found the oc4j is timeout to start on Node1 whereas it is able to start on all other nodes with in 2 mins. this is causing to fail root.sh. Can you please help me what is the issue.
    Oracle Rac Node 1 oc4j failed on Node1 due to timeout able to start on other node.
     oracle:]/u01/app/grid/11.2.0.4/bin > ./crsctl start res ora.oc4j -n node1
    CRS-2672: Attempting to start 'ora.oc4j' node1
    CRS-2674: Start of 'ora.oc4j' on 'node1' failed
    CRS-2679: Attempting to clean 'ora.oc4j' on node1
    CRS-2681: Clean of 'ora.oc4j' on 'node1' succeeded
    CRS-4000: Command Start failed, or completed with errors.  [oracle:]/u01/app/grid/11.2.0.4/bin > ./crsctl start res ora.oc4j -n node2
    CRS-2672: Attempting to start 'ora.oc4j' on 'node2'
    CRS-2676: Start of 'ora.oc4j' on 'node2' succeeded

    Please follow Metalink Note 1050908.1.
    This might help
    Cheers
    FJFranken

  • Multiple Oracle Homes - Oracle Listener failes to start after installation

    Just in case the listener fails to start after an oracle installation, please check the oracle ports in the listener.ora and tnsnames.ora, both of which are present in the following directory:
    ...\oracle\<SID>\<Ver>\NETWORK\ADMIN
    All installations should have separate listener ports eg. If the first installation has port 1527, the next one should be 1528 and so on..
    If they do not, manually change the ports and start the listeners.
    Also check SAP Note 98252. Although I didn't find it necessary (I think it applies only if you have a single listener for all oracle homes), it did give me an idea that there some config problem in the .ora files.
    Also see [this thread|Oracle Listener error in Import ABAP phase?; for related details

    hi
    thanks for the help ,
    I have been using the SQL Server , i am totally blank about Oracle
    i am totally confused with this user, and hoststring
    i logged in to the enterprise manager using System and manager password
    But i cannot connect to any database using SQL Server
    i am not remembering any user name or password i have given during installation.
    the only thing i remember is
    Global databasename = (globedb) i have given
    For SID = globedb the same name i have given
    for sys ,i have given sysdb as password
    and for system i have given systemdb as password
    with this can i do anything
    when expand the schemas ,i can see the XDB,SCOTT and SYS . how can i login to this .
    if i want to login to the scott
    what would be the username,password,and hoststring. since i haven't set any password and username ,there would be some default username ,password, and hoststring.
    if any one can help me please help me
    thanks regards

  • Oracle 9i Report Server Failed to start

    Hi,
    My Oracle 9i Report Server Failed to start, I think it is due to patch problem with OS
    It was workin fine before we upgraded patch to Sun Solaris Machine.
    Now the Patch set In my OS is
    The patched installed are as follows
    112138-01 Synopsis: SunOS 5.8:: usr/bin/domainname patch
    108652-98 X11 6.4.1: Xsun patch
    108921-25 CDE 1.4: dtwm patch
    108940-72 Motif 1.2.7 and 2.1.1: Runtime library patch for Solaris 8
    OS: SunOS 5.8 Generic_117350-37 sun4u sparc SUNW, Ultra-4
    When i try to start the application Server it shows the below error pls Help.
    ......Starting Oracle HTTP Server.....
    ADMN-100999
    ......Started Oracle HTTP Server.....
    ......Started OC4J instance.....
    ADMN-100999
    ......Started OC4J instance.....
    .....Checking OHS and OC4J status.....
    ADMN-100999
    See base exception for details.
    Base Exception:
    oracle.ias.repository.schema.SchemaException:Unable to connect to Directory Server:javax.naming.CommunicationException: it15242.chennai.ford.com:4032 [Root exception is java.net.ConnectException: Connection refused]
    See base exception for details.
    .....PRESS ENTER TO CONTINUE.......
    ......Starting Web Cache...........
    Oracle9iAS Web Cache, Version 9.0.2.0.0
    Copyright: Oracle Corporation, 1999-2001
    Build CALYPSO_9.0.0_SOLARIS_020411
    Admin Server failed to start
    ......Started Web Cache...........
    .....PRESS ENTER TO EXIT.......
    Please Help me out to solve this issue.

    I am assuming you are using 9iR2:
    1. start your infrastructure database
    2. start oid
    nohup oidmon start
    nohup oidctl server=oidldapd configset=0 instance=1 start
    3. check to see if things seem to be working properly in the infrastructure before starting the midtier
    dcmctl getstate -v (this will give you the status of the infrastructure components). If this comes back in error, you will need to solve this first.

  • Oracle Service Bus 11g (11.1.1.3.0) failing to start

    I have installed Oracle Weblogic 10.3.3 (11g with Patch Set2) on a Windows XP SP2 32-bit machine. I was able to configure and start the AdminServer without any issues. Next, I installed Oracle Service Bus 11g (11.1.1.3.0) on top of WLS 10.3.3 (11g) on the same machine. I extended the previous weblogic domain (AdminServer only) to include Oracle Service Bus (OSB) features. OSB server was configured successfully.
    However, the AdminServer and OSB server is now failing to start successfully. It is failing to deploy and load the OSB applications (e.g. - OSB Console, File Adapter, SB Transport Adapter etc. ). While configuring the OSB domain, OSB application got targeted to both AdminServer and OSB server. Have you encountered this issue before? I tried to start the managed server from command prompt and Admin console

    Few links which you may refer -
    auto start weblogic 11gR1 as windows service?
    http://blogs.oracle.com/jamesbayer/2010/01/weblogic_nodemanager_quick_sta.html
    http://blogs.oracle.com/middleware/2010/09/startup_scripts_for_weblogic_and_soa_suite.html
    Regards,
    Anuj

  • Oracle Management Server fails to start on Solaris 8

    I'm trying to start OMS for oracle9i on a Solaris 8 machine. I type the following command to start OMS;
    oemctl start oms
    OMS then tries to start and after a minute it times out saying look at file $ORACLE_HOME/sysman/log/oms.nohup. When I do this I see the following output;
    Starting the management server at Thu Oct 16 10:40:21 BST 2003
    Management server startup failed. Check the file /space/oracle9i/OraHome1/sysman/log/oms.nohup for details
    served.
    Starting the Oracle Management Server...
    Error starting Oracle Management Server. ORBSingleton: access deniedjava.lang.SecurityException: ORBSingleton: access denied
    at com.sun.corba.se.internal.corba.ORBSingleton.connect(ORBSingleton.java:314)
    at oracle.sysman.vxn.VxnNamingContext.<init>(VxnNamingContext.java:285)
    at oracle.sysman.vxn.VxnNamingContext.getNewContext(VxnNamingContext.java:222)
    at oracle.sysman.vxn.VxnNamingService.getInitialContext(VxnNamingService.java:1072)
    at oracle.sysman.vxn.VxnNamingService.enableBootstrap(VxnNamingService.java:1080)
    at oracle.sysman.vxn.VxnNamingService.init(VxnNamingService.java:238)
    at oracle.sysman.vxn.VxnNamingService.getNamingService(VxnNamingService.java:103)
    at oracle.sysman.vxn.VxnNamingService.getNamingService(VxnNamingService.java:112)
    at oracle.sysman.vxa.VxaAppServer.initServer(VxaAppServer.java:3417)
    at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3048)
    OMS exited on Thu Oct 16 10:40:25 BST 2003 with return value 56
    Could not start management server. Initialization failure
    Can someone tell me what's going on and how I can solve this. Thanks.

    Further to my original post I turned the verbose option on when trying to start OMS. The output I get is below;
    $ oemctl start oms &
    2313
    $ [Opened /usr/j2se/jre/lib/rt.jar]
    [Opened /usr/j2se/jre/lib/i18n.jar]
    [Opened /usr/j2se/jre/lib/sunrsasign.jar]
    [Loaded java.lang.Object from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.Serializable from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Comparable from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.String from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Class from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Cloneable from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ClassLoader from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Throwable from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Error from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ThreadDeath from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Exception from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.RuntimeException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.ProtectionDomain from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.AccessControlContext from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ClassNotFoundException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.LinkageError from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.NoClassDefFoundError from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ClassCastException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ArrayStoreException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.VirtualMachineError from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.OutOfMemoryError from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.StackOverflowError from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ref.Reference from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ref.SoftReference from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ref.WeakReference from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ref.FinalReference from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ref.PhantomReference from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ref.Finalizer from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Runnable from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Thread from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ThreadGroup from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Dictionary from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Map from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Hashtable from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Properties from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.reflect.AccessibleObject from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.reflect.Member from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.reflect.Method from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.reflect.Constructor from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Collection from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.AbstractCollection from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.List from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.AbstractList from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Vector from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.StringBuffer from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Boolean from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Character from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Number from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Float from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Double from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Byte from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Short from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Integer from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Long from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.NullPointerException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ArithmeticException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Shutdown from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.StrictMath from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.ObjectStreamField from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Comparator from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.String$CaseInsensitiveComparator from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.System from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.AccessController from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Collections from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Random from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Set from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.AbstractSet from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Collections$EmptySet from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Collections$EmptyList from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.AbstractMap from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Collections$EmptyMap from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Collections$ReverseComparator from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ThreadLocal from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.InheritableThreadLocal from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.Guard from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.Permission from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.BasicPermission from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.reflect.ReflectPermission from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ref.Reference$Lock from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ref.Reference$ReferenceHandler from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ref.Finalizer$FinalizerWorker from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ref.ReferenceQueue from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ref.ReferenceQueue$Null from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ref.ReferenceQueue$Lock from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ref.Finalizer$FinalizerWorker$FinalizerThread from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Enumeration from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Hashtable$EmptyEnumerator from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Iterator from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Hashtable$EmptyIterator from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.ObjectStreamClass from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.ObjectStreamClass$ObjectStreamClassEntry from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.ObjectStreamClass$CompareClassByName from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.ObjectStreamClass$CompareMemberByName from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Map$Entry from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Hashtable$Entry from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.Version from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.InputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.FileInputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.FileDescriptor from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.OutputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.FileOutputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.FilterInputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.BufferedInputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.FilterOutputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.PrintStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.BufferedOutputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.Writer from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.OutputStreamWriter from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.io.CharToByteConverter from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.io.Converters from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Stack from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.PrivilegedAction from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.security.action.GetPropertyAction from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.io.CharToByteASCII from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.BufferedWriter from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Compiler from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Compiler$1 from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.Launcher from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.URLStreamHandlerFactory from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.Launcher$Factory from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.Launcher$1 from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.SecureClassLoader from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.URLClassLoader from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.Launcher$ExtClassLoader from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.security.util.Debug from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.StringTokenizer from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.File from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.FileSystem from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.UnixFileSystem from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.PrivilegedExceptionAction from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.Launcher$2 from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.URL from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.HashSet from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.HashMap from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.HashMap$EmptyHashIterator from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.HashMap$Entry from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.URLClassPath from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.ArrayList from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.URLStreamHandler from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.net.www.protocol.jar.Handler from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.Launcher$AppClassLoader from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.Launcher$3 from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.net.www.protocol.file.Handler from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.URLClassLoader$1 from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.EmptyStackException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.PrivilegedActionException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Locale from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.URLClassPath$2 from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.URLClassPath$Loader from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.URLClassPath$JarLoader from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.zip.ZipConstants from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.zip.ZipFile from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.jar.JarFile from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.security.action.LoadLibraryAction from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Runtime from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ClassLoader$4 from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ClassLoader$NativeLibrary from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.JarIndex from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.ExtensionDependency from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.zip.ZipEntry from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.jar.JarEntry from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.jar.JarFile$JarFileEntry from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.DataInput from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.DataInputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.zip.ZipFile$ZipFileInputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.jar.Manifest from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.ByteArrayInputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.jar.Attributes from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.jar.Manifest$FastInputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.jar.Attributes$Name from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Math from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.jar.JarVerifier from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.ByteArrayOutputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.IOException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.FileNotFoundException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.zip.InflaterInputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.zip.ZipFile$1 from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.zip.Inflater from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.URLClassPath$FileLoader from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.net.www.ParseUtil from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.BitSet from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.Resource from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.URLClassPath$4 from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.Package from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.CodeSource from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.Policy from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.Policy$1 from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.Security from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.Security$1 from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.Reader from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.BufferedReader from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.InputStreamReader from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.io.ByteToCharConverter from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.io.ByteToCharISO8859_1 from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.Provider from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.security.provider.Sun from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.security.provider.Sun$1 from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.sun.rsajca.Provider from /usr/j2se/jre/lib/sunrsasign.jar]
    [Loaded com.sun.rsajca.Provider$1 from /usr/j2se/jre/lib/sunrsasign.jar]
    [Loaded sun.security.provider.PolicyFile from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.PermissionCollection from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.security.provider.PolicyPermissions from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.URLConnection from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.net.www.URLConnection from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.net.www.protocol.file.FileURLConnection from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.ContentHandler from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.UnknownContentHandler from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.net.www.MessageHeader from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.FilePermission from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.FilePermission$1 from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.RuntimePermission from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.security.cert.Certificate from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.vxa.VxaOMSPing]
    [Loaded org.omg.CORBA.SystemException from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.vxx.vxxo.VxxoNullParameterException]
    [Loaded oracle.sysman.vxx.vxxo.VxxoNameNotFoundException]
    [Loaded oracle.sysman.vxx.vxxo.VxxoNameServiceException]
    [Loaded oracle.sysman.vxx.vxxo.VxxoNameServiceNotFoundException]
    [Loaded oracle.sysman.vxx.vxxo.VxxoConst]
    [Loaded oracle.sysman.vxx.vxxo.VxxoName]
    [Loaded oracle.sysman.vxx.vxxo.VxxoLooseName]
    [Loaded sun.io.ByteToCharASCII from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.vxa.VxaOperations]
    [Loaded oracle.sysman.vxa.VxaAppServerInt]
    [Loaded oracle.sysman.vxa.VxaAppServer]
    [Loaded java.lang.InterruptedException from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.vxx.VxxAuxFinalizeable]
    [Loaded oracle.sysman.vdb.VdbSession]
    [Loaded oracle.sysman.vdb.VdbCORBASessionOperations]
    [Loaded oracle.sysman.vdb.VdbAutoCommitSession]
    [Loaded oracle.sysman.vxa.VxaExtServiceTracker]
    [Loaded oracle.sysman.vxa.VxaService]
    [Loaded oracle.sysman.vxa.VxaNoSuchServiceException]
    [Loaded org.omg.CORBA.portable.IDLEntity from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.UserException from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.vdb.VdbLostConnectionException]
    [Loaded oracle.sysman.vxn.VxnBootstrapException]
    [Loaded oracle.sysman.vxa.VxaStartupException]
    [Loaded oracle.sysman.vdb.VdbSQLException]
    [Loaded oracle.sysman.vxa.VxaMASService]
    [Loaded oracle.sysman.vxa.VxaServiceDefinition]
    [Loaded oracle.sysman.vxa.VxaExtServiceDefinition]
    [Loaded oracle.sysman.vxx.vxxo.VxxoORB]
    [Loaded oracle.sysman.vxx.vxxo.VxxoEMORB]
    [Loaded oracle.sysman.vxx.vxxo.VxxoEMLocalORB]
    [Loaded org.omg.CORBA.Object from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.vdu.VduUnAuthorizedAccessException]
    [Loaded oracle.sysman.vdv.VdvNameNotFoundException]
    [Loaded java.io.FileWriter from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.security.util.ManifestEntryVerifier from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.CharacterDecoder from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.BASE64Decoder from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.inprise.vbroker.CORBA.Object]
    [Loaded oracle.sysman.vxa.Vxa]
    [Loaded oracle.sysman.vxa.VxaIncompleteInitException]
    [Loaded java.lang.IllegalArgumentException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.NumberFormatException from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.vxx.VxxInvalidOEMKeyException]
    [Loaded java.lang.IllegalThreadStateException from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.vxa.VxaInvalidStateException]
    [Loaded oracle.sysman.vds.VdsInt]
    [Loaded java.lang.IndexOutOfBoundsException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.StringIndexOutOfBoundsException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.UnsatisfiedLinkError from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.vxx.VxxProperties]
    [Loaded oracle.sysman.vxx.VxxFile]
    [Loaded oracle.sysman.vxx.VxxPropertiesFile]
    [Loaded oracle.sysman.vxx.VxxOMSConfigProperties]
    [Loaded oracle.sysman.vdu.VduException]
    [Loaded oracle.sysman.vxn.VxnPortBoundException]
    [Loaded oracle.sysman.emSDK.common.nls.MessageBundle]
    [Loaded java.util.MissingResourceException from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.vxx.vxxd.VxxdCrypt]
    [Loaded oracle.sysman.vxx.vxxd.CryptException]
    [Loaded oracle.sysman.vxx.vxxd.VxxdDES]
    [Loaded java.util.Hashtable$Enumerator from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.vxx.VxxVersion]
    [Loaded java.util.ResourceBundle from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.ResourceBundle$ResourceCacheKey from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.SoftCache from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.misc.SoftCache$ValueCell from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.ListResourceBundle from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.resources.VxaMsgID]
    [Loaded oracle.sysman.resources.VxaMsg]
    [Loaded oracle.sysman.resources.EmptyBundle]
    [Loaded oracle.sysman.resources.VxaMsg_en]
    [Loaded java.text.Format from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.text.MessageFormat from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.text.FieldPosition from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.Date from /usr/j2se/jre/lib/rt.jar]
    OEMCTL for SunOS: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...[Loaded oracle.sysman.vxx.vxxo.VxxoListOverflowException]
    [Loaded org.omg.CosNaming.NamingContextPackage.AlreadyBound from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CosNaming.NamingContextPackage.CannotProceed from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CosNaming.NamingContextPackage.NotFound from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.vxn.VxnServiceNotFoundException]
    [Loaded org.omg.CosNaming.NamingContextPackage.InvalidName from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.emSDK.common.corba.InitORBHelper]
    [Loaded org.omg.CORBA.ORB from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.inprise.vbroker.CORBA.ORB]
    [Loaded java.util.Observer from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.visigenic.vbroker.orb.ORB]
    [Loaded com.visigenic.vbroker.orb.ObjectId]
    [Loaded com.visigenic.vbroker.orb.ForeignId]
    [Loaded org.omg.CORBA.portable.InputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.visigenic.vbroker.orb.GiopStream]
    [Loaded com.visigenic.vbroker.orb.GiopInputStream]
    [Loaded com.visigenic.vbroker.orb.PersistentId]
    [Loaded com.visigenic.vbroker.orb.KeyId]
    [Loaded com.visigenic.vbroker.orb.TransientId]
    [Loaded com.visigenic.vbroker.orb.ServiceId]
    [Loaded org.omg.CORBA.INTERNAL from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.ArrayIndexOutOfBoundsException from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.COMM_FAILURE from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.MARSHAL from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.INV_OBJREF from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.visigenic.vbroker.URLNaming.CommFailure]
    [Loaded com.visigenic.vbroker.URLNaming.ReqFailure]
    [Loaded com.visigenic.vbroker.URLNaming.InvalidURL]
    [Loaded org.omg.CORBA.ORBPackage.InvalidName from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.INITIALIZE from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.BAD_PARAM from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.portable.OutputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.visigenic.vbroker.orb.GiopOutputStream]
    [Loaded java.net.UnknownHostException from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.portable.ObjectImpl from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.inprise.vbroker.CORBA.portable.ObjectImpl]
    [Loaded com.visigenic.vbroker.orb.ObjectImpl]
    [Loaded org.omg.CORBA.portable.Delegate from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.inprise.vbroker.CORBA.portable.Delegate]
    [Loaded com.visigenic.vbroker.orb.Delegate]
    [Loaded org.omg.CORBA.INTF_REPOS from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.visigenic.vbroker.orb.ChainProperties]
    [Loaded java.util.Observable from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.visigenic.vbroker.util.PropertyManager]
    [Loaded com.visigenic.vbroker.orb.OrbPropertyManager]
    [Loaded java.lang.SecurityException from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.BAD_OPERATION from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.InstantiationException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.lang.IllegalAccessException from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.TypeCode from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.visigenic.vbroker.orb.TypeCode]
    [Loaded org.omg.CORBA.ORBPackage.InconsistentTypeCode from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.TypeCodePackage.BadKind from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.DynAny from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.DynAnyPackage.Invalid from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.visigenic.vbroker.orb.SystemProperties]
    [Loaded java.net.MalformedURLException from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.visigenic.vbroker.orb.AppletProperties]
    [Loaded java.lang.Package$1 from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.zip.ZipInputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.jar.JarInputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.io.PushbackInputStream from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.zip.Checksum from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.util.zip.CRC32 from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.BOA]
    [Loaded com.visigenic.vbroker.orb.BOA]
    [Loaded org.omg.CORBA.OBJ_ADAPTER from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.visigenic.vbroker.orb.OrbObject]
    [Loaded com.visigenic.vbroker.orb.DelegateImpl]
    [Loaded com.visigenic.vbroker.orb.StubDelegate]
    [Loaded com.visigenic.vbroker.orb.ProtocolManager$Protocol]
    [Loaded org.omg.CORBA.NO_IMPLEMENT from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.visigenic.vbroker.orb.TypeCodeImpl]
    [Loaded org.omg.CORBA.TypeCodePackage.Bounds from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.TCKind from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.InetAddress from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.InetAddressImpl from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.InetAddress$CacheEntry from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.net.InetAddressCachePolicy from /usr/j2se/jre/lib/rt.jar]
    [Loaded sun.security.action.GetIntegerAction from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.visigenic.vbroker.util.Property]
    [Loaded java.util.Vector$1 from /usr/j2se/jre/lib/rt.jar]
    [Loaded org.omg.CORBA.Principal from /usr/j2se/jre/lib/rt.jar]
    [Loaded com.visigenic.vbroker.orb.PrincipalImpl]
    [Loaded com.visigenic.vbroker.orb.ServiceInit]
    [Loaded com.visigenic.vbroker.interceptor.Init]
    [Loaded com.visigenic.vbroker.interceptor.BindInterceptor]
    [Loaded com.visigenic.vbroker.interceptor.ClientInterceptorFactory]
    [Loaded com.visigenic.vbroker.interceptor.ServerInterceptorFactory]
    [Loaded com.visigenic.vbroker.orb.PseudoObject]
    [Loaded com.visigenic.vbroker.interceptor.ChainBindInterceptor]
    [Loaded com.visigenic.vbroker.interceptor.ChainBindInterceptorImpl]
    [Loaded com.visigenic.vbroker.interceptor.ChainClientInterceptorFactory]
    [Loaded com.visigenic.vbroker.interceptor.ChainClientInterceptorFactoryImpl]
    [Loaded com.visigenic.vbroker.interceptor.ClientInterceptor]
    [Loaded com.visigenic.vbroker.interceptor.ChainServerInterceptorFactory]
    [Loaded com.visigenic.vbroker.interceptor.ChainServerInterceptorFactoryImpl]
    [Loaded com.visigenic.vbroker.interceptor.ServerInterceptor]
    [Loaded com.visigenic.vbroker.URLNaming.Init]
    [Loaded oracle.sysman.vxn.VxnClientBootstrap]
    [Loaded java.net.SocketException from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.ConnectException from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.vxn.VxnBadHostException]
    [Loaded oracle.sysman.vxn.VxnBadPortException]
    [Loaded oracle.sysman.vxx.vxxt.VxxtTRACE]
    [Loaded java.io.StringWriter from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.vxx.vxxt.LoggerStream]
    [Loaded java.net.Socket from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.SocketOptions from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.SocketImpl from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.PlainSocketImpl from /usr/j2se/jre/lib/rt.jar]
    [Loaded java.net.ProtocolException from /usr/j2se/jre/lib/rt.jar]
    [Loaded oracle.sysman.resources.VxnMsgID]
    [Loaded oracle.sysman.resources.VxnMsg]
    [Loaded oracle.sysman.resources.VxnMsg_en]
    Timed out trying to start the OMS.
    Please check the file /space/oracle9i/OraHome1/sysman/log/oms.nohup for more details.
    [Loaded java.lang.Shutdown$Lock from /usr/j2se/jre/lib/rt.jar]
    I get a time out after oracle.sysman.resources.VxnMsg_en is loaded. Can someone tell me why this is, is it the version of JRE?

  • Installing Oracle Application Server 10.1.3.1 - failed to start opmnctl

    I received the following error when trying to install Oracle Application Server 10.1.3.1 on Linux Redhat 5.2:
    failed to start a managed process after maximum retry limit
    Log: /as/10.1.3.1/OracleAS_1/opmn/logs//HTTP_Server~1.log
    In the HTTP_Server~1.log:
    Start Process
    /as/10.1.3.1/OracleAS_1/Apache/bin/apachectl startssl: execing httpd
    Please help! Thanks in advance.

    hi,
    First check the log files why http is not starting up thro opmnctl cmd.
    In order to change the port..
    Take the back up of Original httpd.conf file and opmn.xml
    and then in $ORACLE_HOME/Apache/Apache/conf/httpd.conf file
    you will get parameter "port" and "listen"..so enter the desired port no
    Regards
    Fabian

  • Oracle 10 isqlplussvc fails to start

    I am working on building a new ECC 6 EHP4 system on Windows Server 2008 64 bit. I am installing Oracle 10.2.0.4.0 and at the end of the installation I receive the following error:
    "Failed to start the service, Error: 0, the operation completed successfully."
    The service "OracleX20102iSQL*Plus" is always stuck in "starting" status. I ran a netstat -ab from the command line to make sure there are no other services running on port 5560 and there are not any. I did however see a lot of the following error:
    "windows sockets initialization failed 5"
    The only other thing to note is that this is being installed on a virtual machine. I have not had this issue when installing to physical machines. Are there any suggestions?

    Below is the error message that I receive from the sapinst_dev log.  The message shows up during step 17, Import ABAP.  I also included the errors for the particular imports that failed:
    Loading of 'PCL2' import package: ERROR
    Loading of 'PCL4' import package: ERROR
    Loading of 'AGR_HIERT' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 101, failed 3, total 105.
    TRACE      2010-12-01 21:39:17.915
    Function setMessageIdOfExceptionMessage: nw.programError
    INFO[E]    2010-12-01 21:39:17.915
               CJSlibModule::writeError_impl()
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    TRACE      2010-12-01 21:39:18.55 [iaxxejsbas.hpp:483]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception. Rethrowing.
    ERROR      2010-12-01 21:39:18.134 [sixxcstepexecute.cpp:950]
    FCO-00011  The step runMigrationMonitor with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
    TRACE      2010-12-01 21:39:18.181 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    ERROR      2010-12-01 21:39:18.134 [sixxcstepexecute.cpp:950]
    FCO-00011  The step runMigrationMonitor with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
    <html> <head> </head> <body> <p> An error occurred while processing option Enhancement Package 4 for SAP ERP 6.0 > SAP Application Server ABAP > Oracle > Central System > Central System. You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>View Log</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/ORA/CENTRAL. </p> </body></html>
    TRACE      2010-12-01 21:39:18.181 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    Edited by: Jeff Kinard on Dec 2, 2010 12:04 AM

  • OPMN Process Manger failed to start during Oracle 10gAS installation

    Hi,
    I am installing OracleAS 10.1.2.0.2 on AIX 5.3.
    I am facing this problem while installing infrastructure
    services.
    I am facing an issue like
    "OPMN Process Manger failed to start"
    Please help me to solve this.
    regards,
    Mat

    Hi,
    Thanks for the replay. I am doing the installation once again. Now I am not facing OPMN problem.
    Now I am facing some another problem. That DBCA fails to create infrastructre metadata respository database. Why it is happening?
    regards,
    Mat.

  • TCP Extend Server - Failed to start Service - Oracle Coherence GE 3.5.2/463

    Hello,
    We are about to go to production I see Failed to start Service in TCP Extend Server (Storage disable node).
    Regards
    /AG
    My Configuration look like the following
    <?xml version="1.0" encoding="windows-1252" ?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <caching-scheme-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <distributed-scheme>
    <scheme-name>distributedCache</scheme-name>
    <service-name>distributedCache</service-name>
    <backing-map-scheme>
    <local-scheme>
    <eviction-policy>HYBRID</eviction-policy>
    <high-units>500</high-units>
    <low-units>375</low-units>
    <unit-calculator>BINARY</unit-calculator>
    <unit-factor>1048576</unit-factor>
    </local-scheme>
    </backing-map-scheme>
    </distributed-scheme>
    <proxy-scheme>
    <service-name>ExtendTcpProxyService</service-name>
    <thread-count>15</thread-count>
    <acceptor-config>
    <tcp-acceptor>
    <local-address>
    <address system-property="proxy.listen.address">....</address>
    <port system-property="proxy.listen.port">....</port>
    </local-address>
    </tcp-acceptor>
    </acceptor-config>
    <autostart>true</autostart>
    </proxy-scheme>
    </caching-schemes>
    </cache-config>
    ------------------------------------------------------------------------- And the Log looks like the following ------------------------------------
    2009-12-04 16:21:54.056/25821.278 Oracle Coherence GE 3.5.2/463 <D6> (thread=Proxy:ExtendTcpProxyService:TcpAcceptor, member=12): Closed: Channel(Id=193159068
    6, Open=false)
    2009-12-04 16:21:54.058/25821.280 Oracle Coherence GE 3.5.2/463 <D5> (thread=Proxy:ExtendTcpProxyService:TcpAcceptorWorker:4, member=12): Repeating SizeReques
    t due to the re-distribution of PartitionSet{220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242
    , 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256}
    2009-12-04 16:21:54.058/25821.280 Oracle Coherence GE 3.5.2/463 <D5> (thread=Proxy:ExtendTcpProxyService:TcpAcceptorWorker:12, member=12): Repeating SizeReque
    st due to the re-distribution of PartitionSet{220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 24
    2, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256}
    2009-12-04 16:21:54.058/25821.280 Oracle Coherence GE 3.5.2/463 <D5> (thread=Proxy:ExtendTcpProxyService:TcpAcceptorWorker:11, member=12): Repeating SizeReque
    st due to the re-distribution of PartitionSet{220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 24
    2, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256}
    2009-12-04 16:21:54.058/25821.280 Oracle Coherence GE 3.5.2/463 <D5> (thread=Proxy:ExtendTcpProxyService:TcpAcceptorWorker:7, member=12): Repeating SizeReques
    t due to the re-distribution of PartitionSet{220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242
    , 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256}
    2009-12-04 16:21:54.175/25821.397 Oracle Coherence GE 3.5.2/463 <D5> (thread=Proxy:ExtendTcpProxyService:TcpAcceptorWorker:10, member=12): An exception occurr
    ed while processing a SizeRequest for Service=Proxy:ExtendTcpProxyService:TcpAcceptor: (Wrapped) java.lang.InterruptedException
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForPartitionRedistribution(DistributedCache
    .CDB:107)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForRedistribution(DistributedCache.CDB:34)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.ensureRequestTarget(DistributedCache.CDB:15)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.sendPartitionedRequest(DistributedCache.CDB:31)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.size(DistributedCache.CDB:13)
    at com.tangosol.util.ConverterCollections$ConverterMap.size(ConverterCollections.java:1470)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ViewMap.size(DistributedCache.CDB:1)
    at com.tangosol.coherence.component.util.SafeNamedCache.size(SafeNamedCache.CDB:1)
    at com.tangosol.coherence.component.util.collections.WrapperMap.size(WrapperMap.CDB:1)
    at com.tangosol.coherence.component.net.extend.messageFactory.NamedCacheFactory$SizeRequest.onRun(NamedCacheFactory.CDB:7)
    at com.tangosol.coherence.component.net.extend.message.Request.run(Request.CDB:4)
    at com.tangosol.coherence.component.net.extend.proxy.NamedCacheProxy.onMessage(NamedCacheProxy.CDB:11)
    at com.tangosol.coherence.component.net.extend.Channel.execute(Channel.CDB:28)
    at com.tangosol.coherence.component.net.extend.Channel.receive(Channel.CDB:26)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer$DaemonPool$WrapperTask.run(Peer.CDB:9)
    at com.tangosol.coherence.component.util.DaemonPool$WrapperTask.run(DaemonPool.CDB:32)
    at com.tangosol.coherence.component.util.DaemonPool$Daemon.onNotify(DaemonPool.CDB:63)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.InterruptedException
    at java.lang.Object.wait(Native Method)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForPartitionRedistribution(DistributedCache
    .CDB:96)
    ... 18 more
    2009-12-04 16:21:54.175/25821.397 Oracle Coherence GE 3.5.2/463 <D5> (thread=Proxy:ExtendTcpProxyService:TcpAcceptorWorker:9, member=12): An exception occurre
    d while processing a SizeRequest for Service=Proxy:ExtendTcpProxyService:TcpAcceptor: (Wrapped) java.lang.InterruptedException
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForPartitionRedistribution(DistributedCache
    .CDB:107)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForRedistribution(DistributedCache.CDB:34)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.ensureRequestTarget(DistributedCache.CDB:15)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.sendPartitionedRequest(DistributedCache.CDB:31)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.size(DistributedCache.CDB:13)
    at com.tangosol.util.ConverterCollections$ConverterMap.size(ConverterCollections.java:1470)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ViewMap.size(DistributedCache.CDB:1)
    at com.tangosol.coherence.component.util.SafeNamedCache.size(SafeNamedCache.CDB:1)
    at com.tangosol.coherence.component.util.collections.WrapperMap.size(WrapperMap.CDB:1)
    at com.tangosol.coherence.component.net.extend.messageFactory.NamedCacheFactory$SizeRequest.onRun(NamedCacheFactory.CDB:7)
    at com.tangosol.coherence.component.net.extend.message.Request.run(Request.CDB:4)
    at com.tangosol.coherence.component.net.extend.proxy.NamedCacheProxy.onMessage(NamedCacheProxy.CDB:11)
    at com.tangosol.coherence.component.net.extend.Channel.execute(Channel.CDB:28)
    at com.tangosol.coherence.component.net.extend.Channel.receive(Channel.CDB:26)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer$DaemonPool$WrapperTask.run(Peer.CDB:9)
    at com.tangosol.coherence.component.util.DaemonPool$WrapperTask.run(DaemonPool.CDB:32)
    at com.tangosol.coherence.component.util.DaemonPool$Daemon.onNotify(DaemonPool.CDB:63)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.InterruptedException
    at java.lang.Object.wait(Native Method)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForPartitionRedistribution(DistributedCache
    .CDB:96)
    ... 18 more
    2009-12-04 16:21:54.175/25821.397 Oracle Coherence GE 3.5.2/463 <D5> (thread=Proxy:ExtendTcpProxyService:TcpAcceptorWorker:13, member=12): An exception occurr
    ed while processing a SizeRequest for Service=Proxy:ExtendTcpProxyService:TcpAcceptor: (Wrapped) java.lang.InterruptedException
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForPartitionRedistribution(DistributedCache
    .CDB:107)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForRedistribution(DistributedCache.CDB:34)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.ensureRequestTarget(DistributedCache.CDB:15)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.sendPartitionedRequest(DistributedCache.CDB:31)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.size(DistributedCache.CDB:13)
    at com.tangosol.util.ConverterCollections$ConverterMap.size(ConverterCollections.java:1470)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ViewMap.size(DistributedCache.CDB:1)
    at com.tangosol.coherence.component.util.SafeNamedCache.size(SafeNamedCache.CDB:1)
    at com.tangosol.coherence.component.util.collections.WrapperMap.size(WrapperMap.CDB:1)
    at com.tangosol.coherence.component.net.extend.messageFactory.NamedCacheFactory$SizeRequest.onRun(NamedCacheFactory.CDB:7)
    at com.tangosol.coherence.component.net.extend.message.Request.run(Request.CDB:4)
    at com.tangosol.coherence.component.net.extend.proxy.NamedCacheProxy.onMessage(NamedCacheProxy.CDB:11)
    at com.tangosol.coherence.component.net.extend.Channel.execute(Channel.CDB:28)
    at com.tangosol.coherence.component.net.extend.Channel.receive(Channel.CDB:26)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer$DaemonPool$WrapperTask.run(Peer.CDB:9)
    at com.tangosol.coherence.component.util.DaemonPool$WrapperTask.run(DaemonPool.CDB:32)
    at com.tangosol.coherence.component.util.DaemonPool$Daemon.onNotify(DaemonPool.CDB:63)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.InterruptedException
    at java.lang.Object.wait(Native Method)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForPartitionRedistribution(DistributedCache
    .CDB:96)
    ... 18 more
    2009-12-04 16:21:54.175/25821.397 Oracle Coherence GE 3.5.2/463 <D5> (thread=Proxy:ExtendTcpProxyService:TcpAcceptorWorker:11, member=12): An exception occurr
    ed while processing a SizeRequest for Service=Proxy:ExtendTcpProxyService:TcpAcceptor: (Wrapped) java.lang.InterruptedException
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForPartitionRedistribution(DistributedCache
    .CDB:107)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForRedistribution(DistributedCache.CDB:34)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.ensureRequestTarget(DistributedCache.CDB:15)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.sendPartitionedRequest(DistributedCache.CDB:31)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.size(DistributedCache.CDB:13)
    at com.tangosol.util.ConverterCollections$ConverterMap.size(ConverterCollections.java:1470)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ViewMap.size(DistributedCache.CDB:1)
    at com.tangosol.coherence.component.util.SafeNamedCache.size(SafeNamedCache.CDB:1)
    at com.tangosol.coherence.component.util.collections.WrapperMap.size(WrapperMap.CDB:1)
    at com.tangosol.coherence.component.net.extend.messageFactory.NamedCacheFactory$SizeRequest.onRun(NamedCacheFactory.CDB:7)
    at com.tangosol.coherence.component.net.extend.message.Request.run(Request.CDB:4)
    at com.tangosol.coherence.component.net.extend.proxy.NamedCacheProxy.onMessage(NamedCacheProxy.CDB:11)
    at com.tangosol.coherence.component.net.extend.Channel.execute(Channel.CDB:28)
    at com.tangosol.coherence.component.net.extend.Channel.receive(Channel.CDB:26)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer$DaemonPool$WrapperTask.run(Peer.CDB:9)
    at com.tangosol.coherence.component.util.DaemonPool$WrapperTask.run(DaemonPool.CDB:32)
    at com.tangosol.coherence.component.util.DaemonPool$Daemon.onNotify(DaemonPool.CDB:63)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.InterruptedException
    at java.lang.Object.wait(Native Method)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForPartitionRedistribution(DistributedCache
    .CDB:96)
    ... 18 more
    2009-12-04 16:21:54.175/25821.397 Oracle Coherence GE 3.5.2/463 <D5> (thread=Proxy:ExtendTcpProxyService:TcpAcceptorWorker:2, member=12): An exception occurre
    d while processing a SizeRequest for Service=Proxy:ExtendTcpProxyService:TcpAcceptor: (Wrapped) java.lang.InterruptedException
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForPartitionRedistribution(DistributedCache
    .CDB:107)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForRedistribution(DistributedCache.CDB:34)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.ensureRequestTarget(DistributedCache.CDB:15)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.sendPartitionedRequest(DistributedCache.CDB:31)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.size(DistributedCache.CDB:13)
    at com.tangosol.util.ConverterCollections$ConverterMap.size(ConverterCollections.java:1470)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ViewMap.size(DistributedCache.CDB:1)
    at com.tangosol.coherence.component.util.SafeNamedCache.size(SafeNamedCache.CDB:1)
    at com.tangosol.coherence.component.util.collections.WrapperMap.size(WrapperMap.CDB:1)
    at com.tangosol.coherence.component.net.extend.messageFactory.NamedCacheFactory$SizeRequest.onRun(NamedCacheFactory.CDB:7)
    at com.tangosol.coherence.component.net.extend.message.Request.run(Request.CDB:4)
    at com.tangosol.coherence.component.net.extend.proxy.NamedCacheProxy.onMessage(NamedCacheProxy.CDB:11)
    at com.tangosol.coherence.component.net.extend.Channel.execute(Channel.CDB:28)
    at com.tangosol.coherence.component.net.extend.Channel.receive(Channel.CDB:26)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer$DaemonPool$WrapperTask.run(Peer.CDB:9)
    at com.tangosol.coherence.component.util.DaemonPool$WrapperTask.run(DaemonPool.CDB:32)
    at com.tangosol.coherence.component.util.DaemonPool$Daemon.onNotify(DaemonPool.CDB:63)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.InterruptedException
    at java.lang.Object.wait(Native Method)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForPartitionRedistribution(DistributedCache
    .CDB:96)
    ... 18 more
    2009-12-04 16:21:54.176/25821.398 Oracle Coherence GE 3.5.2/463 <D5> (thread=Proxy:ExtendTcpProxyService:TcpAcceptorWorker:6, member=12): An exception occurre
    d while processing a SizeRequest for Service=Proxy:ExtendTcpProxyService:TcpAcceptor: (Wrapped) java.lang.InterruptedException
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForPartitionRedistribution(DistributedCache
    .CDB:107)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.waitForRedistribution(DistributedCache.CDB:34)
    :$
    2009-12-04 16:21:54.259/25821.481 Oracle Coherence GE 3.5.2/463 <D4> (thread=Proxy:ExtendTcpProxyService:TcpAcceptorWorker:8, member=12): Daemon caught an unh
    andled exception (com.tangosol.net.messaging.ConnectionException: channel is closed) while exiting.
    2009-12-04 16:21:54.264/25821.486 Oracle Coherence GE 3.5.2/463 <D4> (thread=Proxy:ExtendTcpProxyService:TcpAcceptorWorker:3, member=12): Daemon caught an unh
    andled exception (com.tangosol.net.messaging.ConnectionException: channel is closed) while exiting.
    2009-12-04 16:21:54.330/25821.552 Oracle Coherence GE 3.5.2/463 <D5> (thread=Proxy:ExtendTcpProxyService:TcpAcceptor, member=12): Stopped: TcpAcceptor{Name=Pr
    oxy:ExtendTcpProxyService:TcpAcceptor, State=(SERVICE_STOPPED), ThreadCount=0, Codec=Codec(Format=POF), PingInterval=0, PingTimeout=0, RequestTimeout=0, Local
    Address=[nybc94lxb01/10.12.101.81:21005], LocalAddressReusable=false, KeepAliveEnabled=true, TcpDelayEnabled=false, ReceiveBufferSize=0, SendBufferSize=0, Lis
    tenBacklog=0, LingerTimeout=-1, BufferPoolIn=BufferPool(BufferSize=2KB, BufferType=DIRECT, Capacity=Unlimited), BufferPoolOut=BufferPool(BufferSize=2KB, Buffe
    rType=DIRECT, Capacity=Unlimited)}
    Exception in thread "Thread-2" java.lang.RuntimeException: Failed to start Service "Proxy:ExtendTcpProxyService:TcpAcceptor" (ServiceState=SERVICE_STOPPED)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
    at com.tangosol.coherence.component.net.extend.Channel.request(Channel.CDB:10)
    at com.tangosol.coherence.component.net.extend.Channel.request(Channel.CDB:1)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer.closeChannel(Peer.CDB:18)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer.closeChannel(Peer.CDB:1)
    at com.tangosol.coherence.component.net.extend.Channel.close(Channel.CDB:20)
    at com.tangosol.coherence.component.net.extend.Channel.close(Channel.CDB:1)
    at com.tangosol.coherence.component.net.extend.proxy.NamedCacheProxy.run(NamedCacheProxy.CDB:30)
    at java.lang.Thread.run(Thread.java:619)
    Exception in thread "Thread-3" java.lang.RuntimeException: Failed to start Service "Proxy:ExtendTcpProxyService:TcpAcceptor" (ServiceState=SERVICE_STOPPED)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.waitAcceptingClients(Service.CDB:12)
    at com.tangosol.coherence.component.net.extend.Channel.request(Channel.CDB:10)
    at com.tangosol.coherence.component.net.extend.Channel.request(Channel.CDB:1)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer.closeChannel(Peer.CDB:18)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer.closeChannel(Peer.CDB:1)
    at com.tangosol.coherence.component.net.extend.Channel.close(Channel.CDB:20)
    at com.tangosol.coherence.component.net.extend.Channel.close(Channel.CDB:1)
    at com.tangosol.coherence.component.net.extend.proxy.NamedCacheProxy.run(NamedCacheProxy.CDB:30)
    at java.lang.Thread.run(Thread.java:619)
    Edited by: Anand Gupta on Dec 4, 2009 5:10 PM

    David,
    Thanks for your detailed response. I will try all that you suggested and let you know my observation at the end. To give a back ground of the application I am working on.
    Background
    Try to replace home grown cache (very well optimized uses custom serialization using NIO bytebuffer etc.,) my mandate is to replace the legacy cache with coherence (I love coherence product (at least 3.4) from my previous job experience). Since all kind of optimization is done in legacy application I am converting NIO byteBuffer generated by legacy serialization to byteArray and converting ByteArray into POF. Also for various other reasons, I have to send entry processor to do even get and put data from the cluster.
    Raw Data Set Size
    My data size is just 500MB (In Production). I put enough cache nodes so that raw data is just 50MB per node. (Since it is compute heavy with entry processor and the number of clients are going to be ~2500)
    What was happening when I got the exception?
    I was doing stress testing of the cache. Not sure if that put lot of garbage in some of the node hence may be the garbage collection pause triggered the re-distribution of partition set. Since the stress testing was on the way it might had cascading effect on all the nodes.
    Datagram Test result.
    Tx summary 4 peers:
    life: 96 MB/sec, 68774 packets/sec
    now: 100 MB/sec, 71378 packets/sec, packets/burst: 1029, bursts/second: 69.41594
    Success rate ranges from 0.87 to 1.0
    Is a success rate less than 0.98 a cause for concern?
    Regarding Size (to keep the extend client always connected to the proxy)
    I do size request every 5 sec. if there is not other request has gone to the cluster in the past 5 sec.
    In one of the oracle presentation it was said that "If you have map listener's and no other request from a long period of time extend client has to do a periodic size request to make sure that connection to proxy is alive"
    In this regard my question is "Can the same effect achieved by doing member listener on the extend client and on disconnection do the size request?"
    Proxy Size guide lines
    In production number of extend clients are going to be ~2500 connected all the time.
    Of which 2000 clients with few map listener + entry processor gets (Each of the clients will have distinct and disjoint set of data on which they work and listener)
    And the remaining ~500 clients will do all kinds of request on the entire data set.
    In this circumstance is there any recommendation for Number of extend-client : Number of extend-server : Number of threads ratio?
    Regards
    /Anand

  • Failed to start Oracle Net Listener using

    hi
    I ' trying to configure oracle 10g in ubuntu machine. I got the following errors like
    Starting Oracle Database 10g Express Edition Instance.
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus
    when ever i try to start oracle,i have got above issue

    ya .... i hav found listener.log file.
    Also when i try to run this cmd # sqlplus / as sysdba
    i got following error like
    Error 46 initializing SQL*Plus
    HTTP proxy setting has incorrect value
    SP2-1502: The HTTP proxy server specified by http_proxy is not accessible
    also when i stop the listener and try try to restart it again ....i got error message like
    Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    NL-00280: error creating log stream /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    NL-00278: cannot open log file
    SNL-00016: snlfohd: error opening file
    Linux Error: 13: Permission denied
    Listener failed to start. See the error message(s) above...

  • REP-52266: The in-process Reports Server rep_adminserver_ikit_asinst_1 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0

    Hi,
    I have installed oracle forms and reports 11gR2 on Windows 7 Professional 64bit (and configured in development mode), the forms are working fine but when i run a report i get this message
    REP-52266: The in-process Reports Server rep_adminserver_ikit_asinst_1 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0

    I was trying to add a new destination:
       <destination class="oracle.reports.server.DesMail" destype="mail"/>
    I couldn't make it work , so I commented my changes.
    In fact, I should have gone back to a backup file , as weblogic seemed to have changed the file itself!! (attributes of the xml tags were in different order, and more things ...) but just undoing what I have done did the trick.
    This file seems to be quite picky, I left this tag uncommented
       </pluginParam>
    and the same REP-5226 error happened.

Maybe you are looking for