You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Jesus Garcia Rodriguez (JIRA)" <je...@jakarta.apache.org> on 2004/12/20 14:22:16 UTC

[jira] Created: (JS2-174) TOMCAT TCP CLUSTER IS NOT SUPPORTED

TOMCAT TCP CLUSTER IS NOT SUPPORTED
-----------------------------------

         Key: JS2-174
         URL: http://nagoya.apache.org/jira/browse/JS2-174
     Project: Jetspeed 2
        Type: New Feature
  Components: Components Core, Security, SSO  
    Versions: 2.0-M1    
 Environment: TOMCAT 5.0.30 LINUX REDHAT 7.0 JDK 1.5 or 1.4.2 
    Reporter: Jesus Garcia Rodriguez
    Priority: Minor


We are trying to configure a jetspeed to work in a cluster mode using Application server clustering, with the session shared among the cluster.
 
When configuring Jakarta Tomcat for TCP cluster, Jetspeed  fails to work due to a serializable error in a session update . The error shown in Jetspeed is :
org.apache.jetspeed.request.JetspeedRequestContext.setLocale(JetspeedRequestContext.java
:351)
and the involved object is a WeakHashMap, wich in fact is not a Serializable Object. 

This prevents the appication to run in a distributed clustered environment. 

Is there an implementation that supports cluster mode in an application Server ? Are there any documentation or implementation working in such a configuration? 
thanks in advance.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Integrating Jetspeed and Opencms

Posted by Marek Nowak <ma...@o2.pl>.
Hello Everybody

I was trying to do so accortding to the article at OpenSi.net but I failed. 
Was anyone of you trying to integrate Jetspeed and Opencms? If so, could you 
please send me a fragment of project that you created?

Regards,
Marek 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


[jira] Commented: (JS2-174) Support Tomcat TCP Clustering

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-174?page=comments#action_12371328 ] 

Ate Douma commented on JS2-174:
-------------------------------

Bridges common provides a TabBean class which turns out not to be serializable either (used by the j2-admin portlets).
This requires a new bug fix release of bridges-common.
I've created a new 1.0.1-dev version already and will update the dependencies of j2-2.1-dev as well as its plugin to use it. 

> Support Tomcat TCP Clustering
> -----------------------------
>
>          Key: JS2-174
>          URL: http://issues.apache.org/jira/browse/JS2-174
>      Project: Jetspeed 2
>         Type: New Feature
>   Components: Other
>     Versions: 2.1-dev
>  Environment: Tomcat 5.0.30, 5.5.16 
>     Reporter: Jesus Garcia Rodriguez
>     Assignee: Ate Douma
>      Fix For: 2.1

>
> We are trying to configure a jetspeed to work in a cluster mode using Application server clustering, with the session shared among the cluster.
>  
> When configuring Jakarta Tomcat for TCP cluster, Jetspeed  fails to work due to a serializable error in a session update . The error shown in Jetspeed is :
> org.apache.jetspeed.request.JetspeedRequestContext.setLocale(JetspeedRequestContext.java
> :351)
> and the involved object is a WeakHashMap, wich in fact is not a Serializable Object. 
> This prevents the appication to run in a distributed clustered environment. 
> Is there an implementation that supports cluster mode in an application Server ? Are there any documentation or implementation working in such a configuration? 
> thanks in advance.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Updated: (JS2-174) Support Tomcat TCP Clustering

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma updated JS2-174:
--------------------------

    Fix Version/s:     (was: 2.1)
                   2.2-dev

While an considerable amount of work has been done on this already, there is not enough time left to properly test the current state before the 2.1 release.
Reschedule to 2.2-dev when it will be properly resolved. 

