Installation issue on Ubuntu 10.04 LTS

Hello,
Machine info : 2 GB RAM 80+160 GB PATA Hard disk P4 32 bit architecture
OS : Fresh installation of Ubuntu 10.04 LTS
Oracle: 11gR2
With above details i am installaing Oracle 11gR2 on this machine. I have completed all the pre-installation task and i ignored all when it prompts for required packages :
make-3.80
binutils-2.15.92.0.2
gcc-3.4.6
libaio-0.3.105
glibc-2.3.4-2.41
compat-libstdc++-33-3.2.3
elfutils-libelf-devel-0.97
glibc-common-2.3.4
glibc-devel-2.3.4
gcc++-3.4.6
libaio-devel-0.3.105
libgcc-3.4.6
libstdc++-3.4.6
libstdc++-devel-3.4.6
sysstat-5.0.5
unixODBC-2.2.11
unixODBC-devel-2.2.11
pdksh-5.2.14
I ignored all these required packages, because when i check in system; ubuntu has installed its higher numberred versions. Installation worked upto 69% and now it is showing :
Error in invoking target 'idguodbc' of makefile
'/app/oracle/product/11.2.0/db_1/rdbms/ins-rdbms.mk'. See
'/app/oracle/oraInventory/logs/installAction2010-06-01_01_01-03-01PM.log' for details.
And here is contents of '/app/oracle/oraInventory/logs/installAction2010-06-01_01_01-03-01PM.log' :
INFO: Linking dg4odbc Executables
INFO: Linking dg4odbc Executables
INFO: The output of this make operation is also available at: '/app/oracle/product/11.2.0/db_1/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO:
INFO:  - Linking dg4odbc agent
INFO: rm -f /app/oracle/product/11.2.0/db_1/rdbms/lib/dg4odbc
INFO: gcc -o /app/oracle/product/11.2.0/db_1/rdbms/lib/dg4odbc -m32 -L/app/oracle/product/11.2.0/db_1/rdbms/lib/ -L/app/oracle/product/11.2.0/db_1/lib/ -L/app/oracle/product/11.2.0/db_1/lib/stubs/ -L/app/oracle/product/11.2.0/db_1/lib/ -lirc -lipgo    /app/oracle/product/11.2.0/db_1/hs/lib/dg4odbc.o            /app/oracle/product/11.2.0/db_1/rdbms/lib/homts.o            -lhgosh11 -lhggcon11 -lhgosh11  -lagtsh  -lclntsh   `cat /app/oracle/product/11.2.0/db_1/lib/sysliblist` -Wl,-rpath,/app/oracle/product/11.2.0/db_1/lib -lm    `c
INFO: at /app/oracle/product/11.2.0/db_1/lib/sysliblist` -ldl -lm   -L/app/oracle/product/11.2.0/db_1/lib
INFO: /app/oracle/product/11.2.0/db_1/lib//libagtsh.so: undefined reference to `nnfyboot'
collect2: ld returned 1 exit status
INFO: make: *** [/app/oracle/product/11.2.0/db_1/rdbms/lib/dg4odbc] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'idg4odbc' of makefile '/app/oracle/product/11.2.0/db_1/rdbms/lib/ins_rdbms.mk'. See '/app/oracle/oraInventory/logs/installActions2010-06-01_01-03-01PM.log' for details.
Exception Severity: 1And few lines of /app/oracle/product/11.2.0/db_1/install/make.log
rm -f /app/oracle/product/11.2.0/db_1/rdbms/lib/dg4odbc
gcc -o /app/oracle/product/11.2.0/db_1/rdbms/lib/dg4odbc -m32 -L/app/oracle/product/11.2.0/db_1/rdbms/lib/ -L/app/oracle/product/11.2.0/db_1/lib/ -L/app/oracle/product/11.2.0/db_1/lib/stubs/ -L/app/oracle/product/11.2.0/db_1/lib/ -lirc -lipgo    /app/oracle/product/11.2.0/db_1/hs/lib/dg4odbc.o            /app/oracle/product/11.2.0/db_1/rdbms/lib/homts.o            -lhgosh11 -lhggcon11 -lhgosh11  -lagtsh  -lclntsh   `cat /app/oracle/product/11.2.0/db_1/lib/sysliblist` -Wl,-rpath,/app/oracle/product/11.2.0/db_1/lib -lm    `cat /app/oracle/product/11.2.0/db_1/lib/sysliblist` -ldl -lm   -L/app/oracle/product/11.2.0/db_1/lib
/app/oracle/product/11.2.0/db_1/lib//libagtsh.so: undefined reference to `nnfyboot'
collect2: ld returned 1 exit status
make: *** [/app/oracle/product/11.2.0/db_1/rdbms/lib/dg4odbc] Error 1I think issue with make command / version. I have checked and it is showing :
girish@girish-desktop:~$ make -v
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for i486-pc-linux-gnu
girish@girish-desktop:~$ Please help me to resolve the issue.
Regards
Girish Sharma

