Bug#459558: gcjwebplugin: Plugin isn't working at all

2008-01-22 Thread Anders Boström
 MK == Michael Koch [EMAIL PROTECTED] writes:

 MK Hmm, I tried with both, cacao and jamvm, locally and it just worked. I
 MK can't really say what is/was wrong on your side. The debug output does
 MK not look suspicious.
   
 MK What window manager are you using? There might be an issue with window
 MK manager hints.
   
   I'm using fvwm. Are you running amd64 with gcjwebplugin working? What
   window manager are you using?
  
 MK I tried on i386 and amd64 with GNOME (with metacity), KDE and XFCE.
  
   Are there any tests I should perform in order to collect more info?
  
 MK If you could use another window manager for testing that would be great.
 MK It must perhaps be one that supports the new window manager hints spec.
 MK I dont really know for sure.
  
  OK, I used an 32-bit etch vncserver as X-server (running in a chroot)
  with different window-managers to perform some testing. I still run
  the same 64-bit iceweasel with gcjwebplugin and cacao.
  
  window-manager  | result
  +-
  none| not working
  fvwm| not working
  fvwm-gnome  | not working
  icewm   | not working
  xfce4   | not working

 MK Hmm, at least xfce4 should be working...

I've run gcjwebplugin successfully on another PC, running 32-bit
x86 debian testing and fvwm. It's the 64-bit version I can't get
running. fvwm don't seem to be the problem (unless 32-bit fvwm work
but not 64-bit).

 MK Can you try running gappletviewer from the commandline on the applet
 MK page? Does that work?

When using jamvm and packages from testing, I get this:

sid:~ /usr/lib/classpath/gappletviewer http://www.gnu.org/software/classpath/
java.lang.NoClassDefFoundError: gnu/classpath/tools/appletviewer/Main
   No stacktrace available
Caused by: java.lang.ClassNotFoundException: 
gnu.classpath.tools.appletviewer.Main not found in 
java.lang.ClassLoader$1{urls=[file:/home/anders/./], parent=null}
   at java.net.URLClassLoader.findClass(URLClassLoader.java:992)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:342)
   at java.lang.ClassLoader$1.loadClass(ClassLoader.java:1112)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
sid:~

When running cacao and packages from unstable, I get this:

sid:~ /usr/lib/classpath/gappletviewer http://www.gnu.org/software/classpath/
WARNING: CURRENTLY GAPPLETVIEWER RUNS WITH NOSECURITY MANAGER.
THIS MEANS THAT APPLETS YOU LOAD CAN DO ANYTHING A JAVA APPLICATION
THAT YOU DOWNLOAD AND RUN CAN DO.  BE *VERY* CAREFUL WHICH APPLETS YOU RUN.
DO NOT USE GAPPLETVIEWER ON YOUR SYSTEM IF YOUR SYSTEM STORES IMPORTANTDATA.
THIS DATA CAN BE DESTROYED OR STOLEN IF YOU LOAD A MALICIOUS APPLET.

[press 'c' or 'C' to continue or anything else to quit]
c

and nothing happens, not even an error message.
 
  See also bug 459554 on java-gcj-compat-plugin. It seems to have the
  same problem.

 MK That looks more like a mising libgcjX-awt package.

Well, I have both libgcj7-1-awt and libgcj8-1-awt installed.

/ Anders



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#459558: gcjwebplugin: Plugin isn't working at all

2008-01-21 Thread Michael Koch
On Fri, Jan 18, 2008 at 04:59:41PM +0100, Anders Boström wrote:
  MK == Michael Koch [EMAIL PROTECTED] writes:
 
  MK Hmm, I tried with both, cacao and jamvm, locally and it just worked. I
  MK can't really say what is/was wrong on your side. The debug output does
  MK not look suspicious.
 
  MK What window manager are you using? There might be an issue with window
  MK manager hints.
 
 I'm using fvwm. Are you running amd64 with gcjwebplugin working? What
 window manager are you using?

I tried on i386 and amd64 with GNOME (with metacity), KDE and XFCE.

 Are there any tests I should perform in order to collect more info?

If you could use another window manager for testing that would be great.
It must perhaps be one that supports the new window manager hints spec.
I dont really know for sure.


Cheers,
Michael



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#459558: gcjwebplugin: Plugin isn't working at all

