Java install via Add/Remove crashed

Bug #103933 reported by Gary W.
322
This bug affects 5 people
Affects Status Importance Assigned to Milestone
openjdk-6 (Ubuntu)
Fix Released
Undecided
Unassigned
Nominated for Hardy by Marco Costantini
Nominated for Intrepid by letizia
sun-java5 (Ubuntu)
Won't Fix
Undecided
Unassigned
Nominated for Hardy by Marco Costantini
Nominated for Intrepid by letizia
sun-java6 (Debian)
Fix Released
Unknown
sun-java6 (Ubuntu)
Won't Fix
Undecided
letizia
Nominated for Hardy by Marco Costantini
Nominated for Intrepid by letizia

Bug Description

Binary package hint: ubuntu-restricted-extras

Just picked a bunch of restricted stuff to install while running from the livecd. Here's the error output.
Setting up sun-java6-jre (6-00-2ubuntu2) ...

Setting up sun-java6-bin (6-00-2ubuntu2) ...
/usr/lib/jvm/java-6-sun-1.6.0.00/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
dpkg: error processing sun-java6-bin (--configure):
 subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of sun-java6-plugin:
 sun-java6-plugin depends on sun-java6-bin (= 6-00-2ubuntu2); however:
  Package sun-java6-bin is not configured yet.
