Oracle 10.2.0.4 AUTO_SPACE_ ADVISOR_JOB  failing recently

am using oracle 10.2.0.4 in unix environment.
recently for the past 10 days one of the oracle's scheduler job failing.
job name :AUTO_SPACE_ ADVISOR_JOB
below is the scrip from the alert ;log.
Wed Jul 8 22:00:16 2009 C PRD8193 alertlog ORA-12012: error on auto execute of job 8951
Wed Jul 8 22:00:16 2009 C PRD8193 alertlog ORA-06502: PL/SQL: numeric or value errorORA-06502: PL/SQL: numeric or value error: associ
ative array shape is not consistent with session parameters
Wed Jul 8 22:00:16 2009 C PRD8193 alertlog ORA-06512: at "SYS.PRVT_ADVISOR" , line 1624
Wed Jul 8 22:00:16 2009 C PRD8193 alertlog ORA-06512: at "SYS.DBMS_ADVISOR" , line 186
Wed Jul 8 22:00:16 2009 C PRD8193 alertlog ORA-06512: at "SYS.DBMS_SPACE" , line 1500
Wed Jul 8 22:00:16 2009 C PRD8193 alertlog ORA-06512: at "SYS.DBMS_SPACE" , line 1566
in the .trc file it is telling that the AUTO_SPACE_ADVISOR_ JOB failed and also having the above error.
please let me know if you have any solution for this.
appreciate your help

Hi,
check the following ML doc hope will help
757131.1
Or
Raise SR.
Regards,
Taj

