Installing Netbeans on RedHat Enterprise 5 Linux

Hello,
After installing both the jre-6u2 and jdk-6u2 RPMs I have had no problems getting netbeans to work...
However what caused me to stay up rather late trying to get this thing installed originally was the fact that the installer asks specifically for the location of the j2se sdk location (not the normal jdk) but when the path to that sdk is given it says that it is not a compatible sdk. I doubt that this is a spelling mistake on the installer but I am confused to why the j2se-sdk is not needed.
If anyone can clear this up for me, I would be greatful.
Regards,
Karsten

Hello,
After installing both the jre-6u2 and jdk-6u2 RPMs I have had no problems getting netbeans to work...
However what caused me to stay up rather late trying to get this thing installed originally was the fact that the installer asks specifically for the location of the j2se sdk location (not the normal jdk) but when the path to that sdk is given it says that it is not a compatible sdk. I doubt that this is a spelling mistake on the installer but I am confused to why the j2se-sdk is not needed.
If anyone can clear this up for me, I would be greatful.
Regards,
Karsten

Similar Messages

  • Unable to install j2sdk-1.4.2 in Redhat Enterprise Linux advanced server v3

    When trying to extract j2sdk-1_4_2 on RedHat Enterprise Linux advanced server, I got the message
    Do you agree to the above license terms? [yes or no]
    tail: bash: No such file or directory
    Unpacking...
    Checksumming...
    1
    The download file appears to be corrupted. Please refer
    to the Troubleshooting section of the Installation
    Instructions on the download page for more information.
    Please do not attempt to install this archive file.
    The RHEL is with kernel 2.4.21-37. I got the same error message on extracting both binary code and the rpmfile.
    Is it because of the command "tail +511 $0 > $outname" ? And any experienses on how to fix it?
    Thanks in advance.

    checksum have to be exactyly right. Downloading by IE causes often errors - use firefox in downloading and calculate checksum.

  • Oracle 8.1.7 install fails on RH Enterprise Linux  3

    Hi!
    I've been desperately trying to install Oracle 8i database to RedHat Enterprise Linux 3 (actually it's Whitebox 3.0 that is exactly the same as RH but the logos and other RH stuff stripped), with no luck. I tried to follow the numerous instructions I've found on the net for RH 7.x versions.
    I've installed the glibc compat rpm's and jdk 1.1.8 from blackdown.org and the installer itself starts fine. First problem is that the installer can't detect the ip address of the host. After ignoring that, the install part goes fine but I get a lot of errors about makefiles during the linking. After ignoring the errors and fixing the buggy root.sh script, the Net8 assistant starts, and stops giving out error about missing java .so file in $ORACLE_HOME/lib directory. I checked it, but I can't find the .so file anywhere.
    I've tried to exit the installer, apply the stub patch from oracle and the run dbassist which starts fine but quits after a java error.
    Any ideas what should I do?

    This web site can help you:
    http://www.puschitz.com/
    Joel Pèrez

  • Crystal Reports Server 2008 V1, RedHat Enterprise Linux, MySQL, ODBC

    Iu2019m confused about connecting to an ODBC source from a report within CMC. Iu2019m a Unix guy; I donu2019t know much about Crystal reports, but Iu2019m working with a Crystal guy to get this thing working.
    <br><br>
    First, background: I have installed Crystal Reports Server 2008 V1 in RedHat Enterprise Linux (5.4), and itu2019s running just fine! Iu2019m using the included Tomcat application server, but Iu2019m storing CMS and Audit data our local running copy of MySQL (5.1.42). The RHEL install is native 32-bit (the only way I could get it to work), Crystal is storing and retrieving data from MySQL, The Central Management Console is responding to port 8080 over Tomcat, Iu2019m able to log in and see stuff, and so far, life is good.
    <br><br>
    Now, where Iu2019m stuck: the data weu2019re trying to build reports from <i>also</i> resides in this local Linux / MySQL install, and connecting to it from a report within CMC is where Iu2019m lost.
    <br><br>
    First, I successfully installed the unixODBC and MyODBC drivers in Linux. Iu2019m able to connect to MySQL successfully using the isql utility. Here are my conf files:
    <br><br>
    <pre class="jive-pre"><code class="jive-code jive-java">/etc/odbc.ini
    [DSN_NAME]
    Driver = MySQL ODBC 5.1 Driver
    DATABASE = project_web_prod
    DESCRIPTION = Project Description
    UID = username
    PWD = password
    SOCKET = /var/lib/mysql/mysql.sock
    /etc/odbcinst.ini
    [MySQL ODBC 5.1 Driver]
    Driver = /usr/lib/libmyodbc5.so
    UsageCount = 1
    </code></pre>
    <br>
    Again, this all works with isql (Iu2019ve even used both a socket connection, and port 3306, in odbc.ini).
    <br><br>
    Now, our Crystal guy uploads a report into the CMC. I go to <i>Folders -> <Project Folder></i>, right-click the report I want to test, click <i>Database Configuration</i>, and check the option <i>Use custom database login information specified here</i>. I select database driver <i>ODBC</i> from the dropdown, and type in the server, database, username, and password info. However, when I try to run the report, it fails to connect.
    <br><br>
    So, stupid question, can Crystalu2019s CMC use the system ODBC configuration options? (The ones stored in /etc). Because I saw an odbc.ini file in ~crystalinstalldir/bobje/. I edited it to match the contents of my /etc/odbc[inst].ini files, but to no avail. I saw that Crystal has itu2019s own ODBC engine, but it doesnu2019t support MyODBC driver, does it? I even tried hacking env.sh to use the system unixODBC library instead of the included one, but no luck.
    <br><br>
    So, in short, my question: how do I simply get reports in CMC to connect to a MySQL data source (using ODBC)?
    <br><br>
    Thanks so much! An answer to this question will save my day!
    <br><br>

    Thank you, Efstratios, for the helpful reply!
    So, I followed the directions in the PDF file you attached, and everything went smoothly. However, Iu2019m still not able to connect to ODBC within CMC.
    Hereu2019s what I did:
    <ul style="list-style-type:disc">
    <li>Copied the unixODBC libraries over to &lt;installdir&gt;/bobje/enterprise120/linux_x86/odbc/lib</li>
    <li>Removed MySQL ODBC connector 5.1, installed MySQL ODBC connector 3.51.</li>
    <li>Edited &lt;installdir&gt;/bobje/defaultodbc.ini, added my DSN and MySQL library info as per the instructions (I have both an odbc.ini, and defaultodbc.ini, identical files, just to be safe)</li>
    <li>Tested the connection using these libraries, this odbc.ini, and isql. Worked just fine</li>
    </ul>
    So, my problem seems to be in getting the CMC to actually <i>use</i> my ODBC setup!
    Any other hints / things I could try?
    When I right-click a report, and go to &ldquo;Database Configuration,&rdquo; which connection options should I use for the report? Iu2019ve tried both &ldquo;Use original database logon information from the report,&rdquo; and &ldquo;Use custom database logon information specified here&rdquo; (using the ODBC option from the drop-down menu). Either way, if I enter in the database, username, password, and then try to run the report (&ldquo;Run Now&rdquo;), I get this message in the History: &ldquo;Failed - Information is needed before this report can be processed.&rdquo;
    Is there another place I could get a more helpful error message? Or is there, perhaps, another way I could test database connectivity from within CMC? I wish there were at least a &ldquo;Test Database Connection&rdquo; optionu2026 :P
    Thanks so much for your help!

  • Problem while intalling oracle 11i(11.5.9) on Redhat Enterprise Linux 3

    Dear all,
    we are installing oracle 11i ( 11.5.9) one Redhat Enterprise Linux 3
    it gives the following error massage .
    Error code received when running external process.check the log file for details._
    Running Database Install Driver for PROP instance._
    Please any suggestion.
    Thanks

    Hi,
    This is a generic error, so please check the installation log files for more details about the error.
    Regards,
    Hussein

  • This problem appears while installing oracle 10g on enterprise linux

    Hi All,
    While installing oracle 10g on enterprise linux 5 this message apear:
    http://img134.imageshack.us/my.php?image=problemqy2.png
    More Info:
    Oracle 10g supports redhat 4 and Enterprise Linux is redhat 5 so I changed the redhat-release to 4 to countinue setup but the above error appears, also I tried this configuration on SuSE 10 I changed the SuSE-release to 9 and went good.

    The packeges are already installedIf you execute runInstaller again is the error message the same as before?
    If yes can you post output for this command?
    rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}\n'|grep -i 'libxp'

  • Flash media interactive server with redhat enterprise linux ?

    Was wondering if anyone was having issues trying to install
    the flash media interactive server on a RedHat Enterprise Linux
    machine. It seems that the installer that is packaged with the
    program in incompatiable. If so what are you doing to get the
    server installed? Thanks for any help

    i check the dependencies and noticed that there was one that
    was not satisfyied " libasneu.so.1 as it was link to nothing. After
    moving the file to the /usr/lib and running the ldd command on the
    fmsmaster file i was then able to see the link between the two.
    When I try to install the program again I recieve the same error
    message
    "no package installFMS available"- this happens when i try
    using yum to install the program or
    ERROR: your distribution, unknown, is not supported by this
    Adobe Flash Media Server installer. - happens when ./installFMS is
    ran.
    anyone else know of any other tricks to get this installed ?
    Thanks again for everyone help on this issue.

  • Problem in Installing oracle 11g in enterprise linux

    Hello all,
    Iam new to linux and oracle .... I had downloaded enterprise linux from oraclewebsite, My question is i was not able to install oracle 11g in enterprise linux...
    And when i am trying to install ./runInstaller
    iam getting error message (permission denied).
    is that necessary to install oracle vm server or manager .. if so how to do it .. Please give me clear idea how and where to start..

    Hi,
    The error message which iam getting is
    [root@Karthik database]# ls -la
    total 48
    drwxr-xr-x 8 root root 4096 Sep 10 15:42 .
    drwxr-xr-x 3 root root 4096 Sep 10 15:40 ..
    drwxr-xr-x 12 root root 4096 Sep 10 15:42 doc
    drwxr-xr-x 4 root root 4096 Sep 10 15:42 install
    drwxr-xr-x 2 root root 4096 Sep 10 15:42 response
    drwxr-xr-x 2 root root 4096 Sep 10 15:42 rpm
    -rwxrwxrwx 1 root root 4352 Aug 13 23:56 runInstaller
    drwxr-xr-x 2 root root 4096 Sep 10 15:42 sshsetup
    drwxr-xr-x 14 root root 4096 Sep 10 15:46 stage
    -rw-r--r-- 1 root root 5400 Aug 17 12:25 welcome.html
    [root@Karthik database]# ./runInstaller
    ./runInstaller: line 137: /root/Desktop/linux_11gR2_database_1of2/database/install/.oui: Permission denied
    The command
    bash ./runInstaller.sh didnt helped. again got the error of bash: ./runInstaller.sh: No such file or directory
    Thanks,
    karthik

  • Running ocs10g services on Redhat Enterprise linux v4.0

    Hello,
    How can i run Collaboration Suite Services from linux Redhat Enterprise Linux v4.0?
    Thanks
    Khaled Fahmy

    Can you be more specific?
    Do you have a working installation? Is the manual not explaining situations that you are in?
    OCS does run on RH 4.
    cu
    Andreas

  • Forms 10g certification on Redhat Enterprise Linux 5 ??

    Is Forms 10g certified on Redhat Enterprise Linux 5 ??

    I don't think. of sure RHEL 5 is not certified for DB 10gR2 and even for OAS 10g.
    Even if I have made an installation of DB 10gr2 for RHEL 5 with xen and it's work, meanwhile OAS 10 didn't work!
    Anyway,Try to search for certification matrix on Oracle site

  • Exception signal: 11 (SIGSEGV) on RedHat Enterprise Linux

    Oracle 10g XE running on RedHat Enterprise Linux.
    Certain operations (in this case a delete) cause Oracle instance to die with Exception signal: 11 (SIGSEGV).
    Anyone have any ideas? How do I troubleshoot this, or is it obvious from the trace file entry below that there's a configuration problem?
    THANKS FOR ANY HELP!
    Relevant section from trace file:
    PARSING IN CURSOR #5 len=66 dep=0 uid=36 oct=7 lid=36 tim=1217282870362781 hv=13
    17951628 ad='4727614c'
    delete from HA_ADDL_COMMISSION where (PRODUCT=:b0 and AGENT=:b1)
    END OF STMT
    PARSE #5:c=1000,e=49,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=1,tim=1217282870362779
    EXEC #5:c=0,e=240,p=0,cr=1,cu=8,mis=0,r=2,dep=0,og=1,tim=1217282870363056
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x
    1080, PC: [0xa2c6b92, kpoal8()+4230]
    Registers:
    %eax: 0xffe5b890 %ebx: 0x00000000 %ecx: 0xf7b604a4
    %edx: 0x00000000 %edi: 0x00000000 %esi: 0x00000000
    %esp: 0xffe59724 %ebp: 0xffe599b4 %eip: 0x0a2c6b92
    %efl: 0x00210246
    kpoal8()+4217 (0xa2c6b85) je 0xa2c6b8c
    kpoal8()+4219 (0xa2c6b87) mov 0xc(%edx),%edx
    kpoal8()+4222 (0xa2c6b8a) jmp 0xa2c6b98
    kpoal8()+4224 (0xa2c6b8c) mov 0x15c(%ecx),%edx
    kpoal8()+4230 (0xa2c6b92) mov 0x1080(%edx),%edxkpoal8()+4236 (0xa2c6b98) mov 0x18(%eax),%ecx
    kpoal8()+4239 (0xa2c6b9b) mov %edx,0x14(%ecx)
    kpoal8()+4242 (0xa2c6b9e) jmp 0xa2c6690
    kpoal8()+4247 (0xa2c6ba3) movzb 0xc2b9a63,%edx
    *** 2009-07-01 18:20:59.254
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [kpoal8()+4230] [SIGSEGV] [Address n
    ot mapped to object] [0x1080] [] []
    Current SQL statement for this session:
    delete from HA_ADDL_COMMISSION where (PRODUCT=:b0 and AGENT=:b1)
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedst()+27 call ksedst1() 1 ? 1 ?
    ksedmp()+557 call ksedst() 1 ? 3038 ? F7000000 ?
    F7CECF88 ? FFFFFFFF ?
    F7CECF80 ?
    ssexhd()+863 call ksedmp() 3 ? A2C6B92 ? 616F706B ?
    2928386C ? 3332342B ? 30 ?
    kpoal8()+4230 signal 00000000 B ? F7CEEC8C ? F7CEED0C ?
    opiodr()+835 call 00000000 5E ? 17 ? FFE5B890 ?
    ttcpip()+1839 call 00000000 5E ? 17 ? FFE5B890 ? 5 ?
    opitsk()+1027 call ttcpip() C6E6D80 ? 5E ? FFE5B890 ? 0 ?
    FFE5AD6C ? FFE5B9A0 ?
    opiino()+821 call opitsk() 0 ? 0 ?
    opiodr()+835 call 00000000 3C ? 4 ? FFE5C460 ?
    opidrv()+466 call opiodr() 3C ? 4 ? FFE5C460 ? 0 ?
    sou2o()+91 call opidrv() 3C ? 4 ? FFE5C460 ?
    08288137 call sou2o() FFE5C444 ? 3C ? 4 ?
    FFE5C460 ?
    main()+111 call 082880C2 2 ? FFE5C490 ?
    __libc_start_main() call 00000000 2 ? FFE5C554 ? FFE5C560 ?
    +220 638810 ? 0 ? 1 ?

    Sanjay --
    I don't know what "set all ORACLE variables" means. Is there a manual page somewhere that explains this? I mean, there are a LOT of variables.
    This XE installation works 99.99% of the time, involving hundreds of tables and a large variety of queries, functions, packages, triggers etc. Only this one transaction causes the error, so I'm not sure what additional ORACLE variables would need to be set or modified.
    Also, what's the procedure for submitting an SR to Oracle? Do you have a link? I looked at the Oracle site and it seems to require the user to have a commercial support level before anything can be submitted.
    Thanks.

  • Installing 11.5.8 on REDHAT ENTERPRISE LINUX ADVANCED SERVER 3

    Hi all,
    I am trying to install 11.5.8 on Red Hat Enterprise Linux Advanced Server 3..
    Everything is going fine till the system check like space check and JDK availablity check...
    After that when RAPID INSTALL is tryig to install...it is giving error...
    When I checked in the log..I found the following lines..
    ===================================================================
    Processing DriverFile = /tmp/RapidInstall/template/adridb.drv
    Running Instantiation Drivers for /tmp/RapidInstall/template/adridb.drv
    Invalid target file name in driver file: <s_com>/admin/out
    instantiate file:
    source : /tmp/RapidInstall/template/adrun8i.sh
    dest : /d02/oracle/proddb/8.1.7/temp/PROD/adrun8i.sh
    backup : /d02/oracle/proddb/8.1.7/temp/PROD/adrun8i.sh to /tmp/templbac/adrun8i.sh
    Command: su oraprod -c "cp /tmp/adrun8i.sh /d02/oracle/proddb/8.1.7/temp/PROD/adrun8i.sh" FAILED
    Creating File /d02/oracle/proddb/8.1.7/temp/PROD/adrun8i.sh FAILED
    setting permissions: 755
    setting permissions FAILED
    setting ownership: oraprod:dba
    setting ownership FAILED
    instantiate file:
    source : /tmp/RapidInstall/template/adrundb.sh
    dest : /d02/oracle/proddb/8.1.7/temp/PROD/adrundb.sh
    backup : /d02/oracle/proddb/8.1.7/temp/PROD/adrundb.sh to /tmp/templbac/adrundb.sh
    Command: su oraprod -c "cp /tmp/adrundb.sh /d02/oracle/proddb/8.1.7/temp/PROD/adrundb.sh" FAILED
    Creating File /d02/oracle/proddb/8.1.7/temp/PROD/adrundb.sh FAILED
    setting permissions: 755
    setting permissions FAILED
    setting ownership: oraprod:dba
    setting ownership FAILED
    Step 0 of 2
    Command: /d02/oracle/proddb/8.1.7/temp/PROD/adrun8i.sh
    Step 1 of 2: Doing UNIX preprocessing
    Executing: chmod -R 777 /etc/oraInventory
    chmod -R 777 /etc/oraInventory has suceeded
    Processing Step 1 of 2
    Step 1 of 2
    Command: /d02/oracle/proddb/8.1.7/temp/PROD/adrundb.sh
    Step 2 of 2: Doing UNIX preprocessing
    Executing: chmod -R 777 /etc/oraInventory
    chmod -R 777 /etc/oraInventory has suceeded
    Processing Step 2 of 2
    Processing DriverFile = /tmp/RapidInstall/template/adriapps.drv
    Running Instantiation Drivers for /tmp/RapidInstall/template/adriapps.drv
    instantiate file:
    source : /tmp/RapidInstall/template/adrunias.sh
    dest : /d01/oracle/prodcomn/temp/adrunias.sh
    backup : /d01/oracle/prodcomn/temp/adrunias.sh to /tmp/templbac/adrunias0.sh
    setting permissions: 755
    setting ownership: applprod:dba
    setting ownership FAILED
    instantiate file:
    source : /tmp/RapidInstall/template/adrunat.sh
    dest : /d01/oracle/prodcomn/temp/adrunat.sh
    backup : /d01/oracle/prodcomn/temp/adrunat.sh to /tmp/templbac/adrunat0.sh
    setting permissions: 755
    setting ownership: applprod:dba
    setting ownership FAILED
    Step 0 of 2
    Command: /d01/oracle/prodcomn/temp/adrunias.sh
    Step 1 of 2: Doing UNIX preprocessing
    Executing: chmod -R 777 /etc/oraInventory
    chmod -R 777 /etc/oraInventory has suceeded
    Processing Step 1 of 2
    Executing: su applprod -c "/d01/oracle/prodcomn/temp/adrunias.sh APPS APPS"
    Statusstring Installing iAS - InstantiateFile -d /tmp/RapidInstall/driver/ias/driver/gias.drv
    Error occurred during initialization of VM
    Unable to load native library: /tmp/RapidInstall/jre/Linux/1.3.1/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    Cannot execute install of iAS ORACLE_HOME
    Error - script has returned an error: 1
    Error Code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for PROD instance
    Database Availability Check
    ========================================================
    Can anyone pls help me.
    Ajoy Kumar Thapa

    Do you have experience installing Oracle db on UNIX? It seems to me that you did not even create a group and user with proper rights. Those shell scripts couldn't run.

  • Installing OBIEE on 64 bit Redhat Enterprise Linux 5

    Hello,
    We have a 64 bit Redhat Enterptise Linux 5 box, and I installed on it the 32 bit Oracle Database client as well as the OBIEE software.
    The 64 bit installation requirements state: "For 64-bit Linux system installations, you must use the Oracle Database Client 32-bit libraries."
    However, the installer never prompted me for the location of the 32 bit Oracle Database Client libraries.
    How can I make sure that these libraries were indeed used during the installation?
    Thank you very much.
    -sb

    The installer does not reference any libraries. You will need to place them in the correct or refer to the Database client libraries via your system path for your Server to work correctly.
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31765.pdf
    Configuring Oracle Databases BI Server Under UNIX (page 135)

  • Installing Oracle 10g on Enterprise Linux 4 Update 5 Media Pack for x86_64

    Hello everyone,
    I'm trying to determine whether the required rpm packages are installed on the new EL 4, and it seems after running the query using the # rpm -q there are packages missing.
    According to the install section from the Doc Library these packages must exist in Red Hat Enterprise Linux 4.0 for 10g to install successfully. My guess is, if RHEL 4 needs to have it, then Oracles Unbreakable should too... right?
    binutils-2.15.92.0.2-10.EL4
    compat-db-4.1.25-9
    control-center-2.8.0-12
    gcc-3.4.3-9.EL4
    gcc-c++-3.4.3-9.EL4
    glibc-2.3.4-2
    glibc-common-2.3.4-2
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.3-9.EL4
    libstdc++-devel-3.4.3-9.EL4
    make-3.80-5
    pdksh-5.2.14-30
    sysstat-5.0.5-1
    xscreensaver-4.18-5.rhel4.2
    Has anyone had experience doing such an installation, and if so, what exactly is missing from Oracle's EL4 and where can I get it.

    Thanks Terry and Jason for your responses. I've come along on this install but ran into a little snag. Hope you two and other members can help. Here's my output from the xterm:
    [root@localhost database]# ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system versions: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /u01/tmp/OraInstall2007-05-22_10-52-09PM. Please wait ...
    The user is root. Oracle Universal Installer cannot continue installion if the user is root.
    : No such file or directory
    [root@localhost database]#
    I don't know what to do, and weren't able to run it as user_oracle. Could you make a recommendation on how to resolve this error? Also, will I also need to make any clean-up efforts before beginning a new install?
    Many thanks.

  • Making new oracle 10g cluster in redhat enterprise linux

    Hy All
    i have installed redhat enterprise server in 2 systems and both are attached with SANE network storage. i want to configure oracle 10 g clustering with this setup.
    should i have to configure clustering in linux only or there is a feature of clustering in oracle?
    if yes than how to do that? i dont have any idea about oracle
    please somebody help me
    with regards,
    ali

    Hi Ali!
    Hardware clustering is differnet from Oracle clustering.
    If you have the database you should investigate RAC http://www.oracle.com/pls/db102/to_toc?pathname=rac.102%2Fb14197%2Ftoc.htm&remark=portal+%28Administration%29
    For the Application Server have a look at http://download-uk.oracle.com/docs/cd/B14099_18/core.1012/b14003/toc.htm
    Hardware clustering with RedHat could be achieved with Piranha.
    cu
    Andreas

Maybe you are looking for