[Bug 3650] net.sourceforge.jnlp.runtime.AppletEnvironment.startApplet
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Nov 27 16:51:53 UTC 2018
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3650
--- Comment #14 from Radhadatta <radmahap at in.ibm.com> ---
(In reply to JiriVanek from comment #13)
> (In reply to Radhadatta from comment #9)
> >
> > (In reply to JiriVanek from comment #8)
> > > Try to add deployment.https.noenforce=true into your deployment.proeprties
> > > file.
> > > I addition, this should be fixed by:
> > > http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2018-November/040429.
> > > html
> > >
> > > So you can try with self built itw and that patch.
> >
> > Hi ,
> >
> > Below is my updated deployment.properties file.
> >
> > Location of the deployment.properties file= C:\Users\..\.config\icedtea-web
> >
> > #Netx deployment configuration
> > #Sat Nov 24 15:27:15 IST 2018
> > deployment.log.headers=true
> > deployment.log=true
> > deployment.log.file=true
> > deployment.security.level=ASK_UNSIGNED
> > deployment.https.noenforce=true
> >
> > Not sure If you are suggesting here to change.
>
> YY. This shoudl do the job.
> >
> > Can you please tell me how can I do the self build itw
>
> http://icedtea.classpath.org/wiki/IcedTea-Web
>
>
> On windows, you have to use cygwin, and it is not fun to make it alive.
>
>
> I Really dont know how to help you.
>
> If you can prepare reproducer I can run, and debug ITW, it will help a lot.
> It canbe also windows specific, where I will be for no use at all.
> Best for you will be to debug ITW itself on your own.
>
> Still first step should be to prepare reproducer, which I will forst verify,
> that it is itw general(not windows specific issue)
>
> If you cant publish the app you are running, try to get its sources, and
> check wat it is doing. As ITW is dying in arly stages, it should be easy
> enough.
> Maybe they have jsut wrongly palced synchronised keyword...
Not sure why its throwing this error .
(net.sourceforge.jnlp.runtime.AppletEnvironment.startApplet)
[IBM_ADMIN][ITW-JAVAWS][ERROR_DEBUG][Mon Nov 26 23:10:38 IST
2018][net.sourceforge.jnlp.runtime.AppletEnvironment.startApplet(AppletEnvironment.java:207)]
NETX Thread# 6ec4a3d4, name Expense Report Solutions
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1349)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1324)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1353)
at
net.sourceforge.jnlp.runtime.AppletEnvironment.startApplet(AppletEnvironment.java:191)
at net.sourceforge.jnlp.Launcher.launchApplet(Launcher.java:652)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:943)
Caused by: java.lang.IllegalMonitorStateException
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:189)
at exc.com.GUtil.abort(Unknown Source)
at exc.fe.FeLaunch.b(Unknown Source)
at exc.fe.FeLaunch.start(Unknown Source)
at
net.sourceforge.jnlp.runtime.AppletEnvironment$2.run(AppletEnvironment.java:199)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(AccessController.java:666)
at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20181127/f8508c48/attachment.html>
More information about the distro-pkg-dev
mailing list