svn commit: r674750 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/ha/session/DeltaManager.java java/org/apache/catalina/ha/session/LocalStrings.properties webapps/docs/changelog.xml

2008-07-08 Thread fhanik
Author: fhanik
Date: Tue Jul  8 02:45:42 2008
New Revision: 674750

URL: http://svn.apache.org/viewvc?rev=674750&view=rev
Log:
fix for bug
https://issues.apache.org/bugzilla/show_bug.cgi?id=45317

Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java

tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=674750&r1=674749&r2=674750&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Jul  8 02:45:42 2008
@@ -42,12 +42,6 @@
  and seems impossible to anticipate):
  https://issues.apache.org/bugzilla/show_bug.cgi?id=36155#c17
 
-* Fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=45317
-  http://svn.apache.org/viewvc?rev=673487&view=rev
-  Properly document and print out the value of the state transfer timeout 
setting
-  +1: fhanik, markt, yoavs
-  -1: 
-
 * Add in startup options, so that cluster can be started in TCP mode only, 
when using static membership
   Also document the multicast recovery options
   http://svn.apache.org/viewvc?rev=674125&view=rev

Modified: 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java?rev=674750&r1=674749&r2=674750&view=diff
==
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java 
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java 
Tue Jul  8 02:45:42 2008
@@ -880,7 +880,7 @@
  receiverQueue = true ;
 }
 cluster.send(msg, mbr);
-if (log.isWarnEnabled()) 
log.warn(sm.getString("deltaManager.waitForSessionState",getName(), mbr));
+if (log.isWarnEnabled()) 
log.warn(sm.getString("deltaManager.waitForSessionState",getName(), 
mbr,getStateTransferTimeout()));
 // FIXME At sender ack mode this method check only the state 
transfer and resend is a problem!
 waitForSendAllSessions(beforeSendTime);
 } finally {

Modified: 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties?rev=674750&r1=674749&r2=674750&view=diff
==
--- 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
 (original)
+++ 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
 Tue Jul  8 02:45:42 2008
@@ -55,7 +55,7 @@
 deltaManager.startClustering=Starting clustering manager at {0}
 deltaManager.stopped=Manager [{0}] is stopping
 deltaManager.unloading.ioe=IOException while saving persisted sessions: {0}
-deltaManager.waitForSessionState=Manager [{0}], requesting session state from 
{1}. This operation will timeout if no session state has been received within 
60 seconds.
+deltaManager.waitForSessionState=Manager [{0}], requesting session state from 
{1}. This operation will timeout if no session state has been received within 
{2} seconds.
 deltaRequest.showPrincipal=Principal [{0}] is set to session {1}
 deltaRequest.wrongPrincipalClass=DeltaManager only support GenericPrincipal. 
Your realm used principal class {0}.
 deltaSession.notifying=Notifying cluster of expiration primary={0} sessionId 
[{1}]

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=674750&r1=674749&r2=674750&view=diff
==
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Tue Jul  8 02:45:42 2008
@@ -41,6 +41,13 @@
   
 
   
+  
+
+  
+45317: Properly document and log the value of the state 
transfer timeout flag (fhanik)
+  
+
+  
 
 
   

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml?rev=674750&r1=674749&r2=674750&view=diff
==
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-manager.xml Tue Jul  8 
02:45:42 2008
@@ -97,6 +97,11 @@
a shutdown occurs on one n

DO NOT REPLY [Bug 45317] DeltaManager always reports default timeout value for receiving session state on startup

2008-07-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45317


Filip Hanik <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #2 from Filip Hanik <[EMAIL PROTECTED]>  2008-07-08 02:46:14 PST ---
Fixed in 6.0.x branch, will be available in 6.0.18 onwards


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r674753 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-07-08 Thread fhanik
Author: fhanik
Date: Tue Jul  8 02:51:07 2008
New Revision: 674753

URL: http://svn.apache.org/viewvc?rev=674753&view=rev
Log:
vote

Modified:
tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=674753&r1=674752&r2=674753&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Jul  8 02:51:07 2008
@@ -52,5 +52,5 @@
   Don't assume UTF-8 and use the correct encoding when generating
   tomcat-users.xml from the Windows installer.
   http://svn.apache.org/viewvc?rev=674335&view=rev
-  +1: markt
+  +1: markt, fhanik
   -1: 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 45363] New: Apache process is still running, when stopped the service through shutdown.sh

2008-07-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45363

   Summary: Apache process is still running, when stopped the
service through shutdown.sh
   Product: Tomcat 6
   Version: 6.0.16
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: major
  Priority: P3
 Component: Native:JK
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]


Apache process is still running, when stopped the service through shutdown.sh


Need to kill the process explicitly.

Observed in Linux and Solaris os.


peshve:/home1/sahid/apache-tomcat-6.0.16/bin # sh shutdown.sh
Using CATALINA_BASE:   /home1/sahid/apache-tomcat-6.0.16
Using CATALINA_HOME:   /home1/sahid/apache-tomcat-6.0.16
Using CATALINA_TMPDIR: /home1/sahid/apache-tomcat-6.0.16/temp
Using JRE_HOME:   /usr/java/jdk1.5.0_15/
peshve:/home1/sahid/apache-tomcat-6.0.16/bin # ps -ef | grep apache
root  7168 1  0 Jul07 pts/000:07:01 /usr/java/jdk1.5.0_15//bin/java
 
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.lo 
   
gging.config.file=/home1/sahid/apache-tomcat-6.0.16//conf/logging.properties
-Dj
 ava.endorsed.dirs=/home1/sahid/apache-tomcat-6.0.16//endorsed -classpath
:/home1
 /sahid/apache-tomcat-6.0.16//bin/bootstrap.jar
-Dcatalina.base=/home1/sahid/apac  
   he-tomcat-6.0.16/
-Dcatalina.home=/home1/sahid/apache-tomcat-6.0.16/ -Djava.io.t 
   
mpdir=/home1/sahid/apache-tomcat-6.0.16//temp
org.apache.catalina.startup.Bootst 
rap start
root 19787 19711  0 10:15 pts/100:00:00 grep apache
peshve:/home1/sahid/apache-tomcat-6.0.16/bin # kill -9 7168
peshve:/home1/sahid/apache-tomcat-6.0.16/bin # ps -ef | grep apache
root 19840 19711  0 10:21 pts/100:00:00 grep apache

=


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 45363] Apache process is still running, when stopped the service through shutdown.sh

2008-07-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45363


Filip Hanik <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Filip Hanik <[EMAIL PROTECTED]>  2008-07-08 03:34:35 PST ---
This is not a bug. I would suggest you post your question to the tomcat user
mailing list, where you can get support for your particular use case.

best
Filip


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



6.0.17 test

2008-07-08 Thread Remy Maucherat
The test binaries are available as usual from this location:
http://people.apache.org/~remm/tomcat-6/v6.0.17/

Note that I used a new key to sign it.

Rémy



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Shipping Tomcat Native from ASF site

2008-07-08 Thread Mladen Turk

Hi,

Since all crypto software issues has been resolved
with US government we can ship openssl native binaries
directly instead using Irelands official mirror site.

Now, this also presumes that installer can directly
contain those .dll's instead downloading them at install
time. It's probably feasible for post 6.0.17 version
since 6.0.17 is close to get released.

Any problem I play with that?

Regards
--
^(TM)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]