Al intentar ejecutar iReport 5.6 en debian 10 me sale lo siguiente:
ireport --jdkhome /usr/lib/jvm/java-11-openjdk-amd64
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/home/guarani/Descargas/iReport-5.6.0/platform9/lib/boot.jar) to method java.net.URL.getURLStreamHandler(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
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
Hay alguna solución conocida para este inconveniente?
No se solucionó.
La libreria que da error es distinta. En el caso que mencionas es groovy y en el mio boot
Probé instalar java-8 y sigue el fallo diciendo que la variable DISPLAY no esta seteada.
Seguiré investigando.
root@emilio:~# chmod -R 777 /dev/shm
root@emilio:~# cd iReport-5.6.0/bin/
root@emilio:~/iReport-5.6.0/bin# ./ireport
Cannot find java. Please use the --jdkhome switch.
root@emilio:~/iReport-5.6.0/bin# ./ireport --jdkhome /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64
./../platform9/lib/nbexec: WARNING: environment variable DISPLAY is not set
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
root@emilio:~/iReport-5.6.0/bin# ./ireport --jdkhome /usr/lib/jvm/
adoptopenjdk-8-hotspot-amd64/ .java-1.11.0-openjdk-amd64.jinfo
.adoptopenjdk-8-hotspot-amd64.jinfo java-11-openjdk-amd64/
default-java/ openjdk-11/
java-1.11.0-openjdk-amd64/
root@emilio:~/iReport-5.6.0/bin# ./ireport --jdkhome /usr/lib/jvm/default-java/
./../platform9/lib/nbexec: WARNING: environment variable DISPLAY is not set
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/root/iReport-5.6.0/platform9/lib/boot.jar) to method java.net.URL.getURLStreamHandler(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
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
root@emilio:~/iReport-5.6.0/bin#
Yo también hace tiempo que no puede levantar el iReport, me dice:
lleonardis@lleonardis-H81M-H:~/Downloads/iReport-5.6.0/bin$ ./ireport
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/home/lleonardis/Downloads/iReport-5.6.0/platform9/lib/boot.jar) to method java.net.URL.getURLStreamHandler(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
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