Your message dated Thu, 01 Aug 2019 04:34:24 +0000
with message-id <e1ht2ni-0004zy...@fasolo.debian.org>
and subject line Bug#929460: fixed in groovy 2.4.17-2
has caused the Debian Bug report #929460,
regarding groovyConsole broken because Illegal reflective access by 
org.codehaus.groovy.reflection.CachedClass
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
929460: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929460
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: groovy
Version: 2.4.16-2
Severity: important

When starting 'groovyConsole' to open a window it is aborted with following 
error message.
This makes the program groovyConsole and possible all groovy GUI programs 
unusable.

reiner@vega4:~$ groovyConsole        
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.codehaus.groovy.reflection.CachedClass 
(file:/usr/share/groovy/lib/groovy-2.4.16.jar) to method 
java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of 
org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
java.lang.reflect.InvocationTargetException
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java:116)
        at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:138)
Caused by: groovy.lang.MissingMethodException: No signature of method: 
javax.swing.JMenu.setMnemonic() is applicable for argument types: 
(java.lang.String) values: [F]
Possible solutions: setMnemonic(char), setMnemonic(int), getMnemonic()
        at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:71)
        at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:77)
        at 
org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:80)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:177)
        at 
groovy.ui.view.BasicMenuBar$_run_closure1.doCall(BasicMenuBar.groovy:22)
        at groovy.ui.view.BasicMenuBar$_run_closure1.doCall(BasicMenuBar.groovy)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
        at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
        at 
org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035)
        at groovy.lang.Closure.call(Closure.java:420)
        at groovy.lang.Closure.call(Closure.java:414)
        at 
groovy.util.FactoryBuilderSupport.dispatchNodeCall(FactoryBuilderSupport.java:899)
        at 
groovy.util.FactoryBuilderSupport.doInvokeMethod(FactoryBuilderSupport.java:791)
        at 
groovy.util.FactoryBuilderSupport.invokeMethod(FactoryBuilderSupport.java:511)
        at 
groovy.util.FactoryInterceptorMetaClass.invokeMethod(FactoryBuilderSupport.java:1322)
        at 
groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:46)
        at groovy.lang.Script.invokeMethod(Script.java:80)
        at 
org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:74)
        at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
        at 
org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:83)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:169)
        at groovy.ui.view.BasicMenuBar.run(BasicMenuBar.groovy:21)
        at 
groovy.util.FactoryBuilderSupport.build(FactoryBuilderSupport.java:1181)
        at 
groovy.util.FactoryBuilderSupport.build(FactoryBuilderSupport.java:1164)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
        at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
        at 
org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:352)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035)
        at 
org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:68)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:169)
        at groovy.ui.Console$__clinit__closure25.doCall(Console.groovy:267)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
        at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
        at 
org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035)
        at 
org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:128)
        at groovy.ui.ConsoleView$_run_closure1.doCall(ConsoleView.groovy:62)
        at groovy.ui.ConsoleView$_run_closure1.doCall(ConsoleView.groovy)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
        at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
        at 
org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:264)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035)
        at groovy.lang.Closure.call(Closure.java:420)
        at groovy.lang.Closure.call(Closure.java:414)
        at 
groovy.util.FactoryBuilderSupport.dispatchNodeCall(FactoryBuilderSupport.java:899)
        at 
groovy.util.FactoryBuilderSupport.doInvokeMethod(FactoryBuilderSupport.java:791)
        at 
groovy.util.FactoryBuilderSupport.invokeMethod(FactoryBuilderSupport.java:511)
        at 
groovy.util.FactoryInterceptorMetaClass.invokeMethod(FactoryBuilderSupport.java:1322)
        at 
groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:46)
        at groovy.lang.Script.invokeMethod(Script.java:80)
        at 
org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:74)
        at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:157)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:177)
        at groovy.ui.ConsoleView.run(ConsoleView.groovy:59)
        at 
groovy.util.FactoryBuilderSupport.build(FactoryBuilderSupport.java:1181)
        at 
groovy.util.FactoryBuilderSupport.build(FactoryBuilderSupport.java:1164)
        at groovy.util.FactoryBuilderSupport$build$4.call(Unknown Source)
        at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:128)
        at groovy.ui.Console.run(Console.groovy:308)
        at groovy.ui.Console$run$1.callCurrent(Unknown Source)
        at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:157)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:169)
        at groovy.ui.Console.run(Console.groovy:271)
        at groovy.ui.Console$run$0.call(Unknown Source)
        at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
        at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)
        at groovy.ui.Console.main(Console.groovy:205)
        ... 6 more