2008-01-21 Thread Anders Boström
 MK == Michael Koch [EMAIL PROTECTED] writes:

 MK On Fri, Jan 18, 2008 at 04:59:41PM +0100, Anders Boström wrote:
   MK == Michael Koch [EMAIL PROTECTED] writes:
  
 MK Hmm, I tried with both, cacao and jamvm, locally and it just worked. I
 MK can't really say what is/was wrong on your side. The debug output does
 MK not look suspicious.
  
 MK What window manager are you using? There might be an issue with window
 MK manager hints.
  
  I'm using fvwm. Are you running amd64 with gcjwebplugin working? What
  window manager are you using?

 MK I tried on i386 and amd64 with GNOME (with metacity), KDE and XFCE.

  Are there any tests I should perform in order to collect more info?

 MK If you could use another window manager for testing that would be great.
 MK It must perhaps be one that supports the new window manager hints spec.
 MK I dont really know for sure.

OK, I used an 32-bit etch vncserver as X-server (running in a chroot)
with different window-managers to perform some testing. I still run
the same 64-bit iceweasel with gcjwebplugin and cacao.

window-manager  | result
+-
none| not working
fvwm| not working
fvwm-gnome  | not working
icewm   | not working
xfce4   | not working

See also bug 459554 on java-gcj-compat-plugin. It seems to have the
same problem.

/ Anders



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#459558: gcjwebplugin: Plugin isn't working at all

2008-01-21 Thread Michael Koch
On Mon, Jan 21, 2008 at 02:20:51PM +0100, Anders Boström wrote:
  MK == Michael Koch [EMAIL PROTECTED] writes:
 
  MK On Fri, Jan 18, 2008 at 04:59:41PM +0100, Anders Boström wrote:
MK == Michael Koch [EMAIL PROTECTED] writes:
   
  MK Hmm, I tried with both, cacao and jamvm, locally and it just worked. I
  MK can't really say what is/was wrong on your side. The debug output does
  MK not look suspicious.
   
  MK What window manager are you using? There might be an issue with window
  MK manager hints.
   
   I'm using fvwm. Are you running amd64 with gcjwebplugin working? What
   window manager are you using?
 
  MK I tried on i386 and amd64 with GNOME (with metacity), KDE and XFCE.
 
   Are there any tests I should perform in order to collect more info?
 
  MK If you could use another window manager for testing that would be great.
  MK It must perhaps be one that supports the new window manager hints spec.
  MK I dont really know for sure.
 
 OK, I used an 32-bit etch vncserver as X-server (running in a chroot)
 with different window-managers to perform some testing. I still run
 the same 64-bit iceweasel with gcjwebplugin and cacao.
 
 window-manager| result
 +-
 none  | not working
 fvwm  | not working
 fvwm-gnome| not working
 icewm | not working
 xfce4 | not working

Hmm, at least xfce4 should be working...

Can you try running gappletviewer from the commandline on the applet
page? Does that work?
 
 See also bug 459554 on java-gcj-compat-plugin. It seems to have the
 same problem.

That looks more like a mising libgcjX-awt package.


Cheers,
Michael



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#459558: gcjwebplugin: Plugin isn't working at all

2008-01-18 Thread Anders Boström
 MK == Michael Koch [EMAIL PROTECTED] writes:

 MK Hmm, I tried with both, cacao and jamvm, locally and it just worked. I
 MK can't really say what is/was wrong on your side. The debug output does
 MK not look suspicious.

 MK What window manager are you using? There might be an issue with window
 MK manager hints.

I'm using fvwm. Are you running amd64 with gcjwebplugin working? What
window manager are you using?

Are there any tests I should perform in order to collect more info?

/ Anders



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#459558: gcjwebplugin: Plugin isn't working at all

2008-01-14 Thread Michael Koch
On Mon, Jan 07, 2008 at 11:20:11AM +0100, Anders Boström wrote:
 Package: gcjwebplugin
 Version: 2:0.96.1-1
 Severity: important
 
 I can't get the plugin to work in iceweasel at all. No single applet
 I've tried work. I just get a pop-up window asking me to trust the
 applet, and after clicking on Trust Applet, a grey box is shown
 where the applet should appear.
 
 Applets I've tried include the ones at
 http://java.sun.com/applets/jdk/ and
 http://www.gnu.org/software/classpath/
 
 I've tried with both cacao and jamvm with the same result.


Hmm, I tried with both, cacao and jamvm, locally and it just worked. I
can't really say what is/was wrong on your side. The debug output does
not look suspicious.

What window manager are you using? There might be an issue with window
manager hints.


Cheers,
Michael



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#459558: gcjwebplugin: Plugin isn't working at all

2008-01-07 Thread Anders Boström
Package: gcjwebplugin
Version: 2:0.96.1-1
Severity: important

I can't get the plugin to work in iceweasel at all. No single applet
I've tried work. I just get a pop-up window asking me to trust the
applet, and after clicking on Trust Applet, a grey box is shown
where the applet should appear.

