Java Error Installing OWB Reviewers Guide

I've installed OWB 10g from the Reviewers guide CD and am now setting up the repository. The import of the REVIEW schema has finished and I believe it is now at the stage of running RunInstall.tcl. I am getting the following errors - any ideas???
Exception in thread "main" java.lang.NoClassDefFoundError: oracle/ewt/lwAWT/BufferedFrame
at oracle.wh.ui.install.reposinst.ReposInstService.validateServerInfoPage(ReposInstService.java:1395)
at oracle.wh.ui.install.reposinst.ReposInstService.doValidation(ReposInstService.java:1344)
at oracle.wh.ui.install.reposinst.ReposInstService.createDesigntimeRepository(ReposInstService.java:251)
at oracle.owb.scripting.FoundationCmdExecuter.installDesignRepository(FoundationCmdExecuter.java:380)
at oracle.owb.scripting.FoundationCmdParser.parseInstallDesigntimeCommand(FoundationCmdParser.java:503)
at oracle.owb.scripting.FoundationCmdParser.parseCommand(FoundationCmdParser.java:115)
at oracle.owb.scripting.OMBFoundationParserCmd.executeCommand(OMBFoundationParserCmd.java:73)
at oracle.owb.scripting.OMBCommand.cmdProc(OMBCommand.java:42)
at tcl.lang.Parser.evalObjv(Parser.java:810)
at tcl.lang.Parser.eval2(Parser.java:1209)
at tcl.lang.Interp.eval(Interp.java:2042)
at tcl.lang.Interp.evalFile(Interp.java:2140)
at tcl.lang.TclShell.run(TclShell.java:109)
at oracle.owb.scripting.OMBShell.main(OMBShell.java:41)

Sorry, I was more after directories... The reviewersguide tries to automate setup of a system. So it runs things from a certain set of locations (using parameters but these are hardcoded).
The error looks like it is not finding some stuff on the machine in order to execute the script. Is your home and directory according to the setup documents??
Thanks,
Jean-Pierre