-- System Information:
Debian Release: 10.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de:en_GB (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages groovy depends on:
ii  antlr                                             2.7.7+dfsg-9.2
ii  default-jre-headless [java7-runtime-headless]     2:1.11-71
ii  ivy                                               2.4.0-5
ii  junit4                                            4.12-8
ii  libasm-java                                       7.0-1
ii  libbsf-java                                       1:2.4.0-8
ii  libcommons-cli-java                               1.4-1
ii  libcommons-logging-java                           1.2-2
ii  libjansi-java                                     1.17.1-1
ii  libjline2-java                                    2.14.6-3
ii  libqdox-java                                      1.12.1-3
ii  libservlet3.1-java [libservlet3.1-java]           1:4.0.1-2
ii  libxstream-java                                   1.4.11.1-1
ii  openjdk-11-jre-headless [java7-runtime-headless]  11.0.3+1-1

Versions of packages groovy recommends:
ii  ant                   1.10.5-2
ii  ant-optional          1.10.5-2
ii  libgpars-groovy-java  1.2.1-10
ii  libjcommander-java    1.71-3

Versions of packages groovy suggests:
pn  groovy-doc  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: groovy
Source-Version: 2.4.17-2

We believe that the bug you reported is fixed in the latest version of
groovy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 929...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated groovy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 31 Jul 2019 20:03:00 -0700
Source: groovy
Architecture: source
Version: 2.4.17-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Closes: 874711 874755 929460
Changes:
 groovy (2.4.17-2) unstable; urgency=medium
 .
   * Team upload.
   * Add patch to fix groovyConsole exception. (Closes: #929460)
   * Fix typo in Recommends for junit4-doc
   * Add lintian override for needless-suggest-recommend-libservlet-java
   * Remove dangling symlink to testng.jar (Closes: #874755)
     (Recommends was removed in 2.4.8-2)
   * Remove dangling symlink to jsr166y (Closes: #874711)
Checksums-Sha1:
 04db6b7196ff66f75b5404425ededf4e8ecfaabe 2407 groovy_2.4.17-2.dsc
 bfb58a84cf32fde7d5607f0ce3c2e4f9393d3e76 29696 groovy_2.4.17-2.debian.tar.xz
 2263964c1e5d488a8e1cc21b19b389f63d34a7a7 12175 groovy_2.4.17-2_amd64.buildinfo
Checksums-Sha256:
 c206c0b871379955fe44eac1587ecf1c4c8cab38de2b3cdeca2a127641b6091e 2407 
groovy_2.4.17-2.dsc
 fe7d597e8ea99770e95afe9e46f1e0679882a98649362218e565da4d8fe0dafb 29696 
groovy_2.4.17-2.debian.tar.xz
 41a8313611b0391401a21be9c22a8fd3b84707387e9f3050c39bf3bdc27083ac 12175 
groovy_2.4.17-2_amd64.buildinfo
Files:
 ac7df1bbba68bac9deaa80e8b471f01d 2407 java optional groovy_2.4.17-2.dsc
 171ac2b1c6c12ca1b6f4c736b0c5c521 29696 java optional 
groovy_2.4.17-2.debian.tar.xz
 ac0425149cc8ade0cba358a523794002 12175 java optional 
groovy_2.4.17-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAl1CZyYUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpYdtQ/+PfJtZXDKTRKn7rWXYZ16Pd2ffAmo
sH+/iFnGp6EOLG+lbY3hqWUIGwz4zbQIwshcXkmqhXgWSc7yg0ZM8nZRsWuKXu35
mz2u6+uZwhmmLw2l3slBXVEtUKH184Xp7+H0h32bDyYhLFCVvoMH9Z5HO9Xh54sL
TY9fAQcXlmm1HIFezdbM0fn/o0pB9KiB3FBMyJmguxbt3f/2HjQUEDQWQW2bcnVD
QWObSXoPMCg+EsM/8ySzzZ+FfnCwyHJGIi6S5r04my3gHFZUcc5gIV1ert7joMtG
F+nA9QKiCgfVTAwkEa2rZkejm0GGkZnfMxZBx7JJ//hxrBuX4qNRIua7Uf6kh1vO
Bvnf9c/YNffo01vAFsvfhp37mVzQ2UNX8RKV56zQeZm7I5GSdRd49VcW1CDuNBVO
/i1US6d4Gf/RynqR6sFKNZE4sbNqQgRehYfszQS98MCvl+haKKfecUNp5KB4HIDk
+2L89Fda48U1ceyHXql47G93scGR5HA7uT2iZvVA+Os0LKaa6RLRw0/yzkCvkYuv
1X19AEhuTp7mnJRaLd4y+9GpwaSUYoqFln2sv7xUfGmnfrpnMMqO1bBqyIr6ZGTT
7w9BgiT/02FiysR9xlle68oQQzQFfEOLPW2IW9Y4PeOBP7g+R8RHr/URLT0GPt4F
QcEd39MK/tQeCiQ=
=hqrA
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to