Applets I've tried include the ones at
http://java.sun.com/applets/jdk/ and
http://www.gnu.org/software/classpath/

I've tried with both cacao and jamvm with the same result.

iceweasel prints this (using jamvm):

GCJ PLUGIN: thread 0x1391500: GCJ_New
GCJ PLUGIN: thread 0x1391500: plugin_data_new
GCJ PLUGIN: thread 0x1391500: plugin_data_new return
GCJ PLUGIN: thread 0x1391500: plugin_get_documentbase
GCJ PLUGIN: thread 0x1391500: plugin_get_documentbase return
GCJ PLUGIN: thread 0x1391500: plugin_start_appletviewer
GCJ PLUGIN: thread 0x1391500: plugin_start_appletviewer return
GCJ PLUGIN: thread 0x1391500: GCJ_New: got confirmation that appletviewer is run
ning.
GCJ PLUGIN: thread 0x1391500: plugin_create_applet_tag
GCJ PLUGIN: thread 0x1391500: plugin_create_applet_tag return
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer
  PIPE: plugin wrote instance-4955-1
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer return
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer
  PIPE: plugin wrote tag http://java.sun.com/applets/jdk/1.4/demo/applets/ArcTes
t/example1.html EMBED CODE=ArcTest.class HEIGHT=400 WIDTH=400 /EMBED
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer return
GCJ PLUGIN: thread 0x1391500: GCJ_New return
GCJ PLUGIN: thread 0x1391500: NP_GetValue
GCJ PLUGIN: thread 0x1391500: NP_GetValue: returning plugin description.
GCJ PLUGIN: thread 0x1391500: NP_GetValue return
GCJ PLUGIN: thread 0x1391500: GCJ_GetValue
GCJ PLUGIN: thread 0x1391500: GCJ_GetValue: returning TRUE for NeedsXEmbed.
GCJ PLUGIN: thread 0x1391500: GCJ_GetValue return
GCJ PLUGIN: thread 0x1391500: GCJ_SetWindow
GCJ PLUGIN: thread 0x1391500: GCJ_SetWindow: setting window.
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer
  PIPE: plugin wrote instance-4955-1
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer return
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer
  PIPE: plugin wrote handle 29369477
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer return
GCJ PLUGIN: thread 0x1391500: GCJ_SetWindow return
  PIPE: applet viewer wrote:running
GCJ PLUGIN: thread 0x1391500: GCJ_SetWindow
GCJ PLUGIN: thread 0x1391500: GCJ_SetWindow: window already exists.
GCJ PLUGIN: thread 0x1391500: GCJ_SetWindow: window width changed.
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer
  PIPE: plugin wrote instance-4955-1
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer return
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer
  PIPE: plugin wrote width 400
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer return
GCJ PLUGIN: thread 0x1391500: GCJ_SetWindow: window height changed.
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer
  PIPE: plugin wrote instance-4955-1
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer return
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer
  PIPE: plugin wrote height 400
GCJ PLUGIN: thread 0x1391500: plugin_send_message_to_appletviewer return
GCJ PLUGIN: thread 0x1391500: GCJ_SetWindow return
  PIPE: applet viewer read:instance-4955-1
GCJ PLUGIN: thread 0x1391500: GCJ_SetWindow
GCJ PLUGIN: thread 0x1391500: GCJ_SetWindow: window already exists.
GCJ PLUGIN: thread 0x1391500: GCJ_SetWindow return
  PIPE: applet viewer read:tag http://java.sun.com/applets/jdk/1.4/demo/applets/
ArcTest/example1.html EMBED CODE=ArcTest.class HEIGHT=400 WIDTH=400 /EM
BED
  PIPE: applet viewer read:instance-4955-1
  PIPE: applet viewer read:handle 29369477


I'm trying to get a 64-bit java plugin for my amd64-system, and was
hoping for this one, but...

The (old) blackdown plugin (j2re1.4-mozilla-plugin from
http://www.tux.org/pub/java/debian) is working for me, but the debian
package requires firefox, and the firefox package isn't working with
the latest iceweasel package in testing. :-(

/ Anders

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (51, 'testing-proposed-updates'), (50, 
'unstable'), (40, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22.15alsa-nb (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to sv_SE.UTF8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gcjwebplugin depends on:
ii  jamvm1.4.5-3+b1  virtual machine which conforms to 
ii  libatk1.0-0  1.20.0-1The ATK accessibility toolkit
ii  libc62.7-5   GNU C Library: Shared libraries
ii  libcairo21.4.10-1+lenny2 The Cairo 2D vector graphics libra
ii