Webdb 2.2 install on suse 7.0

The instructions I find tell me to
enter the command "orainst /m" to install
webdb 2.2 from the CD.
This fails because the orainst.motif file
is missing from the cd rom. If I use the "orainst" command instead, I finally reach a panel that asks for the sys password. No amount of typing can get any characters
to appear in the field provided. I can
cycle among the fields using tabs, but no data entry is accepted and no errors appear.
Can someone point me in the right direction?
Thanks

D Bowen,
You may be able to find a solution to your problem by searching the Oracle 9iAS Portal forum. This forum is for questions relating to the Portal Development Kit (PDK).
Sue

Similar Messages

  • Can't log in as WebDB administrator after install

    Can't log in as WebDB administrator after install. At http://mymachine.mydomain.com:7777/pls/htmldb/htmldb_admin/
    username = admin
    password = my password during the installation
    and then the page just hangs.
    I think I have a configuration problem with marvel.conf. Can anyone help?
    Here are the relevant details that may help diagnosing the problem.
    I can get to the HTTP Server page at http://mymachine.mydomain.com:7777/
    Environment Fedora core 4 Linux on a x86 PC with 512m memory
    Oracel Database version 10.2.0.1.0 -- runs fine considering there is only 512 of memory
    Installed Companion CD (comes with WebDB 1.6)
    Upgraded to WebDB 2.0
    Installed patch bug4554072
    -- All installs were semi painful but error free
    my marvel.conf
    Alias /i/ /u01/app/oracle/product/10.2.0/companion/htmldb/images/
    <Location /pls/htmldb>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString mymachine.mydomain.com:1522:devel ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.WE8ISO8859P1
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
    PlsqlDefaultPage htmldb
    PlsqlDatabasePassword mypassword
    Allow from all
    </Location>
    AddType text/xml xbl
    AddType text/x-component htc
    my dads.conf -- I added nothing here
    # ============================================================================
    # mod_plsql DAD Configuration File
    # ============================================================================
    # 1. Please refer to dads.README for a description of this file
    # ============================================================================
    # Note: This file should typically be included in your plsql.conf file with
    # the "include" directive.
    # Hint: You can look at some sample DADs in the dads.README file
    # ============================================================================
    my .bash_profile
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=devel; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    #LD_ASSUME_KERNEL=2.4.1; export LD_ASSUME_KERNEL
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    -- I can connect to the database as HTMLDB_PUBLIC_USER
    SQL> connect HTMLDB_PUBLIC_USER/mypassword@devel
    Connected.
    SQL>
    -- the HTTP_Server seems to be working fine
    $ /u01/app/oracle/product/10.2.0/companion/opmn/bin/opmnctl status
    Processes in Instance: standalone
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 2544 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    my error.log
    [Tue Mar 7 18:46:53 2006] [notice] FastCGI: process manager initialized (pid 20766)
    [Tue Mar 7 18:47:02 2006] [notice] Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Tue Mar 7 18:47:02 2006] [notice] Accept mutex: fcntl (Default: sysvsem)
    [Tue Mar 7 18:52:42 2006] [error] [client 192.168.1.47] [ecid: 1141775562:192.168.1.46:27172:0:6,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/javascript/htmldb_get.js
    [Tue Mar 7 18:52:42 2006] [error] [client 192.168.1.47] [ecid: 1141775562:192.168.1.46:27172:0:7,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/css/htmldb_V2.css
    [Tue Mar 7 18:58:18 2006] [error] [client 192.168.1.47] [ecid: 1141775898:192.168.1.46:20917:0:9,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/javascript/htmldb_get.js
    [Tue Mar 7 18:58:18 2006] [error] [client 192.168.1.47] [ecid: 1141775898:192.168.1.46:20917:0:10,0] File does not exist: /u01/app/oracle/product/10.2.0/companion/htmldb/images/css/htmldb_V2.css
    my access.log
    192.168.1.47 - - [07/Mar/2006:18:51:40 -0500] "GET /pls/htmldb HTTP/1.1" 302 5
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:51:49 -0500] "GET /pls/htmldb/htmldb HTTP/1.1" 302 5
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/javascript/htmldb_html_elements.js HTTP/1.1" 200 15990
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:52:42 -0500] "GET /pls/htmldb/f?p=4550:1:8908757969697315233 HTTP/1.1" 200 5078
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/javascript/htmldb_get.js HTTP/1.1" 404 366
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/css/core.css HTTP/1.1" 200 6032
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/css/htmldb_V2.css HTTP/1.1" 404 359
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/htmldb/oracle_htmldb_logo.gif HTTP/1.1" 200 3213
    192.168.1.47 - - [07/Mar/2006:18:52:42 -0500] "GET /i/htmldb/builder/1px_trans.gif HTTP/1.1" 200 43
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:58:13 -0500] "GET /pls/htmldb/htmldb_admin HTTP/1.1" 302 5
    192.168.1.47 - HTMLDB_PUBLIC_USER [07/Mar/2006:18:58:18 -0500] "GET /pls/htmldb/f?p=4550:10:3783099702329307520 HTTP/1.1" 200 4081
    192.168.1.47 - - [07/Mar/2006:18:58:18 -0500] "GET /i/javascript/htmldb_get.js HTTP/1.1" 404 366
    192.168.1.47 - - [07/Mar/2006:18:58:18 -0500] "GET /i/css/htmldb_V2.css HTTP/1.1" 404 359

    rmelideo,
    Firstly, you refer to "WebDB administrator" and "WebDB 1.6". This is not WebDB. You're confusing this with an entirely different product released in the late 90's.
    You don't say what your specific error is. But the file does not exist errors in your Apache error log look suspicious. It looks like you have not copied the images directory from the HTML DB 2.0 distribution.
    Joel

  • Requirements to install open suse 10.3 on lenovo3000n200

    hi, would i need a copy of drivers for this machine to install open suse 10.3,or will this operating system be able to auto detect the drivers needed?
    thanks ellie

    Hi Ellie, I Have tried quite a few Linux Distros on my 3000 N200 and If memory serves Opensuse is one that doesn't quite get it all right on install. I remember having probs with my wifi card and sound drivers also not sure if the SD card reader is installed as I didn't test it at the time.
    Personally best results were a debian based distro such as Ubuntu or Linux Mint. Only things that didn't work were sound (which I posted a fix for here: http://forums.lenovo.com/lnv/board/message?board.id=Special_Interest_Linux&thread.id=316) and the fingerprint reader - which doesn't have many applications to tie to it in Linux at the moment.
    Additionally if you follow the Linux route you will need to install drivers for your Graphics card if it's a 7300go and you want 3d acceleration, this can be done using the restricted driver install from the admin menu (possibly Yast in Suse If memory serves), or by installing a program called EnvyNG which makes it all easy-peasy.
    You may also want to check out the Linux forum here:http://forums.lenovo.com/lnv/board?board.id=Special_Interest_Linux as there are bound to be some nice bods who can give you more advice if you get stuck.
    Also found some good info on the Hardware Compatibility after a quick google:
    http://en.opensuse.org/HCL/Laptops/IBM 
    Hope this Helps you out
    Regards
    Rob
    Message Edited by cb750rob on 08-11-2008 06:07 PM
    Message Edited by cb750rob on 08-11-2008 06:08 PM
    Message Edited by cb750rob on 08-11-2008 06:17 PM
    Message Edited by cb750rob on 08-11-2008 06:21 PM

  • WebDB Listener not installed ?

    As I read in note 107596.1 'How to set up Oracle forms 6I server on NT using FORMSCGI'
    the WebDB listener will be installed automatically when installing Forms 6 Server.
    But after the installation and trying to run the test form the page cannot be found !!
    I think the problem is that the WebDB Listener is not installes, cause when I try to open the admin page (http://my_machine:80/WebDB/admin_/listener.htm) the page cannot be found either.
    How can I find out what the problem is and how can I find out if the WebDB Listener is installed or working, as I think the problem is the WebDB Listener !!
    Thanks,
    Marcel
    null

    I recently web enabled Developer 6i Application.
    U have to specify Forms Deployment and WEbDB as the Listener, WebDB Listener Port and Forms Server port etc. Then the Installer will do most of the work. After installation u have to modify the Formsweb.cfg file and provide the FORMS60_PATH etc to get u r Forms Web Enabled.
    For Icons etc u have to make additional configurations.
    In u r control panel or Services u must find WebDB Listener.
    Thiru
    null

  • Install of SuSE Linux 9.0 freezes early on

    I recently upgraded to an MSI 865PE Neo2 motherboard, with a P4 2.8 GHz processor.  I've installed Windows XP Professional without difficulty, but I tried to install SuSE Linux 9.0 and it locks up early on in the boot process during "hardware detection."  Opinions on this forum about earlier versions of SuSE and the YaST program were fairly poor, and their own site says that support for the Neo2 is only "partial."  Has anyone gotten Linux to install successfully on this mobo, and if so, which flavor?

    I have a Neo2-S and have mixed success w/ Linux as well.  I just tried SuSe Live 9.2 and it took me about 10 times to get it to boot.  I think the only thing that I changed when it actually booted was the option to make the boot screen verbose.  I hit something like F3 and changed that option.
    Knoppix 3.3 works great for me
    Knoppix 3.4 doesn't boot
    Mandrake Move 10 doesn't boot
    I may have some of the version numbers wrong because I am just typing them off of the top of my head.  I also have only tried the bootable CD version because I don't want to risk any conflicts w/ my Win XP.
    I am also about to get a new 200 GB SATA drive and I know that is going to complicate things even further.  I just wish that the devs would spend more time working on hardware support so n00bs won't have probs when trying out Linux.
    They really need to make all distro's of Linux be able to use all of the IDE/SATA channels in a system.  This is probably dependent on the kernel though.  I don't know that much about Linux.

  • Ora-01031: Insufficient Privileges error during 10g install on Suse 9.1

    I have tried installing Oracle 10g on Suse 9.1 Professional several times. Although I have tried to carefully follow the instructions in the installation guide, I get the following error.
    When the Database Configuration Assistant start during the initial installation, I receive the error -> Ora-01031: Insufficient Privileges.
    I created the oinstall and dba group according to the installation guide and made oracle a member with oinstall being the primary group. I also ran -> chown -R oracle:oinstall -> on the Oracle_Base folder to which I want to install the software and oradata files. Similarly, I ran -> chmod -R 775 -> on that folder. During the install I ran the script -> oracle_base/oraInventory/orainstRoot.sh -> during the installation when prompted.
    I would really appreciate any help that any of you could provide. Thank you so much in advance.
    -Daniel

    I'm logged in as oracle when I perform the installation but as soon as the database configuration assistant tries to create the database I get this error. I had made oracle a member of oinstall and dba just as it was desribed in the instructions. (At one point I even tried giving oracle root, which didn't seem to work either. I have since reinstalled the OS.)
    Thank you for helping me with this!

  • Ora-01031: Insufficient Privileges during 10g install on Suse 9.1

    I have tried installing Oracle 10g on Suse 9.1 Professional several times. Although I have tried to carefully follow the instructions in the installation guide, I get the following error.
    When the Database Configuration Assistant start during the initial installation, I receive the error -> Ora-01031: Insufficient Privileges.
    I created the oinstall and dba group according to the installation guide and made oracle a member with oinstall being the primary group. I also ran -> chown -R oracle:oinstall -> on the Oracle_Base folder to which I want to install the software and oradata files. Similarly, I ran -> chmod -R 775 -> on that folder. During the install I ran the script -> oracle_base/oraInventory/orainstRoot.sh -> during the installation when prompted.
    I would really appreciate any help that any of you could provide. Thank you so much in advance.
    -Daniel

    I'm logged in as oracle when I perform the installation but as soon as the database configuration assistant tries to create the database I get this error. I had made oracle a member of oinstall and dba just as it was desribed in the instructions. (At one point I even tried giving oracle root, which didn't seem to work either. I have since reinstalled the OS.)
    Thank you for helping me with this!

  • Java 1.5 rpm install on Suse Linux 9.3

    Hi all,
    I downloaded the jdk-1_5_0_17-linux-i586.rpm from SUN, and tried to install it via YaST on my Suse 9.3 box, but it won't install.
    I click "Install Package with YaST" and then it just brings me to a blank screen.
    Anyone else experience similar issues, or thoughts to workaround this?
    Cheers
    John

    Figured it out... thanks anyways.
    If anyone else has a similar problem: First, run rpm -i on the jdsk.rpm, and make sure it passes the checksum. (Mine did not). Then, check to see if jdk1.5.0_17 was installed already via rpm command line util, instead of yast. Suse doesn't like it when you do that, and they don't play well together (yast and rpm command line).
    I ran rpm -e on the package to remove it, and then ran the yast installer to re-install the jdk 1.5, and it is working now.

  • Downloaded Oracle8i Not Installing on SuSE 7.2

    I tried downloading Oracle's 8i server onto a SuSE 7.2 box with 224MB of memory and 500MB swap space. I tried running runInstaller with the failure:
    Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait...
    SIGSEGV received at bfffd938 in /opt/oracle/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/linux/native_threads/libjava.so. Processing terminated
    Writing stack trace to javacore3422.txt ... OK
    with the followiing javacore3422.txt:
    Thu Jan 31 13:23:39 2002
    SIGSEGV received at bfffd938 in /opt/oracle/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/linux/native_threads/libjava.so. Processing terminated
    jre full version "JDK 1.1.8 IBM build l118-20000713 (JIT enabled: jitc)"
    Operating Environment
    Host          : localhost.
    OS Level     : 2.4.13.#2 Tue Nov 6 17:05:18 EST 2001
    glibc Version     : 2.2.2
    No. of Procs     : 1
    Memory Info:
    total: used: free: shared: buffers: cached:
    Mem: 228712448 224546816 4165632 0 5775360 75022336
    Swap: 740265984 18563072 721702912
    MemTotal: 223352 kB
    MemFree: 4068 kB
    MemShared: 0 kB
    Buffers: 5640 kB
    Cached: 67452 kB
    SwapCached: 5812 kB
    Active: 41052 kB
    Inactive: 37852 kB
    HighTotal: 0 kB
    HighFree: 0 kB
    LowTotal: 223352 kB
    LowFree: 4068 kB
    SwapTotal: 722916 kB
    SwapFree: 704788 kB
    User Limits (in bytes except for NOFILE and NPROC) -
         RLIMIT_FSIZE     : infinity
         RLIMIT_DATA     : infinity
         RLIMIT_STACK     : 2093056
         RLIMIT_CORE     : 0
         RLIMIT_NOFILE     : 1024
         RLIMIT_NPROC     : 1792
    Application Environment
    Signal Handlers -
         SIGQUIT          : ignored
         SIGILL          : sysThreadIDump (libjava.so)
         SIGABRT          : sysThreadIDump (libjava.so)
         SIGFPE          : sysThreadIDump (libjava.so)
         SIGBUS          : sysThreadIDump (libjava.so)
         SIGSEGV          : sysThreadIDump (libjava.so)
         SIGPIPE          : ignored
         SIGUSR1          : doSuspendLoop (libjava.so)
    Environment Variables -
         PWD=/opt/oracle/Disk1/install
         CATALINA_HOME=/var/jakarta-tomcat
         WINDOWID=56623868
         PAGER=less
         SAPDBROOT=/opt/sapdb/depend
         HOSTNAME=localhost
         LD_LIBRARY_PATH=/opt/oracle/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/linux/native_threads:/lib:/usr/lib:/opt/sapdb/web/lib
         LESSCLOSE=lessclose.sh %s %s
         LS_OPTIONS=-N --color=tty -T 0
         ignoreeof=0
         SUSE_DOC_HOST=localhost
         QTDIR=/usr/lib/qt
         OPENWINHOME=/usr/openwin
         CLASSPATH=/tmp/OraInstall:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/OraInstaller.jar:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/InstImages.jar:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/InstHelp.jar:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/oracleice.jar:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/help.jar:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/ewt.jar:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/xmlparser.jar:../stage/Components/oracle.swd.oui/1.7.1.8.0/1/DataFiles/Expanded/lib/swingaccess.jar:/opt/oracle/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/rt.jar:/opt/oracle/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/i18n.jar:/opt/oracle/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/math.jar:/opt/oracle/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/classes.zip
         LESSKEY=/etc/lesskey.bin
         LESSOPEN=lessopen.sh %s
         MANPATH=/usr/local/man:/usr/share/man:/usr/X11R6/man:/opt/gnome/man:/usr/openwin/man:/usr/man
         NNTPSERVER=news
         KDEDIR=/opt/kde
         LESS=-M -S -I
         USER=mlb
         LS_COLORS=no=00:fi=00:di=01;34:ln=01:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:ex=01;31:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.png=01;35:
         HISTCONTROL=ignoredups
         THREADS_TYPE=native_threads
         MACHTYPE=i386-suse-linux
         XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
         THREADS_FLAG=native
         MAIL=/var/mail/mlb
         CVS_RSH=ssh
         LINES=24
         LANG=en_US
         TOMCAT_HOME=/var/jakarta-tomcat
         JAVA_HOME=/opt/oracle/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux
         COLORTERM=1
         INFOPATH=/usr/local/info:/usr/share/info:/usr/info
         DISPLAY=:0
         LOGNAME=mlb
         SHLVL=5
         TEXINPUTS=::~/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX:~/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX
         COLUMNS=80
         MINICOM=-c on
         INFODIR=/usr/local/info:/usr/share/info:/usr/info
         SESSION_MANAGER=local/localhost:/tmp/.ICE-unix/865
         SHELL=/bin/bash
         PRINTER=printer3
         JDK_HOME=
         HOSTTYPE=i386
         OSTYPE=linux
         WINDOWMANAGER=/opt/gnome/bin/gnome-session
         HOME=/home/mlb
         XNLSPATH=/usr/X11R6/lib/X11/nls
         no_proxy=localhost
         TERM=xterm
         PATH=/bin:/usr/bin:/home/mlb/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games/bin:/usr/games:/opt/gnome/bin:/opt/kde2/bin:/opt/kde/bin:/usr/openwin/bin:.
         FROM_HEADER=wombat.local
         LC_COLLATE=POSIX
         LIBPATH=/opt/oracle/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/linux/native_threads
    Libraries Loaded by the JVM
    <main>
    libjitc.so
    libzip.so
    Current Thread Details
    "main" (TID:0x4030c2d8, sys_thread_t:0x804d508)
    Native Thread State: Pid: 3422 ThreadID: 00000400 Reuse: 1 USER PRIMORDIAL RUNNING
    Native Stack Data : base: bfffee38 pointer bffdf754 used(128740) free(-12004)
         ----- Monitors held -----
         ----- Native stack -----
         java_lang_System_initProperties
         Java_java_lang_System_initProperties_stub
         invokeNativeMethod
         invokeLazyNativeMethod
         __irem_trap6
         ------ Java stack ------ () prio=5 current thread
         java.lang.System.initializeSystemClass(System.java)
    Total Thread Count:     3
    Active Thread Count:     3
    JNI Thread Count:     0
    Full thread dump:
    "Async Garbage Collector" (TID:0x4030c238, sys_thread_t:0x80bb6b0)
    Native Thread State: Pid: 3428 ThreadID: 00000803 Reuse: 1 DAEMON SUSPENDED
    Native Stack Data : base: bf9ffb30 pointer bf9ff60c used(1316) free(115420)
         ----- Monitors held -----
         ----- Native stack -----
         sem_destroy
         __pthread_mutex_unlock
         pthread_cond_wait
         sysThread_shell
         pthread_detach
         __clone
         ------ Java stack ------ () prio=1
    "Finalizer thread" (TID:0x4030c288, sys_thread_t:0x80bb430)
    Native Thread State: Pid: 3427 ThreadID: 00000402 Reuse: 1 DAEMON MONITOR WAIT
    Native Stack Data : base: bfbffb30 pointer bfbff998 used(408) free(116328)
         ----- Monitors held -----
         ----- Native stack -----
         sysMonitorWait - waiting on Finalize me queue lock
         finalizeOnExit
         sysThread_shell
         pthread_detach
         __clone
         ------ Java stack ------ () prio=1
    "main" (TID:0x4030c2d8, sys_thread_t:0x804d508)
    Native Thread State: Pid: 3422 ThreadID: 00000400 Reuse: 1 USER PRIMORDIAL RUNNING
    Native Stack Data : base: bfffee38 pointer bffdf748 used(128752) free(-12016)
         ----- Monitors held -----
         ----- Native stack -----
         java_lang_System_initProperties
         Java_java_lang_System_initProperties_stub
         invokeNativeMethod
         invokeLazyNativeMethod
         __irem_trap6
         ------ Java stack ------ () prio=5 current thread
         java.lang.System.initializeSystemClass(System.java)
    System Monitor Status
    Thread queue lock: unowned.
    Name and type hash table lock: unowned.
    String intern lock: unowned.
    JNI pinning lock: unowned.
    JNI global reference lock: unowned.
    Zip lock: unowned.
    BinClass lock: unowned.
    Class loading lock: unowned.
    Java stack lock: unowned.
    Code rewrite lock: unowned.
    Heap Lock: unowned.
    Has finalization queue lock: unowned.
    Finalize me queue lock: unowned.
    Integer lock access-lock: unowned.
    Monitor cache lock: unowned.
    Monitor registry: unowned.
    Object Monitor Status
    HELP!!!!
    thanks
    Marc Boorshtein

    I am experiencing the same problem. There seems to be a horrible bug in the installer program. No problems are reported
    at the end of the install log. But earlier I find messages such as:
    Festlegen des Wertes f|r PROD_HOME zu /oracle9201/../oui
    oracle.swd.oui Produktverzeichnis: Das Verzeichnis /oui konnte nicht erstellt werden. Entweder haben Sie nicht die erforderlichen Berechtigungen oder der Datentrdger verf|gt nicht |ber ausreichend Speiche
    For some strange reason it seems to use /oracle9201 as base here instead of $ORACLE_HOME which is /oracle9201/product/home. But of course the / directory is not writable for the oracle user.
    Festlegen des Wertes f|r PROD_HOME zu /oracle9201\..\jre\1.3.1
    oracle.swd.jre Produktverzeichnis: Das Verzeichnis /jre/1.3.1 konnte nicht erstellt werden. Entweder haben Sie nicht die erforderlichen Berechtigungen oder der Datentrdger verf|gt nicht |ber ausreichend Speicherplatz.
    The backslashes do not look good either. And again for some reason it does not use ORACLE_HOME as base directory here. Moreover the system has installed some things twice, in $ORACLE_HOME AND in /oracle9201. I think there is a problem in the installation program that uses the wrong path for some base directory. It can probably be overcome by giving oracle access to the / directory and then later copying these files into ORACLE_HOME. But who wants to give oracle-User access to / directory?

  • 10g grid install on suse 10

    I faced the following error when I install the grid control
    1. the installer complains the filemax is not set - but /etc/sysctl.conf contains only file-max not filemax
    2. and at around the installation it says OPMN failed to start
    3 and at the configuration stage web cache failed to configure and after this the installation almost stops - I appreciate any help - please urgent.
    my env't
    database - oracle 10.2.0.1
    operating system - suse 10 patchlevel 2
    grid control downloaded - gc_102011_linux.zip
    on laptop RAM - 2GB cpu - 2.2Ghz core 2 duo
    dual boot with win xp Thank you
    so please I need help - urgent

    Hi....
    1. 10.2.05 Oracle Enterprice Manager GC can only install in silent installation mode on existing oracle database.
    2. Install 10.2.0.3 and upgrade to 10.2.0.5.
    3. Read the docs carefully...
    4. libdb.so.2 .....At the installation of db1|db1-32bit softlink from libdb-1.85.so to libdb.so.2 will be created.
    5. Oracle bug the repository pw must be "default" otherwise installation can not be finish....
    .......Check if you get the password error in the installation logs....
    rpm's
    db40
    db40-32bit
    db1
    db1-32bit
    db1-devel
    openmoti
    hope that helps a little bit. At the first time I installed GC six times till its running.
    *T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Oracle 9i install on SuSE 8.0 Pro failing

    I get the following error when I try to run the "runInstaller"
    script on SuSE 8.0. I'm following the Oracle 9i SuSE installation
    instructions, but can't find any reference to this error. Does
    anyone have any advice?
    $ ./Disk1/runInstaller
    Inconsistency detected by ld.so: dynamic-link.h: 68:
    elf_get_dynamic_info: Assertion `! "bad dynamic tag"' failed!
    I installed SuSE 8 on its default settings yesterday, and Oracle
    is the first piece of software I'm trying to insall. If it helps,
    I'm using glibc 2.2.5 and the "arch" command returns i686.
    Any help would be greatly appreciated.
    Thanks,
    Steve

    You mean you actually got runInstaller to run????
    How did you do that????
    I've been trying for weeks and all I get is a SIGSEGV.
    I'll add to your comments about Oracle by asking why they don't use either curses or (if they MUST have a GUI) Tcl/Tk for the installer program instead of this java rubbish.
    8.0.5 installed with no problem on my Linux box (curses based installer).
    Alastair

  • Oracle 8i Install on Suse 6.4

    I have tried in vain to install oracle on suse using a script from Suse's site without much success. I also tried the oracle installer. I get error messages with the enviroment settings or it bombs right at the end.
    Could anyone please give me help on how to carry out the installation
    One error message I got was :
    JNLS exception:Oracle.ntpg.jnls exception. Unable to find any National charcter sets. Check your oracle installation and make sure that the Oracle_Home environment is defined correctly
    Thanks

    Hi William,
    There are bugs on Oracle8i release 8.1.5.
    You can download the patches from.
    ftp://ftp.suse.com/pub/suse/i386/commercial/Oracle/
    Good luck,
    Georg

  • Oracle9iAS install on suse 8.1

    hi everybody
    i'm trying to install Oracle9iAS on suse 8.1
    i'm choosing the J2EE and Web Cache Instalation type
    while the installation precceds just fine the linking phase of oracle 9i application server returns errors.here's what i get from the log :
    Calling action unixActions2.1.0.8.0 make
         installMakePath = /usr/bin/make
         installMakeFileName = /home/production/OracleAS/sqlplus/lib/ins_sqlplus.mk
         installTarget = install
         undoMakeFileName =
         installArguments = ORACLE_HOME=/home/production/OracleAS,
         logFile = /home/production/OracleAS/install/make.log
         undoTarget =
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target install of makefile /home/production/OracleAS/sqlplus/lib/ins_sqlplus.mk
    Exception Severity: 1
    i tried to execute the command from shell and it returned : could not find -lclntsh
    could somebody suggest what should i do???
    thanks.......

    first of all i'm installing oracle AS 9.0.2.0.0
    i tried to install oracle database 9i 9.2.0.1.0 and it worked fine... could this help?
    about the logs you wanted:
    there is no directory ORACLE_HOME/admin
    there is no directory ORACLE_HOME/assistants/opca
    there are no files underORACLE_HOME/webcache/logs
    there are no files under ORACLE_HOME/dcm/logs
    there are no files under ORACLE_HOME/ldap/log
    there are no files under ORACLE_HOME/opmn/logs
    there are no files under ORACLE_HOME/sysman/log
    there is no directory ORACLE_HOME/j2ee/OC4j_instance
    there are no log files under ORACLE_HOME/config
    could you point me where can i find Metalink?( sorry i don't know )
    here is the latests messages from ORACLE_HOME/install/make.log
    /home/production/Ora9iAS/bin/genclntsh
    /home/production/Ora9iAS/lib/libgeneric9.a(skgfr.o): In function `skgfrpini':
    skgfr.o(.text+0x125): undefined reference to `__cmpdi2'
    Created /home/production/Ora9iAS/lib/libclntst9.a
    /home/production/Ora9iAS/bin/genagtsh /home/production/Ora9iAS/lib/libagtsh.so 1.0
    /usr/bin/make -f ins_sqlplus.mk install ORACLE_HOME=/home/production/Ora9iAS
    rm -f sqlplus
    Linking sqlplus
    rm -f sqlplus
    gcc -o sqlplus -L/home/production/Ora9iAS/sqlplus/lib/ -L/home/production/Ora9iAS/lib/ /home/production/Ora9iAS/sqlplus/lib/s0afimai.o -lsqlplus -lclntsh `cat /home/production/Ora9iAS/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /home/production/Ora9iAS/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lwtc9 -lmm -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 `cat /home/production/Ora9iAS/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /home/production/Ora9iAS/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -ltrace9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 `cat /home/production/Ora9iAS/lib/sysliblist` -Wl,-rpath,/home/production/Ora9iAS/lib:/lib:/usr/lib -lm -lpthread `cat /home/production/Ora9iAS/lib/sysliblist` -ldl -lm -lpthread
    /usr/lib/gcc-lib/i486-suse-linux/3.2/../../../../i486-suse-linux/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [sqlplus] Error 1
    and here is an error from /orainventory/logs/orainstallxxxxx.err
    java.lang.NoSuchMethodException
         at java.lang.Class.getMethod0(Native Method)
         at java.lang.Class.getMethod(Class.java:888)
         at oracle.sysman.oii.oiif.oiifb.OiifbWizChainDlgElem.setDialogProperties(OiifbWizChainDlgElem.java:980)
         at oracle.sysman.oii.oiif.oiifb.OiifbWizChainDlgElem.doOperation(OiifbWizChainDlgElem.java:645)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiis.OiisCompContext.doOperation(OiisCompContext.java:808)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicCompsWizEngine.doOperation(OiicCompsWizEngine.java:172)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstallSession$OiicSelCompsInstall.doOperation(OiicInstallSession.java:855)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:519)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:177)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:349)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:628)

  • WebDB not correctly installed?

    Hi there!
    We installed recently WebDB 2.2 and it's not exactly the way we want it to... ;-)
    I checked the Troubleshooting and found that the package(s) seem not to be installed correctly.
    Whenever I do (as WebDB user) 'set serveroutput on; exec webdb.home' I get the following:
    ORA-04068: existing state of packages has benn discarded
    ORA-04067: noz executed, package body "WEBDB.HOMEMENU" does not exist
    ORA-06508: PL/SQL: could not find program unit being called
    That's it. Are there any scripts that could set up the package(s) properly?
    Thanks for any help
    Sven

    When I installed Webdb I had that problem too. The solution was to increase the size of the PL TOOLKIT and DOCUMENTATION tablespaces. (or the tablespaces you are installing it, OAS_PUBLIC or/and WEBDB schema and web sites tabelspaces).

  • Anyone had success installing on SuSe 6.2

    I have the trial 8i 8.1.5 CD. After reading some of the posts
    here over the past few weeks. I'm torn between Red Hat and SuSe.
    So, I'm hoping to get some feedback before I procede.
    I'm leaning towards SuSe's 6.2 at the moment, but I could be
    swayed towards Red Hat's latest release. But, only if there are
    good reasons to go in that direction.
    Please help me decide.
    Bob Thomas
    null

    Stefano De Cesari (guest) wrote:
    : Bob Thomas (guest) wrote:
    : :I have the trial 8i 8.1.5 CD. After reading some of the posts
    : :here over the past few weeks. I'm torn between Red Hat and
    : SuSe.
    : :So, I'm hoping to get some feedback before I procede.
    : :I'm leaning towards SuSe's 6.2 at the moment, but I could be
    : :swayed towards Red Hat's latest release. But, only if there
    are
    : :good reasons to go in that direction.
    : What you can do is very simple compared to the work that many
    : put trying to let Oracle works with their Linux :)
    : Install RedHat6.1 and trying to install Oracle8i.
    : If it work well, fine :) You succeed.
    : If it doesnt't work well, remove all, install SuSe 6.2 and do
    : the same try.
    : If it work well, fine :) You succeed.
    : -Stefano
    Hi
    Try this...try that...if at first you don't succeed, try, try
    again. I think I am beginning to get the picture.
    Thanks for the response.
    BT
    null

Maybe you are looking for

  • Can AppleTV sync to an itunes library without any computers being on?

    I want the AppleTV, but does a computer running itunes have to be turned on in order for it to run? My iTunes library is on a shared drive using my airport extreme N. My computer connects to it as a share. Can the appletv do the same, or does a compu

  • Files not showing up in Windows 7 Search

    Hi everyone. I'm having trouble with Windows Search on my Windows 7 Home Premium. Through the start menu search box, I can find some but not all files. Programs almost always show up, but it's very hit or miss on files for music, documents, photos, o

  • IDOC for domain function

    Hi, I am looking for some IDOC for the creation of domain function . (Transaction FM_FUNCTION, table TFKB) I have not find any yet, do you know how can i fine the IDOC or maybe it does not exist any IDOC for domain function? Thank you, Regards, Zheng

  • Error in Ping Operation :  Received HTTP response 407

    Hi, We are configuring Adobe Document Services, but while testing destination service http://<server>:<port>/sap/bc/fp/form/layout/fp_test_00.xdp under Server --> Services --> Destination of  Visual Admin we are getting Error in Ping Operation :  Rec

  • Level 1 backup

    Hi , I have the backup of only level1 and not level 0.Now I need to restore the backup.Is there any way we can do it.Please suggest. Regards, Hussain