[jira] Commented: (GERONIMO-3759) Geronimo Tomcat Clustering - No GBeans for adding Static Members

2009-02-19 Thread viola.lu (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674993#action_12674993
 ] 

viola.lu commented on GERONIMO-3759:


Thanks.No problem now.

> Geronimo Tomcat Clustering - No GBeans for adding Static Members
> 
>
> Key: GERONIMO-3759
> URL: https://issues.apache.org/jira/browse/GERONIMO-3759
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: Clustering
>Affects Versions: 2.1, 2.1.1
>Reporter: Shiva Kumar H R
>Assignee: Jason Warner
> Fix For: 2.1.3, 2.2
>
> Attachments: ClusteringStaticMembers_GERONIMO-3759.patch, config.xml, 
> config_ag21.xml, tomcat_server.xml
>
>
> Tomcat uses multicasting for discovering cluster members. It also supports 
> static memberships using the StaticMembershipInterceptor if you want to 
> extend your membership to points beyond multicasting, using configuration as 
> below:
>   className="org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor">
>   port="5678"
>   securePort="-1"
>   host="tomcat01.mydomain.com"
>   domain="staging-cluster"
>   uniqueId="{0,1,2,3,4,5,6,7,8,9}"/>
>  
> http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html
> http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-interceptor.html
> However, to add this configuration in Geronimo's config.xml, we don't have 
> the required GBeans for  element.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3759) Geronimo Tomcat Clustering - No GBeans for adding Static Members

2009-02-18 Thread Jason Warner (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674612#action_12674612
 ] 

Jason Warner commented on GERONIMO-3759:


Your config.xml is missing the module entry for mconsole-ds.  I'm not sure why 
this is.  There could be a number of reasons.  I suggest you start with a fresh 
server and copy only the changes necessary from any external config.xml.  For 
example, start with the default config.xml and copy over only the necessary 
clustering config from the attached config_ag21.xml.  I'm not sure how you lost 
the mconsole-ds module since it seems to be present both in the config_ag21.xml 
as well as the default config.xml that my server build starts with.  For 
clarification, I ran this on Geronimo Tomcat Java EE 5 2.1.3.  If you have any 
further trouble with this, please post questions to the user list with a 
reference to this jira.  I don't believe the comment section of a long closed 
jira is the best place for discussing bugs that aren't really related to the 
changes made in relation to that jira.

> Geronimo Tomcat Clustering - No GBeans for adding Static Members
> 
>
> Key: GERONIMO-3759
> URL: https://issues.apache.org/jira/browse/GERONIMO-3759
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: Clustering
>Affects Versions: 2.1, 2.1.1
>Reporter: Shiva Kumar H R
>Assignee: Jason Warner
> Fix For: 2.1.3, 2.2
>
> Attachments: ClusteringStaticMembers_GERONIMO-3759.patch, config.xml, 
> config_ag21.xml, tomcat_server.xml
>
>
> Tomcat uses multicasting for discovering cluster members. It also supports 
> static memberships using the StaticMembershipInterceptor if you want to 
> extend your membership to points beyond multicasting, using configuration as 
> below:
>   className="org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor">
>   port="5678"
>   securePort="-1"
>   host="tomcat01.mydomain.com"
>   domain="staging-cluster"
>   uniqueId="{0,1,2,3,4,5,6,7,8,9}"/>
>  
> http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html
> http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-interceptor.html
> However, to add this configuration in Geronimo's config.xml, we don't have 
> the required GBeans for  element.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3759) Geronimo Tomcat Clustering - No GBeans for adding Static Members

2009-02-09 Thread Jason Warner (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671994#action_12671994
 ] 

Jason Warner commented on GERONIMO-3759:


If you're still having trouble with this, please post the config.xml that you 
are using.  I just attempted to start the server using the configuration 
provided here and had no issues.  

> Geronimo Tomcat Clustering - No GBeans for adding Static Members
> 
>
> Key: GERONIMO-3759
> URL: https://issues.apache.org/jira/browse/GERONIMO-3759
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: Clustering
>Affects Versions: 2.1, 2.1.1
>Reporter: Shiva Kumar H R
>Assignee: Jason Warner
> Fix For: 2.1.3, 2.2
>
> Attachments: ClusteringStaticMembers_GERONIMO-3759.patch, 
> config_ag21.xml, tomcat_server.xml
>
>
> Tomcat uses multicasting for discovering cluster members. It also supports 
> static memberships using the StaticMembershipInterceptor if you want to 
> extend your membership to points beyond multicasting, using configuration as 
> below:
>   className="org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor">
>   port="5678"
>   securePort="-1"
>   host="tomcat01.mydomain.com"
>   domain="staging-cluster"
>   uniqueId="{0,1,2,3,4,5,6,7,8,9}"/>
>  
> http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html
> http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-interceptor.html
> However, to add this configuration in Geronimo's config.xml, we don't have 
> the required GBeans for  element.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3759) Geronimo Tomcat Clustering - No GBeans for adding Static Members

