Re: [Geoserver-devel] Testing 2.15-nightly on WindowsServer: Invalid byte tag in constant pool?

2019-01-27 Thread Richard Duivenvoorde
On 1/25/19 7:24 PM, Jody Garnett wrote:
> Just to confirm your GeoServer still starts up and functions? I have not
> seen this error before .. can you make a big ticket please.

Done: https://osgeo-org.atlassian.net/browse/GEOS-9110

And yes, Geoserver starts and functions for what I could see that day.
Will not be there withing 10 days, but will try again at that time with
a newer release/nightly?

Regards,

Richard


___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Testing 2.15-nightly on WindowsServer: Invalid byte tag in constant pool?

2019-01-25 Thread Jody Garnett
Just to confirm your GeoServer still starts up and functions? I have not
seen this error before .. can you make a big ticket please.

It looks like these jars have java 11 module-info information in Java 8
jars.

On Thu, Jan 24, 2019 at 4:09 AM Richard Duivenvoorde 
wrote:

> Hi Devs,
>
> Thought to test upcoming 2.15 on a Windows Server here, VM Version
> Oracle Corporation: 1.8.0_144 (Java HotSpot(TM) 64-Bit Server VM)
>
> I'll do some tests further today, but seeing these errors while starting
> up, all telling Invalid byte tag in constant pool
> Earlier I thought this had to do with mismatching JVM versions, but
> wanted to make sure that this is an issue or not
>
> Regards,
>
> Richard Duivenvoorde
>
> SEVERE: Unable to process Jar entry [module-info.class] from Jar
>
> [jar:file:/c:/programs/apache-tomcat-7.0.56/webapps/geoserver/WEB-INF/lib/stax-ex-1.8.jar!/]
> fo
> r annotations
> org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte
> tag in constant pool: 19
> at
>
> org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
> at
>
> org.apache.tomcat.util.bcel.classfile.ConstantPool.(ConstantPool.java:55)
> at
>
> org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:175)
> at
>
> org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2071)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1947)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1913)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1898)
> at
>
> org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1330)
> at
>
> org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:889)
> at
>
> org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:386)
> at
>
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
> at
>
> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
> at
>
> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5380)
> at
> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
> at
>
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
> at
> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
> at
> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649)
> at
> org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1083)
> at
> org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1879)
> at java.util.concurrent.Executors$RunnableAdapter.call(Unknown
> Source)
> at java.util.concurrent.FutureTask.run(Unknown Source)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown
> Source)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
> Source)
> at java.lang.Thread.run(Unknown Source)
> jan 24, 2019 8:29:48 AM org.apache.catalina.startup.ContextConfig
> processAnnotationsJar
> SEVERE: Unable to process Jar entry [module-info.class] from Jar
>
> [jar:file:/c:/programs/apache-tomcat-7.0.56/webapps/geoserver/WEB-INF/lib/jaxb-runtime-2.4.0-b1
> 80830.0438.jar!/] for annotations
> org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte
> tag in constant pool: 19
> at
>
> org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
> at
>
> org.apache.tomcat.util.bcel.classfile.ConstantPool.(ConstantPool.java:55)
> at
>
> org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:175)
> at
>
> org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2071)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1947)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1913)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1898)
> at
>
> org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1330)
> at
>
> org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:889)
> at
>
> org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:386)
> at
>
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
> at
>
> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
>

Re: [Geoserver-devel] Testing 2.15-nightly on WindowsServer: Invalid byte tag in constant pool?

2019-01-24 Thread Richard Duivenvoorde
On 1/24/19 10:20 AM, Andrea Aime wrote:
> Hi Richard,
> I haven't encountered this issue yet.
> This test/demo/skunkworks
> server, http://cloudsdi.geo-solutions.it/geoserver/web/ , is running on
> Tomcat 7.0.77 and OpenJDK
> 1.8 and deploys the latest available nightly build three times a day,
> without issue so far.
> I don't have a Windows setup for 2.15.x to compare to, sorry :-)

Startup and initial working is OK (except the messages in the log), see
if I encounter issues further today.

Just wanted to report back because I have this server around only today :-)

I will have a look at where those jars come from, if they are from the
extensions we use or default geoserver jars.

Regards,

Richard


___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Testing 2.15-nightly on WindowsServer: Invalid byte tag in constant pool?

2019-01-24 Thread Andrea Aime
Hi Richard,
I haven't encountered this issue yet.
This test/demo/skunkworks server,
http://cloudsdi.geo-solutions.it/geoserver/web/ , is running on Tomcat
7.0.77 and OpenJDK
1.8 and deploys the latest available nightly build three times a day,
without issue so far.
I don't have a Windows setup for 2.15.x to compare to, sorry :-)

