Search found 16 matches

by magnusska
11 Apr 2023, 13:00
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Re: Application not launching - looks like looping behavior

Log files attached. Stage2 log is truncated (I removed most of the logging from after app was launched)
by magnusska
04 Apr 2023, 14:53
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Re: Application not launching - looks like looping behavior

Finally my application is launching 8-)
I guess removing APPLICATION_TEMPLATE.JNLP the problem.

Thank you for all help Janak :D
by magnusska
04 Apr 2023, 12:27
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Re: Application not launching - looks like looping behavior



<application-desc main-class="no.statnett.fifty.intern.client.ApplicationStarter" name="Fifty (@https://mms-sn-nattbygg1-klient-fifty-cm-mms-endpoints.apps.stas-test.statnett.no)" >
<argument>https://mms-sn-nattbygg1-klient-fifty-cm-mms-endpoints.apps.stas-test.statnett.no/larm</argument ...
by magnusska
03 Apr 2023, 15:14
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Re: Application not launching - looks like looping behavior

I unpacked jar and found only 1 APPLICATION_TEMPLATE.JNLP.
I now removed APPLICATION_TEMPLATE.JNLP from the jar and the looping is gone, but startup still does not complete.

I will investigate further, but it looks to me that the loop occurs when APPLICATION_TEMPLATE.JNLP is present in the jar.
by magnusska
30 Mar 2023, 09:56
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Re: Application not launching - looks like looping behavior

JNLP-INF contains only APPLICATION_TEMPLATE.JNLP
Contents of jar (root)
jar-with-dependencies.jpg
jar-with-dependencies.jpg (312.87 KiB) Viewed 50789 times
by magnusska
30 Mar 2023, 09:53
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Re: Application not launching - looks like looping behavior

Start of INDEX.LIST:
JarIndex-Version: 1.0

statnett-fifty-intern-client-jar-with-dependencies.jar

JNLP-INF
_351
_351/iec62325
_351/iec62325/tc57wg16
_351/iec62325/tc57wg16/_451_3
_351/iec62325/tc57wg16/_451_3/capacityspecificationdocument
_351/iec62325/tc57wg16/_451_3 ...
by magnusska
29 Mar 2023, 11:41
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Re: Application not launching - looks like looping behavior

Paid support is above my paygrade unfortunately.

Like I said before, this runs smoothly on javaws 1.8. I was under the impression that migrating to OWS would be simple...

The jar file contains everything needed to run the app.
Contents of META_INF look like attachment.
by magnusska
29 Mar 2023, 09:02
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Re: Application not launching - looks like looping behavior

What I find really odd is that this occurs 2 times, 2nd time after app is launched;
[DEBUG][net.adoptopenjdk.icedteaweb.resources.ResourceTracker] Create resource for 'https://mms-sn-nattbygg1-klient-fifty-cm-mms-endpoints.apps.stas-test.statnett.no/larm/statnett-fifty-intern-client-jar-with ...
by magnusska
28 Mar 2023, 15:12
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Re: Application not launching - looks like looping behavior

Still looking for the problem.
I put some System.out statements in the startup and it does not complete.

[ITW-CORE][2023-03-28 14:40:17.773 CEST][DEBUG][net.sourceforge.jnlp.runtime.CachedJarFileCallback] Class-Path attribute cleared for C:\Users\magnusska\.cache\icedtea-web\cache\0\19\statnett ...
by magnusska
27 Mar 2023, 14:33
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Re: Application not launching - looks like looping behavior

I can't find APPLICATION.JNLP

I removed "JavaWebStartServices.installShortcut();"
Same problem.


public static void main(String[] args) throws Exception { // NOSONAR
Locale.setDefault(new Locale("nb", "NO"));
System.setProperty("app.log.dir", "fifty");
JavaWebStartServices.installShortcut ...
by magnusska
24 Mar 2023, 09:54
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Re: Application not launching - looks like looping behavior

APPLICATION.TEMPLATE.JNLP:

<?xml version="1.0" encoding="UTF-8" ?>
<jnlp spec="6.0.10+" href="larm.jnlp" codebase="*">
<information>
<title>*</title>
<vendor>Fifty</vendor>
<homepage>*</homepage>
<description>*</description>
<icon href="*" />
<icon href="*" kind="splash" />
<icon href ...
by magnusska
23 Mar 2023, 15:01
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Re: Application not launching - looks like looping behavior

This is the repeating section of the log:
[ITW-CORE][2023-03-23 12:33:54.673 CET][DEBUG][net.sourceforge.jnlp.tools.JarCertVerifier] App is signed: true
[ITW-CORE][2023-03-23 12:33:54.677 CET][DEBUG][net.sourceforge.jnlp.runtime.classloader.JNLPClassLoader] Creating Jar InputStream from JarEntry ...
by magnusska
23 Mar 2023, 12:49
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Re: Application not launching - looks like looping behavior

I'm wondering if any of the java-vm-args have been obsoleted:

<resources os="Windows" arch="x86">
<j2se version="11" href="http://java.sun.com/products/autodl/j2se" initial-heap-size="1G" max-heap-size="4G" java-vm-args="-Xss2m -XX:+HeapDumpOnOutOfMemoryError" />
</resources>
<resources ...
by magnusska
21 Mar 2023, 09:17
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Re: Application not launching - looks like looping behavior

The problem persists after upgrade to OWS 1.7.0
Log files attached.
by magnusska
02 Mar 2023, 12:40
Forum: Public Forums
Topic: Application not launching - looks like looping behavior
Replies: 26
Views: 90350

Application not launching - looks like looping behavior

I'm trying to launch an application with a jnlp file that works fine with javaws in 1.8.
The source code has been modified to comply with OWS/IcedTea.

jnlp:

<?xml version="1.0" encoding="UTF-8" ?>
<jnlp spec="6.0.10+" href="larm.jnlp" codebase="https://mms-sn-nattbygg1-klient-fifty-cm-mms ...