[jira] [Updated] (BEAM-9429) Python PostCommit: wordcount_xlang.py hangs

2021-05-15 Thread Kenneth Knowles (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kenneth Knowles updated BEAM-9429:
--
Resolution: Fixed
Status: Resolved  (was: Resolved)

Hello! Due to a bug in our Jira configuration, this issue had status:Resolved 
but resolution:Unresolved.

I am bulk editing these issues to have resolution:Fixed

If a different resolution is appropriate, please change it. To do this, click 
the "Resolve" button (you can do this even for closed issues) and set the 
Resolution field to the right value.

> Python PostCommit: wordcount_xlang.py hangs
> ---
>
> Key: BEAM-9429
> URL: https://issues.apache.org/jira/browse/BEAM-9429
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py-core, sdk-py-harness, test-failures
>Reporter: Kamil Wasilewski
>Priority: P2
>  Labels: stale-P2
> Fix For: Not applicable
>
>
> `wordcount_xlang.py` receives an exception right after starting and hangs 
> indefenitely. Because of this, Python PostCommit is being aborted.
> Log message:
> {code:java}
> Error: A JNI error has occurred, please check your installation and try again
> Exception in thread "main" java.lang.SecurityException: Invalid signature 
> file digest for Manifest main attributes
>   at 
> sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:330)
>   at 
> sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:263)
>   at java.util.jar.JarVerifier.processEntry(JarVerifier.java:275)
>   at java.util.jar.JarVerifier.update(JarVerifier.java:230)
>   at java.util.jar.JarFile.initializeVerifier(JarFile.java:383)
>   at java.util.jar.JarFile.ensureInitialization(JarFile.java:612)
>   at 
> java.util.jar.JavaUtilJarAccessImpl.ensureInitialization(JavaUtilJarAccessImpl.java:69)
>   at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:991)
>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:451)
>   at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
>   at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9429) Python PostCommit: wordcount_xlang.py hangs

2020-08-11 Thread Kamil Wasilewski (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kamil Wasilewski updated BEAM-9429:
---
Status: Resolved  (was: Resolved)

> Python PostCommit: wordcount_xlang.py hangs
> ---
>
> Key: BEAM-9429
> URL: https://issues.apache.org/jira/browse/BEAM-9429
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py-core, sdk-py-harness, test-failures
>Reporter: Kamil Wasilewski
>Priority: P2
>  Labels: stale-P2
>
> `wordcount_xlang.py` receives an exception right after starting and hangs 
> indefenitely. Because of this, Python PostCommit is being aborted.
> Log message:
> {code:java}
> Error: A JNI error has occurred, please check your installation and try again
> Exception in thread "main" java.lang.SecurityException: Invalid signature 
> file digest for Manifest main attributes
>   at 
> sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:330)
>   at 
> sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:263)
>   at java.util.jar.JarVerifier.processEntry(JarVerifier.java:275)
>   at java.util.jar.JarVerifier.update(JarVerifier.java:230)
>   at java.util.jar.JarFile.initializeVerifier(JarFile.java:383)
>   at java.util.jar.JarFile.ensureInitialization(JarFile.java:612)
>   at 
> java.util.jar.JavaUtilJarAccessImpl.ensureInitialization(JavaUtilJarAccessImpl.java:69)
>   at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:991)
>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:451)
>   at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
>   at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9429) Python PostCommit: wordcount_xlang.py hangs

2020-08-11 Thread Kamil Wasilewski (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kamil Wasilewski updated BEAM-9429:
---
Status: Resolved  (was: Resolved)

> Python PostCommit: wordcount_xlang.py hangs
> ---
>
> Key: BEAM-9429
> URL: https://issues.apache.org/jira/browse/BEAM-9429
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py-core, sdk-py-harness, test-failures
>Reporter: Kamil Wasilewski
>Priority: P2
>  Labels: stale-P2
>
> `wordcount_xlang.py` receives an exception right after starting and hangs 
> indefenitely. Because of this, Python PostCommit is being aborted.
> Log message:
> {code:java}
> Error: A JNI error has occurred, please check your installation and try again
> Exception in thread "main" java.lang.SecurityException: Invalid signature 
> file digest for Manifest main attributes
>   at 
> sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:330)
>   at 
> sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:263)
>   at java.util.jar.JarVerifier.processEntry(JarVerifier.java:275)
>   at java.util.jar.JarVerifier.update(JarVerifier.java:230)
>   at java.util.jar.JarFile.initializeVerifier(JarFile.java:383)
>   at java.util.jar.JarFile.ensureInitialization(JarFile.java:612)
>   at 
> java.util.jar.JavaUtilJarAccessImpl.ensureInitialization(JavaUtilJarAccessImpl.java:69)
>   at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:991)
>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:451)
>   at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
>   at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9429) Python PostCommit: wordcount_xlang.py hangs