> Support Tomcat TCP Clustering
> -----------------------------
>
>                 Key: JS2-174
>                 URL: https://issues.apache.org/jira/browse/JS2-174
>             Project: Jetspeed 2
>          Issue Type: New Feature
>          Components: Other
>    Affects Versions: 2.1-dev
>         Environment: Tomcat 5.0.30, 5.5.16 
>            Reporter: Jesus Garcia Rodriguez
>         Assigned To: Ate Douma
>             Fix For: 2.2-dev
>
>
> We are trying to configure a jetspeed to work in a cluster mode using Application server clustering, with the session shared among the cluster.
>  
> When configuring Jakarta Tomcat for TCP cluster, Jetspeed  fails to work due to a serializable error in a session update . The error shown in Jetspeed is :
> org.apache.jetspeed.request.JetspeedRequestContext.setLocale(JetspeedRequestContext.java
> :351)
> and the involved object is a WeakHashMap, wich in fact is not a Serializable Object. 
> This prevents the appication to run in a distributed clustered environment. 
> Is there an implementation that supports cluster mode in an application Server ? Are there any documentation or implementation working in such a configuration? 
> thanks in advance.  

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


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-174) TOMCAT TCP CLUSTER IS NOT SUPPORTED

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-174?page=comments#action_12371316 ] 

Ate Douma commented on JS2-174:
-------------------------------

I'm gonna update and adjust this issue (including its topic) to reflect my target:
get Jetspeed-2 (2.1-dev) properly working on a Tomcat Cluster

> TOMCAT TCP CLUSTER IS NOT SUPPORTED
> -----------------------------------
>
>          Key: JS2-174
>          URL: http://issues.apache.org/jira/browse/JS2-174
>      Project: Jetspeed 2
>         Type: New Feature
>   Components: Security, Components Core, SSO
>     Versions: 2.0-M1
>  Environment: TOMCAT 5.0.30 LINUX REDHAT 7.0 JDK 1.5 or 1.4.2 
>     Reporter: Jesus Garcia Rodriguez
>     Assignee: Ate Douma
>     Priority: Minor

>
> We are trying to configure a jetspeed to work in a cluster mode using Application server clustering, with the session shared among the cluster.
>  
> When configuring Jakarta Tomcat for TCP cluster, Jetspeed  fails to work due to a serializable error in a session update . The error shown in Jetspeed is :
> org.apache.jetspeed.request.JetspeedRequestContext.setLocale(JetspeedRequestContext.java
> :351)
> and the involved object is a WeakHashMap, wich in fact is not a Serializable Object. 
> This prevents the appication to run in a distributed clustered environment. 
> Is there an implementation that supports cluster mode in an application Server ? Are there any documentation or implementation working in such a configuration? 
> thanks in advance.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Assigned: (JS2-174) TOMCAT TCP CLUSTER IS NOT SUPPORTED

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/JS2-174?page=all ]

Ate Douma reassigned JS2-174:
-----------------------------

    Assign To: Ate Douma

> TOMCAT TCP CLUSTER IS NOT SUPPORTED
> -----------------------------------
>
>          Key: JS2-174
>          URL: http://issues.apache.org/jira/browse/JS2-174
>      Project: Jetspeed 2
>         Type: New Feature
>   Components: Security, Components Core, SSO
>     Versions: 2.0-M1
>  Environment: TOMCAT 5.0.30 LINUX REDHAT 7.0 JDK 1.5 or 1.4.2 
>     Reporter: Jesus Garcia Rodriguez
>     Assignee: Ate Douma
>     Priority: Minor

>
> We are trying to configure a jetspeed to work in a cluster mode using Application server clustering, with the session shared among the cluster.
>  
> When configuring Jakarta Tomcat for TCP cluster, Jetspeed  fails to work due to a serializable error in a session update . The error shown in Jetspeed is :
> org.apache.jetspeed.request.JetspeedRequestContext.setLocale(JetspeedRequestContext.java
> :351)
> and the involved object is a WeakHashMap, wich in fact is not a Serializable Object. 
> This prevents the appication to run in a distributed clustered environment. 
> Is there an implementation that supports cluster mode in an application Server ? Are there any documentation or implementation working in such a configuration? 
> thanks in advance.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-174) Support Tomcat TCP Clustering

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-174?page=comments#action_12371320 ] 

Ate Douma commented on JS2-174:
-------------------------------

Initial reported problem of the non-Serializable WeahHashMap object problem solved.
But, more to come so keeping this issue open until I've got J2 properly running on a Tomcat tcp cluster. 

