DO NOT REPLY [Bug 36976] New: - Tomcat VM does not shutdown with remote jmx enabled

2005-10-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36976.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36976

   Summary: Tomcat VM does not shutdown with remote jmx enabled
   Product: Tomcat 5
   Version: 5.5.9
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Unknown
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


When using tomcat with remote jmx it does not shutdown. Using it with local jmx
works perfectly.

jmx parameters set in catalina.bat as JAVA_OPTS
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.port=

Calling shutdown.bat I get the following error:

Error: Exception thrown by the agent : java.rmi.server.ExportException : Port
already in use: ;nested exception is:
java.net.BindException: Address already in use: JVM_Bind

Tomcat keeps running instead of performing a clean shutdown.

JVM is a 1.5.0_04
Tomcat installation is a default from 5.5.9.zip without configuration changes

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

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



svn commit: r307285 - in /tomcat/container/branches/tc4.1.x: build.properties.default build.xml

2005-10-08 Thread markt
Author: markt
Date: Sat Oct  8 04:14:26 2005
New Revision: 307285

URL: http://svn.apache.org/viewcvs?rev=307285view=rev
Log:
Change names (Jakarta-Apache) and use new directory names

Modified:
tomcat/container/branches/tc4.1.x/build.properties.default
tomcat/container/branches/tc4.1.x/build.xml

Modified: tomcat/container/branches/tc4.1.x/build.properties.default
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/build.properties.default?rev=307285r1=307284r2=307285view=diff
==
--- tomcat/container/branches/tc4.1.x/build.properties.default (original)
+++ tomcat/container/branches/tc4.1.x/build.properties.default Sat Oct  8 
04:14:26 2005
@@ -119,7 +119,7 @@
 
 
 # - Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -
-servlet.home=${base.path}/jakarta-servletapi-4/dist
+servlet.home=${basedir}/../servletapi/dist
 servlet.lib=${servlet.home}/lib
 servlet.jar=${servlet.lib}/servlet.jar
 servlet.loc=jakarta-servletapi-4

Modified: tomcat/container/branches/tc4.1.x/build.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/build.xml?rev=307285r1=307284r2=307285view=diff
==
--- tomcat/container/branches/tc4.1.x/build.xml (original)
+++ tomcat/container/branches/tc4.1.x/build.xml Sat Oct  8 04:14:26 2005
@@ -11,12 +11,12 @@
 
   !-- Project Properties --
   property name=name  value=Apache Tomcat /
-  property name=year  value=2001 /
+  property name=year  value=2005 /
   property name=version   value=4.1 /
-  property name=project   value=jakarta-tomcat /
+  property name=project   value=apache-tomcat /
   property name=final.namevalue=${project}-${version} /
   property name=final-src.namevalue=${project}-${version}-src /
-  property name=jtc.project   value=jakarta-tomcat-connectors /
+  property name=jtc.project   value=apache-tomcat-connectors /
   property name=jtc.final.namevalue=${jtc.project}-${version} /
   property name=jtc.final-src.namevalue=${jtc.project}-${version}-src 
/
   property name=servlet.doc   value=${servlet.home}/docs/api /
@@ -26,7 +26,7 @@
   property name=jasper.build value=${basedir}/jasper/build/
   property name=javaservice.home value=../javaservice/
   property name=nsis.homevalue=c:\program files\nsis/
-  property name=servlet.home value=../jakarta-servletapi-4/dist/
+  property name=servlet.home value=${basedir}/../servletapi/dist/
   property name=tomcat.build value=${basedir}/build/
   property name=tomcat.dist  value=${basedir}/dist/
   property name=webapps.buildvalue=${basedir}/webapps/build/
@@ -34,10 +34,8 @@
 
 
   !-- Source dependencies --
-  property name=jasper.home
-   value=${basedir}/../jakarta-tomcat-jasper/jasper2/
-  property name=jtc.home
-   value=${basedir}/../jakarta-tomcat-connectors/
+  property name=jasper.home  value=${basedir}/../jasper/jasper2/
+  property name=jtc.home value=${basedir}/../connectors/
 
 
   !-- === DETECT: Display configuration == --



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



svn commit: r307303 - /tomcat/container/branches/tc4.1.x/build.properties.default

2005-10-08 Thread markt
Author: markt
Date: Sat Oct  8 08:35:05 2005
New Revision: 307303

URL: http://svn.apache.org/viewcvs?rev=307303view=rev
Log:
Update default libraries

Modified:
tomcat/container/branches/tc4.1.x/build.properties.default

Modified: tomcat/container/branches/tc4.1.x/build.properties.default
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/build.properties.default?rev=307303r1=307302r2=307303view=diff
==
--- tomcat/container/branches/tc4.1.x/build.properties.default (original)
+++ tomcat/container/branches/tc4.1.x/build.properties.default Sat Oct  8 
08:35:05 2005
@@ -60,27 +60,27 @@
 
 
 # - Commons Beanutils, version 1.1 or later -
-commons-beanutils.home=${base.path}/commons-beanutils-1.6.1
+commons-beanutils.home=${base.path}/commons-beanutils-1.7.0
 commons-beanutils.lib=${commons-beanutils.home}
 commons-beanutils.jar=${commons-beanutils.lib}/commons-beanutils.jar
-commons-beanutils.loc=${base-jakarta.loc}/commons/beanutils/binaries/commons-beanutils-1.6.1.tar.gz
+commons-beanutils.loc=${base-jakarta.loc}/commons/beanutils/binaries/commons-beanutils-1.7.0.tar.gz
 
 
 # - Commons Collections, version 1.0 or later -
