OWB 10.1.0.4 Runtime Assistant error

I have "Fatal exception occured.[...]" from Java Virtual Machine Launcher in 63% of complete instalation of OWB Runtime Repository. And Second error (immediatelly after first) "INS0022: A spawned program error [...]" from Spawned Program Error.
I have: Virtual Machine (on VMware Player) with Windows 2003 EE SP1 Release 2 with Oracle 10.2.0.2 and with OWB 10.1.0.4. And only this soft is on this Virtual Machine.
In the log (C:\Oracle\OWB10\owb\rtasst\log.txt) last line are below.
Can You help me?
Sincerelly,
Peter
oracle.wh.util.DebugUtility: =========== enter file: ../../rtasst/roles_object_rights.sql
oracle.wh.util.DebugUtility: Runtime Platform Property Load Beginning...
Wed Jun 21 13:18:10 BST 2006
oracle.wh.util.DebugUtility: After processing SPAWN Token
Wed Jun 21 13:18:10 BST 2006
oracle.wh.util.DebugUtility: This is the -token name = SPAWN; -token type = 4
Wed Jun 21 13:18:10 BST 2006
oracle.wh.util.DebugUtility: Before processing SPAWN Token
Wed Jun 21 13:18:10 BST 2006
oracle.wh.util.DebugUtility: After processing SPAWN Token
Wed Jun 21 13:18:10 BST 2006
oracle.wh.util.DebugUtility: This is the -token name = SPAWN; -token type = 4
Wed Jun 21 13:18:10 BST 2006
oracle.wh.util.DebugUtility: Before processing SPAWN Token
Wed Jun 21 13:18:10 BST 2006
oracle.wh.util.DebugUtility: [processSPAWN]: User = runtime_owner
Wed Jun 21 13:18:10 BST 2006
oracle.wh.util.DebugUtility: [processSPAWN]: wholeLine =..\..\..\jdk\jre\bin\javaw -classpath ../../../lib/transx.zip;../../../lib/xschema.jar;../../../oc4j/rdbms/jlib/xsu12.jar;../../../rdbms/jlib/xdb.jar;../../lib/int/rtpplatform.jar;../../lib/int/rtpcommon.jar;../../../jdbc/lib/ojdbc14.jar;../../../lib/xmlparserv2.jar;../../../sqlj/lib/runtime12.jar;../../../jdk/jre/lib/rt.jar oracle.xml.transx.loader "(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=%host)(PORT=%port))(CONNECT_DATA=(SERVICE_NAME=%serviceName)))" %user %password ../../rtasst/wb_rt_messages_en.xml
Wed Jun 21 13:18:10 BST 2006
oracle.wh.util.DebugUtility: after executing the output
Wed Jun 21 13:18:11 BST 2006
oracle.wh.util.DebugUtility: java.lang.NoClassDefFoundError: oracle/xml/sql/dml/OracleXMLSave
Wed Jun 21 13:18:11 BST 2006
oracle.wh.util.DebugUtility:      at oracle.xml.transx.TransXImpl.load(TransXImpl.java:241)
Wed Jun 21 13:18:11 BST 2006
oracle.wh.util.DebugUtility:      at oracle.xml.transx.loader.load(loader.java:157)
Wed Jun 21 13:35:05 BST 2006
oracle.wh.util.DebugUtility: Exception in thread "main"
Wed Jun 21 13:35:05 BST 2006
oracle.wh.util.DebugUtility: (Spawn Token) Error loading Java into DB:
Wed Jun 21 13:35:05 BST 2006
oracle.wh.util.DebugUtility: [processSPAWN]: A spawned program error. Exception = java.lang.Exception: java.io.BufferedInputStream@16752c9
Wed Jun 21 13:35:05 BST 2006
oracle.wh.util.DebugUtility: [processSPAWN]: Get the error, stop processing...
Wed Jun 21 13:36:12 BST 2006
oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...