> Support Tomcat TCP Clustering
> -----------------------------
>
>          Key: JS2-174
>          URL: http://issues.apache.org/jira/browse/JS2-174
>      Project: Jetspeed 2
>         Type: New Feature
>   Components: Other
>     Versions: 2.1-dev
>  Environment: Tomcat 5.0.30, 5.5.16 
>     Reporter: Jesus Garcia Rodriguez
>     Assignee: Ate Douma
>      Fix For: 2.1

>
> We are trying to configure a jetspeed to work in a cluster mode using Application server clustering, with the session shared among the cluster.
>  
> When configuring Jakarta Tomcat for TCP cluster, Jetspeed  fails to work due to a serializable error in a session update . The error shown in Jetspeed is :
> org.apache.jetspeed.request.JetspeedRequestContext.setLocale(JetspeedRequestContext.java
> :351)
> and the involved object is a WeakHashMap, wich in fact is not a Serializable Object. 
> This prevents the appication to run in a distributed clustered environment. 
> Is there an implementation that supports cluster mode in an application Server ? Are there any documentation or implementation working in such a configuration? 
> thanks in advance.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Updated: (JS2-174) Support Tomcat TCP Clustering

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/JS2-174?page=all ]

Ate Douma updated JS2-174:
--------------------------

      Component: Other
                     (was: Security)
                     (was: Components Core)
                     (was: SSO)
        Summary: Support Tomcat TCP Clustering  (was: TOMCAT TCP CLUSTER IS NOT SUPPORTED)
    Fix Version: 2.1
    Description: 
We are trying to configure a jetspeed to work in a cluster mode using Application server clustering, with the session shared among the cluster.
 
When configuring Jakarta Tomcat for TCP cluster, Jetspeed  fails to work due to a serializable error in a session update . The error shown in Jetspeed is :
org.apache.jetspeed.request.JetspeedRequestContext.setLocale(JetspeedRequestContext.java
:351)
and the involved object is a WeakHashMap, wich in fact is not a Serializable Object. 

This prevents the appication to run in a distributed clustered environment. 

Is there an implementation that supports cluster mode in an application Server ? Are there any documentation or implementation working in such a configuration? 
thanks in advance.  

  was:
We are trying to configure a jetspeed to work in a cluster mode using Application server clustering, with the session shared among the cluster.
 
When configuring Jakarta Tomcat for TCP cluster, Jetspeed  fails to work due to a serializable error in a session update . The error shown in Jetspeed is :
org.apache.jetspeed.request.JetspeedRequestContext.setLocale(JetspeedRequestContext.java
:351)
and the involved object is a WeakHashMap, wich in fact is not a Serializable Object. 

This prevents the appication to run in a distributed clustered environment. 

Is there an implementation that supports cluster mode in an application Server ? Are there any documentation or implementation working in such a configuration? 
thanks in advance.  

        Version: 2.1-dev
                     (was: 2.0-M1)
    Environment: Tomcat 5.0.30, 5.5.16   (was: TOMCAT 5.0.30 LINUX REDHAT 7.0 JDK 1.5 or 1.4.2 )
       Priority: Major  (was: Minor)

> Support Tomcat TCP Clustering
> -----------------------------
>
>          Key: JS2-174
>          URL: http://issues.apache.org/jira/browse/JS2-174
>      Project: Jetspeed 2
>         Type: New Feature
>   Components: Other
>     Versions: 2.1-dev
>  Environment: Tomcat 5.0.30, 5.5.16 
>     Reporter: Jesus Garcia Rodriguez
>     Assignee: Ate Douma
>      Fix For: 2.1

>
> We are trying to configure a jetspeed to work in a cluster mode using Application server clustering, with the session shared among the cluster.
>  
> When configuring Jakarta Tomcat for TCP cluster, Jetspeed  fails to work due to a serializable error in a session update . The error shown in Jetspeed is :
> org.apache.jetspeed.request.JetspeedRequestContext.setLocale(JetspeedRequestContext.java
> :351)
> and the involved object is a WeakHashMap, wich in fact is not a Serializable Object. 
> This prevents the appication to run in a distributed clustered environment. 
> Is there an implementation that supports cluster mode in an application Server ? Are there any documentation or implementation working in such a configuration? 
> thanks in advance.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org