[Bug 3650] net.sourceforge.jnlp.runtime.AppletEnvironment.startApplet

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Nov 26 17:45:51 UTC 2018


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3650

--- Comment #10 from Radhadatta <radmahap at in.ibm.com> ---
(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.
> 
> Can you please tell me how can I do the self build itw



As you suggested I have updated the deployment.https.noenforce=true  on the
deployment.properties file. But still I am getting below error. I have attached
the complete logs.


[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-CalATERS
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/20181126/b4c3cd03/attachment.html>


More information about the distro-pkg-dev mailing list