Cheers
Andrea


On Thu, Jan 24, 2019 at 10:10 AM Richard Duivenvoorde 
wrote:

> Hi Devs,
>
> Thought to test upcoming 2.15 on a Windows Server here, VM Version
> Oracle Corporation: 1.8.0_144 (Java HotSpot(TM) 64-Bit Server VM)
>
> I'll do some tests further today, but seeing these errors while starting
> up, all telling Invalid byte tag in constant pool
> Earlier I thought this had to do with mismatching JVM versions, but
> wanted to make sure that this is an issue or not
>
> Regards,
>
> Richard Duivenvoorde
>
> SEVERE: Unable to process Jar entry [module-info.class] from Jar
>
> [jar:file:/c:/programs/apache-tomcat-7.0.56/webapps/geoserver/WEB-INF/lib/stax-ex-1.8.jar!/]
> fo
> r annotations
> org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte
> tag in constant pool: 19
> at
>
> org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
> at
>
> org.apache.tomcat.util.bcel.classfile.ConstantPool.(ConstantPool.java:55)
> at
>
> org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:175)
> at
>
> org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2071)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1947)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1913)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1898)
> at
>
> org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1330)
> at
>
> org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:889)
> at
>
> org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:386)
> at
>
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
> at
>
> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
> at
>
> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5380)
> at
> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
> at
>
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
> at
> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
> at
> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649)
> at
> org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1083)
> at
> org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1879)
> at java.util.concurrent.Executors$RunnableAdapter.call(Unknown
> Source)
> at java.util.concurrent.FutureTask.run(Unknown Source)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown
> Source)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
> Source)
> at java.lang.Thread.run(Unknown Source)
> jan 24, 2019 8:29:48 AM org.apache.catalina.startup.ContextConfig
> processAnnotationsJar
> SEVERE: Unable to process Jar entry [module-info.class] from Jar
>
> [jar:file:/c:/programs/apache-tomcat-7.0.56/webapps/geoserver/WEB-INF/lib/jaxb-runtime-2.4.0-b1
> 80830.0438.jar!/] for annotations
> org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte
> tag in constant pool: 19
> at
>
> org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
> at
>
> org.apache.tomcat.util.bcel.classfile.ConstantPool.(ConstantPool.java:55)
> at
>
> org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:175)
> at
>
> org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2071)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1947)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1913)
> at
>
> org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1898)
> at
>
> org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1330)
> at
>
> org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:889)
> at
>
> org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:386)
> at
>
> 

[Geoserver-devel] Testing 2.15-nightly on WindowsServer: Invalid byte tag in constant pool?

2019-01-24 Thread Richard Duivenvoorde
Hi Devs,

Thought to test upcoming 2.15 on a Windows Server here, VM Version
Oracle Corporation: 1.8.0_144 (Java HotSpot(TM) 64-Bit Server VM)

I'll do some tests further today, but seeing these errors while starting
up, all telling Invalid byte tag in constant pool
Earlier I thought this had to do with mismatching JVM versions, but
wanted to make sure that this is an issue or not

Regards,

Richard Duivenvoorde

SEVERE: Unable to process Jar entry [module-info.class] from Jar
[jar:file:/c:/programs/apache-tomcat-7.0.56/webapps/geoserver/WEB-INF/lib/stax-ex-1.8.jar!/]
fo
r annotations
org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte
tag in constant pool: 19
at
org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
at
org.apache.tomcat.util.bcel.classfile.ConstantPool.(ConstantPool.java:55)
at
org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:175)
at
org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
at
org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2071)
at
org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1947)
at
org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1913)
at
org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1898)
at
org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1330)
at
org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:889)
at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:386)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5380)
at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649)
at
org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1083)
at
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1879)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown
Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)
jan 24, 2019 8:29:48 AM org.apache.catalina.startup.ContextConfig
processAnnotationsJar
SEVERE: Unable to process Jar entry [module-info.class] from Jar
[jar:file:/c:/programs/apache-tomcat-7.0.56/webapps/geoserver/WEB-INF/lib/jaxb-runtime-2.4.0-b1
80830.0438.jar!/] for annotations
org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte
tag in constant pool: 19
at
org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:97)
at
org.apache.tomcat.util.bcel.classfile.ConstantPool.(ConstantPool.java:55)
at
org.apache.tomcat.util.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:175)
at
org.apache.tomcat.util.bcel.classfile.ClassParser.parse(ClassParser.java:83)
at
org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2071)
at
org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1947)
at
org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1913)
at
org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1898)
at
org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1330)
at
org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:889)
at
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:386)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5380)
at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:649)
at
org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1083)
at