According to metalink:
"Cause:
The cause of the problem is the existence of public synonyms pointing to the java tables.
CREATE$JAVA$LOB$TABLE and/or JAVA$CLASS$MD5$TABLE
The presence of the Public synonyms prevents the Runtime Assistant from creating new tables. This can be verified from sqlplus, connected as the sys user:
SQL> select owner,synonym_name, table_name, table_owner
2 from dba_synonyms
3* where synonym_name like '%JAVA%TABLE';
Solution
To implement the solution, please execute the following steps as a sys user from sql*plus. If required, change the synonym names to match the names returned in the select statement:
. DROP PUBLIC SYNONYM CREATE$JAVA$LOB$TABLE;
2. DROP PUBLIC SYNONYM JAVA$CLASS$MD5$TABLE;
Once complete, start the Runntime Assistant and perform the installation. When the Assistant completes, verify the log file does not contain errors or exceptions."
Hope it works!
Marcos Spínola

Similar Messages

  • OWB runtime assistant error

    I installed the OWB browser assitant and it said I was successful, but when I log in I get the error below:
    Versions
    Oracle Warehouse Builder client 9.0.3.33.0
    repository 9.0.3.0.1
    Client - Windows 2000 professional
    ==============Error Text =======================
    java.sql.SQLException: ORA-06550: line 1, column 7:
    PLS-00201: identifier 'WBPRTIQ.GET_JOB_NAMES' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
         at oracle.wh.runtime.common.WrapperException.getWrapperException(WrapperException.java:36)
         at oracle.wh.runtime.sdk.DatabaseSecurityWrapper.executeStatement(DatabaseSecurityWrapper.java:48)
         at oracle.wh.runtime.sdk.RunTimeDBConnect.getAllJobDefns(RunTimeDBConnect.java:142)
         at oracle.wh.runtime.NavigationTreePanel.selectRecent(NavigationTreePanel.java:65)
         at oracle.wh.runtime.TimeFilterPanel.processListener(TimeFilterPanel.java:120)
         at oracle.wh.runtime.TimeFilterDialog.okButtonPressed(TimeFilterDialog.java:28)
         at oracle.wh.runtime.TimeFilterDialog.refresh(TimeFilterDialog.java:36)
         at oracle.wh.runtime.RunTimeApplet.connected(RunTimeApplet.java:484)
         at oracle.wh.runtime.ConnectThread.run(ConnectThread.java:16)

    Greg,
    Let me make sure that I understand the process. Did you run the runtime assistant (as your subject states) or the browser assistant?
    If you want to create a runtime environment, then you run the runtime assistant. The browser assistant sets up the environment to expose design information through an HTML based browser component.
    Thanks,
    Mark.

  • Runtime Assistant Error - Invalid OWBB_API_ADMINISTRATION

    I'm tring to install Oracle Warehouse Builder 10.1.0.4.0 on linux-redhat but Runtime Assistant hangs up at 86% when installing Runtime Repository.
    Did anyone experienced similar problems?
    Here are some logs:
    -- runtime assistant log
    Wed Feb 08 11:18:25 CET 2006
    oracle.wh.util.DebugUtility: =========== enter file: ../../browserasst/owbb/init_apps.sql
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-04063: package body "WB_RUNTIME.OWBB_API_ADMINISTRATION" has errors
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: ORA-06508: PL/SQL: could not find program unit being called: "WB_RUNTIME.OWBB_API_ADMINISTRATION"
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: ORA-06512: at line 133
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-04063: package body "WB_RUNTIME.OWBB_API_ADMINISTRATION" has errors
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: ORA-06508: PL/SQL: could not find program unit being called: "WB_RUNTIME.OWBB_API_ADMINISTRATION"
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: ORA-06512: at line 133
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:630)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.T2CCallableStatement.execute_for_describe(T2CCallableStatement.java:846)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.T2CCallableStatement.execute_for_rows(T2CCallableStatement.java:1007)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1028)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2888)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:2979)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4103)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:377)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processSQLToken(ReposInstMain.java:2593)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processDriverFile(ReposInstMain.java:2327)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain$2.runTask(ReposInstMain.java:1825)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.doRun(Unknown Source)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.run(Unknown Source)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at java.lang.Thread.run(Thread.java:534)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-04063: package body "WB_RUNTIME.OWBB_API_ADMINISTRATION" has errors
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: ORA-06508: PL/SQL: could not find program unit being called: "WB_RUNTIME.OWBB_API_ADMINISTRATION"
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: ORA-06512: at line 133
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: [ at runSqlScript(RuntimeInstaller.java ) ].
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: this is SQL error: continue =false
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-04063: package body "WB_RUNTIME.OWBB_API_ADMINISTRATION" has errors
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: ORA-06508: PL/SQL: could not find program unit being called: "WB_RUNTIME.OWBB_API_ADMINISTRATION"
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: ORA-06512: at line 133
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-04063: package body "WB_RUNTIME.OWBB_API_ADMINISTRATION" has errors
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: ORA-06508: PL/SQL: could not find program unit being called: "WB_RUNTIME.OWBB_API_ADMINISTRATION"
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: ORA-06512: at line 133
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:630)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.T2CCallableStatement.execute_for_describe(T2CCallableStatement.java:846)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.T2CCallableStatement.execute_for_rows(T2CCallableStatement.java:1007)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1028)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2888)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:2979)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4103)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:377)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processSQLToken(ReposInstMain.java:2593)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processDriverFile(ReposInstMain.java:2327)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain$2.runTask(ReposInstMain.java:1825)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.doRun(Unknown Source)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.run(Unknown Source)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility:      at java.lang.Thread.run(Thread.java:534)
    Wed Feb 08 11:18:26 CET 2006
    oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...
    when the assistant hangs up... the OWBB_API_ADMINISTRATION package is invalid... here are some more datails:
    SQL> show err
    Errors for PACKAGE BODY OWBB_API_ADMINISTRATION:
    LINE/COL ERROR
    180/5 PL/SQL: SQL Statement ignored
    180/17 PLS-00201: identifier 'OWBB_REPOSITORIES' must be declared
    228/5 PL/SQL: SQL Statement ignored
    228/12 PLS-00201: identifier 'OWBB_REPOSITORIES' must be declared
    259/5 PL/SQL: SQL Statement ignored
    259/17 PLS-00201: identifier 'OWBB_GROUP_REPOSITORIES' must be declared
    260/5 PL/SQL: SQL Statement ignored
    260/17 PLS-00201: identifier 'OWBB_USER_REPOSITORIES' must be declared
    261/5 PL/SQL: SQL Statement ignored
    261/17 PLS-00201: identifier 'OWBB_REPOSITORIES' must be declared
    280/5 PL/SQL: SQL Statement ignored
    280/17 PLS-00201: identifier 'OWBB_USER_REPOSITORIES' must be declared
    300/5 PL/SQL: SQL Statement ignored
    300/17 PLS-00201: identifier 'OWBB_USER_REPOSITORIES' must be declared
    321/5 PL/SQL: SQL Statement ignored
    321/17 PLS-00201: identifier 'OWBB_GROUP_REPOSITORIES' must be declared
    340/5 PL/SQL: SQL Statement ignored
    340/17 PLS-00201: identifier 'OWBB_GROUP_REPOSITORIES' must be declared
    359/5 PL/SQL: SQL Statement ignored
    359/17 PLS-00201: identifier 'OWBB_USER_ROLES' must be declared
    SQL> spool off
    ...and no objects with the above names exists :(
    thank you
    Ilias

    After some reverse engineering of runtime assistant scripts, we found that the problem was simply a full table space :(
    ...some extra log information about runtime assistant scripts can be found into dbms_output()
    Ilias

  • Odd error running OWB Runtime Assistant

    Getting the following obscrure error running Runtime Assistant on 10g database with 10.1.0.3.0 OWB (unix).
    oracle.wh.util.DebugUtility: Error while resolving oracle/wh/runtime/server/ServiceDoctor
    Fri Jan 13 15:23:29 EST 2006
    Fri Jan 13 15:23:32 EST 2006
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-04045: errors during recompilation/revalidation of OWB_RUNTIME_REPOSITORY_2.oracle/wh/runtime/server/Util
    Fri Jan 13 15:23:32 EST 2006
    oracle.wh.util.DebugUtility: [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error : java.sql.SQLException: ORA-04045: errors during recompilation/revalidation of OWB_RUNTIME_REPOSITORY_2.oracle/wh/runtime/server/Util
    Fri Jan 13 15:23:32 EST 2006
    Can ANYONE give me any clues???
    Thanks
    -Mark

    Hi,
    I resolve the problem increasing the java pool size to 64 M
    bye !

  • Ora-00922 error in Runtime assistant

    OWB : OWB10g,
    Oracle : Oracle10g,
    OS : Windows XP
    I have installed OWB10g on the same machine as Oracle10g but in separate oracle homes. I have successfully run OWB Repository assistant. In Runtime Assistant after giving inputs in all the pages ie after coming to summary page when I press finish it gives ORA-0922 { You must enter a valid user name ).
    All the usernames are valid. I tried giving all the usernames and password in upper case, even that doesnt help. I created users for runtime and access user in oracle and in owb chose the option for using existing user but still I get this error.
    Any idea, what am I missing ??

    Hi,
    I too am experiencing this error when trying to configure a repository. I enter all the SYS details and for the OWB a/c. There was mention of invalid characters in the password , we use '-' , would this cause a problem.
    Also, I am using an Oracle XE database for the repository, is there any limitation on this? Or do I need a full 10g instance?
    Many thanks
    Gary Revell.

  • OWB Runtime Assistant Create Repositiry

    I have installed OWB ver 9.0. When I get to the runtime assistant and attempt to install a repository the progress window sticks at 1% and never finishes. I have Oracle 8.1.7 DB installed on a Windows 2000 Pro machine.
    What might be the problem?

    John,
    Can you be more specific about the version number? 9.0.4 is not certified on 8.1.7. 9.2 (the latest available on OTN) is. 9.0.2 and 9.0.3 were certified on Oracle8i.
    Thanks,
    Mark.

  • Issues in installing runtime assistant

    Hi,
    I am facing ORA-03113 error while installing the runtime assistant. This error seems to be happening at wb_rt_service.sql.
    OWB Version:9.2.0.2.8
    Repository:9.2.0.2.0
    Database:9.2.0.5
    OS: RedHat Linux Enterprise Edition 3
    HW: HP 2CPU 4GB RAM.
    Database & repository are on the same server in two diff instances.
    I saw a posting in this forum which says there was a bug with 9204 & rerunning catalog.sql as a remedy. I tried that but it did not work.
    Can anyone help?
    Thanks in advance.
    Suresh

    Suresh,
    We have seen this message before when people had upgraded the database software, but not actually migrated the database to the newer release (indeed, running catalog.sql).
    Anyway, can you logon as system, and execute the following command:
    select comp_name, version
    from dba_registry
    Depending on what version of the database you are running... (please let us know) and the patch level this should give you some result. It would be really helpful if you post the result of that query.
    Also, have you changed any of the default parameters of the database. Or, have you reduced the database for some reason?
    Thanks,
    Mark.

  • Runtime configration error on OWB9.2.0.2.8

    Oracle Database Server 9.2.0.3
    Solaris 9
    OWB 9.2.0.2.8
    modify file :/var/opt/oracle/oratab , add line
    rmdw:/opt/oracle/ora92:N
    OWB can be installed successfully , then run runtimeinst.sh to configrate , when input the connection infomation , error accured , but i'm sure the connection infomation is correct to connect to the database , bug or not ???
    any help , thanks!!!
    log file shows:
    oracle.wh.util.DebugUtility: [validateWelcomePage]: I am in modelWelcomePage
    oracle.wh.util.DebugUtility: [validateServerInfoPage]: I am in ServerInfoPage
    oracle.wh.util.DebugUtility: [validateServerInfoPage]: Host = rsoapsrv, Port = 1521, Oracle Service Name = rmdw
    oracle.wh.util.DebugUtility: [validateServerInfoPage]: User Name : sys
    oracle.wh.util.DebugUtility: [Check_DBA_Connection]: Connecting ... with DBA info hostname -> rsoapsrv; User -> sys; install_type -> 1
    oracle.wh.util.DebugUtility: [getDBAOCIorThinConnection]: ConnectInformation = (DESCRIPTION=(ADDRESS=(HOST=rsoapsrv)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=rmdw)))
    oracle.wh.util.DebugUtility: [getDBAOCIorThinConnection]: Trying with oci
    oracle.wh.util.DebugUtility: [getDBAOCIorThinConnection]: Asst: switched from oci to thin
    oracle.wh.util.DebugUtility: [getDBAOCIorThinConnection]: Throwable >> run getOCIorThinConnection().
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:connectInfo = (DESCRIPTION=(ADDRESS=(HOST=rsoapsrv)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=rmdw)))
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]:userName = sys
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: Trying with oci
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: Asst: switched from oci to thin
    oracle.wh.util.DebugUtility: [getOCIorThinConnection]: SQLException = java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    oracle.wh.util.DebugUtility: [Check_DBA_Connection]: SQLException = java.sql.SQLException: ORA-01017: invalid username/password; logon denied

    when i modify the env of OS user oracle2:
    ORACLE_HOME=/opt/oracle/owb92
    LD_LIBRARY_PATH=/opt/oracle/owb92/lib
    i can connect to database , create runtime user , shows:
    "INS0034: The Database Server needs to be configured by running Runtime Repository option locally. Please run the Runtime Assistant on the Server where the database is located"
    and the log file shows:
    racle.wh.util.DebugUtility: [getDBAOCIorThinConnection]: Trying with oci
    oracle.wh.util.DebugUtility: [getDBAOCIorThinConnection]: Asst: using oci
    oracle.wh.util.DebugUtility: [validateServerInfoPage]: Database version is: 9.2.0.3.0
    oracle.wh.util.DebugUtility: [validateServerInfoPage]: version_compatibility = 9.2.0.2.8
    oracle.wh.util.DebugUtility: IP address (user input) =172.16.130.12; IP address (localhost) = 172.16.130.6.
    oracle.wh.util.DebugUtility: The user input host != 'localhost'
    oracle.wh.util.DebugUtility: [validateRTChoicePage]: I am in RTChoicePage
    oracle.wh.util.DebugUtility: [validateRTChoicePage]: Check Oracle_Home from DB ...
    oracle.wh.util.DebugUtility: [getDBAOCIorThinConnection]: ConnectInformation = (DESCRIPTION=(ADDRESS=(HOST=rsoapsrv)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=rmdw)))
    oracle.wh.util.DebugUtility: [getDBAOCIorThinConnection]: Trying with oci
    oracle.wh.util.DebugUtility: [getDBAOCIorThinConnection]: Asst: using oci
    oracle.wh.util.DebugUtility: IP address (user input) =172.16.130.12; IP address (localhost) = 172.16.130.6.
    oracle.wh.util.DebugUtility: The user input host != 'localhost'
    oracle.wh.util.DebugUtility: [validateRTChoicePage]: Name Address components will not be installed on client.
    oracle.wh.util.DebugUtility: [validateRTChoicePage]: query = select value from owbrt_sys.owbrtps where key like '9.2.0.2.8%'
    oracle.wh.util.DebugUtility: [validateRTChoicePage]: Exception =java.sql.SQLException: ORA-00942: ???????
    oracle.wh.util.DebugUtility: [validateRTChoicePage]: ORA-00942: [owbrt_sys.owbrtps] table or view does not exist.
    oracle.wh.util.DebugUtility: IP address (user input) =172.16.130.12; IP address (localhost) = 172.16.130.6.
    oracle.wh.util.DebugUtility: The user input host != 'localhost'
    oracle.wh.util.DebugUtility: [validateRTChoicePage]: (host name != 'localhost'). RTP Service Configuration Assistant has not been run on the Database Server.
    bug ???
    help me !

  • Runtime environment error when starting MaxDB

    Hi,
    I downloaded SAPNetWeaver04SneakPreviewSlimSP11.zip edition from the SDN. I followed the preinstallation directions very closely and believe I have the correct environment set up.  However, during the installation process I ran into the following error when the program tries to start the MaxDB server:
    ERR
    -24994,ERR_RTE: runtime environment error
    1,'J2E' has stopped unexpectedly, (view 'Application Event Log')
    Unfortunately, I'm not able to view the Application Event Log because Windows gives me an error message saying: Unable to complete the operation on 'Application'.  The interface is unknow.
    Here is the text from my XSERVER.PRT file:
    Date       Time       TID(hex) Typ MsgID Label    Message-Text
    2006-01-04 12:19:37      0xB20     19705 CONNECT  Loading default TCPIP-DLL, ( 'sqltcp.dll')
    2006-01-04 12:19:37      0xB20     19707 CONNECT  WINSOCK: 2.0, SQLTCP-DLL: 7.5.0
    2006-01-04 12:19:37      0xB20     19751 XSERVER  started, 'W32/INTEL 7.5.0    Build 007-123-057-359'
    2006-01-04 12:19:37      0xB20     19898 ENVIRON  Environment dump start
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   ALLUSERSPROFILE=C:\Documents and Settings\All Users
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   ANT_HOME=C:\apache-ant-1.6.5
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   CLASSPATH=C:\Program Files\Java\j2re1.4.2_09\lib\ext\QTJava.zip
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   CommonProgramFiles=C:\Program Files\Common Files
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   COMPUTERNAME=LOCALHOST
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   ComSpec=C:\WINDOWS\system32\cmd.exe
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   FP_NO_HOST_CHECK=NO
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   JAVA_HOME=C:\j2sdk1.4.2_09
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   NUMBER_OF_PROCESSORS=1
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   OS=Windows_NT
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   Path=C:\j2sdk1.4.2_09\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbe
    2006-01-04 12:19:37      0xB20     19898 ENVIRON    m;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Microsoft
    2006-01-04 12:19:37      0xB20     19898 ENVIRON     Office\OFFICE11\Business Contact Manager\IM;C:\Program Files\Microsoft SQL Serv
    2006-01-04 12:19:37      0xB20     19898 ENVIRON    er\80\Tools\Binn\;C:\Program Files\Microsoft Office\OFFICE11\Business Contact Ma
    2006-01-04 12:19:37      0xB20     19898 ENVIRON    nager\;C:\apache-ant-1.6.5\bin;C:\Program Files\QuickTime\QTSystem\;
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   PROCESSOR_ARCHITECTURE=x86
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 8, GenuineIntel
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   PROCESSOR_LEVEL=6
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   PROCESSOR_REVISION=0d08
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   ProgramFiles=C:\Program Files
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   QTJAVA=C:\Program Files\Java\j2re1.4.2_09\lib\ext\QTJava.zip
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   SonicCentral=C:\Program Files\Common Files\Sonic Shared\Sonic Central\
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   SystemDrive=C:
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   SystemRoot=C:\WINDOWS
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   TEMP=C:\WINDOWS\TEMP
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   TMP=C:\WINDOWS\TEMP
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   USERPROFILE=C:\Documents and Settings\SAPServiceJ2E
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   windir=C:\WINDOWS
    2006-01-04 12:19:37      0xB20     19898 ENVIRON   NTALT_SYMBOL_PATH=c:\sapdb\programs\symbols
    2006-01-04 12:19:37      0xB20     19898 ENVIRON  Environment dump completed
    current write position -
    Any help would be greatly appreciated.

    Hello Roland,
    Thank you for your reply.
    Unfortunately, those files were not created during the installation process.  I search the location you specified plus I searched the entire hard drive but the files could not be located.
    The only file I found in \sapdb\data\wrk\<SID> was a file called dbm.prt.  The file contained the following:
    Date       Time     TID(hex)   Typ MsgID      Label    Message
    2006-01-04 22:20:58 0x000014e4              0 DBM      command db_start
    2006-01-04 22:21:00 0x000014e4 ERR     -24994 DBM      ERR_RTE: runtime environment error
                        0x000014e4 ERR     -24994 DBM      1,'J2E' has stopped unexpectedly, (view 'Application Event Log')
    2006-01-04 22:21:02 0x00001588              0 DBM      command db_start
    2006-01-04 22:21:04 0x00001588 ERR     -24994 DBM      ERR_RTE: runtime environment error
                        0x00001588 ERR     -24994 DBM      1,'J2E' has stopped unexpectedly, (view 'Application Event Log')
    Is there another log file that might be able to help?
    Thank you for your assistance.

  • Runtime Assistant is Missing

    Hi friends,
    Currently i have OWB 10g R2 installed in windows environment. But inorder to create runtime repository owner and the runtime access user i couldnt find runtime assistant in OWB.
    Kindly guide me friends, from where i can create runtime users and owner for my OWB, in which it forms the base for the control center service to work.
    Thanks in Advance.
    Regards,
    Saro

    Anyone??
    Still couldnt find the Runtime Assistant in my OWB(10.2.0.1).
    As per the docs, it is stated that in UNIX environment it is present like below
    OWB_ORACLE_HOME/owb/bin/unix and execute
    runtimeinst.sh.
    But where it would be in windows
    Saro.

  • Join runtime audit error notification with source row

    We're using OWB 10g R1 to load our Datawarehouse.
    First we simply load all flat files into Staging Area (all columns of Datatype VARCHAR2). Afterwards we distribute Data into the Operational Data Store (ODS). Here is a lot of cleaning and transformation work done. That's the step where errors occur. OWB collects runtime and error information into the runtime repository.
    My question is:
    What's the best way to identify (link) which error belongs to which row in Staging-Area table?
    I'd like to have/build an SQL-Statement (View) which selects the erroneus row from Staging Table together with the error message from runtime repository.
    Any ideas/solutions are welcome.
    Regards,
    iOn.

    Hi,
    you should first identify the mapping in wb_rt_audit, get the details from wb_rt_details and the rows from wb_rt_errors.
    Regards,
    Detlef

  • No runtime assistant

    Hi,
    I have installed the 10G2 database and 10G2 OWB on my PC. Everything works all right, but I don't have runtime information. So I read I should create a runtime repository using the runtime assistant. But I don't have a runtime assistant. How do I get it?
    Regards,
    Gaston.

    Hi,
    The runtime concept is different in OWB 10g R2. Here you can do with only one repository owner.
    The installation procedure is somewhat like this.
    Run the Oracle Universal installer. Create a repository owner and user. After finishing the installation, enter design center from Start/Programs/OWB. After entering OWB, from the design center itself you can assign a target schema and then deploy your mappings on the target schema.
    Your single repository owner serves both as the design repository owner and runtime respository owner.
    Hope this helps
    -AP

  • Runtime library error

    hp IQ 515a running  vista keep getting c++ runtime library error and streaming server stopped error

    Hello Bredonboats, and welcome to the HP Forums, I hope you enjoy your experience!
    I see you are having issues with the runtime library while trying to install.  I would like to assist with that!
    I would recommend following the steps by @SuperMario1  in this thread on Error message Microsoft visual c++ runtime library.  The steps laid out in this thread should help resolve this issue.
    Good luck and please let me know the results of your troubleshooting steps. Thank you for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • I'm trying to download office 365 small business package, and every time I try the website it says there is a runtime service error in the '/' application. Is this my mac or is it the website, and how can I fix it?

    I'm trying to download office 365 small business package, and every time I try the website it says there is a runtime service error in the '/' application. Is this my mac or is it the website, and how can I fix it?

    If a phone is sold from one friend to another and wants to use it on a different carrier the friend can contact the carrier it was sold by to request it unlocked.  I know AT&T, Verizon, and Sprint will give you the steps to unlock it as long as the original contract it was bought under has been completed.  eBay/Craigslist is really not the best place to try to get "unlocked phones" from, if it turns out the phone isn't unlocked then I'm really sorry you got stuck with that one and as stevejobsfan said above I would report them immediately and see if you can recover your money.  I sell phones for a living and this happens a lot

  • ITunes crashes when doing a power search. I get a Microsoft Visual C   Runtime Library Error message: Program C:\Program Files (x86)\iTunes\iTunes.exe R6025.  Pure virtual functional call.  If I select ok, Windows 7 pops up with iTunes has stopped working

    iTunes crashes when doing a power search. I get a Microsoft Visual C   Runtime Library Error message: Program C:\Program Files (x86)\iTunes\iTunes.exe R6025.  Pure virtual functional call.  If I select ok, Windows 7 pops up with iTunes has stopped working and then it shuts iTunes down.  Anyone else every have this issue.  Any ideas on a fix?
    Thanks,

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

