[JBoss JIRA] (MODCLUSTER-559) Support JDK9 build 9-ea+160
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-559?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-559:
--------------------------------------
Fix Version/s: 1.3.6.CR3
> Support JDK9 build 9-ea+160
> ---------------------------
>
> Key: MODCLUSTER-559
> URL: https://issues.jboss.org/browse/MODCLUSTER-559
> Project: mod_cluster
> Issue Type: Task
> Components: Core & Container Integration (Java)
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Labels: jdk9
> Fix For: 2.0.0.Alpha1, 1.3.6.CR3
>
>
> {noformat}
> defaultStrategy(org.jboss.modcluster.config.SessionDrainingStrategyTestCase) Time elapsed: 0.005 sec <<< ERROR!
> java.lang.ExceptionInInitializerError
> at org.jboss.modcluster.config.SessionDrainingStrategyTestCase.<init>(SessionDrainingStrategyTestCase.java:11)
> Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @6a28ffa4
> at org.jboss.modcluster.config.SessionDrainingStrategyTestCase.<init>(SessionDrainingStrategyTestCase.java:11)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (MODCLUSTER-559) Support JDK9 build 9-ea+160
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-559?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-559:
--------------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request: https://github.com/modcluster/mod_cluster/pull/250
> Support JDK9 build 9-ea+160
> ---------------------------
>
> Key: MODCLUSTER-559
> URL: https://issues.jboss.org/browse/MODCLUSTER-559
> Project: mod_cluster
> Issue Type: Task
> Components: Core & Container Integration (Java)
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Labels: jdk9
> Fix For: 2.0.0.Alpha1
>
>
> {noformat}
> defaultStrategy(org.jboss.modcluster.config.SessionDrainingStrategyTestCase) Time elapsed: 0.005 sec <<< ERROR!
> java.lang.ExceptionInInitializerError
> at org.jboss.modcluster.config.SessionDrainingStrategyTestCase.<init>(SessionDrainingStrategyTestCase.java:11)
> Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @6a28ffa4
> at org.jboss.modcluster.config.SessionDrainingStrategyTestCase.<init>(SessionDrainingStrategyTestCase.java:11)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (MODCLUSTER-559) Support JDK9 build 9-ea+160
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-559?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-559:
--------------------------------------
Summary: Support JDK9 build 9-ea+160 (was: Support JDK9 build 9-ea+149)
> Support JDK9 build 9-ea+160
> ---------------------------
>
> Key: MODCLUSTER-559
> URL: https://issues.jboss.org/browse/MODCLUSTER-559
> Project: mod_cluster
> Issue Type: Task
> Components: Core & Container Integration (Java)
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Labels: jdk9
> Fix For: 2.0.0.Alpha1
>
>
> {noformat}
> defaultStrategy(org.jboss.modcluster.config.SessionDrainingStrategyTestCase) Time elapsed: 0.005 sec <<< ERROR!
> java.lang.ExceptionInInitializerError
> at org.jboss.modcluster.config.SessionDrainingStrategyTestCase.<init>(SessionDrainingStrategyTestCase.java:11)
> Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @6a28ffa4
> at org.jboss.modcluster.config.SessionDrainingStrategyTestCase.<init>(SessionDrainingStrategyTestCase.java:11)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (MODCLUSTER-318) Make connector address user configurable
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-318?page=com.atlassian.jira.pl... ]
Work on MODCLUSTER-318 stopped by Radoslav Husar.
-------------------------------------------------
> Make connector address user configurable
> ----------------------------------------
>
> Key: MODCLUSTER-318
> URL: https://issues.jboss.org/browse/MODCLUSTER-318
> Project: mod_cluster
> Issue Type: Feature Request
> Components: Core & Container Integration (Java)
> Affects Versions: 1.2.1.Final
> Reporter: Aleksandar Kostadinov
> Assignee: Radoslav Husar
>
> MODCLUSTER-168 introduced a change that broke some existing working configurations relying on using IP instead of a hostname. Also it is likely to be the cause of MODCLUSTER-91.
> To have everybody happy, this needs to be made configurable, perhaps a system property that user can set to force a particular IP or hostname. It would also be very useful if there is a special value that makes the behavior same as before the changes in MODCLUSTER-168. For example setting the value to -1 would return the original behavior.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years
[JBoss JIRA] (MODCLUSTER-439) Installation for Tomcat 6/7/8 is cumbersome: revamp distribution profile
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-439?page=com.atlassian.jira.pl... ]
Work on MODCLUSTER-439 stopped by Radoslav Husar.
-------------------------------------------------
> Installation for Tomcat 6/7/8 is cumbersome: revamp distribution profile
> ------------------------------------------------------------------------
>
> Key: MODCLUSTER-439
> URL: https://issues.jboss.org/browse/MODCLUSTER-439
> Project: mod_cluster
> Issue Type: Feature Request
> Components: Documentation & Demos
> Affects Versions: 1.3.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Labels: tomcat
> Fix For: 2.0.0.Alpha1
>
>
> The installation in the docs now expects to go around and copy lots of jars to the /lib dir, the package we ship has all the tomcat 6 and 7 jars in the same spot... we shoud align this to be easier and/or include a readme file in the directory. Also update the documentation for people bulding from source.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years