Installing Jdev 11.1.1.2 in Ubuntu 9.10 fail

Hello
When I try to install Jdev in my ubuntu 9.10 I'm having this erros after setting Product Install Directory.
2009-12-09 16:15:39,596 ERROR [WizardController] com.bea.plateng.wizard.WizardController - Uncaught Exception
java.lang.NullPointerException
     at java.io.File.<init>(File.java:222)
     at com.bea.plateng.wizard.installer.diskspace.TempDir.<init>(TempDir.java:55)
     at com.bea.plateng.wizard.installer.diskspace.TempDir.getInstance(TempDir.java:41)
     at com.bea.plateng.wizard.installer.helpers.DiskSpaceHelper.checkDiscSpaceForProductInstallation(DiskSpaceHelper.java:255)
     at com.bea.plateng.wizard.installer.helpers.ProductDirHelper.setStoreKeysAndValidateDiskSpace(ProductDirHelper.java:474)
     at com.bea.plateng.wizard.installer.helpers.ProductDirHelper.validateAndSet(ProductDirHelper.java:278)
     at com.bea.plateng.wizard.installer.gui.tasks.ProductDirChooserTask.okNext(ProductDirChooserTask.java:143)
     at com.bea.plateng.wizard.WizardController.nextTask(WizardController.java:642)
     at com.bea.plateng.wizard.WizardController.run(WizardController.java:519)
     at java.lang.Thread.run(Thread.java:619)
My java version:
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
Java HotSpot(TM) Server VM (build 14.1-b02, mixed mode)
I saw this thread Installation Of JDeveloper 11.1.1.1.0  on Mac OSX fails with a fatal error but I can't reproduce in linux?
Any Help?
Thanks

You are running 64bit or 32bit ubuntu?
Are you using the bin or the jar installer?
Timo