Girish Sharma wrote:
INFO: /app/oracle/product/11.2.0/db_1/lib//libagtsh.so: undefined reference to `nnfyboot'
collect2: ld returned 1 exit statusThis error could be due to using newer versions of software. Backwards compatibility is not always guaranteed.
The libagtsh.so refers to an external procedure/function call nfyboot - this should be resolved by the dynamic link loader. It should load the shared object (.so or DLL in Windows-speak) that contains the implementation of that proc. Only, this fails and it cannot resolve the external call made by libagtsh.so to this proc.
To troubleshoot this you can use the ldd command to see what the external references of a .so is and whether these can be resolved. E.g. Oracle XE on Ubuntu.
oracle:/usr/lib/oracle/xe> ldd $ORACLE_HOME/lib/libagtsh.so
        linux-gate.so.1 =>  (0xb7ff2000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7c71000)
        libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7c4b000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7c31000)
        libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7c18000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7ab5000)
        /lib/ld-linux.so.2 (0xb7ff3000)There could be a missing .so - it could use a newer .so that no longer implements that proc call. This could require installing using backwards compatibility packages via apt-get.
So it will require some troubleshooting on your part.
Just keep in mind though that this is (as yet) an uncertified distro - only XE installs out-of-the-box on it. Canonical wants to change this and become a certified o/s for Oracle I believe... which would be great as it is one of the better Debian distros IMO.