2009-02-06 Thread viola.lu (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671079#action_12671079
 ] 

viola.lu commented on GERONIMO-3759:


Hello Jason:
As this JIRA description say,  in" Geronimo's config.xml, we don't have the 
required GBeans for  element.", so 
I just verify whether G2.1.3 can support StaticMember configuration in GBen 
which exists in Tomcat. 
Test Steps below are right?
 1.Replace one G server 1 config.xml with this config_ag21.xml(some version 
modification and also host name change), and then start G server.(but error 
exists)
 2.Replace another G server 2 config.xml with this config_ag21.xml(some version 
modification and also host name change), and then start G server.(but error 
exists)
 3.HTTP Server Configuration and start it, and deploy cluster sample to cluster.

If not correct, can you give some tips, thanks.

> Geronimo Tomcat Clustering - No GBeans for adding Static Members
> 
>
> Key: GERONIMO-3759
> URL: https://issues.apache.org/jira/browse/GERONIMO-3759
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: Clustering
>Affects Versions: 2.1, 2.1.1
>Reporter: Shiva Kumar H R
>Assignee: Jason Warner
> Fix For: 2.1.3, 2.2
>
> Attachments: ClusteringStaticMembers_GERONIMO-3759.patch, 
> config_ag21.xml, tomcat_server.xml
>
>
> Tomcat uses multicasting for discovering cluster members. It also supports 
> static memberships using the StaticMembershipInterceptor if you want to 
> extend your membership to points beyond multicasting, using configuration as 
> below:
>   className="org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor">
>   port="5678"
>   securePort="-1"
>   host="tomcat01.mydomain.com"
>   domain="staging-cluster"
>   uniqueId="{0,1,2,3,4,5,6,7,8,9}"/>
>  
> http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html
> http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-interceptor.html
> However, to add this configuration in Geronimo's config.xml, we don't have 
> the required GBeans for  element.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3759) Geronimo Tomcat Clustering - No GBeans for adding Static Members

2009-02-05 Thread Jason Warner (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670895#action_12670895
 ] 

Jason Warner commented on GERONIMO-3759:


I'm not sure what specifically the error you receive has to do with this jira 
other than that you're using the config.xml posted here, which also confuses 
me.  What are you attempting to do?

> Geronimo Tomcat Clustering - No GBeans for adding Static Members
> 
>
> Key: GERONIMO-3759
> URL: https://issues.apache.org/jira/browse/GERONIMO-3759
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: Clustering
>Affects Versions: 2.1, 2.1.1
>Reporter: Shiva Kumar H R
>Assignee: Jason Warner
> Fix For: 2.1.3, 2.2
>
> Attachments: ClusteringStaticMembers_GERONIMO-3759.patch, 
> config_ag21.xml, tomcat_server.xml
>
>
> Tomcat uses multicasting for discovering cluster members. It also supports 
> static memberships using the StaticMembershipInterceptor if you want to 
> extend your membership to points beyond multicasting, using configuration as 
> below:
>   className="org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor">
>   port="5678"
>   securePort="-1"
>   host="tomcat01.mydomain.com"
>   domain="staging-cluster"
>   uniqueId="{0,1,2,3,4,5,6,7,8,9}"/>
>  
> http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html
> http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-interceptor.html
> However, to add this configuration in Geronimo's config.xml, we don't have 
> the required GBeans for  element.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3759) Geronimo Tomcat Clustering - No GBeans for adding Static Members

2009-02-04 Thread viola.lu (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670635#action_12670635
 ] 

viola.lu commented on GERONIMO-3759:


