-
15. Re: HTTP 404 Not Found when try http://localhost/mod_cluster-manager
rhusar Dec 3, 2013 5:11 AM (in response to jfclere)If he is really using 1.1.0 then it seems fine
[rhusar@rhusar mod_cluster]$ find . -name ModClusterConfig.java
./core/src/main/java/org/jboss/modcluster/config/ModClusterConfig.java
But anyway, looks to me like configuration and jar version are misaligned.
-
16. Re: HTTP 404 Not Found when try http://localhost/mod_cluster-manager
imeshd Dec 3, 2013 5:14 AM (in response to jfclere)OK, What am I suppose to do now?
-
17. Re: HTTP 404 Not Found when try http://localhost/mod_cluster-manager
jfclere Dec 3, 2013 5:47 AM (in response to imeshd)with 1.2.6 and EAP5 there is a:
+++
11:19:27,018 ERROR [AbstractKernelController] Error installing to Start: name=ModClusterListener state=Create
java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
at org.jboss.modcluster.ModClusterLogger.<clinit>(ModClusterLogger.java:47)
+++So probably going back to 1.1.0 is the only way.
-
18. Re: HTTP 404 Not Found when try http://localhost/mod_cluster-manager
rhusar Dec 3, 2013 8:31 AM (in response to jfclere)Sounds like there are 2 jboss-logging versions which is problematic?
-
19. Re: HTTP 404 Not Found when try http://localhost/mod_cluster-manager
jfclere Dec 3, 2013 9:02 AM (in response to rhusar)yes that is the problem mod_cluster requires one version that isn't compatible with the EAP5 one.
-
20. Re: HTTP 404 Not Found when try http://localhost/mod_cluster-manager
rhusar Dec 3, 2013 10:04 AM (in response to jfclere)I wonder if its possible to isolate the classloaders somehow...
BTW This must be a problem with 1.3.x as well then..
-
21. Re: HTTP 404 Not Found when try http://localhost/mod_cluster-manager
imeshd Dec 4, 2013 11:52 PM (in response to imeshd)Guys, What should I do now? Forget about mod_cluster and try mod_jk ? Or you guys still help me?
-
22. Re: HTTP 404 Not Found when try http://localhost/mod_cluster-manager
jfclere Dec 5, 2013 2:36 AM (in response to imeshd)put back the old mod_cluster.sar I guess that problem you had what with advertise so check the advertise group/port or use a proxy list.
I have created a JIRA for the log problem MODCLUSTER-377.