[GUMP@vmgump]: Project taglibs-parent (in module tomcat-taglibs) failed

2014-05-01 Thread Gump
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at gene...@gump.apache.org.

Project taglibs-parent has an issue affecting its community integration.
This issue affects 2 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- taglibs-parent :  Taglib Parent POM
- taglibs-standard-spec :  JSP Taglibs


Full details are available at:

http://vmgump.apache.org/gump/public/tomcat-taglibs/taglibs-parent/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole pom output [pom.xml] identifier set to project name
 -INFO- Optional dependency commons-collections failed with reason build failed
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: 
/srv/gump/public/workspace/tomcat-taglibs/taglibs-parent/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/srv/gump/public/workspace/tomcat-taglibs/taglibs-parent/pom.xml
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/tomcat-taglibs/taglibs-parent/gump_work/build_tomcat-taglibs_taglibs-parent.html
Work Name: build_tomcat-taglibs_taglibs-parent (Type: Build)
Work ended in a state of : Failed
Elapsed: 4 secs
Command Line: /opt/maven2/bin/mvn --batch-mode --settings 
/srv/gump/public/workspace/tomcat-taglibs/taglibs-parent/gump_mvn_settings.xml 
install 
[Working Directory: /srv/gump/public/workspace/tomcat-taglibs/taglibs-parent]
M2_HOME: /opt/maven2
-
[INFO] Scanning for projects...
[INFO] 
[INFO] Building Apache Taglibs Parent
[INFO]task-segment: [install]
[INFO] 
Downloading: 
http://localhost:8192/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[WARNING] Unable to get resource 
'org.apache.maven.plugins:maven-site-plugin:pom:3.3' from repository central 
(http://repo1.maven.org/maven2): Error transferring file: Connection refused
Downloading: 
http://localhost:8192/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[WARNING] Unable to get resource 
'org.apache.maven.plugins:maven-site-plugin:pom:3.3' from repository central 
(http://repo1.maven.org/maven2): Error transferring file: Connection refused
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-site-plugin

Reason: POM 'org.apache.maven.plugins:maven-site-plugin' not found in 
repository: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-site-plugin:pom:3.3

from the specified remote repositories:
  gump-central (http://localhost:8192/maven2),
  gump-apache.snapshots (http://localhost:8192/repo/m2-snapshot-repository)

 for project org.apache.maven.plugins:maven-site-plugin


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 3 seconds
[INFO] Finished at: Thu May 01 08:42:26 UTC 2014
[INFO] Final Memory: 9M/21M
[INFO] 
-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/tomcat-taglibs/taglibs-parent/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/tomcat-taglibs/taglibs-parent/atom.xml

== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 20140501060006, vmgump.apache.org:vmgump:20140501060006
Gump E-mail Identifier (unique within run) #6.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 56474] WebSocket memory consumption too much

2014-05-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56474

--- Comment #2 from vlcvlc veliscu.cri...@gmail.com ---
(In reply to Konstantin Kolinko from comment #1)
 (In reply to vlcvlc from comment #0)
 
 At least the following in your configuration is insane:
 1 threads x 2Mb jvm thread stack each = 20 Gb.
 
 Bugzilla is NOT a support forum. The users mailing list is the place to look
 for help. If people identify that some specific defaults need changing, come
 back here.
 
 http://tomcat.apache.org/bugreport.html#Bugzilla_is_not_a_support_forum

2Mb per Thread? Is the default?

Thank you
Cristian

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 56472] All classes remain in memory after stop of web application, when LDAP was used.

2014-05-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56472

--- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com ---
1. Normally that reference should have been cleared by NamingContextListener

The sequence of events is
o.a.c.core.StandardContext.stopInternal()
 ...
 fireLifecycleEvent(Lifecycle.CONFIGURE_STOP_EVENT, null);

- o.a.c.core.NamingContextListener.lifecycleEvent(..)


Is there any indication in your log files that your Context failed to start up,
or failed to stop?


2. What is 'BindAuthenticator'? There is no such class in Tomcat.

Source code for getUserDns() = ?

3. I think there is a bug in NamingContextListener.lifecycleEvent(..):

If its processing of startup event fails, then its 'initialized' field remains
to be 'false'. This causes its processing of stop event to exit immediately
without proper cleanup. Is it what happened here?

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Remote JMX Connection to Tomcat 7

2014-05-01 Thread Alexander
I am hoping this is the proper forum for my problem. I have enabled the 
JmxRemoteLifeCycleListener and able to connect to tomcat 7 using 
jconsole etc. using the following url.


service:jmx:rmi://10.92.12.88:10002/jndi/rmi://10.92.12.88:10001/jmxrmi

However as soon as I try to connect from my own application using the 
code example  below I get an error the following error. I figure I need 
to configure the InitialContextFactory, but I don't know what class I 
should specify. I also don't understand how jconsole is able to connect 
without any additional configuration, but my client is not.


Perhaps somebody has some pointers on how to make remote JMX connections 
programmatically.




java.io.IOException : Failed to retrieve RMIServer stub: 
javax.naming.NoInitialContextException: Cannot instantiate class: 
com.sun.enterprise.naming.impl.SerialInitContextFactory [Root exception 
is java.lang.ClassNotFoundException: 
com.sun.enterprise.naming.impl.SerialInitContextFactory]
java.io.IOException: Failed to retrieve RMIServer stub: 
javax.naming.NoInitialContextException: Cannot instantiate class: 
com.sun.enterprise.naming.impl.SerialInitContextFactory [Root exception 
is java.lang.ClassNotFoundException: 
com.sun.enterprise.naming.impl.SerialInitContextFactory]
at 
javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:369)
at 
javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:270)


Caused by: javax.naming.NoInitialContextException: Cannot instantiate 
class: com.sun.enterprise.naming.impl.SerialInitContextFactory [Root 
exception is java.lang.ClassNotFoundException: 
com.sun.enterprise.naming.impl.SerialInitContextFactory]
at 
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:674)
at 
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:313)

at javax.naming.InitialContext.init(InitialContext.java:244)
at javax.naming.InitialContext.init(InitialContext.java:216)
at 
javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1927)
at 
javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1896)
at 
javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:287)