Similar Messages

  • Oracle.forms.engine.RunformException: Forms session 1 failed during start

    Dears,
    I have newly installed APPS R12 on Windows 2003 (32-bit),I'm facing the below issue while using the web page to access any forms,
    oracle.forms.engine.RunformException: Forms session <3> failed during startup: no response from runtime process
    Khan

    Hi,
    I am unable to login into Oracle Apps.The address typed in the address bar is
    http://com1.edu:8000/dev60cgi/ifcgi60.exe
    The message I get is
    load:class oracle.forms.engine.Main not found and
    exception: com1.edu.
    Please give the solution in detail.
    Thanks in advance.
    Also wishing you all a Happy and Prosperous New Year
    Regards
    Shiva

  • XSU error oracle.xml.sql.OracleXMLSQLException: Conversion to String failed

    Appication Server: 10g, Database: Oracle 9i and Oracle 10g
    I have a table 'sw_icd2' in the database that has one column of XMLType.
    The code below, attempts to query this table as 'select * from sw_icd2' and display the result. I was able to execute this query in sqlplus.
    But when I run a program using XSU in JDeveloper:
    OracleXMLQuery qry = new OracleXMLQuery(conn, "select * from sw_icd2");
    XMLDocument domDoc = (XMLDocument)qry.getXMLDOM();
    domDoc.print(System.out);
    StringWriter s = new StringWriter(10000);
    domDoc.print(new PrintWriter(s));
    System.out.println(s.toString());
    qry.close();
    I get the following Error:
    "oracle.xml.sql.OracleXMLSQLException: Conversion to String failed"
    Any ideas on how I can resolve this issue? Your help would be appreciated.
    Thanks!

    Okay, it looks like the problem has something to do with the TIMESTAMP data type in tables.
    oracle.xml.sql.query.OracleXMLQuery can't seem to handle tables with the TIMESTAMP data type.
    this code ran fine on my machine :
    import oracle.jdbc.driver.*;
    import oracle.xml.sql.query.OracleXMLQuery;
    import java.lang.*;
    import java.sql.*;
    public class testXMLSQL {
         public static void main(String[] args) {
    try {
    // Create the connection
    System.out.println("before getConnection ");
    Connection conn = getConnection("scott","tiger");
    System.out.println("after getConnection ");
    // Create the query class
    OracleXMLQuery qry = new OracleXMLQuery(conn, "SELECT * FROM EMP");
    System.out.println("after OracleXMLQuery object created ");
    // Get the XML string
    String str = qry.getXMLString();
    // Print the XML output
    System.out.println("The XML output is:\n"+str);
    // Always close the query to get rid of any resources..
    qry.close();
    } catch(SQLException e) {
    System.out.println(e.toString());
    // Get the connection given the user name and password.!
    private static Connection getConnection(String username,
    String password)
    throws SQLException
    // register the JDBC driver..
    DriverManager.registerDriver(new
    oracle.jdbc.driver.OracleDriver());
    // Create the connection using the OCI8 driver
    Connection conn =
    DriverManager.getConnection(
    "jdbc:oracle:thin:@<server_name>:1521:<sid>",
    username,password);
    return conn;
    Then I created another table :
    create table emp_test as select * from emp;
    added a timestamp to it :
    alter table emp_test add (time timestamp(6));
    and filled it with timestamp information :
    update emp_test set time = timestamp'2005-09-22 09:26:50.124';
    ran the same code but changed the SQL to :
    "SELECT * FROM EMP_TEST"
    and got the error message :
    The XML output is:
    <?xml version = '1.0'?>
    <ERROR>oracle.xml.sql.OracleXMLSQLException: Conversion to String failed</ERROR>
    looks like bug in OracleXMLQuery object??

  • Oracle Forms and Reports Installation - Creating domain failed

    I installed the weblogic 10.3.6 (Oracle WebLogic Server 11gR1 (10.3.6) + Coherence + OEPE - Package Installer) in my Microsoft Windows(32-bit JVM) system first.
    But there was an error occorred when the package of forms and reports (Oracle Forms and Reports 11gR2 (11.1.2.2.0)) was installing.
    Please find the following error message for your reference.
    Do you have any idea? Please kindly advise.
    Thanks a lot!
    2014-04-02 14:11:14,099 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - read template from "C:/Users/GZ/AppData/Local/Temp//tmp1396419069239wls.jar"
    2014-04-02 14:11:16,185 INFO  [main] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - C:\Oracle\Middleware\wlserver_10.3\common\lib\components.xml does not contain component elements and will be skipped
    2014-04-02 14:11:17,556 INFO  [main] com.oracle.cie.domain.WLSTemplateBuilder - No config-groups.xml found in template
    2014-04-02 14:11:17,556 INFO  [main] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2014-04-02 14:11:18,205 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: read template from "C:/Users/GZ/AppData/Local/Temp//tmp1396419069239wls.jar"
    2014-04-02 14:11:18,477 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set config option ServerStartMode to "prod"
    2014-04-02 14:11:18,477 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set config option ServerStartMode to "prod"
    2014-04-02 14:11:18,490 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - create Machine "PC-42A26D.GZAD.MSAD.LOCAL" as obj0
    2014-04-02 14:11:18,604 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: create Machine "PC-42A26D.GZAD.MSAD.LOCAL" as obj0
    2014-04-02 14:11:18,612 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - find Server "AdminServer" as obj1
    2014-04-02 14:11:18,652 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: find Server "AdminServer" as obj1
    2014-04-02 14:11:18,698 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj1 attribute Machine to "PC-42A26D.GZAD.MSAD.LOCAL"
    2014-04-02 14:11:18,705 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj1 attribute Machine to "PC-42A26D.GZAD.MSAD.LOCAL"
    2014-04-02 14:11:18,706 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj1 attribute ListenPort to "7002"
    2014-04-02 14:11:18,716 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj1 attribute ListenPort to "7002"
    2014-04-02 14:11:18,716 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - create Server!SSL "AdminServer!AdminServer" as obj2
    2014-04-02 14:11:18,724 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: create Server!SSL "AdminServer!AdminServer" as obj2
    2014-04-02 14:11:18,735 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj2 attribute HostnameVerificationIgnored to "true"
    2014-04-02 14:11:18,739 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj2 attribute HostnameVerificationIgnored to "true"
    2014-04-02 14:11:18,739 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - find User "weblogic" as obj3
    2014-04-02 14:11:18,755 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: find User "weblogic" as obj3
    2014-04-02 14:11:18,755 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - delete obj3
    2014-04-02 14:11:18,763 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: delete obj3
    2014-04-02 14:11:18,764 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - create User "weblogic" as obj4
    2014-04-02 14:11:18,768 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: create User "weblogic" as obj4
    2014-04-02 14:11:18,771 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj1 attribute PeriodLength to "200000"
    2014-04-02 14:11:18,807 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj1 attribute PeriodLength to "200000"
    2014-04-02 14:11:18,807 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj1 attribute IdlePeriodsUntilTimeout to "20"
    2014-04-02 14:11:18,815 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj1 attribute IdlePeriodsUntilTimeout to "20"
    2014-04-02 14:11:18,815 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj1 attribute DGCIdlePeriodsUntilTimeout to "21"
    2014-04-02 14:11:18,821 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj1 attribute DGCIdlePeriodsUntilTimeout to "21"
    2014-04-02 14:11:18,822 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj1 attribute IdleConnectionTimeout to "1000"
    2014-04-02 14:11:18,830 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj1 attribute IdleConnectionTimeout to "1000"
    2014-04-02 14:11:18,833 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj4 attribute Password to "********"
    2014-04-02 14:11:18,837 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj4 attribute Password to "********"
    2014-04-02 14:11:18,837 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set config option OverwriteDomain to "true"
    2014-04-02 14:11:18,837 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set config option OverwriteDomain to "true"
    2014-04-02 14:11:18,837 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set config option JavaHome to "C:/Oracle/Middleware/jdk160_29"
    2014-04-02 14:11:18,837 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set config option JavaHome to "C:/Oracle/Middleware/jdk160_29"
    2014-04-02 14:11:18,948 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - validateConfig "KeyStorePasswords"
    2014-04-02 14:11:18,953 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: validateConfig "KeyStorePasswords"
    2014-04-02 14:11:18,954 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - write Domain to "C:/Oracle/Middleware/user_projects/domains/base_domain"
    2014-04-02 14:11:19,441 INFO  [main] com.oracle.cie.domain.DomainChecker - ListenPort internal Validation result= [null]
    2014-04-02 14:11:19,441 INFO  [main] com.oracle.cie.domain.DomainChecker - ListenPort external Validation result= [null]
    2014-04-02 14:11:21,609 INFO  [Thread-1] com.oracle.cie.domain.StartMenu - Creating start menu program=C:\Oracle\Middleware\user_projects\domains\base_domain\bin\startWebLogic.cmd link=Start Admin Server for Weblogic Server Domain
    2014-04-02 14:11:21,659 INFO  [Thread-1] com.oracle.cie.domain.StartMenu - Creating start menu program=C:\Oracle\Middleware\user_projects\domains\base_domain\bin\stopWebLogic.cmd link=Stop Admin Server
    2014-04-02 14:11:21,667 INFO  [Thread-1] com.oracle.cie.domain.StartMenu - Creating start menu program=C:\Windows\system32\rundll32.exe link=Admin Server Console
    2014-04-02 14:11:21,759 INFO  [Thread-1] com.oracle.cie.domain.DomainRegistryWrapper - need to initialize domainRegistrydocument object
    2014-04-02 14:11:21,777 INFO  [Thread-1] com.oracle.cie.domain.DomainGenerator - Domain Generation Successful!
    2014-04-02 14:11:21,783 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: write Domain to "C:/Oracle/Middleware/user_projects/domains/base_domain"
    2014-04-02 14:11:21,784 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - close template
    2014-04-02 14:11:21,784 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: close template
    2014-04-02 14:11:21,784 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - read domain from "C:/Oracle/Middleware/user_projects/domains/base_domain"
    2014-04-02 14:11:21,967 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: read domain from "C:/Oracle/Middleware/user_projects/domains/base_domain"
    2014-04-02 14:11:21,967 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - add template C:/Oracle/Middleware/oracle_common/common/templates/applications/jrf_template_11.1.1.jar to domain
    2014-04-02 14:11:22,011 WARN  [main] com.oracle.cie.domain.template.dependency.TemplateSelectionTarget - Catalog does not have matching template for location C:\Users\GZ\AppData\Local\Temp\tmp1396419069239wls.jar
    2014-04-02 14:11:22,071 INFO  [main] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2014-04-02 14:11:22,100 INFO  [main] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2014-04-02 14:11:22,101 ERROR [main] com.oracle.cie.domain.ConfigGroupsEngine$ConfigTopology - Multiple definitions of server-group BI-ADF-ADMIN-SVR are not allowed
    2014-04-02 14:11:22,101 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - fail: add template C:/Oracle/Middleware/oracle_common/common/templates/applications/jrf_template_11.1.1.jar to domain
    2014-04-02 14:11:22,101 ERROR [main] com.oracle.cie.domain.script.ScriptExecutor - fail: add template C:/Oracle/Middleware/oracle_common/common/templates/applications/jrf_template_11.1.1.jar to domain
    com.oracle.cie.domain.ConfigGroupsException: Multiple definitions of server-group BI-ADF-ADMIN-SVR are not allowed
    at com.oracle.cie.domain.ConfigGroupsEngine$ConfigTopology.merge(ConfigGroupsEngine.java:2762)
    at com.oracle.cie.domain.ConfigGroupsEngine.mergeTopology(ConfigGroupsEngine.java:551)
    at com.oracle.cie.domain.ConfigGroupsEngine.merge(ConfigGroupsEngine.java:479)
    at com.oracle.cie.domain.AbstractTemplate.addConfigGroups(AbstractTemplate.java:314)
    at com.oracle.cie.domain.script.ScriptExecutor.addTemplate(ScriptExecutor.java:605)
    at com.oracle.cie.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:416)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyInstance.invoke(Unknown Source)
    at org.python.pycode._pyx3.addTemplate$20(C:\Users\GZ\AppData\Local\Temp\WLSTOfflineIni364664194239939514.py:89)
    at org.python.pycode._pyx3.call_function(C:\Users\GZ\AppData\Local\Temp\WLSTOfflineIni364664194239939514.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx15.f$0(C:\Users\GZ\AppData\Local\Temp\tmp1396419069304.py:42)
    at org.python.pycode._pyx15.call_function(C:\Users\GZ\AppData\Local\Temp\tmp1396419069304.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.util.PythonInterpreter.execfile(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:139)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)

    hi user ...
    on windows there are some steps in front of installation and configuration.
    1) cleare the Windows Env (Path .. Programme x86 )
         no Blank in Path and so on
    2) insert into your local host file your server and IP Adress
    3) in Windows 32 setup of WLS is JDK included so you don't have to install the jdk in front of WLS
    4) verify if you are using the right installation medium (jdk 32 bit, wls 32 bit , fmw 32 bit
    in your OraInventory/logs directory is a *.out file for your installation please can you put this file in the forum
    is there a nodemanager up and running (if so please stop)
    Jan-Peter

  • Oracle BI Office Add-In for Excel (Failed to insert Oracle BI view due to )

    Dear all,
    I receive the following error message when I change the Prompts in Oracle BI Excel Add-In:
    Failed to insert Oracle BI view due to processing query error.
    I think it has something to do with the performance of the development database.
    Is there a configuration file and a parameter the eliminate this error message?
    Regards,
    Stefan

    I've seen this error occur when the Flash ActiveX control is not installed on the machine that is viewing the Excel content because the charts views use Flash. You can fix this by downloading the Shockwave Flash control from www.adobe.com

  • Oracle 10.2.0.1.0 installation fails

    Hello,
    I have a problem installing Oracle 10g (10.2.0.1.0) in a new home, while on the same machine is installed oracle 9i base. The installation starts, I select Enterprise suite, and a new home, the setup passes trough some checks and unexpectedly quits without any error.
    The installation log ends like this:
    *** Language Selection Page***
    INFO: Setting the 'SelectedLanguages ( SELECTED_LANGUAGES )' property to 'en'. Received the value from the default settings.
    INFO:
    *** Specify Local Host Name Page***
    INFO: Setting the 'HostName ( ORACLE_HOSTNAME )' property to 'testneodoc'. Received the value from the default settings.
    INFO: Defaulting prerequisite location to 'C:\oracledb\database\stage/prereq'.
    INFO:
    *** Product-Specific Prerequisite Checks Page***
    INFO: Entry point:oracle.server_EE
    INFO: Starting Prerequisite checks : Tue Oct 07 12:45:36 CEST 2008
    INFO: Checking CertifiedVersions
         This is a prerequisite condition to test whether the Oracle software is certified on the current O/S.
    INFO: Expected result: One of 4.0,4.1,5.0,5.1,5.2
    Actual Result: 5.2
    Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking ServicePackChecks
         This is a prerequisite condition to test whether the Service Pack level recommended for installing the product is available on the system.
    INFO: Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking TotalMemory
         This is a prerequisite condition to test whether the system has sufficient physical memory.
    INFO: Expected result: 256MB
    Actual Result: 1015MB
    Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking DetectIfDHCPAssignedIP
         This is a prerequisite condition to test whether the primary IP address of the system is DHCP-assiged or static.
    INFO: Detecting the IP.....:192.168.10.106
    INFO: Checking the network interface display name.... :Realtek RTL8139/810x Family Fast Ethernet NIC
    INFO: Checking the network reference name..... :eth0
    INFO: Checking the platform .......912
    INFO: Check complete. The overall result of this check is: Failed <<<<
    INFO: --------------------------------------------------------------------------------
    INFO: Checking OracleBase
         This is a prerequisite condition to test whether the environment variable 'ORACLE_BASE' is set as a subdirectory of the Oracle home
    INFO: Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking OracleHomeSpace
         This is a prerequisite condition to check whether the specified Oracle Home contains any spaces in the path.
    INFO: Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking InstallOnRoot
         This is a prerequisite condition to test whether installation is done at the root of a drive.
    INFO: Checking the ORACLE HOME.... :C:\oracle10g\products
    INFO: Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking DetectAnyInvalidASMHome
         This is a prerequisite condition to test whether the system has been cleaned properly.
    INFO: Checking the platform .......912
    here is a link to the whole log file [http://rapidshare.com/files/151696633/installActions2008-10-07_12-44-59PM.log.html]
    Thanks in advance
    Best regards,
    Igor

    newest update, i started oracle universal installer with the debug option and found a new log:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x46E1560
    Function=Java_oracle_install_prereqs_util_W32LocateSidNative_w32LocateSidHome+0x210
    Library=C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\bin\win32\sidqueries.dll
    Current Java thread:
         at oracle.install.prereqs.util.W32LocateSidNative.w32LocateSidHome(Native Method)
         at oracle.install.prereqs.core.ASMChecks.checkIfValidASMHome(ASMChecks.java:101)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at oracle.sysman.oip.oipc.oipcr.OipcrRulesEngine.executeRule(OipcrRulesEngine.java:325)
         at oracle.sysman.oip.oipc.oipcp.OipcpPrereqChecker.executeCheck(OipcpPrereqChecker.java:495)
         at oracle.sysman.oip.oipc.oipcp.OipcpPrereqChecker.runChecks(OipcpPrereqChecker.java:450)
         at oracle.sysman.oip.oipc.oipcp.OipcpPrereqChecker.executePrereqs(OipcpPrereqChecker.java:351)
         at oracle.sysman.oii.oiif.oiifw.OiifwPrereqWCDE$1.run(OiifwPrereqWCDE.java:650)
         at java.lang.Thread.run(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x0040B000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2008-10-08_11-19-17AM\jre\1.4.2\bin\java.exe
    0x7C800000 - 0x7C8C0000      C:\WINDOWS\system32\ntdll.dll
    0x77E40000 - 0x77F42000      C:\WINDOWS\system32\kernel32.dll
    0x77F50000 - 0x77FEB000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77C50000 - 0x77CEF000      C:\WINDOWS\system32\RPCRT4.dll
    0x76F50000 - 0x76F63000      C:\WINDOWS\system32\Secur32.dll
    0x77BA0000 - 0x77BFA000      C:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08138000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2008-10-08_11-19-17AM\jre\1.4.2\bin\client\jvm.dll
    0x77380000 - 0x77411000      C:\WINDOWS\system32\USER32.dll
    0x77C00000 - 0x77C48000      C:\WINDOWS\system32\GDI32.dll
    0x76AA0000 - 0x76ACD000      C:\WINDOWS\system32\WINMM.dll
    0x10000000 - 0x10007000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2008-10-08_11-19-17AM\jre\1.4.2\bin\hpi.dll
    0x003E0000 - 0x003EE000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2008-10-08_11-19-17AM\jre\1.4.2\bin\verify.dll
    0x00820000 - 0x00839000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2008-10-08_11-19-17AM\jre\1.4.2\bin\java.dll
    0x003F0000 - 0x003FE000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2008-10-08_11-19-17AM\jre\1.4.2\bin\zip.dll
    0x03260000 - 0x03372000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\jre\1.4.2\bin\awt.dll
    0x73070000 - 0x73097000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76290000 - 0x762AD000      C:\WINDOWS\system32\IMM32.dll
    0x77670000 - 0x777A9000      C:\WINDOWS\system32\ole32.dll
    0x035E0000 - 0x03631000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\jre\1.4.2\bin\fontmanager.dll
    0x73860000 - 0x738AB000      C:\WINDOWS\system32\ddraw.dll
    0x73B30000 - 0x73B36000      C:\WINDOWS\system32\DCIMAN32.dll
    0x738B0000 - 0x73980000      C:\WINDOWS\system32\D3DIM700.DLL
    0x4B3C0000 - 0x4B410000      C:\WINDOWS\system32\MSCTF.dll
    0x03700000 - 0x03723000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\jre\1.4.2\bin\JavaAccessBridge.dll
    0x03840000 - 0x03845000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\jre\1.4.2\bin\jawt.dll
    0x03850000 - 0x03857000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\jre\1.4.2\bin\JAWTAccessBridge.dll
    0x03AB0000 - 0x03ACE000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\jre\1.4.2\bin\jpeg.dll
    0x03B20000 - 0x03B39000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\oui\lib\win32\oraInstaller.dll
    0x77B90000 - 0x77B98000      C:\WINDOWS\system32\VERSION.dll
    0x60EB0000 - 0x60EB7000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\oui\lib\win32\orauts.dll
    0x7C340000 - 0x7C396000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\oui\lib\win32\msvcr71.dll
    0x03CC0000 - 0x03CC8000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\oui\lib\win32\orawsec10.dll
    0x635D0000 - 0x635E9000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\oui\lib\win32\orasrvm10.dll
    0x71C40000 - 0x71C97000      C:\WINDOWS\system32\NETAPI32.dll
    0x03C80000 - 0x03C8F000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\jre\1.4.2\bin\net.dll
    0x71C00000 - 0x71C17000      C:\WINDOWS\system32\WS2_32.dll
    0x71BF0000 - 0x71BF8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71B20000 - 0x71B61000      C:\WINDOWS\System32\mswsock.dll
    0x76ED0000 - 0x76EFA000      C:\WINDOWS\system32\DNSAPI.dll
    0x76F70000 - 0x76F77000      C:\WINDOWS\System32\winrnr.dll
    0x76F10000 - 0x76F3E000      C:\WINDOWS\system32\WLDAP32.dll
    0x76F80000 - 0x76F85000      C:\WINDOWS\system32\rasadhlp.dll
    0x76CF0000 - 0x76D0A000      C:\WINDOWS\system32\iphlpapi.dll
    0x76B70000 - 0x76B7B000      C:\WINDOWS\system32\PSAPI.DLL
    0x76CD0000 - 0x76CE9000      C:\WINDOWS\system32\MPRAPI.dll
    0x76DF0000 - 0x76E24000      C:\WINDOWS\system32\ACTIVEDS.dll
    0x76DC0000 - 0x76DE8000      C:\WINDOWS\system32\adsldpc.dll
    0x76B80000 - 0x76BAE000      C:\WINDOWS\system32\credui.dll
    0x7C8D0000 - 0x7D0CF000      C:\WINDOWS\system32\SHELL32.dll
    0x77DA0000 - 0x77DF2000      C:\WINDOWS\system32\SHLWAPI.dll
    0x76A80000 - 0x76A98000      C:\WINDOWS\system32\ATL.DLL
    0x77D00000 - 0x77D8B000      C:\WINDOWS\system32\OLEAUT32.dll
    0x76E30000 - 0x76E3C000      C:\WINDOWS\system32\rtutils.dll
    0x7E020000 - 0x7E02F000      C:\WINDOWS\system32\SAMLIB.dll
    0x770E0000 - 0x771E8000      C:\WINDOWS\system32\SETUPAPI.dll
    0x77420000 - 0x77523000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_D8713E55\comctl32.dll
    0x03D60000 - 0x03D6E000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\bin\win32\DHCPPrereq.dll
    0x046E0000 - 0x046EC000      C:\Documents and Settings\Administrator\Local Settings\Temp\OraInstall2008-10-08_11-19-17AM\bin\win32\sidqueries.dll
    0x76C10000 - 0x76C38000      C:\WINDOWS\system32\imagehlp.dll
    0x6D580000 - 0x6D628000      C:\WINDOWS\system32\dbghelp.dll
    Heap at VM Abort:
    Heap
    def new generation total 1408K, used 1108K [0x10010000, 0x10190000, 0x10770000)
    eden space 1280K, 84% used [0x10010000, 0x1011d278, 0x10150000)
    from space 128K, 24% used [0x10150000, 0x10157ef0, 0x10170000)
    to space 128K, 0% used [0x10170000, 0x10170000, 0x10190000)
    tenured generation total 17960K, used 12195K [0x10770000, 0x118fa000, 0x16010000)
    the space 17960K, 67% used [0x10770000, 0x11358cc8, 0x11358e00, 0x118fa000)
    compacting perm gen total 17152K, used 17037K [0x16010000, 0x170d0000, 0x1a010000)
    the space 17152K, 99% used [0x16010000, 0x170b37b0, 0x170b3800, 0x170d0000)
    Local Time = Wed Oct 08 11:19:47 2008
    Elapsed Time = 23
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    #

  • Use 11g portlet in Oracle Portal or WSRP1 in WebCenter application fails

    Hi,
    I build a portlet as in the example at http://download.oracle.com/otndocs/tech/webcenter/files/owc_r11_portlet_bridge_demo.html and try to consume it from Oracle Portal. This is failing with a connection to the server failed error in the browser. I then tried to consume it in a webcenter application as wsrp2 and it works correctly. If i change to wsrp1 it fails with the same error. In the logging i see the following error:
    4-jan-2008 12:10:01 com.evermind.server.ServerBase log
    WARNING: WebcenterTest-ViewController-webapp: Servlet error
    oracle.security.jazn.JAZNRuntimeException: Method not supported
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:480)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:583)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:334)
         at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:942)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:843)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:646)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:614)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:405)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:168)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:149)
         at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:237)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:877)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.RuntimeException: Method not supported
         at oracle.portlet.wsrp.v1.ServerToWSRPv1.getResource(ServerToWSRPv1.java:7727)
         at oracle.portlet.client.connection.wsrp.ActivityServerWrapper.getResource(ActivityServerWrapper.java:1519)
         at oracle.portlet.client.techimpl.wsrp.WSRPResourceOperationPipe.execute(WSRPResourceOperationPipe.java:116)
         at oracle.portlet.client.techimpl.wsrp.WSRPResourceOperationPipe.pre(WSRPResourceOperationPipe.java:43)
         at oracle.portlet.client.service.pipeline.PipeContext.internalExecute2(PipeContext.java:531)
         at oracle.portlet.client.service.pipeline.PipeContext.internalExecute(PipeContext.java:418)
         at oracle.portlet.client.service.pipeline.PipeContextRunnable.run(PipeContextRunnable.java:23)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
         at java.util.concurrent.FutureTask.run(FutureTask.java:123)
         at oracle.portlet.client.service.pipeline.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:391)
         at oracle.portlet.client.service.pipeline.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:416)
         ... 1 more
    Does this mean wsrp1 is no longer supported with 11g because of client side ajax? Would this mean that Oracle Portal consuming 11g portlets is out of the question?
    Kind Regards,
    Andre Jochems

    Thank you for the clear answer. Just curious .... if Portal 11g supports wsrp 2 will it be possible to have a portlet generate events and link those in portal to page parameters which in turn can be linked to portlet input parameters as is possible with a pdk java portlet? In other words, ... can the inter portlet communication be set/edited/wired at runtime in Portal instead of design time as is the case with WebCenter?
    Also if Portal 11g will have these features what is the added value of WebCenter, aside from not needing the extra infrastructure to run Portal?
    While i am at it, ... how will the skin and stylesheets be handled when a 11g rich faces portlet is rendered in Portal, will it keep its nice looks? Can they be mapped to portal defined styles for portlets to adapt the style to the surrounding portal?
    Kind Regards,
    Andre Jochems

  • Install of Oracle 8.1.7. on Solaris 8 fails

    Hi All!
    I am doing an install of Oracle 8.1.7. Right near the end of the install when oracle is trying to link it's libraries, I get a message that /oracle/product/8.1.7./rdbms/lib/ins_rdbms.mk failed. I continue with the install and try to run make on this file by hand. I get:
    make: Fatal error: Don't know how to make '/oracle/product/8.1.7./rdbms/lib/libskgxpd.a(/oracle/product/8.1.7./rdbms/lib/skgxpd.o)'
    I did a search on Google and the only references to skgxpd.o where for the SuSE Linux Oracle, although the error is identical. Unfortunately, no solution has been offered.
    One person I talked to said to make sure LD_LIBRARY_PATH included /oracle/product/8.1.7./rdbms/lib/. However, that didn't help.
    I would be grateful for any help.
    Regards,
    Jim Mohr

    One person I talked to said to make sure LD_LIBRARY_PATH included /oracle/product/8.1.7./rdbms/lib/. However, that didn't help. James,
    Because the path of /oracle/product/8.1.7./rdbms/lib/ depends on the location of ORACLE_HOME you set, it doesn't sound like a pre-installation setting. It's not mentioned in the manual anyway.
    You may want to check to see if the following commands are on the installation user (oracle)'s PATH.
    $ /usr/bin/which make
    $ /usr/bin/which ar
    $ /usr/bin/which ld
    $ /usr/bin/which nm
    Also it's mentioned in the manual:
    ===============================================================
    Note: If you require /usr/ucb in your search path, make sure it
    comes after /usr/ccs/bin in the PATH setting.
    ===============================================================
    I set up a 8.1.7 on Solaris 8 but didn't have such a problem.
    Best luck,
    Han Zhang

  • Oracle Test Manager - Import of Manual Tests - Fails with ORA-12520:

    Hi,
    This issue occurs when we are trying to import manual tests into the Oracle Test Manager.
    The import fails when we try to import more than 300 records. The error message in the log
    is as shown below:
    Driver's SQLSetConnectAttr failed
    ORA-12520: TNS:listener could not find available handler for requested type of server
    9:50:30:020 - *** DB Exception *** State:S1000,Native:12520,Origin:[Oracle][ODBC][Ora]
    State:IM006,Native:0,Origin:[Microsoft][ODBC Driver Manager]
    State:S1000,Native:12520,Origin:[Oracle][ODBC][Ora]
    No one can logon to the application after this.
    According to the DBA the application is using up all the processes in the Database and hence it fails.
    When we restart the application service, the number of processes in the database goes down
    and the application goes back to normal state.
    We keep running into this issue when we try to import >=300 manual tests. (This is not an issue
    when runs are imported.)
    Anybody else facing this issue? Any ideas as to how this can be resolved?
    Thanks
    Aruna

    Hi,
    I had some problems with. So, consider the following:
    Simple XLS file :
    testname     owner     testdescription               Expected Result
    test1          wayne     Login into User Homepage     User can view login prompt
                   View Accout Details          User can see account details
                   Create simple report          User has access to reports section
                   Save as pdf               .pdf generate button is available
                   send email               email button is active
                   log off                    User can View log off page
    So we have four fields, teatname,owner,testdescription and Expected Result.
    When we import a test (select Test tab, then project->import data, and select .xls file)
    Make sure Select Type is set to Manual Tests
    Map      testname -> TestCase ID
         owner -> Owner
         testdescription -> Test Step Action
         Expected Result -> Test step expected result
    Make sure Select Type is set to Manual Tests. You should then see one test with all the steps.
    Regards
    Wayne.
    p.s. Thanks Alex!!
    Edited by: byrne_wayne on Sep 20, 2010 3:29 PM
    Edited by: byrne_wayne on Sep 20, 2010 3:33 PM

  • Oracle 8i on Solaris Intel (create dabase failed!)

    Hi All,
    I having been trying to create an oracle database on my Solaris
    Intel box for a while now but the process always fails when its
    about to create the sample database. It fails with an error:
    ORA-03113 - unexpected end of channel reached.
    And then I keep getting an "Oracle not available" message.
    I am not doing anything extraordinary, just the normal
    installation.
    My guess is that there maybe something wrong in the gerenared
    pfile. what dow you think?
    Regards
    michael

    Hi Where can I get detailed instructions about how to install
    oracle8i on solaris intel
    Olu

  • Oracle VM Template Error - Power on VM:  failed

    Hi This is driving me crazy.
    I'm trying to do proof on concept so I can check we can use this in our enterprise.
    I have set up 64bit Oracle VM and Oracle VM Manager with a working 2003 server no problems its running fine.
    I have downloaded the Oracle VM Template which has Oracle 10G database 64bit linux install.
    I have imported it and then when i try to power on I get the following error, with the pre-warning message below it.
    The template is running off local storage which is plentyful.
    Also is there any easy way of seeing how how storage you actually have, I find the interface quite frustrating on the storage front.
    Power on VM: failed:<Exception: return=>failed:<Exception: ['xm', 'create', '/OVS/running_pool/24_scctest/vm.cfg']=>Error: Boot loader didn't return any data! > StackTrace: File "/opt/ovs-agent-2.2/OVSXXenVM.py", line 57, in xen_start_vm run_cmd(args=cmd) File "/opt/ovs-agent-2.2/OVSCommons.py", line 98, in run_cmd raise Exception('%s=>%s' % (cmdlist, p.childerr.read())) > StackTrace: File "/opt/ovs-agent-2.2/OVSSiteVM.py", line 86, in start_vm raise e Oct 6, 2009 9:38:33 AM Error
    Configure VM: scctest failed: <Exception: Error updating the image.> StackTrace: File "/opt/ovs-agent-2.2/OVSSiteVM.py", line 471, in config_vm raise Exception("Error updating the image.") Oct 5, 2009 3:20:56 PM Warn
    Please help

    I suspect that the hypervisor isn't capable of running the guest. Check the output of xm info|grep xen_caps to see if it can run x86_64 guests. Here is an example:
    # xm info|grep xen_caps
    xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64

  • Oracle 10.2.0.5 agent configuration failed.

    OS : Solaris sparc 10.
    Agent version: 10.2.0.5
    Oracle agent configuration failed with "Could not reserve enough space for object heap" error message.
    emagent.trc file shows following text.
    ----- Tue Apr 21 16:16:41 2009::Property 'agentTZRegion' is missing from /app/oracle/grid/10.2.0/agent10g/sysman/config/emd.properties. This is normal when the agent is started for the very first time.Updating it...
    ----- Tue Apr 21 16:16:41 2009::/app/oracle/grid/10.2.0/agent10g/sysman/config/emd.properties copied to /app/oracle/grid/10.2.0/agent10g/sysman/config/emd.properties.2009-04-21-16-16-41 while updating the property 'agentTZRegion'
    ----- Tue Apr 21 16:16:41 2009::Error occurred during initialization of VM
    ----- Tue Apr 21 16:16:41 2009::Could not reserve enough space for object heap
    ----- Tue Apr 21 16:16:41 2009::Failed to update the property 'agentTZRegion' in /app/oracle/grid/10.2.0/agent10g/sysman/config/emd.properties.Needs to be manually updated.Execute 'emctl config agent getTZ' to see if this value is appropriate.
    P.S. : I am able to configure 10.2.0.4 on the same box without any issue.
    any idea????
    Test of available contoguis memory for java...
    $ java -Xmx2048m -version
    java version "1.5.0_16"
    Java(TM) Platform, Standard Edition for Business (build 1.5.0_16-b02)
    Java HotSpot(TM) Server VM (build 1.5.0_16-b02, mixed mode)
    Edited by: nclrjt on Apr 21, 2009 4:58 PM

    Looks like I found cause. There is change in parameter value for jre in oraparam.ini file of 10.2.0.5 agent software.
    I have changed "JRE_MEMORY_OPTIONS=" -mx350m" to ” JRE_MEMORY_OPTIONS=" -mx150m". Configuration and one-off patches are applied consecutively to agent installation.
    This was problem where local zone memory were capped to lower resoure in solaris projects.

  • Oracle VM 3.0.1 Discover Server Fails with NullPointerException

    I am testing Oracle VM 3.0.1 on two physical server, one for the Server one for the Manger, they are able to ping each other by hostname, but when trying to discover servers the job fails on fixupMACAddress,
    Job Construction Phase
    begin()
    Appended operation 'Discover Manager Server Discover' to object 'OVM Foundry : Discover Manager'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (IN_USE): [DiscoverManager] OVM Foundry : Discover Manager
    Operation: Discover Manager Server Discover
    Job Running Phase at 13:46 on Tue, Sep 6, 2011
    Job Participants: []
    Actioner
    Starting operation 'Discover Manager Server Discover' on object 'OVM Foundry : Discover Manager'
    Setting Context to model only in job with id=1315331216397
    Operation 'NTP Service Configure' in non-job running context, not adding it to object '4d:1c:9d:dc:b7:c2:36:bc:8a:ae:ae:1e:8c:67:d6:eb'.
    Operation 'NTP Service Configure' in non-job running context, not adding it to object '4d:1c:9d:dc:b7:c2:36:bc:8a:ae:ae:1e:8c:67:d6:eb'.
    Operation 'NTP Service Configure' in non-job running context, not adding it to object '4d:1c:9d:dc:b7:c2:36:bc:8a:ae:ae:1e:8c:67:d6:eb'.
    Operation 'NTP Service Configure' in non-job running context, not adding it to object '4d:1c:9d:dc:b7:c2:36:bc:8a:ae:ae:1e:8c:67:d6:eb'.
    Operation 'Server Set Statistic Interval' in non-job running context, not adding it to object '4d:1c:9d:dc:b7:c2:36:bc:8a:ae:ae:1e:8c:67:d6:eb'.
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_6055E Discover target: ovs3-00.esxpress.local, Discover failed with error: java.lang.NullPointerException
    at com.oracle.ovm.mgr.discover.ovm.ServerNetworkDiscoverHandler.fixupMACAddress(ServerNetworkDiscoverHandler.java:1074)
    at com.oracle.ovm.mgr.discover.ovm.ServerNetworkDiscoverHandler.updateEthernetPorts(ServerNetworkDiscoverHandler.java:135)
    at com.oracle.ovm.mgr.discover.ovm.ServerNetworkDiscoverHandler.process(ServerNetworkDiscoverHandler.java:88)
    at com.oracle.ovm.mgr.discover.ovm.DiscoverHandler.execute(DiscoverHandler.java:55)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:433)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:418)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:403)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDefaultDiscover(DiscoverEngine.java:372)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:353)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:211)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Tue Sep 06 13:46:58 EDT 2011
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:448)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:418)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:403)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDefaultDiscover(DiscoverEngine.java:372)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:353)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:211)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    FailedOperationCleanup
    Starting failed operation 'Discover Manager Server Discover' cleanup on object 'OVM Foundry : Discover Manager'
    Complete rollback operation 'Discover Manager Server Discover' completed with direction=OVM Foundry : Discover Manager
    Rollbacker
    Objects To Be Rolled Back
    Object (CREATED): [Processor] Processor (1) in 4d:1c:9d:dc:b7:c2:36:bc:8a:ae:ae:1e:8c:67:d6:eb
    Object (CREATED): [Processor] Processor (3) in 4d:1c:9d:dc:b7:c2:36:bc:8a:ae:ae:1e:8c:67:d6:eb
    Object (CREATED): [Processor] Processor (2) in 4d:1c:9d:dc:b7:c2:36:bc:8a:ae:ae:1e:8c:67:d6:eb
    Object (CREATED): [XenHypervisor] Hypervisor in 4d:1c:9d:dc:b7:c2:36:bc:8a:ae:ae:1e:8c:67:d6:eb
    Object (IN_USE): [DiscoverManager] OVM Foundry : Discover Manager
    Object (CREATED): [LocalStorageInitiator] storage.LocalStorageInitiator in 4d:1c:9d:dc:b7:c2:36:bc:8a:ae:ae:1e:8c:67:d6:eb
    Object (CREATED): [Server] 4d:1c:9d:dc:b7:c2:36:bc:8a:ae:ae:1e:8c:67:d6:eb (ovs3-00.esxpress.local)
    Object (CREATED): [InternalPort] network.InternalPort (1) in 4d:1c:9d:dc:b7:c2:36:bc:8a:ae:ae:1e:8c:67:d6:eb (network.InternalPort (1) in ovs3-00.esxpress.local)
    Object (CREATED): [Processor] Processor (4) in 4d:1c:9d:dc:b7:c2:36:bc:8a:ae:ae:1e:8c:67:d6:eb
    Object (CREATED): [CpuCompatibilityGroup] Default_Intel_F6_M23 (Default_Intel_Family:6_Model:23)
    Object (CREATED): [IscsiStorageInitiator] iqn.1988-12.com.oracle:8ea3addfa8a
    Completed Step: ROLLBACK
    Job failed commit (internal) due to OVMAPI_6055E Discover target: ovs3-00.esxpress.local, Discover failed with error: java.lang.NullPointerException
    at com.oracle.ovm.mgr.discover.ovm.ServerNetworkDiscoverHandler.fixupMACAddress(ServerNetworkDiscoverHandler.java:1074)
    at com.oracle.ovm.mgr.discover.ovm.ServerNetworkDiscoverHandler.updateEthernetPorts(ServerNetworkDiscoverHandler.java:135)
    at com.oracle.ovm.mgr.discover.ovm.ServerNetworkDiscoverHandler.process(ServerNetworkDiscoverHandler.java:88)
    at com.oracle.ovm.mgr.discover.ovm.DiscoverHandler.execute(DiscoverHandler.java:55)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:433)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:418)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:403)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDefaultDiscover(DiscoverEngine.java:372)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:353)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:211)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Tue Sep 06 13:46:58 EDT 2011
    com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_6055E Discover target: ovs3-00.esxpress.local, Discover failed with error: java.lang.NullPointerException
    at com.oracle.ovm.mgr.discover.ovm.ServerNetworkDiscoverHandler.fixupMACAddress(ServerNetworkDiscoverHandler.java:1074)
    at com.oracle.ovm.mgr.discover.ovm.ServerNetworkDiscoverHandler.updateEthernetPorts(ServerNetworkDiscoverHandler.java:135)
    at com.oracle.ovm.mgr.discover.ovm.ServerNetworkDiscoverHandler.process(ServerNetworkDiscoverHandler.java:88)
    at com.oracle.ovm.mgr.discover.ovm.DiscoverHandler.execute(DiscoverHandler.java:55)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:433)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:418)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:403)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDefaultDiscover(DiscoverEngine.java:372)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:353)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:211)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Tue Sep 06 13:46:58 EDT 2011
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:448)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:418)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:403)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDefaultDiscover(DiscoverEngine.java:372)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:353)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:211)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    End of Job
    Output of ifconfig on the server,
    [root@ovs3-00 ~]# ifconfig
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:84 errors:0 dropped:0 overruns:0 frame:0
    TX packets:84 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:14757 (14.4 KiB) TX bytes:14757 (14.4 KiB)
    peth0 Link encap:Ethernet HWaddr 00:1E:37:52:F4:54
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:4976 errors:0 dropped:0 overruns:0 frame:0
    TX packets:377 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:627763 (613.0 KiB) TX bytes:116948 (114.2 KiB)
    Interrupt:16 Memory:d0580000-d05a0000
    xenbr0 Link encap:Ethernet HWaddr 00:1E:37:52:F4:54
    inet addr:192.168.40.215 Bcast:0.0.0.0 Mask:255.255.252.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:4922 errors:0 dropped:0 overruns:0 frame:0
    TX packets:345 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:551832 (538.8 KiB) TX bytes:114669 (111.9 KiB)
    The ovs-agent is running and nmap reports port 8899 is open.
    Edited by: 883584 on Sep 6, 2011 11:00 AM

    Hi Avi,
    I have the same issue, but I did not configure a xenbridge, and I did remove the default bond configuration the installation does.
    Can I only discover 3.0.1 servers if they have the bond configuration? Is there a way to get around this?
    Thanks!
    T.
    Ps. My logs say the following:
    Job Construction Phase
    begin()
    Appended operation 'Discover Manager Server Discover' to object 'OVM Foundry : Discover Manager'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (IN_USE): [DiscoverManager] OVM Foundry : Discover Manager
    Operation: Discover Manager Server Discover
    Job Running Phase at 23:33 on Tue, Oct 4, 2011
    Job Participants: []
    Actioner
    Starting operation 'Discover Manager Server Discover' on object 'OVM Foundry : Discover Manager'
    Setting Context to model only in job with id=1317785609511
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: discover_server to server: 10.70.1.124 failed. OVMAPI_4004E Server Failed Command: discover_server , Status: org.apache.xmlrpc.client.XmlRpcHttpTransportException: HTTP server returned unexpected status: Unauthorized access attempt from ('10.70.1.26', 28251)!
    Tue Oct 04 23:33:29 EDT 2011
    Tue Oct 04 23:33:29 EDT 2011
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:474)
    at com.oracle.ovm.mgr.action.ActionEngine.sendDiscoverCommand(ActionEngine.java:283)
    at com.oracle.ovm.mgr.action.ServerAction.getServerInfo(ServerAction.java:95)
    at com.oracle.ovm.mgr.discover.ovm.ServerBasicDiscoverHandler.query(ServerBasicDiscoverHandler.java:131)
    at com.oracle.ovm.mgr.discover.ovm.ServerBasicDiscoverHandler.query(ServerBasicDiscoverHandler.java:61)
    at com.oracle.ovm.mgr.discover.ovm.DiscoverHandler.execute(DiscoverHandler.java:50)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:433)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:345)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:211)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: discover_server , Status: org.apache.xmlrpc.client.XmlRpcHttpTransportException: HTTP server returned unexpected status: Unauthorized access attempt from ('10.70.1.26', 28251)!
    Tue Oct 04 23:33:29 EDT 2011
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:748)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:470)
    ... 25 more
    FailedOperationCleanup
    Starting failed operation 'Discover Manager Server Discover' cleanup on object 'OVM Foundry : Discover Manager'
    Complete rollback operation 'Discover Manager Server Discover' completed with direction=OVM Foundry : Discover Manager
    Rollbacker
    Objects To Be Rolled Back
    Object (IN_USE): [DiscoverManager] OVM Foundry : Discover Manager
    Completed Step: ROLLBACK
    Job failed commit (internal) due to OVMAPI_4010E Attempt to send command: discover_server to server: 10.70.1.124 failed. OVMAPI_4004E Server Failed Command: discover_server , Status: org.apache.xmlrpc.client.XmlRpcHttpTransportException: HTTP server returned unexpected status: Unauthorized access attempt from ('10.70.1.26', 28251)!
    Tue Oct 04 23:33:29 EDT 2011
    Tue Oct 04 23:33:29 EDT 2011
    com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: discover_server to server: 10.70.1.124 failed. OVMAPI_4004E Server Failed Command: discover_server , Status: org.apache.xmlrpc.client.XmlRpcHttpTransportException: HTTP server returned unexpected status: Unauthorized access attempt from ('10.70.1.26', 28251)!
    Tue Oct 04 23:33:29 EDT 2011
    Tue Oct 04 23:33:29 EDT 2011
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:474)
    at com.oracle.ovm.mgr.action.ActionEngine.sendDiscoverCommand(ActionEngine.java:283)
    at com.oracle.ovm.mgr.action.ServerAction.getServerInfo(ServerAction.java:95)
    at com.oracle.ovm.mgr.discover.ovm.ServerBasicDiscoverHandler.query(ServerBasicDiscoverHandler.java:131)
    at com.oracle.ovm.mgr.discover.ovm.ServerBasicDiscoverHandler.query(ServerBasicDiscoverHandler.java:61)
    at com.oracle.ovm.mgr.discover.ovm.DiscoverHandler.execute(DiscoverHandler.java:50)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:433)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:345)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:211)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: discover_server , Status: org.apache.xmlrpc.client.XmlRpcHttpTransportException: HTTP server returned unexpected status: Unauthorized access attempt from ('10.70.1.26', 28251)!
    Tue Oct 04 23:33:29 EDT 2011
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:748)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:470)
    ... 25 more
    End of Job
    OK

  • Oracle Queue Error creating JMS-120: Dequeue failed

    Hi Guys,
    We are facing serious problems with Oracle queue when dequeuing messages from the queue.
    Our configuration is the following:
    - SOA Suit 10.g (10.1.3.5.0)
    - Dehydration storage - Oracle Database 11gR2 in Exadata Cloud
    We use standard JMS Adabpter from AS10g to dequeue messages from the Oracle queue.
    Suddenly dequeue stop working pooling the flowing errors into the log.xml log file in $ORACLE_HOME/j2ee/oc4j_soa/log/oc4j_soa_SOA_GROUP_1/oc4j directory.
    <MSG_TEXT>Failed to process deferred message</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[oracle.tip.esb.server.dispatch.QueueHandlerException: Error creating "JMS-120: Dequeue failed"
         at oracle.tip.esb.server.dispatch.JMSDequeuer.dequeue(JMSDequeuer.java:197)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.process(ESBWork.java:178)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.run(ESBWork.java:135)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:825)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.jms.AQjmsException: JMS-120: Dequeue failed
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:308)
         at oracle.jms.AQjmsConsumer.dequeue(AQjmsConsumer.java:2094)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:922)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:835)
         at oracle.jms.AQjmsConsumer.receive(AQjmsConsumer.java:776)
         at oracle.j2ee.ra.jms.generic.CommonConsumerWrapper.receive(CommonConsumerWrapper.java:203)
         at oracle.tip.esb.server.dispatch.JMSDequeuer.dequeue(JMSDequeuer.java:175)
         ... 7 more
    then:
    <COMPONENT_ID>j2ee</COMPONENT_ID>
        <MSG_ID>J2EE JTA-00107</MSG_ID>
    <MSG_TEXT>Error in resource driver during rollback: oracle.jdbc.xa.OracleXAException, errorCode : -7</MSG_TEXT>
    and this message comes out every second:
        <MSG_TEXT>Attempt to use an invalid handle : 'oracle_jdbc_driver_LogicalConnection_Proxy@10af88e3'.</MSG_TEXT>
    Any help, suggestions, hints would be much appreciated.
    cheers!!
    eMarcel                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi there
    I have got the same problem i.e
    oracle.jms.AQjmsException: JMS-120: Dequeue failed
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:283)
         at oracle.jms.AQjmsConsumer.dequeue(AQjmsConsumer.java:2178)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:1013)
         at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:950)
         at oracle.jms.AQjmsConsumer.receive(AQjmsConsumer.java:897)
         at com.cramer.cdd.mytest.QueueReceive2.init(QueueReceive2.java:122)
         at com.cramer.cdd.mytest.QueueReceive2.main(QueueReceive2.java:152)
    Exception in thread "main
    Please help me in debugging this.
    I have a standalone java application to listen to the aqJMS queue.
    Regards
    Paul

  • Oracle Access Manager 11gR2 Web application: "oam" failed to preload

    Any pointers for troubleshooting this error?
    Managed Server starts up but fails to start-up "oam" deployment.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "AMInitServlet" failed to preload on startup in Web application: "oam".
    java.lang.ExceptionInInitializerError
            at oracle.security.am.pbl.transport.http.AMInitServlet.initializeAmServer(AMInitServlet.java:113)
            at oracle.security.am.pbl.transport.http.AMInitServlet.init(AMInitServlet.java:79)
            at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
            at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
            at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
            at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
            at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)
            at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)
            at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
            at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
            at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
            at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
            at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
            at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
            at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
            at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
            at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
            at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
            at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
            at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
            at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
            at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
            at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
            at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:149)
            at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
            at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
            at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
            at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
            at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
            at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
            at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
            at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: java.lang.NullPointerException
            at oracle.security.am.pbl.diagnostic.DiagnosticUtil.<init>(DiagnosticUtil.java:80)
            at oracle.security.am.pbl.diagnostic.DiagnosticUtil.<clinit>(DiagnosticUtil.java:65)
            ... 45 more
            at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
            at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
            at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
            at oracle.security.am.pbl.diagnostic.DiagnosticUtil.<init>(DiagnosticUtil.java:80)
            at oracle.security.am.pbl.diagnostic.DiagnosticUtil.<clinit>(DiagnosticUtil.java:65)
            at oracle.security.am.pbl.transport.http.AMInitServlet.initializeAmServer(AMInitServlet.java:113)
            at oracle.security.am.pbl.transport.http.AMInitServlet.init(AMInitServlet.java:79)
            at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)

    SOA is not required. WebGate is a separate installation, separate from where you install the Oracle Access Manager.
    Oracle Access Manager is like the management station, WebGate would typically be installed on a host where a Web Server is running. So WebGate running on the WebServer host would be used to provide access control functions for web pages hosted on Web Server. You will have to do the configuration of WebGate separately after Access Manager has been installed. Please mark answer helpful/correct if helpful.

Maybe you are looking for

  • I am not able to make International calls from iPhone 5s

    I got this new iphone 5s as a gift a week days ago, and It was working all great for 2-3 days. But from last 4days i AM not able to make international calls Whenever I dial, I can't hear any ring going on and all I can hear is my own voice reverting

  • Sharing music from an ipad to an ipod

    How can I share music from my ipad to an ipod?

  • Fix for 'battery drain'!!

    I believe there is a bug in the inbuilt battery monitor of the 4s. I got my 4s yesterday and today it went from 55% to 12% in only 45 minutes! Just when I wanted to grab my charger i thought id let the battery run out completely out of juice. So I co

  • Turn off automatic updater prior to installing Firefox.

    I am about to deploy firefox to about 100 XP machines. I would like to turn off the Firefox automatic updater function prior to the install to the machine. I need to control what version of Firefox each user has.

  • Hiding a Field, row and cell

    Please how can I hide a Field, Row and cells repectively. We are carring out a project that we need to hide cells and sometimes fields or rows as the case may be. I noticed in console -> Role -> Tables, you can set only read only or read/write and in