← Back to team overview

openjdk team mailing list archive

[Bug 258762] Re: Uploading photos in Facebook does not work

 

I also want to confirm this bug on lucid. Not a firefox crash but
openJDK. Java spikes the cpu to 100%.  I think that anyone saying
facebook java uploader works for them doesn't  have OpenJDK installed. I
have seen this exact issue on 5 pc of different hardware config. The
only thing they had in common was OpenJDK.

Installing sun-java-jre and sun-java6-plugin and removing OpenJDK fixes issue.
------------
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
sudo apt-get update
sudo apt-get install sun-java6-jre 
sudo apt-get install sun-java6-plugin
-----------
then remember to remove OpenJDK. 

sun-java reports a warning about running signed and unsigned code in
facebook applet. So may be a bug in the way OpenJDK handles this.

-- 
Uploading photos in Facebook does not work
https://bugs.launchpad.net/bugs/258762
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in “openjdk-6” package in Ubuntu: Confirmed

Bug description:
When trying to upload photos via the photo uploader in Facebook the applet fails to initialize. You get the certificate up and can accept it but then the applet stalls. I'm using OpenJDK 6. 

Steps to reproduce:

1. Go to www.facebook.com and log in.
2. Press Add Photos
3. Create and album and select upload photos

Some information about my system:

# update-java-alternatives -l
java-6-openjdk 1061 /usr/lib/jvm/java-6-openjdk
java-6-sun 63 /usr/lib/jvm/java-6-sun

# uname -a
Linux eowyn 2.6.24-19-generic #1 SMP Fri Jul 11 23:41:49 UTC 2008 i686 GNU/Linux

# lsb_release -rd
Description:	Ubuntu 8.04.1
Release:	8.04

# cat /etc/jvm
/usr/lib/jvm/java-6-sun
/usr/lib/jvm/java-6-openjdk
/usr/lib/jvm/java-gcj
/usr/lib/jvm/ia32-java-1.5.0-sun
/usr/lib/jvm/java-1.5.0-sun
/usr





References