Similar Messages

  • Oracle installation issues on ubuntu

    I have installed Ubuntu 10.04 and 32bit and Installing Oracle 11g 2. I am following below link to install oracle 11g.
    http://blogs.oracle.com/toxophily/entry/installing_oracle_11g_db_on
    When I run "useradd -s /bin/bash -m -g oinstall -G dba oracle passwd oracle" it does not execute successfully.
    root@OraUbuntu:/home# whoami
    root
    root@OraUbuntu:/home# useradd -s /bin/bash -m -g oinstall -G dba oracle passwd oracle
    Usage: useradd [options] LOGIN
    Options:
    -b, --base-dir BASE_DIR       base directory for the home directory of the
    new account
    -c, --comment COMMENT         GECOS field of the new account
    Regards,

    root@OraUbuntu:/home/raj/Desktop/Oracle/linux_11gR2_database_1of2/database# ./runInstaller
    ./runInstaller: 154: /home/raj/Desktop/Oracle/linux_11gR2_database_1of2/database/install/.oui: Permission denied
    root@OraUbuntu:/home/raj/Desktop/Oracle/linux_11gR2_database_1of2/database# whoami
    root
    root@OraUbuntu:/home/raj/Desktop/Oracle/linux_11gR2_database_1of2/database# su oracle
    oracle@OraUbuntu:/home/raj/Desktop/Oracle/linux_11gR2_database_1of2/database$ whoami
    oracle
    oracle@OraUbuntu:/home/raj/Desktop/Oracle/linux_11gR2_database_1of2/database$ ./runInstaller
    ./runInstaller: 154: /home/raj/Desktop/Oracle/linux_11gR2_database_1of2/database/install/.oui: Permission denied
    oracle@OraUbuntu:/home/raj/Desktop/Oracle/linux_11gR2_database_1of2/database$

  • How to Install the Forms and Reports 6i in Ubuntu 6.06 LTS

    Dear All,
    I need to install Forms and Reports 6i in Ubuntu 6.06 LTS.
    I had downloaded the d2k6irelease2.tar also and extracted the tar file.
    I don't know how to start up with the installation further., Is there any document available for the installation process inubuntu.. or what are the steps that i need to follow to make it work..?
    Many thanks in advance...

    Hi,
    Here's the Forms and Reports Services Deployment Guide for OAS 10g 10.1.2:
    http://download-east.oracle.com/docs/cd/B14099_11/web.1012/b14032/toc.htm
    You will need to modify your default.env to point to the directory where your .fmx is located and formsweb.cfg to run the specific form, e.g. foo.fmx (default is test.fmx).
    HTH,
    Jim

  • I am tryed to install ubuntu 14.4 lts along with windows 8.1 in my HP 2000 - 2d49tu

    I am tryed to install ubuntu 14.4 lts along with windows 8.1 in my  HP 2000 - 2d49tu, but ubuntu does not detect windows 8.1 in the system

    It is critically important for you to have created Recovery media before attempting to create a dual boot installation. Make sure that it works by performing a Factory Image recovery.
    Make sure that the Ubuntu type matches the Windows 8,1 type. That is critical for a dual boot installation.
     A 64-bit OS type will see or recognize other 32 and 64-bit operating system.  
    If you have a 32-bit Ubuntu it will not see Windows 8.1 as being present.
    A 64-bit version of Ubuntu will work well with a 64 or 32-bit version of Windows 8.1.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Ubuntu 14.04 LTS 64-bit & Skype

    Thanks for coming back and explaining it, it worked for me! Really appreciate it.

    I'm going to answer some of my own questions, since I've been doing the research online. First of all, I found a way to install a useable version of Skype using Terminal on Ubuntu OS 14.04 LTS 64-bit. Answers:Yes, Skype will work with Ubuntu 14.04 LTS 64-bit Here is how I worked it out. I have no coding experience, so I found a website where someone had posted the procedure. To give credit where credit is due, here is his Google+ home, and the webpage where I gathered this information:https://plus.google.com/+JimUbuntuHandbook/postshttp://ubuntuhandbook.org/index.php/2014/06/skype-4-3-install-in-ubuntu-1404/ Procedure, as it worked for me, direct from his blog: 1. Install required libraries (for 64-bit system)Skype website only provides 32-bit package for Ubuntu 12.04 and higher. You’re unable to install it directly on 64-bit system due to dependencies issue.However, install the old skype from Canonical partners repository will also install the required libraries we need for NEW skype.a.) Press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands one by one to remove old skype and .skype folder:sudo apt-get remove skype skype-bin
    rm -rf ~/.skypeb.) Open “Software & Updates” and enable Canonical partners repository under Other Software tab.c.) Press Ctrl+Alt+T on keyboard to open terminal. When it opens, run the commands below to install old skype:sudo apt-get update; sudo apt-get install skype Back to my own words. It took me a moment to realize that Skype was actually installed, and I had to search for it using Dash (aka Search your computer and online sources). Dash is located in the upper left hand corner of your Launcher Bar (where all the icons are on the left, usually two icons above where Firefox is pinned). Click on Dash, and search for "Skype". It will come up in the search. When you open it, the Skype icon will appear on the Launcher Bar. Right click the icon and select "lock to launcher" so you don't have to do this again. When you sign in for the first time, it will ask you to start a new account or sign in using an active account. After a successful sign in, you will have a small window for the program open in the lower right hand corner of your screen. This should have your contacts listed if you signed in with an active account. This looks like the latest release of Skype for Linux/Ubuntu. I don't know the answers to the rest of my questions, but one problem is now solved.  

  • Lenovo G570 Compatibil​ity with Ubuntu 12.04 LTS

    Last time when I installated Ubuntu 11, I severly had power regression problems.
    So, I heard that such bugs are fixed in 12.04 LTS ( fixed in Linux Kernel ). I would like to know from other G570 users about how Ubuntu 12.04 LTS is working??
    1. How power management is working? Is it as good as in windows?
    I do have another issue in handling hybrid graphics. My laptop has 1GB ATI Radeon HD 6370M graphics along with Intel in build. I am aware that Linux doesn't provide a seamless swithcing of graphics on run time but how well we can do that?
    what's the best way to do that??

    I use debian with single GPU does it count ? what are your kernel patch ?
    http://rzr.online.fr/q/lenovo# g470 s103t (Please Contact me if your s10-3T is booting win7 or support bluetooth, 3g)
    Lenovo S10-3t | Model Name : 0651 | Mfg Date: 2010/06/08
    Lenovo G470 | Model Name : 20078 | M fg Date: 11/03/23 | BIOS: 40CN23WW(V2.09) 06/20/2011 | CPU: i5-2410M | Linux version 3.3.4lenovog470+ (root@lap) (gcc version 4.6.3 (Debian 4.6.3-4) ) #8 SMP Tue May 1 10:23:48 CEST 2012
    OS:GNU/Linux/Debian

  • Lenovo e330 touchpad problem on ubuntu 12.04 LTS (32 bit)

    dear all,
    i've installed ubuntu 12.04 LTS 32 bit on my lenovo e330. everything almost fine, but my touchpad.
    everytime i tap to click on th touchpad, the pointer shifted a little bit to the other direction. that's not what i want...
    the pointer is ok if i click using mouse, or trackpad.
    i've adjust the sensitivity of the touchpad in setting > mouse and touchpad setting but no luck.
    i just thinking maybe i have to update the driver of the touchpad, but i can't find it using google...
    somebody can give me advice? thanks before.
    jojo

    Hi!
    https://bugs.launchpad.net/ubuntu/+source/xserver-​xorg-input-synaptics/+bug/1042069/comments/5
    this xorg.conf addition helped me, but i set VelocityScale 64.

  • Lightroom 4.2 Installation Issue

    Leaving this around in case anyone else has the same problem -- Solution found -- Windows installer issues / registry issues -- used the Microsoft Fix it tool (http://support.microsoft.com/kb/2438651#reso3) to correct.  4.2 install ran fine.
    I've read through the posts in the Lightroom forum regarding  LR 4.2 install issues. I will list here the things I've done to try to get the install to work:
    1) Downloaded the installation software twice.
    2) Ran the setup program in admin user mode.
    3) Ran the install in admin user mode.
    4) Get the following error in a Windows Installer window:
    The feature you are trying to use is on a network resource that is unavailable.
    Click ok to try again, or enter an alternate path to a folder containing the installation package 'Adobe_Lightroom_x64.msi' in the box below.
    Use source:
    c:\Users\RMJF\AppData\Local\Temp\{...}
    What I have found (after displaying hidden AppData folder):
    The location where the .msi file resides is different from the one defaulting in the above window.
    I select this alternate path, but still cannot complete the installation.
    Furthermore, when I cancel the install, I get this error:
    Adobe Photoshop Lightroom 4.2 64-bit Installer Info
    Error 1714. The older version of Adobe Photoshop Lightoom 4.2 64-bit cannot be removed. Contact your technical support group
    I have been running LR since the beginning of time and most recently LR 4.1, so there is no 4.2 installed.
    Also, I tried to fix the install of 4.1 via the programs in Control Panel. I cannot repair it and get this error:
    The installation source for this product is not available. Verify that the source exists and that you can access it.
    All versions (except the 1.0 version) were downloaded and installed from the Adobe LR site.
    So, looking for suggestions.
    Seems like there are some missing files from the 4.1 version that are hindering the install of 4.2???
    All quite frustrating.  Hope you can get me to a speedy solution.
    (System info:  Windows Vista 64-bit Home, SP 2, 20 GB of disk space to spare!  Also, I have set the install program to be allowed by the anti-virus program. I have run a registry clean-up, as well.  No other apps are running during the install.)
    Message was edited by: marzo19

    untill now, 3 phones later, and mayby 10 attemps later to install it: notting. the errors that i am gething are the same as above, but nothing helps for me.
    even the microsoft fixid diden't help.
    So also desperate.

  • Installation issue on opensuse 11

    Hey All,<br /><br />Im a Windows guy still struggling with Linux set-upsso take it easy on me! :)  and Im having a hard time getting blaze installed and running.<br /><br />This is what Ive done so far.  I've successfully set-up the latest copy of openSuse11 64 bit version with: <br />  Tomcat 6.0.16 (Tested and running)<br />  ANT 1.7<br />  JAVA SDK & JDK 6<br />  Junit (ant-junit, junit, junit-javadoc, junit-manual, libcppunit-1_12-0)<br />  Downloaded both blazeds.war and blazeds_src_3-0-0-544.zip<br />  From Tomcat Manager I uploaded the blazeds.war file successfully.<br />  I unzipped the zip file into root/blazeds and from a command prompt ran     ant.  These are the errors Im getting:<br />     *  [taskdef] Could no load definitions from resource net/sf/antcontrib/antcontrib.properties.  It could not be found.  (Repeats about a dozen times)<br />     *  BUILD FAILED<br />     *  /root/blazeds/build.xml:445:  The following error occurred while executing this line:<br />     *  /root/blazeds/resources/fds-ajax-bridge/build.xml:52  Problem:  failed to create task or type if Cause:  The name is undefined.<br />     *  Action:  Check the spelling<br />     *  Action:  Check that any custom tasks/types have been declared<br />     *  Action:  Check that any <presetdef>/<mac  rodef> declarations have taken place.<br /><br />Variables:<br />env | grep _HOME<br /><br />ANT_HOME  = /usr/share/ant<br />JRE_HOME =/usr/lib64/jvm/java/jre<br />JAVA_HOME =/usr/lib64/jvm/java/jre<br />SDK_HOME =/usr/lib64/jvm/java/jre<br />JDK_HOME =/usr/lib64/jvm/java/jre<br /><br />Any ideas?<br />Brad

    Hi Alex,
    Sorry I've been away and just got back.  Presently I'm working from jrun4 and would like to use blazeds instead.  Once my projects get going I would need the ability to use my customers already made linux/tomcat boxes and just plug in blaze.
    I look forward to your answer.
    Brad
    On Fri, Aug 1, 2008 at 12:57 PM, Alex Glosband
    <
    [email protected]> wrote:
    A new message was posted by Alex Glosband in
    Configuration and Getting Started Discussion --
      Installation issue on opensuse 11
    Are you just trying to install and run BlazeDS? Why do you need to build from source?
    -Alex
    View/reply at
    Installation issue on opensuse 11
    Replies by email are OK.
    Use the
    unsubscribe form to cancel your email subscription.

  • Forms 10g Installation issue on windows 7 Professional service pack 1

    hi
    I am trying to install oracle forms 10g  64 bit windows 7 Professional service pack 1 ..
    Below are 2 files that i am using ..
    ds_windows_x86_101202_disk1.zip (626,122,752 bytes)
    ds_windows_x86_101202_disk2.zip (236,880,881 bytes)
    But it failed but the error is .. 
    Checking operating system version: must be 4.0, 5.0, 5.1 or 5.2.    Actual 6.1     Failed <<<<
    just wondering if there are any workaround ..

    Christian is right - Forms 10g R2 (version 10.1.2.0.2) is not certified for installation on Windows 7.  You must apply a Forms 10g R2 patch to bring the version to 10.1.2.3.0 for it to be certified.  You must have a My Oracle Support account to obtain the patch.
    Now, to your question - is there a workaround; the answer is yes.  There are known issues with this installer.  I'll list them and their workaround.
    1.  The Oracle installer checks for a specific set of Windows versions rather than check for a minimum Windows version.
    Workaround:  Right-click the Installer and select Properties.  Click the Compatibility tab and click the checkbox: Run this program in compatibility mode for:  Windows XP SP3).
    2.  The Oracle Installer can't detect Windows Managed Virtual Memory (VM).
    Workaround:  You must temporarily change the Virtual Memory settings and specify specific Initial and Maximum sizes.  See this Microsoft article for more information on changing VM settings.  http://windows.microsoft.com/en-us/windows-vista/change-the-size-of-virtual-memory
    This change will require you to restart your computer.  After you have successfully installed Oracle Forms 10g, you can restore the original VM settings.
    3.  The Oracle installer MUST be installed as an "Administrator". 
    Workaround:  Windows 7 uses "Least privileged user" so you must right-click the Installer and select the Compatibility tab.  Click the "Run this program as an administrator" checkbox.
    4.  Not a Oracle installer issue, but you will have to install the 32-bit version of the Oracle Java Runtime Environment (JRE) (1.6.0 - not 1.7.0) because Oracle Forms is a 32-bit application so it will not be able to use the 64-bit JRE.
    Run the Oracle installer and it should now install succesfully.
    Craig...

  • HP Photosmart D7360 -- Driver/Installation issue

    For some reason my HP Pavillion Laptop no longer recognizes my HP Photosmart printer.  I have downloaded the drivers, I have the disk and no matter what I do, I can't get the printer driver to install. 
    It tells me that it can load verythign BUT the driver.  Any ideas?
    Thanks
    jstjohn

    Welcome to the forums @Pierre-Louis ,
    I read about the installation issue you're having with your Photosmart C4280 on Windows 8. I have a guide that I have heard successful results from and I hope they work for your scenario as well!
    Click this link to get started: A 'Fatal Error' (MSI error) Displays on the Computer During HP Software Installation in Windows
    Good luck
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • How can Firefox Nightly (V. 22.0a1) Global Menu Bar be disabled in Ubuntu 12.04 LTS (When it has been disabled in FireFox Stable (19.0) and Unity (5.18.0))

    I have tried various methods of removing the Global Menu Bar from both unity and Firefox before, but they seem to have no bearing on the Firefox Nightly version.
    1. Nightly doesn't have the "Global Menu Bar Integration" addon by default.
    2. "sudo apt-get remove firefox-globalmenu" does not effect Nightly.
    3. trying "sudo apt-get install appmenu-gtk appmenu-gtk3 appmenu-qt" and then "sudo apt-get autoremove etc..." for unity doesn't effect Nightly.
    4. Menu editor addons don't target this problem.
    5. All searchable online help relates to re-inabling the global bar due to earlier Nightly version bugs.
    6. It doesn't matter what graphics hardware is used, the results are still the same.
    Sorry if this is the wrong place to ask, but on hi-res screens this is more than just annoying to always be running back up to the top bar.
    Related Software Installed:
    Ubuntu 12.04 LTS (64-bit)
    Unity: 5.18.0
    GNOME 3.4.2
    The Bumblebee Project: 3.1
    Firefox Stable Release: 19.0
    Firefox Nightly: 22.0a1
    Relivent Hardware:
    i7 2nd gen CPU
    nVidia: GeForce GT 540M Hybrid Graphics
    Thanks for your time.

    * Try in safemode or reset your firefox and give a try..

  • Photoshop CS6 Installation issues

    Anyone on 10.7.5 having PSCS6 installation issues after trying to apply update via Creative Cloud?

    This link took me to location where I chose the appropriate version of Bridge update and it worked.  My verion was updated to 5.0.1.23
    http://www.adobe.com/support/downloads/product.jsp?product=108&platfor m=Windows

  • NWDS installation issue - "Please wait... completing the install"

    Hi all,
    I got the same "Problem" each time I update my NWDS.
    [Re: NWDS installation issue.|Re: NWDS installation issue.]
    After the installation, when I start the NWDS I get always the message:
    "Please wait... completing the install"
    If I create a new Workspace this really solves the problem but I don't like to create every time a new workspace after an update and copy all my projects back to this new workspace.
    Is there no other solution around? I think I'm not the only one who has this troubles, am I?
    Regards,
    Stefan

    Hi all,
    I solved this problem by myself. So for everyone who is interested in how to solve this problem:
    Just delete the folder .config in
    \workspace\.metadata\
    During the next start of NWDS this folder will be created and everything will work as excpected!
    Stefan

  • Application Runtime Environment installation issue

    Hi,
    JDeveloper 11.1.1.3.0
    OS: Solaris SPARC
    I am trying to install the application runtime environment and I am getting the below error. Please advice me on how to resolve this issue.
    JAVA Version in Solaris SPARC :
    weblogic@comm1 ~/Installs $ java -version
    java version "1.5.0_24"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_24-b02)
    Java HotSpot(TM) Server VM (build 1.5.0_24-b02, mixed mode)
    Error:
    weblogic@comm1 ~/Installs $ cd Disk112/
    weblogic@comm1 ~/Installs/Disk112 $ cd Disk1/
    weblogic@comm1 ~/Installs/Disk112/Disk1 $ ./runInstaller
    ./runInstaller: /apps/wls/Installs/Disk112/Disk1/install/solaris/runInstaller: cannot execute
    ./runInstaller: syntax error at line 299: `count1=$' unexpected
    Thanks,
    Rajesh

    Hi,
    I have installed the jdk 64bit version and tried the application runtime environment installation but I am still getting the same old error. Here it is..
    weblogic@dwlsalescomm1-c2 ~/Installs/Disk112/Disk1 $ ./runInstaller -jreLoc /apps/wls/WL10/jdk1.6.0_21/
    ./runInstaller: /apps/wls/Installs/Disk112/Disk1/install/solaris/runInstaller: cannot execute
    ./runInstaller: syntax error at line 299: `count1=$' unexpected
    JDK Version:
    WL10/jdk1.6.0_21/bin $ ./java -d64 -version
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode)
    Please advice me on how to resolve this installation issue.
    Thanks,
    Rajesh
    Edited by: Rajesh on Mar 15, 2011 8:28 AM

Maybe you are looking for

  • I want to use adobe to convert aPDF file into a word document that I can edit.How??

    I select a PDF file and then use adobe to open it .It then asks me do I want to "save" the file.I save it and when I open it there is nothing there?There is no option to immediately open it in word! How does this thing work?

  • Doubt in BPM monitoring

    Hi guys, I'm doing a file 2 file BPM, where in my sender file has a record tag 1: unbounded containing two sub tags FNAMe and LNAME. I need multiple files to be generated at my output depending on the occurence of the record tag in my input. I have c

  • Cannot Export JPEG still picture from MPEG

    I am trying to use Quicktime Pro 7.1.3 to export a still picture (in JPEG format) from an MPEG video, but this is not working. I followed the directions in the QTPro User Guide: I play and then pause the video once it reaches the desired frame. Then

  • My IPad Apple ID is disabled. How do I enable it

    I have tried to get my Apple ID enabled, with no luck.  Can you help me.  My email is [email protected] PLEASE HELP....I am unable to update my apps or purchase anything on my I Pad Thank you

  • Preferred wireless network

    I cant figure out how to make my macbook connect to my airport by default. Every time I connect, it wants to connect to another non password protected, and non apple connection. Any suggestions on how to keep my Mac from connecting to the other wirel