-commons-collections.home=${base.path}/commons-collections-2.1
+commons-collections.home=${base.path}/commons-collections-3.1
 commons-collections.lib=${commons-collections.home}
-commons-collections.jar=${commons-collections.lib}/commons-collections.jar
-commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/collections-2.1.tar.gz
+commons-collections.jar=${commons-collections.lib}/commons-collections-3.1.jar
+commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/collections-3.1.tar.gz
 
 
 # - Commons Digester, version 1.1.1 or later -
-commons-digester.home=${base.path}/commons-digester-1.5
+commons-digester.home=${base.path}/commons-digester-1.7
 commons-digester.lib=${commons-digester.home}
-commons-digester.jar=${commons-digester.lib}/commons-digester.jar
-commons-digester.loc=${base-jakarta.loc}/commons/digester/binaries/commons-digester-1.5.tar.gz
+commons-digester.jar=${commons-digester.lib}/commons-digester-1.7.jar
+commons-digester.loc=${base-jakarta.loc}/commons/digester/binaries/commons-digester-1.7.tar.gz
 
 
-# - Commons FileUpload, nightly build -
+# - Commons FileUpload, version 1.0 or later -
 commons-fileupload.home=${base.path}/commons-fileupload-1.0
 commons-fileupload.lib=${commons-fileupload.home}
 commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0.jar
@@ -88,11 +88,11 @@
 
 
 # - Commons Logging, version 1.0.1 or later -
-commons-logging.home=${base.path}/commons-logging-1.0.3
+commons-logging.home=${base.path}/commons-logging-1.0.4
 commons-logging.lib=${commons-logging.home}
 commons-logging-api.jar=${commons-logging.lib}/commons-logging-api.jar
 commons-logging.jar=${commons-logging.lib}/commons-logging.jar
-commons-logging.loc=${base-jakarta.loc}/commons/logging/binaries/commons-logging-1.0.3.tar.gz
+commons-logging.loc=${base-jakarta.loc}/commons/logging/binaries/commons-logging-1.0.4.tar.gz
 
 
 # - Java Naming and Directory Interface (JNDI), version 1.2 or later -
@@ -112,10 +112,10 @@
 
 
 # - Jakarta Regular Expressions Library, version 1.2 -
-regexp.home=${base.path}/jakarta-regexp-1.3
+regexp.home=${base.path}/jakarta-regexp-1.4
 regexp.lib=${regexp.home}
-regexp.jar=${regexp.lib}/jakarta-regexp-1.3.jar
-regexp.loc=${base-jakarta.loc}/regexp/binaries/jakarta-regexp-1.3.tar.gz
+regexp.jar=${regexp.lib}/jakarta-regexp-1.4.jar
+regexp.loc=${base-jakarta.loc}/regexp/binaries/jakarta-regexp-1.4.tar.gz
 
 
 # - Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -
@@ -134,9 +134,9 @@
 
 # - Xerces XML Parser, version 2.0.0 or later -
 # Note: Optional with JDK 1.4+, or if Xerces 1.x is present
-xerces.home=${base.path}/xerces-2_5_0
+xerces.home=${base.path}/xerces-2_7_1
 xerces.lib=${xerces.home}
-xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.5.0.tar.gz
+xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.7.1.tar.gz
 xercesImpl.jar=${xerces.lib}/xercesImpl.jar
 xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
 
@@ -153,25 +153,25 @@
 
 
 # - Commons Daemon, version 1.0 or later -
-commons-daemon.home=${base.path}/commons-daemon-1.0
+commons-daemon.home=${base.path}/commons-daemon-1.0.1
 commons-daemon.lib=${commons-daemon.home}
 commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
-#commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/daemon-1.0.tar.gz
-commons-daemon.loc=http://www.apache.org/dist/jakarta/commons/daemon/binaries/commons-daemon-1.0.tar.gz
+#commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/daemon-1.0.1.tar.gz
+commons-daemon.loc=http://www.apache.org/dist/jakarta/commons/daemon/binaries/commons-daemon-1.0.1.tar.gz
 
 
 # - Commons DBCP, version 

Re: New repository org

2005-10-08 Thread Costin Manolache

Mark Thomas wrote:



Using externals wasn't something I had thought of but if offers a nice 
way to provide all the source for one version in a single chekcout. We 
now have tomcat/current/5.5.x that uses externals to link in all the 
various modules.



That's actually what I was thinking about, looks great.

Now, the big question - where can I add a sandbox/experimental directory?

Costin






Mark


Like:

tomcat/
tomcat/catalina
tomcat/connectors
tomcat/jasper
tomcat/build ( or something else - jakarta-tomcat-5 is just the top
level build and utils )

There is little benefit those days in having 4 separate repos.

Costin



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



RE: New repository org

2005-10-08 Thread Mark Thomas
 From: news [mailto:[EMAIL PROTECTED] On Behalf Of Costin Manolache
 Mark Thomas wrote:
  Using externals wasn't something I had thought of but if 
 offers a nice 
  way to provide all the source for one version in a single 
 checkout. We 
  now have tomcat/current/5.5.x that uses externals to link 
 in all the 
  various modules.
 
 That's actually what I was thinking about, looks great.
 
 Now, the big question - where can I add a 
 sandbox/experimental directory?

Directly under tomcat. And I would suggest that each project/experiment should
have its own subdirectory under /tomcat/sandbox/

Mark


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