Custom query (1088 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 1088)

Ticket Resolution Summary Owner Reporter
#537 fixed Documentation not up-to-date live-demo@… pka
Description

Documentation in 3.0rc seems to be generated on 20/02/10. There are many changes since then in SVN.

#630 fixed LiveDVD overview shows wrong information for the Geomajas project live-demo@… pieterdg
Description

Looking at http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/content.html, the overview documentation for the Geomajas project still refers to an older version. Also the quickstart link is missing.

#2379 fixed Re3gistry fails due tomcat9 not supporting java8 osgeolive@… omartinez
Description

I’m updating the Re3gistry installer script. Re3gistry is a java8 software and requires deploying two apps into tomcat (re3gistry2 and re3gistry2API). I made some changes in the installer but arrived at the following error.

-Jul-2022 18:49:51.207 SEVERE [http-nio-8080-exec-7] org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet [jsp] threw exception
        java.lang.UnsupportedClassVersionError: org/eclipse/jdt/internal/compiler/env/INameEnvironment has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
                at java.lang.ClassLoader.defineClass1(Native Method)
                at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
                at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
                at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
                at java.net.URLClassLoader.access$100(URLClassLoader.java:74)

After some research, I found out that tomcat9 looks like it does not have support for version 52 (java 8) in Ubuntu 22.04 LTS. If I’m not wrong, OSGeo Live is based on this version. A thread about this issue:

https://bugs.launchpad.net/ubuntu/+source/tomcat9/+bug/1972829

I’m not sure how to approach this issue, if it should imply changes in OSGeo Live base version or if we should try to install a different tomcat version in the re3gistry installer or try a workaround as it is explained in the last thread.

Thanks for your help in advance.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.