[ http://issues.apache.org/jira/browse/GERONIMO-2434?page=comments#action_12448188 ] Anita Kulshreshtha commented on GERONIMO-2434: ----------------------------------------------
This was fixed in trunk rev 465320. Please varify and close the issue. > Tomcat connector gbean sets wrong attribute: threadPriority > ----------------------------------------------------------- > > Key: GERONIMO-2434 > URL: http://issues.apache.org/jira/browse/GERONIMO-2434 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Tomcat > Affects Versions: 1.2 > Environment: [EMAIL PROTECTED] /cygdrive/c/oss/geronimo > $ svn info > Path: . > URL: https://svn.apache.org/repos/asf/geronimo/server/trunk > Repository Root: https://svn.apache.org/repos/asf > Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 > Revision: 449803 > Node Kind: directory > Schedule: normal > Last Changed Author: djencks > Last Changed Rev: 449797 > Last Changed Date: 2006-09-25 22:05:13 +0200 (Mon, 25 Sep 2006) > Properties Last Updated: 2006-09-13 16:27:07 +0200 (Wed, 13 Sep 2006) > Reporter: Jacek Laskowski > > Start the server (/bin/startup.sh) and stop it (./bin/shutdown.sh). After a > couple of startup/shutdown's the startup script ends with the exception, too. > 17:13:06,015 WARN [ConnectorGBean] AJP connector failed > 17:13:06,031 ERROR [GBeanInstanceState] Error while stopping; GBean is now in > the FAILED state: > abstractName="org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car?ServiceModule=org. > apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car,j2eeType=GBean,name=TomcatAJPConnector" > java.lang.Exception: Problem while updaing the persistent value of attibute: > Attribute Name: threadPriority, Type: int, GBeanInstance: Tomcat Connector > at > org.apache.geronimo.gbean.runtime.GBeanInstance.destroyInstance(GBeanInstance.java:1115) > at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:337) > at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:188) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) > at > org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) > at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) > at > org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) > at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) > at > org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) > at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) > at > org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) > at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) > at > org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) > at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551) > at > org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423) > at > org.apache.geronimo.kernel.config.KernelConfigurationManager$ShutdownHook.run(KernelConfigurationManager.java:310) > at > org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:668) > at > org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:645) > at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:245) > Caused by: java.lang.NullPointerException > at > org.apache.geronimo.tomcat.ConnectorGBean.getThreadPriority(ConnectorGBean.java:553) > at > org.apache.geronimo.tomcat.ConnectorGBean$$FastClassByCGLIB$$ee72d0d4.invoke(<generated>) > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) > at > org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) > at > org.apache.geronimo.gbean.runtime.GBeanAttribute.getValue(GBeanAttribute.java:385) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.destroyInstance(GBeanInstance.java:1111) > ... 23 more > java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/LinkedNode > at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown > Source) > at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown > Source) > at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown > Source) > at java.lang.Thread.run(Thread.java:534) > Server shutdown completed -- 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