... 3 more
Caused by: java.lang.ClassNotFoundException: 
com.sun.enterprise.naming.impl.SerialInitContextFactory

at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at 
com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:72)
at 
com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:61)
at 
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:672)

... 9 more



Code extract:

  MapString, String[] env = new HashMapString, String[]();
  String[] credentials = new String[]
  {
username, password
  };
  env.put(JMXConnector.CREDENTIALS, credentials);
  String url = 
service:jmx:rmi://10.92.12.88:10002/jndi/rmi://10.92.12.88:10001/jmxrmi;

  serviceUrl = new JMXServiceURL(url);
  JMXConnector connector = JMXConnectorFactory.connect(serviceUrl, 
env);
  MBeanServerConnection connection = 
connector.getMBeanServerConnection();

  ObjectName servicename = new ObjectName(java.lang:type=Runtime);
  ObjectInstance instance = connection.getObjectInstance(servicename);





[GUMP@vmgump]: Project taglibs-parent (in module tomcat-taglibs) failed

2014-05-01 Thread Gump
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at gene...@gump.apache.org.

Project taglibs-parent has an issue affecting its community integration.
This issue affects 2 projects,
 and has been outstanding for 4 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- taglibs-parent :  Taglib Parent POM
- taglibs-standard-spec :  JSP Taglibs


Full details are available at:

http://vmgump.apache.org/gump/public/tomcat-taglibs/taglibs-parent/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole pom output [pom.xml] identifier set to project name
 -INFO- Optional dependency commons-collections failed with reason build failed
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: 
/srv/gump/public/workspace/tomcat-taglibs/taglibs-parent/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/srv/gump/public/workspace/tomcat-taglibs/taglibs-parent/pom.xml
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/tomcat-taglibs/taglibs-parent/gump_work/build_tomcat-taglibs_taglibs-parent.html
Work Name: build_tomcat-taglibs_taglibs-parent (Type: Build)
Work ended in a state of : Failed
Elapsed: 4 secs
Command Line: /opt/maven2/bin/mvn --batch-mode --settings 
/srv/gump/public/workspace/tomcat-taglibs/taglibs-parent/gump_mvn_settings.xml 
install 
[Working Directory: /srv/gump/public/workspace/tomcat-taglibs/taglibs-parent]
M2_HOME: /opt/maven2
-
[INFO] Scanning for projects...
[INFO] 
[INFO] Building Apache Taglibs Parent
[INFO]task-segment: [install]
[INFO] 
Downloading: 
http://localhost:8192/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[WARNING] Unable to get resource 
'org.apache.maven.plugins:maven-site-plugin:pom:3.3' from repository central 
(http://repo1.maven.org/maven2): Error transferring file: Connection refused
Downloading: 
http://localhost:8192/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[WARNING] Unable to get resource 
'org.apache.maven.plugins:maven-site-plugin:pom:3.3' from repository central 
(http://repo1.maven.org/maven2): Error transferring file: Connection refused
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-site-plugin

Reason: POM 'org.apache.maven.plugins:maven-site-plugin' not found in 
repository: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-site-plugin:pom:3.3

from the specified remote repositories:
  gump-central (http://localhost:8192/maven2),
  gump-apache.snapshots (http://localhost:8192/repo/m2-snapshot-repository)

 for project org.apache.maven.plugins:maven-site-plugin


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 3 seconds
[INFO] Finished at: Fri May 02 02:32:09 UTC 2014
[INFO] Final Memory: 9M/21M
[INFO] 
-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/tomcat-taglibs/taglibs-parent/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/tomcat-taglibs/taglibs-parent/atom.xml

== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 2014050211, vmgump.apache.org:vmgump:2014050211
Gump E-mail Identifier (unique within run) #9.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org