Similar Messages

  • Java Error installing OWB Repository

    Hi All,
    I'm attempting to install the repository owner using OMBPlus:
    OMBINSTALL OWB_REPOSITORY OWB_OWNER/$OWNER_PASSWORD DATA_TABLESPACE \'OWB_REPOSITORY' INDEX_TABLESPACE 'OWB_REPOSITORY' TEMPORARY_TABLESPACE 'TEMP' \
    But I'm getting this error 10 minutes into the install:
    oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1413): [processSPAWN]: A spawned program error.
    Exception = java.lang.Exception: Error : java.sql.SQLException: ORA-29532: Java
    call terminated by uncaught Java exception: java.io.IOException
    At exactly the same time the database is producing this trace error:
    java.io.IOException
    at java.io.UnixFileSystem.createFileExclusively(Native Method)
    at java.io.File.createNewFile(File.java:828)
    at oracle.wh.runtime.server.KeyManagement.getRtrProperties(KeyManagement
    .java:867)
    at oracle.wh.runtime.server.KeyManagement.setKey(KeyManagement.java:249)
    at oracle.wh.runtime.server.KeyManagement.set_key(KeyManagement.java:75)
    Any suggestions please? Many thanks in advance!
    Bill

    Got it...!
    The table OWBRT_SYS.OWBRTPS had been created with the wrong value for the Oracle Home. Now working with the correct path.
    The error message could have been a bit more specific though!
    Thanks
    Bill

  • Error installing OWB 10.2.0.1 repository on for AIX

    Hi!
    I'm trying to install OWB repository on AIX with repository assistant, but I'm stuck with the following error included on the log file generated:
    INS0017: Installation of the seeded data failed.
    oracle.wh.util.parser.ParseException:
    Internal Error: id generation error. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    I read several posts and workaround about dropping schemas and roles, but none was effective.
    Also tried using "thin" user jdbc driver.
    This would be the first repository for OWB 10.2.0.1.
    Any help?
    Thanks in advance!
    Rgrds,
    Eduardo

    Hi,
    Thanks. I have the version that's available for download on OTN.
    I believe I have both the 32 and 64bit versions of rpms.
    jck.

  • Reposinst Fails With Java Error on OWB 10.2.0.4

    When Warehouse Builder repository creation (reposinst.sh) goes up to 21% (build repository owner) and dies with :
    Before processing SPAWN Token
    *... I am in processSPAWN ...*
    wholeLine =../unix/jvm.sh -classpath ../../../lib/transx.zip:../../../lib/xschema.jar:../../../lib/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 ../../browserasst/views/owb_uprop_nls.xml
    Connection: host/port/serice_name = HOST_NUMBER/PORT_NUMBER/BASE
    url = (DESCRIPTION=(ADDRESS=(HOST=HOST_NUMBER)(PROTOCOL=tcp)(PORT=PORT_NUMBER))(CONNECT_DATA=(SERVICE_NAME=BASE)))
    *[getConnection]....*
    after executing the output
    *(Spawn Token) Error loading Java into DB:*
    Error occured in 'processSPAWN': java.io.BufferedInputStream@6b93c5
    java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@6b93c5
    at oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:886)
    at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:583)
    at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:269)
    at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:531)
    at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    at oracle.ewt.timer.Timer.doRun(Unknown Source)
    at oracle.ewt.timer.Timer.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:534)
    *[processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@6b93c5*
    Get the error, stop processing other tokens...
    java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@6b93c5
    at oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:886)
    at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:583)
    at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:269)
    at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:531)
    at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    at oracle.ewt.timer.Timer.doRun(Unknown Source)
    at oracle.ewt.timer.Timer.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:534)
    Exception = Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@6b93c5
    java.lang.Exception: Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@6b93c5
    at oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:898)
    at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:583)
    at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:269)
    at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:531)
    at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    at oracle.ewt.timer.Timer.doRun(Unknown Source)
    at oracle.ewt.timer.Timer.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:534)
    java.lang.Exception: Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@6b93c5
    at oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:898)
    at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:583)
    at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:269)
    at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:531)
    at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    at oracle.ewt.timer.Timer.doRun(Unknown Source)
    at oracle.ewt.timer.Timer.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:534)
    before open 'UnSuccessDialog'
    *Posting GUI_FINISHED on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,157,58,700x572,invalid,layout=java.awt.BorderLayout,title=Repository Assistant - Summary,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,5,25,690x542,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true], isCancelled = false*
    I tried with:
    I Navigated to owb_home/owb/bin/admin; Edited the file jdbcdriver.properties; Replaced driver=thin with driver=oci and Restarted the reposinst. But I did not work.
    And Default Configuration for External Procedures is OK.
    Any another idea?
    Thanks for all!

    > I am in the process of installing CRM 7 with Netweaver on 7.01 on a Windows 2008 64-bit system.  I would have preferred a windows 2003 system, but according to an OSS note (1326698 and 1320013) CRM 7.0 isn't supported on Windows 2003.
    The statement in the note is valid for CRM 7.0 SR1 only!
    > Can anyone suggest what the problem might be?
    Did you disable UAC?
    Markus

  • Error Installing OWB Repository

    I exported a 9.2.0.1 Database and imported the user into a new Database Instance.
    However, not all the runtime and repository components were reimported into the new schema.
    I dropped and reinstalled the runtime successfully.
    I also dropped the repository but have been unable to reinstall the repository.
    OWB Client NT Client Version: 9.0.3.36.2
    DB OS: Sun Solaris
    DB Version 9.2.0.1.0
    The following is the error in the repository error log:
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-00904: "OWM_VIEW_UTILITIES"."CLASSIFIED_OBJ_TYPE": invalid identifier
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: ORA-06512: at line 2
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: [ at runSqlScript(RuntimeInstaller.java ) ].
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: this is SQL error
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-00904: "OWM_VIEW_UTILITIES"."CLASSIFIED_OBJ_TYPE": invalid identifier
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: ORA-06512: at line 2
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-00904: "OWM_VIEW_UTILITIES"."CLASSIFIED_OBJ_TYPE": invalid identifier
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility: ORA-06512: at line 2
    Sat Jun 21 17:50:12 VET 2003
    oracle.wh.util.DebugUtility:

    Kirt,
    Are you rerunning the repository assistant, or are you trying to restore from a dump? Officially we do not support restoring from a dump (not yet, at least) ... but there are some notes on metalink on how to do it anyway:
    Repository, note 228918.1:
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showFrameDocument?p_database_id=NOT&p_id=228918.1
    Runtime, note 235658.1:
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showFrameDocument?p_database_id=NOT&p_id=235658.1
    Mark.

  • Java error installing Oracle 8.1.7 EE on Suse 7.2

    Hi,
    during the installation, when I press the NEXT button in the "Database Identification" section, the installation doesn't continue. In the error log file oraInstall.err there's the following error:
    java.lang.NoClassDefFoundError: oracle/ewt/scrolling/scrollBox/EwtLWScrollbar$Updater
         at oracle.ewt.scrolling.scrollBox.EwtLWScrollbar.setValues(Unknown Source)
         at oracle.ewt.lwAWT.LWScrollbar.setMaximum(Unknown Source)
         at oracle.ewt.EwtComponent._configureAdjustable(Unknown Source)
         at oracle.ewt.EwtComponent._configureHAdjustable(Unknown Source)
         at oracle.ewt.EwtComponent.setCanvasSize(Unknown Source)
         at oracle.ewt.dTree.DTree.itemsAdded(Unknown Source)
         at oracle.ewt.dTree.DTreeSimpleParent.addItems(Unknown Source)
         at oracle.ewt.dTree.DTreeSimpleParent.addItem(Unknown Source)
         at oracle.ewt.dTree.DTreeSimpleParent.addItem(Unknown Source)
         at oracle.sysman.oii.oiif.oiifp.OiifpSummaryPanel.addGlobalInfos(OiifpSummaryPanel.java:566)
         at oracle.sysman.oii.oiif.oiifp.OiifpSummaryPanel.populateTree(OiifpSummaryPanel.java:295)
         at oracle.sysman.oii.oiif.oiifp.OiifpSummaryPanel.init(OiifpSummaryPanel.java:279)
         at oracle.sysman.oii.oiif.oiifw.OiifwSummaryWCDE.setDialogProperties(OiifwSummaryWCDE.java:164)
         at oracle.sysman.oii.oiif.oiifb.OiifbWizChainDlgElem.doOperation(OiifbWizChainDlgElem.java:474)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstallSession$OiicSelCompsInstall.doOperation(OiicInstallSession.java:689)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:511)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:111)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:307)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:468)
    But under /tmp/ORACLE/Disk1/stage/Components/oracle.swd.oui/1.7.1.8.0./1/DataFiles/Expanded/lib there's the ewt.jar file! And it contains all the needed classes!
    Any suggestion?
    Thanks,
    Eddy

    Login as sys administrator.

  • Java error installing Oracle 9i on OpenVMS 7.3

    Hi everyone, I get the following stack dump when attempting to run the Oracle installer program "runinstaller". on OpenVMS 7.1 / Java 1.31
    Steps I've done so prior to this:
    a) Downloaded the oracle.jar file
    b) Extracted the save sets as per instructions
    c) used backup to restore the savesets onto an ODS5 disk.
    d) Created the oracle user and set quotas etc
    e) logged in as oracle user and @runinstaller from a
    DecWindows Terminal
    Any help appreciated.
    Ben. ([email protected])
    $ @runinstaller
    Oracle Universal Installer 2.2.0.12.0 for OpenVMS Alpha |
    | |
    | Please wait while OUI loads ... |
    | |
    %SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=000000000000
    0000, PC=0000000000032698, PS=0000001B
    %TRACE-F-TRACEBACK, symbolic stack dump follows
    image module routine line rel PC abs PC
    java$java JAVA_MD_ GetApplicationHome
    7269 00000000000005D8 0000000000032698
    java$java JAVA_MD_ GetJREPath 7119 000000000000015C 000000000003221C
    java$java JAVA_ Java$main_Jacket 7703 00000000000000B4 0000000000030254
    java$java MAIN_JACKET_ main 4713 0000000000000164 0000000000030164
    java$java MAIN_JACKET_ __main 0 0000000000000088 0000000000030088
    PTHREAD$RTL 0 0000000000037540 000000007BCFB540
    PTHREAD$RTL 0 00000000000183E4 000000007BCDC3E4
    0 FFFFFFFF8024B3D4 FFFFFFFF8024B3D4
    Cleaning up TEMP dir ..

    I had a similar problem when running jre in linux.
    Any help really appreciated.
    [root@Linux bin]# jre
    jre was not found in /usr/local/bin/../bin/i686/green_threads/jre
    [root@Linux bin]#
    [root@Linux bin]# uname -a
    Linux Linux 2.6.9-34.EL #1 Fri Feb 24 16:44:51 EST 2006 i686 i686 i386 GNU/Linux[root@Linux bin]#

  • Error while installing OWB

    Error while installing OWB
    after 50% install.. it says
    "Error in writing to file c:\oracle\ora9201\bin\oci.dll
    The process cannot access the file because it is being used by another process"
    Apparently I have restarted the workstation and closed all oracle related services in services and no other program is running expect the installer.
    Can any one help in resolving the issue. Or can I hit the ignore button and continue installing?

    Always install OWB into a new ORACLE_HOME unless the Installation and Configuration Guide states otherwise. This has only happened twice. OWB 9.0.2.62.3 was the last version to allow installation into an existing ORACLE_HOME. Another thing you can do is go to www.sysinternals.com and download the utility LISTDLLs. It is great. From a command prompt, start it with the syntax: listdlls >log.txt
    This will output the DLLs in use and which executable is using it. Search for the DLL in the log.txt and scroll up until the double line. The executable name locking the DLL will be above the double line. If you have the Microsoft Distributed Transaction Coordinator Service running on the client, it will lock Oracle DLLs. This has been a common issue in the past, going back to the days of Data Mart Suite. This was documented in the Release Notes for it and may still be in the system in a note somewhere. It is in: DMS: Unable To Install; Filesopen/Service Running On Compaq Server Doc ID: Note:1080977.6 and Certain Files which need to be Reinstalled are Being Used Doc ID: Note:117672.1
    The first note I wrote back before 2000.
    Barry

  • Help installing OWB 10gR1 "reviewers CD"

    Hi,
    can anyone help me with the install of the OWB 10.1.0.4 version of the "Reviewer's CD"? I'm trying to get up to speed (quickly) on OWB, and I know "Paris" is out, but wanted to go through the self-paced learning.
    The problem I'm having is this - I need to install the reviewers CD against a 10.2 database, when it looks like its designed for 10.1. I keep getting an error during the "setup" step - right after where the tables in the "review" schema are populated, I get an error saying that "sys_user does not have DBA privledges" (or something similar).
    I've tried this several times on different machines, different databases, etc. I'm sure that the sys user (obviously) does have DBA privs.
    Can anyone help?
    Thanks,
    Scott

    Hi
    I had the same problem in a project. Finally I used 10g1 db instead of 10g2, and everything was fine.
    But some days before I read a solution in this forum for your problem. Search the forum.
    Ott Karesz
    http://www.trendo-kft.hu

  • INS0017: Error while installing OWB Repository.

    Hi All,
    I am trying to install OWB 9.0.2.56 on windows NT env.
    Steps followed are.
    1> I managed to install OWB client.
    2> Selected Oracle9i Warehouse Builder Repository Assistant to install Repository. After installing the repository upto 31 % it displays following error message.
    'INS0017:Installation of the seeded data failed.'
    Does someone know moare about it ?
    Please note that objects are created in schema specified while installing OWB Repository.
    Thanks in Advance.
    Regards,
    Vidyanand

    Hi All,
    I managed to get rid of this error. It was due to Roll Back Segment.
    I managed to install OWB 9i Repository successfully.
    Thanks & Regards,
    Vidyanand

  • Error: installing Java Add-in for Central instance

    Dear experts,
    i've installed the SCS and the Java Add-in for DB successful. While trying to install the java add-in for the central instance i get the following error:
    An error occurred while processing service SAP NetWeaver 7.0 Support Release 3 > Software Life-Cycle Options > Java Add-In for ABAP > MaxDB > Central System > Central Instance Java Add-In ( Last error reported by the step :TypeError: instance has no properties (in script NW_Addin_CI|ind|ind|ind|ind, line 109346: ???)
    Thanks in advance.
    Daniel

    Hi,
    Check below thread:
    Error installing SAP NetWeaver 2004s Java Trial Version (SP9)
    Thanks
    Sunny

  • Error installing ODB+OBIEE in one machine and OWB in another one

    Hello,
    I have two machines with Oracle Linux 5:
    Machine 1 --> Oracle Linux 5 (64 bits) + Oracle DB 11g R2 + OBI 11g R1
    Machine 2 --> Oracle Linux 5 (32 bits) + I would like to have here OWB 11g
    To install OWB in the machine 2 to have access to ODB in the other machine I have followed:
    http://download.oracle.com/docs/cd/E11882_01/owb.112/e17130.pdf --> Chapter 4: Configuring Oracle Warehouse Builder for Linux (I have done these steps over Machine 1):
    @/u01/app/oracle/product/11.2.0/dbhome_1/owb/UnifiedRepos/cat_owb.sql USERS
    @/u01/app/oracle/product/11.2.0/dbhome_1/owb/UnifiedRepos/reset_owbcc_home.sql/u01/app/oracle/product/11.2.0/dbhome_1/owb
    alter user owbsys identified by owbsys account unlock;
    alter user owbsys_audit identified by owbsys_audit account unlock;
    @/u01/app/oracle/product/11.2.0/dbhome_1/owb/UnifiedRepos/remote_owb_install.sql /u01/OWB_RemoteOver Machine 2 I have tried to create the repository:
    /reposinst.shBut in the section "Creating first workspace in the Repository on Linux" in the "OWBSYS Information" screen I have the following error:
    "*El software OWB con la versión compatible se debe instalar localmente en la máquina servidor de base de datos. Si ya está instalado, obtenga las credenciales de usuario de DBA y ejecute el script SQL owb/UnifiedRepos/remote_owb_install.sql. en la máquina servidor de bases de datos. Esto creará un directorio de bases de datos denorminado 'OWB_REMOTE_ADMIN' al que accederá la instalación remota para leer el directorio de servidores de datos OWBHOME/owb/bin/admin. Vuelva a iniciar el Asistente de Respositorios o ejecute el comando de script OMBSEED de OWB para iniciar el repositorio*"
    (OWB with Software-compatible version should be installed locally on the server machine database. If already installed, obtain the user credentials and run the script DBA SQL OWB / UnifiedRepos / remote_owb_install.sql. on the server machine database. This will create a database directory denorminado 'OWB_REMOTE_ADMIN' that will access the remote installation to read the data directory server OWBHOME / OWB / bin / admin. Start the Wizard repositories or run the script command to start OMBSEED of OWB repository)
    Is necessary to install OWB before to run reposinst.sh? Because I can't:
    Error al llamar al destino 'ntcontab.o' del archivo make '/home/oracle/product/11.1.0/OWB/network/lib/inst_net_client.mk'.
    (Failed to call destination 'ntcontab.o' of makefile '/ home/oracle/product/11.1.0/OWB/network/lib/inst_net_client.mk'.)
    I am not about the procedure to follow to install OWB in a different machine over a DB that isn't in local machine.
    I aprreciate any idea to solve it.
    Thank you in advance.
    Regards,
    Mónica.

    Hello,
    I have two machines with Oracle Linux 5:
    Machine 1 --> Oracle Linux 5 (64 bits) + Oracle DB 11g R2 + OBI 11g R1
    Machine 2 --> Oracle Linux 5 (32 bits) + I would like to have here OWB 11g
    To install OWB in the machine 2 to have access to ODB in the other machine I have followed:
    http://download.oracle.com/docs/cd/E11882_01/owb.112/e17130.pdf --> Chapter 4: Configuring Oracle Warehouse Builder for Linux (I have done these steps over Machine 1):
    @/u01/app/oracle/product/11.2.0/dbhome_1/owb/UnifiedRepos/cat_owb.sql USERS
    @/u01/app/oracle/product/11.2.0/dbhome_1/owb/UnifiedRepos/reset_owbcc_home.sql/u01/app/oracle/product/11.2.0/dbhome_1/owb
    alter user owbsys identified by owbsys account unlock;
    alter user owbsys_audit identified by owbsys_audit account unlock;
    @/u01/app/oracle/product/11.2.0/dbhome_1/owb/UnifiedRepos/remote_owb_install.sql /u01/OWB_RemoteOver Machine 2 I have tried to create the repository:
    /reposinst.shBut in the section "Creating first workspace in the Repository on Linux" in the "OWBSYS Information" screen I have the following error:
    "*El software OWB con la versión compatible se debe instalar localmente en la máquina servidor de base de datos. Si ya está instalado, obtenga las credenciales de usuario de DBA y ejecute el script SQL owb/UnifiedRepos/remote_owb_install.sql. en la máquina servidor de bases de datos. Esto creará un directorio de bases de datos denorminado 'OWB_REMOTE_ADMIN' al que accederá la instalación remota para leer el directorio de servidores de datos OWBHOME/owb/bin/admin. Vuelva a iniciar el Asistente de Respositorios o ejecute el comando de script OMBSEED de OWB para iniciar el repositorio*"
    (OWB with Software-compatible version should be installed locally on the server machine database. If already installed, obtain the user credentials and run the script DBA SQL OWB / UnifiedRepos / remote_owb_install.sql. on the server machine database. This will create a database directory denorminado 'OWB_REMOTE_ADMIN' that will access the remote installation to read the data directory server OWBHOME / OWB / bin / admin. Start the Wizard repositories or run the script command to start OMBSEED of OWB repository)
    Is necessary to install OWB before to run reposinst.sh? Because I can't:
    Error al llamar al destino 'ntcontab.o' del archivo make '/home/oracle/product/11.1.0/OWB/network/lib/inst_net_client.mk'.
    (Failed to call destination 'ntcontab.o' of makefile '/ home/oracle/product/11.1.0/OWB/network/lib/inst_net_client.mk'.)
    I am not about the procedure to follow to install OWB in a different machine over a DB that isn't in local machine.
    I aprreciate any idea to solve it.
    Thank you in advance.
    Regards,
    Mónica.

  • Weblogic.version gives java error after install of D33T

    Hi,
    I just installed patch D33T (Oracle WebLogic Server Patch Set Update 10.3.6.0.4) - released April 2013. Before installing the patch, I checked my weblogic version (running setWLSEnv and java weblogic.version) following the instructions in the readme and the command worked.
    The patch installed fine, I then checked the version again (first doing setWLSEnv and then running java weblogic.version) - however this produced the java error 'NoClassDefFoundError' - could not find the main class: weblogic.version.
    I found a blog entry that suggested adding the weblogic.jar to the classpath, so I did that, then exported the classpatch, ran the setWLSEnv.sh again and tried the java weblogic.version command again - but still received the java error. I then tried running the command from the folder containg the weblogic.jar and still no luck.
    Anyone have any ideas why this may be producing errors?
    Thanks,
    Connie
    Environment info: RHEL 64 - Weblogic SErver 11gR1 (10.3.6.0) - The servers start and seem to be running fine after the patch install.

    I was trying a few more things after I sent my last reply and wondered if my classpath and path values might have not had correct values after running setWLSENV.sh
    When I echo'ed their values, they came back without any of the values being set by setWLSEnv.sh
    I then set them by copying and pasting the values echo'ed back from the setWLSEnv.sh file - by using export CLASSPATH=$CLASSPATH:<<paste of echo'ed classpath from setWLSEnv.sh>> and then the same for the path. After this, I tried the java weblogic.version and that worked - so now, I guess I am left to deal with issue of my setWLSEnv.sh not setting the CLASSPATH and PATH variables.
    Thanks,
    Connie

  • Debian java error in netca and dbca but succesful install in a vm ?!?!

    I succesfully installed Oracle 11gR2 32bit on Debian 5.02 32bit in a virtual machine and created a database and a listener, everything works as expected. Now i tried the same installation on a hosted "real" machine with, as far i can see, the same minimalistic Debian 5.02 32bit installation as my virtual machine. The installation went fine on the "real" machine but if i try to start netca or dbca there is a java error:
    An unexpected error has been detected by HotSpot Virtual Machine:
    +#+
    +# SIGSEGV (0xb) at pc=0xa2bbd36e, pid=19555, tid=3085252272+
    +#+
    +# Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b02 mixed mode)+
    +# Problematic frame:+
    +# C [libnnz11.so+0x3c36e]+
    Has anyone any idea? I spent many hours in different forums, but i found no answer yet. What coulkd be the difference between these machines? What this error means?
    I know, Debian ist not officially supported, but in my experience, if some prerequisites are made, Oracle normally works fine with Debian ....
    Edited by: user495823 on 15.09.2009 23:56
    Edited by: user495823 on 16.09.2009 00:09

    1. Please find out if there is any business reason that the 64-bit hardware is only running a
    32-bit OS. If not, then Oracle recommends that you re-install a 64-bit OS and 64-bit Oracle to
    avoid published Bug 8930861, “X86 DBCA, NETCA GIVE JAVA HOTSPOT ERROR IF ON X86_64 HARDWARE”
    2. If there is some business reason that you must use 64-bit hardware running a
    32-bit Linux OS, then before you can use the 11gR2 DBCA or NETCA tools, you will need to apply patch 8670579 , “NETCA/DBCA FAILED WITH HOTSPOT VIRTUAL MACHINE”. You will be downloading and using file p8670579_112010_LINUX.zip
    p8670579_112010_LINUX.zip ----->>>>> http://www.megaupload.com/?d=6A29ZU8T

  • Tuxedo 9.1 install errors with InnovationTargetException Java Error

    Hi Everyone,
    I have weblogic 9.2, tuxedo 9.1 and tools 8.49 installed on my Vista machine with no problems. Now another guy at the office is trying to install and when he trys to install tuxedo it pretty much closes immediately with the innovationtargetexception java error.
    We have tried comparing his machine to mine and so far everything pretty much looks the same. I have java 1.6.03 and he has 1.6.05 but I don't think that is the problem.
    Does anyone have any idea why he would be getting this java error this early in the install?
    Thanks

    For Vista Home:
    1. Check the compatbility on exe file
    2. set the registry values
    3. Install the tuxedo91_32_win_2k3_x86.exe
    4. Success
    --- More infor--------------
    Open tuxedo91_32_win_2k3_x86 properties & check the compatibility mode.. I changed into Win Serevr 2003 mode.. I avoided above LAX error.
    Try creating the registry entry
    HKEY_LOCAL_MACHINE/SOFTWARE/BEA Systems/TUXEDO/9.1/Environment
    TUXDIR <c:\bea\Tuxedo9.1>
    TUXDIR REG_SZ <tuxedo home directory>
    NLSPATH REG_SZ <tuxedo home directory\locale\C>

Maybe you are looking for

  • My iPhone is not syncing and iTunes is going wack. Can anyone explain what's happening?

    I guess this could constitute mainly as an iTunes problem, but there is disconnect with my IPhone 5. I have just recently added new songs to my iTunes and when I plugged my iPhone in, it didn't sync. At first I really didn’t care much about it. It us

  • Web cam recommendations please

    Hi All, I'd like to get a web cam with microphone for myself (in a low-light house) but also for three others who own pcs. These pc users are elderly with varying degrees of computer savvy. Sigh. This is strictly non-professional. Keeping the grandpa

  • Error -43

    Hi i have a problem on installation adobe muse : error : -43 thank you in advance for your answer

  • Feasiblity study - weblogic 10.3 can connect to Oracle 8i

    Can weblogic 10.3 application server connect to Oracle 8i database. As weblogic 10.3 can be installed with jdk 1.6 only. So can this be used to deploy applications which connect to Oracle 8i database.

  • Workflow Ownership Question, v6005

    I have a particular use case that I'm trying to solve. Right now our workflows are configured in such a way that the spec Author is also the transition Owner between Step1: Draft and Step 4: Approved. We recently encountered the use case where an Aut