But i tried config_ag21.xml on G2.1.3(replace version from 2.1 to 2.1.3), but 
get error and can't start current server, pls check the log below,can somebody 
help it?
12:13:59,515 INFO  [Log4jService] --
12:13:59,515 INFO  [Log4jService] Started Logging Service
12:13:59,515 INFO  [Log4jService] Runtime Information:
12:13:59,515 INFO  [Log4jService]   Install Directory = 
D:\geronimo-tomcat6-javaee5-2.1.3
12:13:59,515 INFO  [JvmVendor] Sun JVM 1.5.0_16
12:13:59,515 INFO  [Log4jService]   JVM in use = Sun JVM 1.5.0_16
12:13:59,515 INFO  [Log4jService] Java Information:
12:13:59,515 INFO  [Log4jService]   System property [java.runtime.name]  = 
Java(TM) 2 Runtime Environment, Standard Edition
12:13:59,515 INFO  [Log4jService]   System property [java.runtime.version]  = 
1.5.0_16-b02
12:13:59,515 INFO  [Log4jService]   System property [os.name] = 
Windows 2003
12:13:59,515 INFO  [Log4jService]   System property [os.version]  = 5.2
12:13:59,515 INFO  [Log4jService]   System property [sun.os.patch.level]  = 
Service Pack 2
12:13:59,515 INFO  [Log4jService]   System property [os.arch] = x86
12:13:59,515 INFO  [Log4jService]   System property [java.class.version]  = 49.0
12:13:59,515 INFO  [Log4jService]   System property [locale]  = 
en_US
12:13:59,515 INFO  [Log4jService]   System property [unicode.encoding]= 
UnicodeLittle
12:13:59,515 INFO  [Log4jService]   System property [file.encoding]   = 
Cp1252
12:13:59,515 INFO  [Log4jService]   System property [java.vm.name]= 
Java HotSpot(TM) Client VM
12:13:59,515 INFO  [Log4jService]   System property [java.vm.vendor]  = Sun 
Microsystems Inc.
12:13:59,515 INFO  [Log4jService]   System property [java.vm.version] = 
1.5.0_16-b02
12:13:59,515 INFO  [Log4jService]   System property [java.vm.info]= 
mixed mode
12:13:59,515 INFO  [Log4jService]   System property [java.home]   = 
C:\Program Files\Java\jdk1.5.0_16\jre
12:13:59,515 INFO  [Log4jService]   System property [java.classpath]  = null
12:13:59,515 INFO  [Log4jService]   System property [java.library.path]   = 
C:\Program 
Files\Java\jdk1.5.0_16\jre\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\STAF\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\Perl\site\bin;C:\Perl\bin;C:\Program
 Files\IBM\WebSphere MQ\Java\lib;C:\Program Files\IBM\WebSphere 
MQ\bin;C:\Program Files\IBM\WebSphere MQ\tools\c\samples\bin;C:\Program 
Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL 
Server\90\Tools\binn\;C:\Program Files\Microsoft SQL 
Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL 
Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual 
Studio 8\Common7\IDE\PrivateAssemblies\;C:\Program 
Files\Subversion\bin;C:\Program Files\IBM\Informix\Connect\bin;C:\Program 
Files\ibm\gsk7\bin;C:\Program 
Files\ibm\gsk7\lib;C:\PROGRA~1\ibm\gsk7\bin;C:\PROGRA~1\ibm\gsk7\lib;C:\Program 
Files\IBM\Informix\Client-SDK\bin;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\Program
 Files\Mozilla Firefox;C:\Program Files\Java\jre1.6.0_05\bin;C:\Program 
Files\Mozilla Firefox;D:\apache-maven-2.0.9\bin
12:13:59,515 INFO  [Log4jService]   System property [java.endorsed.dirs]  = 
D:\geronimo-tomcat6-javaee5-2.1.3\lib\endorsed;C:\Program 
Files\Java\jdk1.5.0_16\jre\lib\endorsed
12:13:59,515 INFO  [Log4jService]   System property [java.ext.dirs]   = 
D:\geronimo-tomcat6-javaee5-2.1.3\lib\ext;C:\Program 
Files\Java\jdk1.5.0_16\jre\lib\ext
12:13:59,515 INFO  [Log4jService]   System property [sun.boot.class.path] = 
D:\geronimo-tomcat6-javaee5-2.1.3\lib\endorsed\yoko-rmi-spec-1.0.jar;D:\geronimo-tomcat6-javaee5-2.1.3\lib\endorsed\yoko-spec-corba-1.0.jar;C:\Program
 Files\Java\jdk1.5.0_16\jre\lib\rt.jar;C:\Program 
Files\Java\jdk1.5.0_16\jre\lib\i18n.jar;C:\Program 
Files\Java\jdk1.5.0_16\jre\lib\sunrsasign.jar;C:\Program 
Files\Java\jdk1.5.0_16\jre\lib\jsse.jar;C:\Program 
Files\Java\jdk1.5.0_16\jre\lib\jce.jar;C:\Program 
Files\Java\jdk1.5.0_16\jre\lib\charsets.jar;C:\Program 
Files\Java\jdk1.5.0_16\jre\classes
12:13:59,515 INFO  [Log4jService] --
12:14:01,546 INFO  [KernelContextGBean] bound gbean 
org.apache.geronimo.framework/rmi-naming/2.1.3/car?ServiceModule=org.apache.geronimo.framework/rmi-naming/2.1.3/car,j2eeType=Context,name=JavaCompContext
 at name java:comp
12:14:01,546 INFO  [KernelContextGBean] bound gbean 
org.apache.geronimo.framework/rmi-naming/2.1.3/car?ServiceModule=org.apache.geronimo.framework/rmi-naming/2.1.3/car,j2eeType=Context,name=JavaContext
 at name java:
12:14:01,546 INFO  [KernelContextGBean] bound g