[Bug 788] New: Elumination is not working
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Sep 22 03:22:54 PDT 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=788
Summary: Elumination is not working
Product: IcedTea-Web
Version: unspecified
Platform: all
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: NetX
AssignedTo: omajid at redhat.com
ReportedBy: jvanek at redhat.com
CC: unassigned at icedtea.classpath.org, jvanek at redhat.com
Recently I was running Elumination session, but I was unable to run it with
Icedtea-web:
(f15, java version "1.6.0_22"OpenJDK Runtime Environment (IcedTea6 1.10.3)
(fedora-59.1.10.3.fc15-x86_64) OpenJDK 64-Bit Server VM (build 20.0-b11, mixed
mode))
for IcedteaWeb installed by yum (1.0.4-1.fc15), all jars were downlaoded,
application lunched, all modules loaded, gui started, then I wass asked for
accepting license but during it nullpointer exception occured:
[jvanek at jvanek dta]$ javaws meeting.jnlp
Application error in VClass.<init>: Wrong time zone! Changing from UTC to CEST
TimeZone = CEST
Loaded native library JINECELP, version 1.8
AudioBean.loadPreferences: audio.inputDevice = null
AudioBean.loadPreferences: audio.outputDevice = null
AudioEngine.setMikeSampRate: Preferred mike sampling rate set to 44100
AudioEngine.setSpkrSampRate: Preferred spkr sampling rate set to 44100
Loaded X11AppSharing native lib, version 1.1.3
Loaded native library LinuxVideo, version 2.0
Application Exception in VClassLayoutController$12.run: Exception Trace -
java.lang.NullPointerException
at sun.awt.X11.XWindowPeer.restoreTransientFor(XWindowPeer.java:1681)
at sun.awt.X11.XWindowPeer.removeFromTransientFors(XWindowPeer.java:1747)
at sun.awt.X11.XWindowPeer.setModalBlocked(XWindowPeer.java:1469)
at sun.awt.X11.XWindowPeer.setModalBlocked(XWindowPeer.java:1440)
at java.awt.Window.setModalBlocked(Window.java:1359)
at java.awt.Dialog.unblockWindow(Dialog.java:1597)
at java.awt.Window.hide(Window.java:981)
at
com.elluminate.vclass.client.layout.VClassLayoutController$12.run(VClassLayoutController.java:2023)
at
com.elluminate.gui.SwingRunnerExecute$SwingWrapper.run(SwingRunnerExecute.java:110)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
at java.awt.EventQueue.access$000(EventQueue.java:96)
at java.awt.EventQueue$1.run(EventQueue.java:608)
at java.awt.EventQueue$1.run(EventQueue.java:606)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:194)
at java.awt.Dialog$1.run(Dialog.java:1072)
This seems like behaviour described here:
https://bugzilla.redhat.com/show_bug.cgi?id=730015
Then I tried head (changeset 287:e9a9792ee189) by sudo make install and (sudo)
.../bin/javaws meeting.jnlp:
make[1]: Leaving directory `/home/jvanek/Desktop/icedtea-web'
[jvanek at jvanek icedtea-web]$ /usr/local/bin/javaws ~/Desktop/dta/meeting.jnlp
Application error in VClass.<init>: Wrong time zone! Changing from UTC to CEST
TimeZone = CEST
Application Exception in Main$1.run: Exception Trace -
java.lang.NullPointerException: Could not locate jar file, returned null
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.checkForMain(JNLPClassLoader.java:590)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.addNextResource(JNLPClassLoader.java:1511)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClassExt(JNLPClassLoader.java:1392)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1260)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at
com.elluminate.vclass.client.AbstractModularApp.loadModule(AbstractModularApp.java:810)
at
com.elluminate.vclass.client.AbstractModularApp.loadModules(AbstractModularApp.java:769)
at com.elluminate.vclass.client.VClass.launch(VClass.java:838)
at com.elluminate.vclass.client.VClass.launch(VClass.java:159)
at com.elluminate.vclass.client.Main$1.run(Main.java:102)
at
com.elluminate.gui.SwingRunnerExecute$SwingWrapper.run(SwingRunnerExecute.java:110)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
at java.awt.EventQueue.access$000(EventQueue.java:96)
at java.awt.EventQueue$1.run(EventQueue.java:608)
at java.awt.EventQueue$1.run(EventQueue.java:606)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
jnlp file used for this application:
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for Elluminate Live! application -->
<jnlp
spec="1.5+"
codebase="http://www.elluminate.com/web/download/10.0">
<information>
<title>Elluminate Live!</title>
<vendor>Elluminate Inc</vendor>
<description>Elluminate Live! Virtual Room</description>
<icon href="elive128.gif"/>
</information>
<security>
<all-permissions/>
</security>
<update check="always" />
<resources>
<property name="apple.laf.useScreenMenuBar" value="true"/>
<property
name="apple.awt.window.position.forceSafeProgrammaticPositioning"
value="false"/>
<j2se version="1.5+" java-vm-args="-Xincgc" initial-heap-size="32m"
max-heap-size="128m"/>
<jar href="eLiveFull.jar" main="true"/>
<jar href="eLive.jar"/>
<jar href="eNet.jar"/>
<jar href="guice-2.0-no_aop.jar"/>
<jar href="iText.jar"/>
<jar href="jdom.jar"/>
<jar href="JimiProClasses.jar"/>
<jar href="vcActivity.jar"/>
<jar href="vcAgenda.jar"/>
<jar href="vcAppShare.jar"/>
<jar href="vcAudio.jar"/>
<jar href="vcBreakout.jar"/>
<jar href="vcCalculator.jar"/>
<jar href="vcCaption.jar"/>
<jar href="vcChair.jar"/>
<jar href="vcDirectMsg.jar"/>
<jar href="vcHand.jar"/>
<jar href="vcInvite.jar"/>
<jar href="vcMultimedia.jar"/>
<jar href="vcNotes.jar"/>
<jar href="vcOnline.jar"/>
<jar href="vcParticipant.jar"/>
<jar href="vcPolling.jar"/>
<jar href="vcPresentation.jar"/>
<jar href="vcProfile.jar"/>
<jar href="vcQuiz.jar"/>
<jar href="vcRecorder.jar"/>
<jar href="vcStartTime.jar"/>
<jar href="vcTelephony.jar"/>
<jar href="vcTimer.jar"/>
<jar href="vcTransfer.jar"/>
<jar href="vcVideo.jar"/>
<jar href="vcWebPush.jar"/>
<jar href="vcWhiteboard.jar"/>
</resources>
<resources os="Mac\ OS\ X" arch="ppc">
<nativelib href="vcPlatformMacOSXppc.jar"/>
<nativelib href="vcAudioMacOSXppc.jar"/>
<nativelib href="vcBrowserMacOSXppc.jar"/>
<nativelib href="vcAppShareMacOSXppc.jar"/>
<nativelib href="vcVideoMacOSXppc.jar"/>
</resources>
<resources os="Mac\ OS\ X" arch="i386">
<nativelib href="vcPlatformMacOSXx86.jar"/>
<nativelib href="vcAudioMacOSXx86.jar"/>
<nativelib href="vcBrowserMacOSXx86.jar"/>
<nativelib href="vcAppShareMacOSXx86.jar"/>
<nativelib href="vcVideoMacOSXx86.jar"/>
</resources>
<resources os="Mac\ OS\ X" arch="x86_64">
<nativelib href="vcPlatformMacOSXx8664.jar"/>
<nativelib href="vcAudioMacOSXx8664.jar"/>
<nativelib href="vcBrowserMacOSXx8664.jar"/>
<nativelib href="vcAppShareMacOSXx8664.jar"/>
<nativelib href="vcVideoMacOSXx8664.jar"/>
</resources>
<resources os="Windows" arch="x86">
<nativelib href="vcPlatformWin.jar"/>
<nativelib href="vcAudioWin.jar"/>
<jar href="vcBrowserWin.jar"/>
<jar href="vcAppShareWin.jar"/>
<nativelib href="vcVideoWin.jar"/>
</resources>
<resources os="Windows" arch="x86_64 amd64">
<nativelib href="vcPlatformWinx8664.jar"/>
<nativelib href="vcAudioWinx8664.jar"/>
<jar href="vcBrowserWin.jar"/>
<jar href="vcAppShareWin.jar"/>
<nativelib href="vcVideoWinx8664.jar"/>
</resources>
<resources os="SunOS" arch="sparc">
<nativelib href="vcPlatformSolSparc.jar"/>
<nativelib href="vcAudioSolSparc.jar"/>
<nativelib href="vcAppShareSolSparc.jar"/>
</resources>
<resources os="Linux" arch="i386 x86">
<nativelib href="vcPlatformLin.jar"/>
<nativelib href="vcAudioLin.jar"/>
<nativelib href="vcAppShareLin.jar"/>
<nativelib href="vcVideoLin.jar"/>
</resources>
<resources os="Linux" arch="x86_64 amd64">
<nativelib href="vcPlatformLinx8664.jar"/>
<nativelib href="vcAudioLinx8664.jar"/>
<nativelib href="vcAppShareLinx8664.jar"/>
<nativelib href="vcVideoLinx8664.jar"/>
</resources>
<resources locale="ar">
<jar href="localeFull_ar.jar"/>
</resources>
<resources locale="de">
<jar href="localeFull_de.jar"/>
</resources>
<resources locale="es">
<jar href="localeFull_es.jar"/>
</resources>
<resources locale="fr">
<jar href="localeFull_fr.jar"/>
</resources>
<resources locale="pl">
<jar href="localeFull_pl.jar"/>
</resources>
<resources locale="pt_BR">
<jar href="localeFull_pt_BR.jar"/>
</resources>
<resources locale="ru">
<jar href="localeFull_ru.jar"/>
</resources>
<resources locale="zh_CN">
<jar href="localeFull_zh_CN.jar"/>
</resources>
<resources>
<jar href="vcImages.jar"/>
</resources>
<application-desc main-class="com.elluminate.live.full.Main">
<argument>-url</argument>
<argument>ssljinx://el19.elluminate.com:2187/redhat|MBU QE TEAM
MEETING#M.D45697313849F1231324B67E1E64E4</argument>
<argument>-user</argument>
<argument>jvanek 2#7FB48009AA050104DAA9727F553898E9</argument>
<argument>7FB48009AA050104DAA9727F553898E9</argument>
</application-desc>
</jnlp>
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the distro-pkg-dev
mailing list