Similar Messages

  • It is not possible to install LenovoEMC Storage Manager for Linux on Ubuntu 14.10

    hi,
    I have big problem installing LenovoEMC Storage Manager for Linux on Ubuntu 14.10 64bit.
    I downloaded it from https://lenovo-na-en.custhelp.com/app/answers/detail/a_id/26108
    Installed JRE (both 64 and 32 bit)
    Selection Path Priority Status
    0 /usr/lib/jvm/java-8-oracle/jre/bin/java 1 auto mode
    * 1 /usr/lib/jvm/java-8-oracle/jre/bin/java 1 manual mode
    2 /usr/local/java/jre1.8.0_25/bin/java 1 manual mode
    java -version
    java version "1.8.0_25"
    Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
    Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
    tryed with both. but without success.
    I am still getting error:
    ./setup-1.4.4.14439.bin
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    Graphical installers are not supported by the VM. The console mode will be used instead...
    Preparing CONSOLE Mode Installation...
    ===============================================================================
    Choose Locale...
    1- Deutsch
    ->2- English
    3- Español
    4- Français
    5- Italiano
    6- Nederlands
    7- Português (Brasil)
    8- Svenska
    CHOOSE LOCALE BY NUMBER: 2
    =======================================================
    Installer User Interface Mode Not Supported
    The installer cannot run in this UI mode. To specify the interface mode, use the -i command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent.
    =======================================================
    Any help?
    Thanks!
    Solved!
    Go to Solution.

    Ok , i got this baby working.. sudo is not a problem here.. you need to specify additional java parameter for installer!
    ./setup-1.4.4.14439.bin LAX_VM /usr/bin/java

  • Installing Oracle Database Express Edition 11g on UBUNTU

    Hello everyone,
    I want to install Oracle Database Express Edition 11g on UBUNTU. I followed the steps from this link created by Dude:
    https://forums.oracle.com/thread/2303639?start=0&tstart=0
    My problem becomes when I type in from the terminal:
    sudo /etc/init.d/oracle-xe configure
    I followed the instructions there, agreeing t HTTP port 8080, port database listener 1521,  specifying a password for my database account, and wanting Oracle Express to be started on boot. This is what I'm getting:
    Starting Oracle Net Listener...touch: cannot touch `/var/lock/subsys/listener': No such file or directory
    Done
    Configuring database...
    Database Configuration failed.  Look into /u01/app/oracle/product/11.2.0/xe/config/log for details
    I have no idea what this means, so I went into the log's location and I found 4 of them, so I clicked on each of them, and this is what I'm getting:
    1. cloneDBCreation.log:
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    ORA-00845: MEMORY_TARGET not supported on this system
    Create controlfile reuse set database "XE"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter system enable restricted session
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter database "XE" open resetlogs
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter database rename global_name to "XE"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter system switch logfile
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    alter system checkpoint
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    2. CloneRmanRestore.log
    ORA-00845: MEMORY_TARGET not supported on this system
    select TO_CHAR(systimestamp,'YYYYMMDD HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    declare
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    select TO_CHAR(systimestamp,'YYYYMMDD HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    3. postDBCreation.log
    begin
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    File created.
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    ORA-00845: MEMORY_TARGET not supported on this system
    select 'utl_recomp_begin: ' || to_char(sysdate, 'HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    BEGIN utl_recomp.recomp_serial(); END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    select 'utl_recomp_end: ' || to_char(sysdate, 'HH:MI:SS') from dual
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    4. postScripts.log
    CREATE OR REPLACE LIBRARY dbms_sumadv_lib AS '/u01/app/oracle/product/11.2.0/xe/lib/libqsmashr.so';
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    BEGIN dbms_datapump_utl.replace_default_dir; END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    commit
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    create or replace directory XMLDIR as '/u01/app/oracle/product/11.2.0/xe/rdbms/xml'
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    DROP DIRECTORY ORACLE_OCM_CONFIG_DIR
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    DROP DIRECTORY ADMIN_DIR
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    DROP DIRECTORY WORK_DIR
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    BEGIN dbms_swrf_internal.cleanup_database(cleanup_local => FALSE); END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    commit
    Can somebody that knows this, or has installed Oracle Express on Ubuntu, to please explain it to me what does it mean and why am I getting those errors. Please explain thoroughly as if I am an amateur person, IN DETAIL, STEP-BY-STEP. I want to run it and make it work! I heard that it encourages people to answer for points. I am open for your suggestions and experiences, as long as it's not 'use common sense', 'you're dumb', or an answer that is vaguely explained.  Thank you for those that take the time to read it.
    ec557fac-f825-4356-a220-1ec941ce7cd0 

    Hi Pradeepcmst,
    Thanks for your suggestion, but I found it sometimes misunderstanding on what he's trying to say - his instructions are not step-by-step and precise. Instead, I found this link that helped me a lot:
    Installing Oracle 11gXE on Mint and Ubuntu | The Anti-Kyte

  • Installing JDev on a Mac with volume names that have spaces

    I'm stuck on trying to install JDev on a mac. I have two volumes (factory installed) - Macintosh HD and Macintosh HD 2.
    I created a symbolic link and can use that in the initial screen where I set the Middleware Home Directory and get past that fine. However, after I select the jdk, I get to the 'Choose Product Installation Directories' screen and it shows the full path (not using the symbolic link). These fields are greyed out, so I can't change the paths to use my symlink here. When I click 'Next' I get the 'The directory path must not contain spaces' error.
    Any help would be greatly appreciated!!

    "though jdev is the first application I've run into after developing for a couple years on a mac that I ran into this problem"
    In reality JDev isn't a native Mac OSX application, it's a linux Java application in disguise, so it's not a smart ".app" install like used elsewhere on the Mac. Thus why it uses the full volume paths I suspect.
    In thinking about this issue this morning I guess another option is to rename the hard drives. This isn't ideal if you've already installed a lot of software, usually something (like JDev) has hardcoded the volume path. Also be warned a quick Google shows that some people have trouble booting their Mac after such a change (though it appears to be repairable with some sleuthing).
    CM.

  • Error while installing Jdev 11.1.1.16 on Mac -"There is only 1 MB available

    Hello,
    I am trying to install Jdev 11g on my macbook and every time I try getting below error.
    Insufficient disk space ! installer requires:-
    832 MB for middleware home at /users/Kumar/Oracle/middleware,
    There is only 1 MB available at /Users/Kumar/Oracle/Middleware
    I followed Can't install jdeveloper 11g build 5188 thread but no luck... I am windows user, try to switch on mac.
    Pls advice. Its frustrating.

    Kumars-MacBook-Pro:~ Kumar$ du -h oracle/Middleware
    0B     oracle/Middleware/jdeveloper
    0B     oracle/Middleware/wlserver_10.3
    8.0K     oracle/Middleware
    all folder are empty.

  • How To Install VMware Server 2.0.2 On Ubuntu Server 12.10

    Someone could help me install vmware server 2.0.2  in ubuntu server 12.10.
    Thank you very much in advance.

    Run this from the command line:
         sudo vmware-modconfig --console --install-all
    Then start the vm player.

  • Installing Sirius open-source intelligent assistant for Ubuntu on Arch

    I'm looking to install Sirius an open-source intelligent personal assistance similar to Apple's Siri or Microsoft Cortana   http://sirius.clarity-lab.org/. As of now all of the install scripts and packages are set for Ubuntu. What would be the best way to install this on Arch?

    karol wrote:
    legolas558 wrote:
    dcc24 wrote:
    So, let me get this straight. You have a precompiled binary for Windows and a source package for Arch. And you are wondering why does compiling take time? If an Arch binary existed, which you can obtain by compiling, installation would be fast in Arch too.
    Also, this is not about "FreeCAD not being for Arch newbies", it is about knowing the binary/source difference and if you are having problems comprehending that, then I suggest you do some reading before putting the blame on Arch.
    I am specifically complaining about the lack of a pre-compiled binary package for freecad (and its dependencies, like the huge opencascade) in Arch Linux. I regularly use Arch Linux, Gentoo, Debian and Ubuntu so, yes, I know the difference. I am just saying that Arch Linux + binary package for freecad is better than Arch Linux without it, so I'd like to know why it was excluded and/or nobody ever tried to submit it for the [community] repo.
    Too many packages, to few people maintaining them.
    This is the information I needed. Thanks. I have asked because I really didn't know the reason nor could find why it was not on [community]. I thought about non-free dependencies, security issues or whatever, but I really didn't know.
    karol wrote:Please, just because the package *you* care about is not in the [community] you have to start a thread?
    I don't care particularly for this package or for any other...I just picked up an use case which (partially) fails because (1) you can't know in advance how long it will take, (2) system can hangup (it just did!) and then you loose the partially compiled package, (3) the future upgrades will be bloody as well.

  • Install mac os x 10.4 with ubuntu

    I need your help. I have powerbook g4 with only ubuntu as operatin system. Now I want to install mac os x 10.4 but I have no idea how to do it. I haven't the original cd of mac but I have the dmg file of the mac os x.
    thanks

    Hello,
    You need a Mac OS X 10.4 install disk.
    You would need to boot from that and use disk utilities to reformat your hard drive to Mac extended journal.
    Follow the installation for Mac OS X 10.4 after formatting.
    You can't install Mac OS X on top of Ubuntu without first formatting the drive.
    If you wish to duel boot, then your need to obtain another Linux install software that will allow you to do so.
    The DMG wont be much help, unless you can burn to disk. To do so it would need to be a disk image.
    You really are advised to obtain the original system restore disks.

  • Install jdev in mac 10.9

    hi all im trying to install jdev ver 11.1.6 or 11.1.7 in mac 10.9
    but i always got error  during setup
    when progress bar @ 45%  it get error  -- fatal error  installation will exit
    any body know about that error ?

    any one ???

  • Installing JDev 3.1.1.2

    I was installing JDev 3.1.1.2 on another PC. I choose custom, JDBC was gray meaning it had sub-items. I clicked on change. It listed 7.0.5, 8.0.5 and 8.1.6. I tried to deselect 7.0.5 but couldn't. I tried to deselect 8.0.5 and 8.1.5 and couldn't.
    I went back to the JDBC level and into another sub-item and couldn't deselect items there too.
    Is it broken?

    Many of the install options are forced to be installed. More than likely, the JDBC drivers is one of them (or they are required by a another selected component).
    If you want to remove the 7.3.4 and 8.0.5 JDBC drivers you can go under where you installed JDeveloper.
    cd %JDEVELOPER_HOME% (where you installed jdev)
    cd jdbc
    rmdir /s oracle7.3.4
    rmdir /s oracle8.0.5
    Hope this helps,
    Rob
    null

  • Hi, after installing Adobe CC I tried opening Adobe Photoshop. This failed. I get the opening window where it says installing plugins searching etc, after which PS opens in full screen. Just moments after that there's a fail warning, no code number, only

    Hi, after installing Adobe CC I tried opening Adobe Photoshop. This failed.
    I get the opening window where it says installing plugins searching etc, after which PS opens in full screen.
    Just moments after that there's a failure warning, no code number, only the warning that PS failed to open and PS will close.
    I tried downloading it for a second time, but this did'nt solve the problem.
    Befor the CC version I used a one year student version of Adobe CS6.
    What can I do?

    Regarding the Flash Player problem, disable Hardware Acceleration to circumvent driver incompatibilities.
    Regarding the Flash Pro installation problems, post in the Flash forums or http://forums.adobe.com/community/download_install_setup

  • HT1923 I'm trying to re-install itunes on my laptop & I am getting a message that has stopped the re-install & it says: "Service 'Apple Mobile Device" (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start system servic

    I'm trying to re-install itunes on my laptop & I am getting a message that has stopped the re-install & it says: "Service 'Apple Mobile Device" (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start system services."  The diaglogue box gives me the options to abort, retry, or ignore; when I tried retry and ignore the re-install process stays stalled & the dialogue box comes back & I don't want to abort & start this all over to probably end up with the same issue; what does this mean & what do I do?

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • After the update to Android 5.0.1 my Galaxy Gear S will not install apps, I get an error message that says "Installation Failed. Try Later. (WO:WO:-1002)

    After the update to Android 5.0.1 on my Galaxy Note 4, my Galaxy Gear S will not install apps, I get an error message that says "Installation Failed. Try Later. (WO:WO:-1002). I am glad it was a free app I was trying to install (I tried a couple of different ones to see if it was just a bad app and they all failed on the install. The Note 4 and the Gear S seem to be communicating okay via bluetooth (health stuff syncs, Gear S controls the music player on the note 4 Etc. )

    Everything that I had installed previously on the gear S still works.
    Everthing while in the gear manager seems to be working okay also. I can make changes in the Gear manager on the note 4 and they show up on the gear S. I have an app called watch styler , it let me create a new watch on the Note 4 and that showed up on the Gear S.
    The only thing that seems to be not working is installing new apps.
    When trying to get a new app it looks like it is working as normal , the dowload shows it is working but it errors out when it goes to install it.
    REPLY SEPARATOR ***********

  • Cannot install itunes  I get a message that apple mobile device failed to start..  verify that you have sufficient priveliges to start system services

    cannot install itunes  I get a message that apple mobile device failed to start..  verify that you have sufficient priveliges to start system services

    Hello, Edward. 
    Thank you for visiting Apple Support Communities.
    I think the best option would be to completely uninstall all components of iTunes in the order specified of the article below.  Once this is done attempt to install iTunes again.
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    If the issue persists, try the steps in the article below.
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/ts1567
    Cheers,
    Jason H.

  • Itunes won't install. I get a message stating "apple mobile device failed to start. Verify that you have sufficient priveleges to start system services. I had itunes on this laptop and an urgrade came. Now nothing. Windows7, 64 bit

    itunes won't install. I get a message stating "apple mobile device failed to start. Verify that you have sufficient priveleges to start system services. I had itunes on this laptop and an urgrade came. Now nothing. Windows7, 64 bit

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

Maybe you are looking for