dpkg: error processing sun-java6-plugin (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of ubuntu-restricted-extras:
 ubuntu-restricted-extras depends on sun-java6-plugin; however:
  Package sun-java6-plugin is not configured yet.
dpkg: error processing ubuntu-restricted-extras (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 sun-java6-bin
 sun-java6-plugin
 ubuntu-restricted-extras
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
Setting up sun-java6-bin (6-00-2ubuntu2) ...
/usr/lib/jvm/java-6-sun-1.6.0.00/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
dpkg: error processing sun-java6-bin (--configure):
 subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of sun-java6-plugin:
 sun-java6-plugin depends on sun-java6-bin (= 6-00-2ubuntu2); however:
  Package sun-java6-bin is not configured yet.
dpkg: error processing sun-java6-plugin (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of ubuntu-restricted-extras:
 ubuntu-restricted-extras depends on sun-java6-plugin; however:
  Package sun-java6-plugin is not configured yet.
dpkg: error processing ubuntu-restricted-extras (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 sun-java6-bin
 sun-java6-plugin
 ubuntu-restricted-extras

ProblemType: Bug
Architecture: i386
Date: Fri Apr 6 22:57:27 2007
DistroRelease: Ubuntu 7.04
Uname: Linux ubuntu 2.6.20-12-generic #2 SMP Wed Mar 21 20:55:46 UTC 2007 i686 GNU/Linux

Changed in ubuntu-restricted-extras:
assignee: nobody → nrg88hq
Revision history for this message
Johnny Levai (digistyl3) wrote :

So you selected the ubuntu-restricted-extras package from the Add/Remove durin a Live CD session.
Where you using Gnome or KDE and how much memory did you have? (I'm trying to reproduce it here in VMware)

Changed in ubuntu-restricted-extras:
status: Unconfirmed → Needs Info
Revision history for this message
Gary W. (node45-55) wrote :

I was using Gnome. The computer has 1 gig of RAM. I could try reproducing it again over here and giving you more info if you think it will help, though I wouldn't be sure what other information would be helpful.

Revision history for this message
Johnny Levai (digistyl3) wrote :

I could reproduce this. No mather if I click on the Reload list button in the Add/Remove section or not, when trying to install Ubuntu Restricted Extras I get the following:
1. It starts to download packages, and then suddenly stops, Ubuntu Restricted Extras is still unselected.
2. Then I select the package again, and it sort of continues, I agree to the license agreement and so on, but in the end, when setting up the packages, it gives me an error, and the output Gary W. posted.
I rebooted and tried again, but the same happened again and again.

I tried a sudo apt-get update, and then tried to install ubuntu-restricted-extras, but the packages wasn't in the database... strange.

Gary, does this happen only in the Feisty Beta livecd?

Changed in ubuntu-restricted-extras:
assignee: nrg88hq → nobody
status: Needs Info → Confirmed
Revision history for this message
Gary W. (node45-55) wrote :

I don't know, that's the only version I've tried.

Revision history for this message
Vano Beridze (vanuatoo) wrote :

This bug is reproducible in ubuntu 7.04 release livecd.
I even tried to install manually jdk from sun site but it gives me the following error
error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
I manually update ld.so.conf to include libjli.so that resides in JDK_HOME/jre/lib/i386/jli and also added JDK_HOME/jre/lib/i386/
dir but now running java gives me the following problem
Error: could not find libjava.so
Error: could not find Java 2 Runtime Environment.
This is the first linux distribution that can't run java out of box.

Revision history for this message
Mike (mike0999) wrote :

I get the same error as Vano on a Feisty liveCD, upgraded to the most recent version of Feisty from Feisty Herd3. I am using the Gnome desktop. If I run a locate, however, it appears that this libjli.so library is not on my system

Revision history for this message
Sarah Kowalik (hobbsee-deactivatedaccount) wrote :

This is a bug in sun-java6, not ubuntu-restricted-extras

Revision history for this message
Tel (lists-bespoke) wrote :

I have seen the same error with the missing libjli.so when installing Java into an ubuntu chroot. Making sure that the /proc was correctly mounted in the chroot caused the error to go away.

Seems that the binary /usr/lib/jvm/java-6-sun-1.6.0.00/bin/java checks inside its own /proc/self/exe to find a path, and then mangles that path to find the shared library files. In other words, the libraries are found in a path RELATIVE to the running executable rather than normal absolute library paths.

This allows it access to libraries outside the standard ldconfig system. I would guess that such a method might be fragile so hopefully this gives people a hint about where to look for problems.

Revision history for this message
Kalrog (nathan-deckinga) wrote :

Also happens in Gutsy current tribe release.

Revision history for this message
Kalrog (nathan-deckinga) wrote :

Some strategic un/re installing and rebooting seems to have fixed it. I was working on a Xine problem at the same time so I don't know what order of steps it was that truly fixed this but it could just be an order of installation thing.

Revision history for this message
wolfen69 (wolfen69) wrote :

i am using gutsy tribe5.

Revision history for this message
Crankeye (crankeye) wrote :

A quick fix:
1. Open console and type: ln -s / /cow

More info:
http://ubuntuforums.org/showpost.php?p=1947183&postcount=12

Revision history for this message
Mike (mike0999) wrote :

That seems to have worked for me as well.

Revision history for this message
nicarley (nicarley) wrote :

I got the same error installing the extras on my system (not a livecd) but an actual install.

Revision history for this message
John B. (jbuncher) wrote :

I've also run in to this on a Gutsy (final) LiveCD, installing via the "Ubuntu Restricted Extras" package in Add/Remove, as well as apt-get install sun-java6-jre from a terminal.

Revision history for this message
WalterCool (waltercool) wrote :

//A quick fix:
//1. Open console and type: ln -s / /cow

That works very good :)

Many thanks

Revision history for this message
Matti Lindell (mlind) wrote :

Confirming sun-java5 task because of bug #84765.

Changed in sun-java5:
status: New → Confirmed
Revision history for this message
John Doe (johndoe32102002) wrote :

I can confirm this bug in Ubuntu Hardy running i386 (AMD 32-bit) LiveCD.

Revision history for this message
cfriedt (chrisfriedt) wrote :

apt-get install sun-java6-bin fails on Gutsy 7.10 with the same error reported above.

java does not find libjli.so, libjava.so. Libjava.so does not find libjvm.so.

sure sucks not to be able to do anything with java. How did this actually slip on to a 'final' release? Even the icedtea JVM has the same problem and it's suggested in the Ubuntu documentation.

I've actually sorted out all of the .so dependencies by going into /usr/lib/jvm/java-6-sun/jre and making a few clever symlinks, but then I experience something that could only happen on Ubuntu:

(unsatisfied link)

root@ubuntu:/usr/lib/jvm/java-6-sun/jre/bin# ldd java
        linux-gate.so.1 => (0xffffe000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7ecb000)
        libjli.so => not found
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7ec6000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7d7c000)
        /lib/ld-linux.so.2 (0xb7ef1000)

(link is satisfied)

LD_LIBRARY_PATH=/usr/lib/jvm/java-6-sun/jre/lib/i386 ldd java
        linux-gate.so.1 => (0xffffe000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7f0f000)
        libjli.so => /usr/lib/jvm/java-6-sun/jre/lib/i386/libjli.so (0xb7f05000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7f01000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7db7000)
        /lib/ld-linux.so.2 (0xb7f35000)

(Now it breaks again... go team!)

LD_LIBRARY_PATH=/usr/lib/jvm/java-6-sun/jre/lib/i386:/usr/lib/jvm/java-6-sun/jre/lib/i386/jli/libjli.so:/usr/lib/jvm/java-6-sun/jre/lib/i386/client ./java Hello
Error: could not find libjava.so
Error: could not find Java 2 Runtime Environment

Honestly, I thought that Ubuntu was supposed to 'just work'. So much for that idea.

Revision history for this message
DeeDee0815 (deedee0815) wrote :

Oh man, developers! Hurry up! This bug has to be fixed to the Hardy final release! What's the problem to fix that? I think this is no problem of the Sun JRE, it's a bad packed package.

Greetings,
DeeDee0815

Revision history for this message
Matti Lindell (mlind) wrote :

Affects openjdk-6 too, see bug #219666.

Revision history for this message
ubuntu_demon (ubuntu-demon) wrote :

This guy created a similar problem by hand :
http://forum.java.sun.com/thread.jspa?threadID=5127431&messageID=9453860

[quote]
sorry, i accidentally made a non-symbolic link to /usr/bin/java . using a symbolic link (ln -s) instead makes it work.
[/quote]

Revision history for this message
ubuntu_demon (ubuntu-demon) wrote :

Can someone please confirm this bug in openjdk-6 by installing icedtea-gcjwebplugin (which gets installed by ubuntu-restricted-extras in hardy).

Revision history for this message
Joshua Swink (yathster) wrote :

Bug still present in sun-java6-bin 6-06-0ubuntu1 (Hardy).

Changed in sun-java6:
status: Unknown → New
Revision history for this message
Matti Lindell (mlind) wrote :

see also (duplicate) bug #224110 which suggests bug and fix in unionfs.

Revision history for this message
Jorge Q (jquiroga2005) wrote :

Well, I install java from sun's .bin archive and the same, but the problem is only on my USB portable HDD, on my desktop the installation works. The problem is persistence related and with the user. When I install fron ubuntu user that error (libjli.so not found) appears, so I delete and reinstall but from sudo su and now the problem is "libjava.so". This is the info that I have in order to help to resolve the problem

jq@ubuntu:/usr/lib/jvm$ which java
/usr/bin/java
jq@ubuntu:/usr/lib/jvm$ file /etc/alternatives/java
/etc/alternatives/java: symbolic link to `/usr/lib/jvm/jdk1.6.0_03/bin/java'
jq@ubuntu:/usr/lib/jvm$ file /usr/lib/jvm/jdk1.6.0_03/bin/java
/usr/lib/jvm/jdk1.6.0_03/bin/java: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped
jq@ubuntu:/usr/lib/jvm$ ldd /usr/lib/jvm/jdk1.6.0_03/bin/java
 linux-gate.so.1 => (0xb7fba000)
 libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7f94000)
 libjli.so => /usr/lib/jvm/jdk1.6.0_03/jre/lib/i386/jli/libjli.so (0xb7f8a000)
 libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7f86000)
 libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e37000)
 /lib/ld-linux.so.2 (0xb7fbb000)
jq@ubuntu:/usr/lib/jvm$ java -version
Error: could not find libjava.so
Error: could not find Java 2 Runtime Environment.
jq@ubuntu:/usr/lib/jvm$

I'll try ASAP with the solution, please correct me if I wrong (I'm newbie with these things), but the solution is to put on .profile a ln -s /squashmnt / and ln -s /persistentmnt / ?

Thanks

Revision history for this message
Jorge Q (jquiroga2005) wrote :

Hello me again:

Nop, with or without ln I have the same result, so, I have something wrong. The error I posted before don't appear exactly the same because I have LD_LIBRARY_PATH pointing to libjli.so directory then appear about libjava.so, but if I comment that line on my .profile the original error appear. Can someone explain me how to correct this error?

Thanks in advance

Revision history for this message
Matti Lindell (mlind) wrote :

Could someone try openjdk-6 (6b09dfsg-1ubuntu1) from intrepid if this issue is now fixed (see bug #224110) ?

Revision history for this message
robogeek (david-herron-sun) wrote :

dherron@dherron:~/projects/dogtail/dogtail-0.6.0$ find /usr/lib/ -name '*libjli*' -print
/usr/lib/jvm/java-6-openjdk/jre/lib/i386/jli/libjli.so
/usr/lib/jvm/java-6-sun-1.6.0.06/jre/lib/i386/jli/libjli.so
dherron@dherron:~/projects/dogtail/dogtail-0.6.0$ uname -a
Linux dherron 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 GNU/Linux

On Hardy x86

Revision history for this message
Matthias Klose (doko) wrote :

fixed in openjdk-6-6b10, won't be fixed in sun-java5/sun-java6. this should be fixed in the kernel found in intrepid.

Changed in openjdk-6:
status: New → Fix Released
Changed in sun-java5:
status: Confirmed → Won't Fix
Changed in sun-java6:
status: Confirmed → Won't Fix
Revision history for this message
rapulsel (rapulsel) wrote : RE: [Bug 103933] Re: Java install via Add/Remove crashed
Download full text (3.9 KiB)

hola Mathias mi ingles en muy malo, asi q casi no entiendo el mensage, E instalado de nuevo Ubuntu Hardy, pues queria cambiar las particiones, una para linux y en otra el home. ahora me va perfecto. Bueno saludos de España

> From: <email address hidden>
> To: <email address hidden>
> Date: Wed, 9 Jul 2008 11:21:22 +0000
> Subject: [Bug 103933] Re: Java install via Add/Remove crashed
>
> fixed in openjdk-6-6b10, won't be fixed in sun-java5/sun-java6. this
> should be fixed in the kernel found in intrepid.
>
>
> ** Changed in: openjdk-6 (Ubuntu)
> Status: New => Fix Released
>
> ** Changed in: sun-java5 (Ubuntu)
> Status: Confirmed => Won't Fix
>
> ** Changed in: sun-java6 (Ubuntu)
> Status: Confirmed => Won't Fix
>
> --
> Java install via Add/Remove crashed
> https://bugs.launchpad.net/bugs/103933
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “openjdk-6” source package in Ubuntu: Fix Released
> Status in “sun-java5” source package in Ubuntu: Won't Fix
> Status in “sun-java6” source package in Ubuntu: Won't Fix
> Status in “sun-java6” source package in Debian: New
>
> Bug description:
> Binary package hint: ubuntu-restricted-extras
>
> Just picked a bunch of restricted stuff to install while running from the livecd. Here's the error output.
> Setting up sun-java6-jre (6-00-2ubuntu2) ...
>
> Setting up sun-java6-bin (6-00-2ubuntu2) ...
> /usr/lib/jvm/java-6-sun-1.6.0.00/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
> dpkg: error processing sun-java6-bin (--configure):
> subprocess post-installation script returned error exit status 127
> dpkg: dependency problems prevent configuration of sun-java6-plugin:
> sun-java6-plugin depends on sun-java6-bin (= 6-00-2ubuntu2); however:
> Package sun-java6-bin is not configured yet.
> dpkg: error processing sun-java6-plugin (--configure):
> dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuration of ubuntu-restricted-extras:
> ubuntu-restricted-extras depends on sun-java6-plugin; however:
> Package sun-java6-plugin is not configured yet.
> dpkg: error processing ubuntu-restricted-extras (--configure):
> dependency problems - leaving unconfigured
> Errors were encountered while processing:
> sun-java6-bin
> sun-java6-plugin
> ubuntu-restricted-extras
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> A package failed to install. Trying to recover:
> Setting up sun-java6-bin (6-00-2ubuntu2) ...
> /usr/lib/jvm/java-6-sun-1.6.0.00/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
> dpkg: error processing sun-java6-bin (--configure):
> subprocess post-installation script returned error exit status 127
> dpkg: dependency problems prevent configuration of sun-java6-plugin:
> sun-java6-plugin depends on sun-java6-bin (= 6-00-2ubuntu2); however:
> Package sun-java6-bin is not configured yet.
> dpkg: error processing sun-java6-plugin (--configure):
> dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuratio...

Read more...

Changed in sun-java6:
status: New → Fix Released
Changed in sun-java6:
assignee: nobody → letizia-ognibene
Revision history for this message
Glauco (glaucocf) wrote :

Error: BrokenCount > 0 with sun-java6-[bin|jre]

Revision history for this message
DemonCcC (demonccc) wrote :

Hi, how are you?

Sorry for the delay but I was very busy... Je!

Could you give me more information regarding this error?

Now, there is a forum to post question or other things regarding
Portable Ubuntu: http://portableubuntu.demonccc.com.ar/forum

Regards!

El vie, 10-04-2009 a las 14:43 +0000, Glauco escribió:

> Error: BrokenCount > 0 with sun-java6-[bin|jre]
>

Revision history for this message
cstoh (tohcs-sp) wrote :
Download full text (4.7 KiB)

I think this has been fixed with later releases. thanks

             DemonCcC
             <demonccc.y@gmail
             .com> To
             Sent by: <email address hidden>
             bounces@canonical cc
             .com
                                                                   Subject
                                       Re: [Bug 103933] Re: Java install
             21/04/2009 08:54 via Add/Remove crashed

             Please respond to
                Bug 103933
             <<email address hidden>
                chpad.net>

Hi, how are you?

Sorry for the delay but I was very busy... Je!

Could you give me more information regarding this error?

Now, there is a forum to post question or other things regarding
Portable Ubuntu: http://portableubuntu.demonccc.com.ar/forum

Regards!

El vie, 10-04-2009 a las 14:43 +0000, Glauco escribió:

> Error: BrokenCount > 0 with sun-java6-[bin|jre]
>

--
Java install via Add/Remove crashed
https://bugs.launchpad.net/bugs/103933
You received this bug notification because you are a direct subscriber
of the bug.

Status in “openjdk-6” source package in Ubuntu: Fix Released
Status in “sun-java5” source package in Ubuntu: Won't Fix
Status in “sun-java6” source package in Ubuntu: Won't Fix
Status in “sun-java6” source package in Debian: Fix Released

Bug description:
Binary package hint: ubuntu-restricted-extras

Just picked a bunch of restricted stuff to install while running from the
livecd. Here's the error output.
Setting up sun-java6-jre (6-00-2ubuntu2) ...

Setting up sun-java6-bin (6-00-2ubuntu2) ...
/usr/lib/jvm/java-6-sun-1.6.0.00/bin/java: error while loading shared
libraries: libjli.so: cannot open shared object file: No such file or
directory
dpkg: error processing sun-java6-bin (--configure):
 subprocess post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of sun-java6-plugin:
 sun-java6-plugin depends on sun-java6-bin (= 6-00-2ubuntu2); however:
  Package sun-java6-bin is not configured yet.
dpkg: error processing sun-java6-plugin (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of
ubuntu-restricted-extras:
 ubuntu-restricted-extras de...

Read more...

Revision history for this message
fireashes (fireashes) wrote :
Download full text (4.6 KiB)

On Mon, Apr 20, 2009 at 10:42 PM, cstoh <email address hidden> wrote:

> I think this has been fixed with later releases. thanks
>
>
>
> DemonCcC
> <demonccc.y@gmail
> .com> To
> Sent by: <email address hidden>
> bounces@canonical cc
> .com
> Subject
> Re: [Bug 103933] Re: Java install
> 21/04/2009 08:54 via Add/Remove crashed
>
>
> Please respond to
> Bug 103933
> <<email address hidden>
> chpad.net>
>
>
>
>
>
> Hi, how are you?
>
> Sorry for the delay but I was very busy... Je!
>
> Could you give me more information regarding this error?
>
> Now, there is a forum to post question or other things regarding
> Portable Ubuntu: http://portableubuntu.demonccc.com.ar/forum
>
> Regards!
>
>
> El vie, 10-04-2009 a las 14:43 +0000, Glauco escribió:
>
> > Error: BrokenCount > 0 with sun-java6-[bin|jre]
> >
>
> --
> Java install via Add/Remove crashed
> https://bugs.launchpad.net/bugs/103933
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “openjdk-6” source package in Ubuntu: Fix Released
> Status in “sun-java5” source package in Ubuntu: Won't Fix
> Status in “sun-java6” source package in Ubuntu: Won't Fix
> Status in “sun-java6” source package in Debian: Fix Released
>
> Bug description:
> Binary package hint: ubuntu-restricted-extras
>
> Just picked a bunch of restricted stuff to install while running from the
> livecd. Here's the error output.
> Setting up sun-java6-jre (6-00-2ubuntu2) ...
>
> Setting up sun-java6-bin (6-00-2ubuntu2) ...
> /usr/lib/jvm/java-6-sun-1.6.0.00/bin/java: error while loading shared
> libraries: libjli.so: cannot open shared object file: No such file or
> directory
> dpkg: error processing sun-java6-bin (--configure):
> subprocess post-installation script returned error exit status 127
> dpkg: dependency problems prevent configuration of sun-java6-plugin:
> sun-java6-plugin depends on sun-java6-bin (= 6-00-2ubuntu2); however:
> Package sun-java6-bin is not configured yet.
> dpkg: error processing sun-java6-plugin (--configure):
> dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuration of
> ubuntu-restricted-extras:
> ubuntu-restricted-extras depends on sun-java6-plugin; however:
> Package sun-java6-plugin is not configured yet.
> dpkg: error processing ubuntu-restricted-extras (--configure):
> dependency problems - leaving unconfigured
> Errors were encountered while processing:
> sun-java6-bin
> sun-java6-plugin
> ubuntu-restricted-extras
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> A package failed to install. Trying to recover:
> Setting up sun-java6-bin (6-00-2ubuntu2) ...
> /usr/lib/jvm/java-6-sun-1.6.0.00/bin/java: error while loading shared
> libraries: libjli.so: cannot open shared object file: No such file or
> directory
> dpkg: error processing sun-java6-bin (--...

Read more...

Revision history for this message
ilbluc (ilblucione) wrote :

No more errors with later releases. thanks

Il giorno mar, 21/04/2009 alle 00.54 +0000, DemonCcC ha scritto:
> Hi, how are you?
>
> Sorry for the delay but I was very busy... Je!
>
> Could you give me more information regarding this error?
>
> Now, there is a forum to post question or other things regarding
> Portable Ubuntu: http://portableubuntu.demonccc.com.ar/forum
>
> Regards!
>
>
> El vie, 10-04-2009 a las 14:43 +0000, Glauco escribió:
>
> > Error: BrokenCount > 0 with sun-java6-[bin|jre]
> >
>

Revision history for this message
TheBraveLittleMuon (thebravelittlemuon) wrote :

This occurred on Ubuntu 8.10

Revision history for this message
Marco Costantini (costanti) wrote :

Even if a fix has been released, this bug is still present in 8.04 hardy kubuntu live after
sudo apt-get update
sudo apt-get install openjdk-6-jre-headless
and can confuse the unaware user. As 8.04 is long term support, the bug shoud be fixed also in this release.

ln -s / /cow
works for me.

Revision history for this message
Matthias Klose (doko) wrote : Re: [Openjdk] [Bug 103933] Re: Java install via Add/Remove crashed

Marco Costantini schrieb:
> As 8.04 is long term support, the bug shoud be fixed also in this release.

please note that openjdk-6 in hardy is in the universe section. you should
contact the MOTU team.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.