Re: 2.4.0 with Tomcat 8.5 and Java 9

2018-04-03 Thread Petr Ivanov
gt; > > >> On 2 Apr 2018, at 21:38, Eric Ham <ham.e...@gmail.com >> <mailto:ham.e...@gmail.com>> wrote: >> >> Hello, >> >> From the suggestion on my other thread to try a newer Tomcat, I decided to >> spin up Tomcat 8.5.29 with Oracle JDK 9.0.4

Re: 2.4.0 with Tomcat 8.5 and Java 9

2018-04-03 Thread Eric Ham
at 21:38, Eric Ham <ham.e...@gmail.com> wrote: > > Hello, > > From the suggestion on my other thread to try a newer Tomcat, I decided to > spin up Tomcat 8.5.29 with Oracle JDK 9.0.4. I'm attempting to use web > session clustering based on the following pages [1] and [2] as

Re: 2.4.0 with Tomcat 8.5 and Java 9

2018-04-03 Thread Petr Ivanov
'm attempting to use web > session clustering based on the following pages [1] and [2] as I saw the > 2.4.0 release notes say Java 9 is now supported. I copied the following jars > over for Tomcat to load: > > ignite-core-2.4.0.jar > ignite-log4j-2.4.0.jar > ignite-spring-2.4.0.ja

2.4.0 with Tomcat 8.5 and Java 9

2018-04-02 Thread Eric Ham
Hello, >From the suggestion on my other thread to try a newer Tomcat, I decided to spin up Tomcat 8.5.29 with Oracle JDK 9.0.4. I'm attempting to use web session clustering based on the following pages [1] and [2] as I saw the 2.4.0 release notes say Java 9 is now supported. I cop

Re: 2.4.0 with Tomcat 7 and Java 9

2018-03-30 Thread Eric Ham
t; >> I would still go for a higher tomcat version. >> >> On 31. Mar 2018, at 00:26, Eric Ham <ham.e...@gmail.com> wrote: >> >> From what I read on the changelog [1] they've been doing updates for Java >> 9 since at least 7.0.70, with a lot of changes in

Re: 2.4.0 with Tomcat 7 and Java 9

2018-03-30 Thread Eric Ham
worked for us so far. On Fri, Mar 30, 2018 at 3:46 PM, Jörn Franke <jornfra...@gmail.com> wrote: > I would still go for a higher tomcat version. > > On 31. Mar 2018, at 00:26, Eric Ham <ham.e...@gmail.com> wrote: > > From what I read on the changelog [1] they've been doing

Re: 2.4.0 with Tomcat 7 and Java 9

2018-03-30 Thread Jörn Franke
I would still go for a higher tomcat version. > On 31. Mar 2018, at 00:26, Eric Ham <ham.e...@gmail.com> wrote: > > From what I read on the changelog [1] they've been doing updates for Java 9 > since at least 7.0.70, with a lot of changes in 7.0.83 and they're now up to &g

Re: 2.4.0 with Tomcat 7 and Java 9

2018-03-30 Thread Eric Ham
>From what I read on the changelog [1] they've been doing updates for Java 9 since at least 7.0.70, with a lot of changes in 7.0.83 and they're now up to 7.0.85. We've been running Tomcat 7 on JDK9 for over 3 months now with no other issues. [1] http://tomcat.apache.org/tomcat-7.0-

Re: 2.4.0 with Tomcat 7 and Java 9

2018-03-30 Thread Jörn Franke
Tomcat 7 does not support JDK 9 > On 30. Mar 2018, at 18:30, Eric Ham <ham.e...@gmail.com> wrote: > > I'm running Tomcat 7 with Oracle JDK 9.0.4 and am attempting to use web > session clustering based on the following pages [1] and [2] as I saw the > 2.4.0 release no

2.4.0 with Tomcat 7 and Java 9

2018-03-30 Thread Eric Ham
I'm running Tomcat 7 with Oracle JDK 9.0.4 and am attempting to use web session clustering based on the following pages [1] and [2] as I saw the 2.4.0 release notes say Java 9 is now supported. I copied the following jars over for Tomcat to load: ignite-core-2.4.0.jar ignite-log4j-2.4.0.jar

Re: Java 9

2017-10-13 Thread Paolo Di Tommaso
I see. Thanks. On Fri, Oct 13, 2017 at 10:23 AM, Evgenii Zhuravlev < e.zhuravlev...@gmail.com> wrote: > It was just an example. ignite-core module still needs some code changes > to support Java 9. > > Evgenii > > 2017-10-13 10:44 GMT+03:00 Paolo Di Tommaso &l

Re: Java 9

2017-10-13 Thread Evgenii Zhuravlev
It was just an example. ignite-core module still needs some code changes to support Java 9. Evgenii 2017-10-13 10:44 GMT+03:00 Paolo Di Tommaso <paolo.ditomm...@gmail.com>: > Exactly, I was suggesting the same. Not everybody need the Hadoop module. > My guess is that with --add-o

Re: Java 9

2017-10-13 Thread Paolo Di Tommaso
Java 9 in "legacy" mode. Best, Paolo On Fri, Oct 13, 2017 at 9:34 AM, Alexey Kuznetsov <akuznet...@apache.org> wrote: > Evgenii, > > Hadoop is an optional module. > How about ignite-core? Could it be started under Java 9? > > On Fri, Oct 13, 2017 at 2:21 PM,

Re: Java 9

2017-10-13 Thread Alexey Kuznetsov
Evgenii, Hadoop is an optional module. How about ignite-core? Could it be started under Java 9? On Fri, Oct 13, 2017 at 2:21 PM, Evgenii Zhuravlev <e.zhuravlev...@gmail.com > wrote: > Paolo, > > As most frameworks and platforms, Ignite contains low-level logic, which > was

Re: Java 9

2017-10-13 Thread Evgenii Zhuravlev
Paolo, As most frameworks and platforms, Ignite contains low-level logic, which was changed in Java 9. For example, in Java 9 application classloader is not a UrlClassLoader anymore, while in ignite-hadoop we used methods from UrlClassLoader for implementing class loading logic. So, --add-opens

Re: Java 9

2017-10-13 Thread Paolo Di Tommaso
gt; > Any workaround ? > > Cheers, > Paolo > > > On Thu, Oct 12, 2017 at 1:25 AM, Denis Magda <dma...@apache.org> wrote: > >> Hi Paolo, >> >> There is some work to do to make Ignite running on Java 9: >> https://issues.apache.org/jira/browse/IGNITE-4615

Re: Java 9

2017-10-12 Thread Paolo Di Tommaso
seems Ignite is throwing an exception because the Java version number does not match the expected pattern. Any workaround ? Cheers, Paolo On Thu, Oct 12, 2017 at 1:25 AM, Denis Magda <dma...@apache.org> wrote: > Hi Paolo, > > There is some work to do to make Ignite runni

Re: Java 9

2017-10-11 Thread Denis Magda
Hi Paolo, There is some work to do to make Ignite running on Java 9: https://issues.apache.org/jira/browse/IGNITE-4615 <https://issues.apache.org/jira/browse/IGNITE-4615> Guess the version will be supported by the end of the year. — Denis > On Oct 11, 2017, at 2:08 PM, Paolo D

Java 9

2017-10-11 Thread Paolo Di Tommaso
Hi, Which the minimal Ignite version that can run on Java 9 ? I'm trying Ignite 1.9 and I'm getting Caused by: java.lang.IllegalStateException: Ignite requires Java 7 or above. Current Java version is not supported: 9 at org.apache.ignite.internal.IgnitionEx.(IgnitionEx.java:185) Thanks