[ http://issues.apache.org/jira/browse/GERONIMO-1093?page=all ]

Vamsavardhana Reddy updated GERONIMO-1093:
------------------------------------------

    Attachment: tomcatAcceptCount.patch

tomcatAcceptCount.patch: corrects the gbean attribute name.

> Creating Tomcat Web Connector fails due to unknown gbean attribute acceptCount
> ------------------------------------------------------------------------------
>
>          Key: GERONIMO-1093
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1093
>      Project: Geronimo
>         Type: Bug
>   Components: Tomcat
>     Versions: 1.0-M5
>     Reporter: Vamsavardhana Reddy
>     Priority: Minor
>  Attachments: tomcatAcceptCount.patch
>
> Adding a new Tomcat HTTP Connector failed with the following exception.  
> TomcatManagerImpl.java uses attributename "acceptCount" instead of 
> "acceptQueueSize".
> 15:54:01,704 ERROR [TomcatManagerImpl] Unable to add GBean 
> org.apache.geronimo.gbean.InvalidConfigurationException: GBeanData could not 
> be loaded into the GBeanMBean
>       at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.<init>(GBeanInstance.java:318)
>       at 
> org.apache.geronimo.kernel.basic.BasicKernel.loadGBean(BasicKernel.java:199)
>                        ...
>       at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
> Caused by: org.apache.geronimo.kernel.NoSuchAttributeException: Unknown 
> attribute acceptCount in gbean 
> geronimo.server:J2EEApplication=null,J2EEModule=org/apache/geronimo/Tomcat,J2EEServer=geronimo,j2eeType=GBean,name=TomcatWebConnector-HTTP-T90
>       at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.getAttributeByName(GBeanInstance.java:729)
>       at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.setAttribute(GBeanInstance.java:681)
>       at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.<init>(GBeanInstance.java:304)
>       ... 58 more

-- 
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

Reply via email to