Maybe you are looking for

  • Send XML File as attachement in Mail Receiver adapter

    Hi all, i have the following scenario. i would like to read an XML file from the file system and send this file as an attachement of a mail to a mail receiver specified in this file. i would like to fill the payload of the mail with some information

  • Ship to Parties In Bill of Material

    Hi,   I have a scenario where in I am using LUMF as the item category in the material master for my header material and then I have maintained the Sales Bill Of Material for the same material. Let this header material be Mat 1. and the item materails

  • Upload sap file to transport manger system

    Hi All I want to upload files from SAP to transport manger SAP gave me 4 files K903079.CE1,K903080.CE1,R903079.CE1 and R903080.CE1 they said i need to use stms to upload those file to the system can some one give explaination how i need to do it ? Th

  • E-Recruitment - Candidate Selection

    Hi, In 'candidate selection' of e-recruitment, a link is provided on the candidate name which takes us to 'display candidate overview'. I have a requirement to remove this link. The concerned BSP application is HRRCF_CDCY_PROC. Could you please let m

  • Custom e-mail send method not working

    Hi all, I have a custom workflow (my first one, so bear with me), and implemented in the BOR a method that calls a FM which implements CL_BCS class to send an e-mail. BOR is a Z copy of BUS1065. The workflow is triggered from a FM called using SWEHR3