2020-08-11 Thread Kamil Wasilewski (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kamil Wasilewski updated BEAM-9429:
---
Fix Version/s: Not applicable

> Python PostCommit: wordcount_xlang.py hangs
> ---
>
> Key: BEAM-9429
> URL: https://issues.apache.org/jira/browse/BEAM-9429
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py-core, sdk-py-harness, test-failures
>Reporter: Kamil Wasilewski
>Priority: P2
>  Labels: stale-P2
> Fix For: Not applicable
>
>
> `wordcount_xlang.py` receives an exception right after starting and hangs 
> indefenitely. Because of this, Python PostCommit is being aborted.
> Log message:
> {code:java}
> Error: A JNI error has occurred, please check your installation and try again
> Exception in thread "main" java.lang.SecurityException: Invalid signature 
> file digest for Manifest main attributes
>   at 
> sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:330)
>   at 
> sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:263)
>   at java.util.jar.JarVerifier.processEntry(JarVerifier.java:275)
>   at java.util.jar.JarVerifier.update(JarVerifier.java:230)
>   at java.util.jar.JarFile.initializeVerifier(JarFile.java:383)
>   at java.util.jar.JarFile.ensureInitialization(JarFile.java:612)
>   at 
> java.util.jar.JavaUtilJarAccessImpl.ensureInitialization(JavaUtilJarAccessImpl.java:69)
>   at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:991)
>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:451)
>   at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
>   at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9429) Python PostCommit: wordcount_xlang.py hangs

2020-08-11 Thread Kamil Wasilewski (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kamil Wasilewski updated BEAM-9429:
---
Status: Resolved  (was: Open)

> Python PostCommit: wordcount_xlang.py hangs
> ---
>
> Key: BEAM-9429
> URL: https://issues.apache.org/jira/browse/BEAM-9429
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py-core, sdk-py-harness, test-failures
>Reporter: Kamil Wasilewski
>Priority: P2
>  Labels: stale-P2
>
> `wordcount_xlang.py` receives an exception right after starting and hangs 
> indefenitely. Because of this, Python PostCommit is being aborted.
> Log message:
> {code:java}
> Error: A JNI error has occurred, please check your installation and try again
> Exception in thread "main" java.lang.SecurityException: Invalid signature 
> file digest for Manifest main attributes
>   at 
> sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:330)
>   at 
> sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:263)
>   at java.util.jar.JarVerifier.processEntry(JarVerifier.java:275)
>   at java.util.jar.JarVerifier.update(JarVerifier.java:230)
>   at java.util.jar.JarFile.initializeVerifier(JarFile.java:383)
>   at java.util.jar.JarFile.ensureInitialization(JarFile.java:612)
>   at 
> java.util.jar.JavaUtilJarAccessImpl.ensureInitialization(JavaUtilJarAccessImpl.java:69)
>   at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:991)
>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:451)
>   at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
>   at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9429) Python PostCommit: wordcount_xlang.py hangs

2020-08-11 Thread Kamil Wasilewski (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kamil Wasilewski updated BEAM-9429:
---
Labels: stale-P2  (was: currently-failing stale-P2)

> Python PostCommit: wordcount_xlang.py hangs
> ---
>
> Key: BEAM-9429
> URL: https://issues.apache.org/jira/browse/BEAM-9429
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py-core, sdk-py-harness, test-failures
>Reporter: Kamil Wasilewski
>Priority: P2
>  Labels: stale-P2
>
> `wordcount_xlang.py` receives an exception right after starting and hangs 
> indefenitely. Because of this, Python PostCommit is being aborted.
> Log message:
> {code:java}
> Error: A JNI error has occurred, please check your installation and try again
> Exception in thread "main" java.lang.SecurityException: Invalid signature 
> file digest for Manifest main attributes
>   at 
> sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:330)
>   at 
> sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:263)
>   at java.util.jar.JarVerifier.processEntry(JarVerifier.java:275)
>   at java.util.jar.JarVerifier.update(JarVerifier.java:230)
>   at java.util.jar.JarFile.initializeVerifier(JarFile.java:383)
>   at java.util.jar.JarFile.ensureInitialization(JarFile.java:612)
>   at 
> java.util.jar.JavaUtilJarAccessImpl.ensureInitialization(JavaUtilJarAccessImpl.java:69)
>   at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:991)
>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:451)
>   at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
>   at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9429) Python PostCommit: wordcount_xlang.py hangs

2020-06-10 Thread Beam JIRA Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-9429:

Labels: currently-failing  (was: currently-failing stale-assigned)

> Python PostCommit: wordcount_xlang.py hangs
> ---
>
> Key: BEAM-9429
> URL: https://issues.apache.org/jira/browse/BEAM-9429
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py-core, sdk-py-harness, test-failures
>Reporter: Kamil Wasilewski
>Priority: P2
>  Labels: currently-failing
>
> `wordcount_xlang.py` receives an exception right after starting and hangs 
> indefenitely. Because of this, Python PostCommit is being aborted.
> Log message:
> {code:java}
> Error: A JNI error has occurred, please check your installation and try again
> Exception in thread "main" java.lang.SecurityException: Invalid signature 
> file digest for Manifest main attributes
>   at 
> sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:330)
>   at 
> sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:263)
>   at java.util.jar.JarVerifier.processEntry(JarVerifier.java:275)
>   at java.util.jar.JarVerifier.update(JarVerifier.java:230)
>   at java.util.jar.JarFile.initializeVerifier(JarFile.java:383)
>   at java.util.jar.JarFile.ensureInitialization(JarFile.java:612)
>   at 
> java.util.jar.JavaUtilJarAccessImpl.ensureInitialization(JavaUtilJarAccessImpl.java:69)
>   at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:991)
>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:451)
>   at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
>   at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9429) Python PostCommit: wordcount_xlang.py hangs

2020-06-01 Thread Kenneth Knowles (Jira)


 [ 
https://issues.apache.org/jira/browse/BEAM-9429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kenneth Knowles updated BEAM-9429:
--
Labels: currently-failing stale-assigned  (was: currently-failing)

> Python PostCommit: wordcount_xlang.py hangs
> ---
>
> Key: BEAM-9429
> URL: https://issues.apache.org/jira/browse/BEAM-9429
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py-core, sdk-py-harness, test-failures
>Reporter: Kamil Wasilewski
>Assignee: Heejong Lee
>Priority: P2
>  Labels: currently-failing, stale-assigned
>
> `wordcount_xlang.py` receives an exception right after starting and hangs 
> indefenitely. Because of this, Python PostCommit is being aborted.
> Log message:
> {code:java}
> Error: A JNI error has occurred, please check your installation and try again
> Exception in thread "main" java.lang.SecurityException: Invalid signature 
> file digest for Manifest main attributes
>   at 
> sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:330)
>   at 
> sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:263)
>   at java.util.jar.JarVerifier.processEntry(JarVerifier.java:275)
>   at java.util.jar.JarVerifier.update(JarVerifier.java:230)
>   at java.util.jar.JarFile.initializeVerifier(JarFile.java:383)
>   at java.util.jar.JarFile.ensureInitialization(JarFile.java:612)
>   at 
> java.util.jar.JavaUtilJarAccessImpl.ensureInitialization(JavaUtilJarAccessImpl.java:69)
>   at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:991)
>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:451)
>   at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
>   at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (BEAM-9429) Python PostCommit: wordcount_xlang.py hangs

2020-03-03 Thread Jira


 [ 
https://issues.apache.org/jira/browse/BEAM-9429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ismaël Mejía updated BEAM-9429:
---
Status: Open  (was: Triage Needed)

> Python PostCommit: wordcount_xlang.py hangs
> ---
>
> Key: BEAM-9429
> URL: https://issues.apache.org/jira/browse/BEAM-9429
> Project: Beam
>  Issue Type: Bug
>  Components: sdk-py-core, sdk-py-harness, test-failures
>Reporter: Kamil Wasilewski
>Assignee: Heejong Lee
>Priority: Major
>  Labels: currently-failing
>
> `wordcount_xlang.py` receives an exception right after starting and hangs 
> indefenitely. Because of this, Python PostCommit is being aborted.
> Log message:
> {code:java}
> Error: A JNI error has occurred, please check your installation and try again
> Exception in thread "main" java.lang.SecurityException: Invalid signature 
> file digest for Manifest main attributes
>   at 
> sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:330)
>   at 
> sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:263)
>   at java.util.jar.JarVerifier.processEntry(JarVerifier.java:275)
>   at java.util.jar.JarVerifier.update(JarVerifier.java:230)
>   at java.util.jar.JarFile.initializeVerifier(JarFile.java:383)
>   at java.util.jar.JarFile.ensureInitialization(JarFile.java:612)
>   at 
> java.util.jar.JavaUtilJarAccessImpl.ensureInitialization(JavaUtilJarAccessImpl.java:69)
>   at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:991)
>   at java.net.URLClassLoader.defineClass(URLClassLoader.java:451)
>   at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
>   at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
>   at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)