Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot install any rpms related to SQL Developer

JhilApr 8 2016 — edited Apr 8 2016

Hi all,

Tried to install SQL-Developer on my linux machine but getting error.

Downloaded  JDK from Java SE Development Kit 8 - Downloads

Linux x86  154.74 MB   jdk-8u77-linux-i586.rpm

>> Installing JDK RPM

# rpm -Uvih jdk-8u77-linux-i586.rpm

Preparing...                ########################################### [100%]

   1:jdk1.8.0_77            ########################################### [100%]

Unpacking JAR files...

        tools.jar...

/usr/java/jdk1.8.0_77/bin/unpack200: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/java/jdk1.8.0_77/bin/unpack200)

Error: unpack could not create JAR file:

        /usr/java/jdk1.8.0_77/lib/tools.jar

Please refer to the Troubleshooting section of the Installation Instructions

on the download page.

        plugin.jar...

/usr/java/jdk1.8.0_77/bin/unpack200: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/java/jdk1.8.0_77/bin/unpack200)

Error: unpack could not create JAR file:

        /usr/java/jdk1.8.0_77/jre/lib/plugin.jar

Please refer to the Troubleshooting section of the Installation Instructions

on the download page.

        javaws.jar...

/usr/java/jdk1.8.0_77/bin/unpack200: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/java/jdk1.8.0_77/bin/unpack200)

Error: unpack could not create JAR file:

        /usr/java/jdk1.8.0_77/jre/lib/javaws.jar

Please refer to the Troubleshooting section of the Installation Instructions

on the download page.

        deploy.jar...

/usr/java/jdk1.8.0_77/bin/unpack200: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/java/jdk1.8.0_77/bin/unpack200)

Error: unpack could not create JAR file:

        /usr/java/jdk1.8.0_77/jre/lib/deploy.jar

Please refer to the Troubleshooting section of the Installation Instructions

on the download page.

        rt.jar...

/usr/java/jdk1.8.0_77/bin/unpack200: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/java/jdk1.8.0_77/bin/unpack200)

Error: unpack could not create JAR file:

        /usr/java/jdk1.8.0_77/jre/lib/rt.jar

Please refer to the Troubleshooting section of the Installation Instructions

on the download page.

        jsse.jar...

/usr/java/jdk1.8.0_77/bin/unpack200: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/java/jdk1.8.0_77/bin/unpack200)

Error: unpack could not create JAR file:

        /usr/java/jdk1.8.0_77/jre/lib/jsse.jar

Please refer to the Troubleshooting section of the Installation Instructions

on the download page.

        charsets.jar...

/usr/java/jdk1.8.0_77/bin/unpack200: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/java/jdk1.8.0_77/bin/unpack200)

Error: unpack could not create JAR file:

        /usr/java/jdk1.8.0_77/jre/lib/charsets.jar

Please refer to the Troubleshooting section of the Installation Instructions

on the download page.

        localedata.jar...

/usr/java/jdk1.8.0_77/bin/unpack200: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/java/jdk1.8.0_77/bin/unpack200)

Error: unpack could not create JAR file:

        /usr/java/jdk1.8.0_77/jre/lib/ext/localedata.jar

Please refer to the Troubleshooting section of the Installation Instructions

on the download page.

        jfxrt.jar...

/usr/java/jdk1.8.0_77/bin/unpack200: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/java/jdk1.8.0_77/bin/unpack200)

Error: unpack could not create JAR file:

        /usr/java/jdk1.8.0_77/jre/lib/ext/jfxrt.jar

Please refer to the Troubleshooting section of the Installation Instructions

on the download page.

# rpm -Uvih sqldeveloper-4.1.3.20.78-1.noarch.rpm

error: Failed dependencies:

        rpmlib(FileDigests) <= 4.6.0-1 is needed by sqldeveloper-4.1.3.20.78-1.noarch

        rpmlib(PayloadIsXz) <= 5.2-1 is needed by sqldeveloper-4.1.3.20.78-1.noarch

Thanks

Can anyone help me to troubleshoot  this issue ?

Comments

Darryl Gove-Oracle

Hi,

I'm not sure what problem you are hitting. My suggestions for workarounds are:

a) record the experiment to /tmp (-o /tmp/test.1.er) this is probably good practice anyway since it avoids problems where disk latency creates a probe effect.

b) Try starting the process under collect then using signals to switch on data collection for the duration of interest.

https://blogs.oracle.com/d/entry/controlling_profiling

c) I've not tried -S on with -P <pid> I suspect that it relies on interposing on the synchronisation calls, so would not be effective. So I'd try dropping this combination of options.

Regards,


Darryl.

2727557

Hi Darryl,

Thanks for your response, let me try the option b mentioned in your blog because the first option didn't work.

Will let you know whether we could gather all the measures which we are interested.

Thanks

Sattish

2727557

Hi Darryl,

We tried with the below mentioned option

./collect -P 24829 -o /tmp/test.9.er  But still the same error

NOTE: No J2SE[tm] was specified for checking.

    The following J2SE[tm] versions are recommended:

      J2SE[tm] 1.7.0_25 or later 1.7.0 updates (preferred)

NOTE: You can download and install the J2SE[tm] from http://www.oracle.com/technetwork/java/javase/downloads.

WARNING: Java data collection may fail: J2SE[tm] version is unsupported.

Reading atlasserv

Reading ld-linux.so.2

Reading libppfaketime.so.1

Reading librt.so.1

Reading libpthread.so.0

Reading libcrypt.so.1

Reading libz.so.1

Reading libdl.so.2

Reading libkrb5.so.3

Reading libicui18n.so.36

Reading libicuuc.so.36

Reading libicudata.so.36

Reading libicuio.so.36

Reading libexpat.so.0

Reading libqpidmessaging.so.3

Reading libqpidtypes.so.1

Reading libxerces-c.so.27

Reading libstdc++.so.6

Reading libm.so.6

Reading libc.so.6

Reading libgcc_s.so.1

Reading libk5crypto.so.3

Reading libcom_err.so.2

Reading libkrb5support.so.0

Reading libkeyutils.so.1

Reading libresolv.so.2

Reading libqpidclient.so.6

Reading libuuid.so.1

Reading libselinux.so.1

Reading libqpidcommon.so.6

Reading libsepol.so.1

Reading libboost_program_options.so.2

Reading libboost_filesystem.so.2

Reading libsasl2.so.2

Reading ISO8859-1.so

Reading libcollector.so

Attached to process 24829

t@4133668672 (l@24829) stopped in __kernel_vsyscall at 0xffffe410

0xffffe410: __kernel_vsyscall+0x0010:   popl     %ebp

dbx: The HW counter configuration could not be loaded

Run "collect -h" or "er_kernel -h" with no other arguments for more information on HW counters on this system.

dbx: Creating experiment database /tmp/test.9.er (Process ID: 7769) ...

dbx: Experiment directory not writable

Experiment aborted

error at line 15 of file 'dbxcol61PZeE'

detaching from process 24829

Could you please review

Thanks

Sattish.

Darryl Gove-Oracle

Did you have any better luck with option (b)? Regards, Darryl.

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 6 2016
Added on Apr 8 2016
11 comments
2,167 views