[Carbon-dev] java.lang.NoClassDefFoundError when accessing dss server in stratos deployment

2012-01-30 Thread Ashansa Perera
Hi, SEVERE: Error reading request, ignored java.lang.NoClassDefFoundError: org/wso2/carbon/server/TransportStatisticsEntry at org.apache.coyote.RequestInfo.publishBandwidthUsageStatistics(RequestInfo.java:165) at org.apache.coyote.RequestInfo.updateCounters(RequestInfo.java:143) at

Re: [Carbon-dev] java.lang.NoClassDefFoundError when accessing dss server in stratos deployment

2012-01-30 Thread Samisa Abeysinghe
Seems like statistics feature not installed with DSS service. Should come packaged in DSS service. On Mon, Jan 30, 2012 at 4:55 PM, Ashansa Perera asha...@wso2.com wrote: Hi, SEVERE: Error reading request, ignored java.lang.NoClassDefFoundError:

Re: [Carbon-dev] java.lang.NoClassDefFoundError when accessing dss server in stratos deployment

2012-01-30 Thread Afkham Azeez
This is related to the Tomcat patch for gathering webapp statistics for the purpose of tenant level request throttling. Please locate the Maven module where this is included in SVN see how/why it has gone missing. On Mon, Jan 30, 2012 at 4:55 PM, Ashansa Perera asha...@wso2.com wrote: Hi,

Re: [Carbon-dev] java.lang.NoClassDefFoundError when accessing dss server in stratos deployment

2012-01-30 Thread Pradeep Fernando
Hi, The reference to this class has been located in BandwidthUsageDataRetrievalTask.java under http://svn.wso2.org/repos/wso2/trunk/carbon/components/stratos/usage/org.wso2.carbon.usage.agent/src/main/java/org/wso2/carbon/usage/agent/persist but right now there is no such class.And there is

Re: [Carbon-dev] java.lang.NoClassDefFoundError when accessing dss server in stratos deployment

2012-01-30 Thread Ashansa Perera
Hi, I do not find the TransportStatisticsEntry class in carbon/core/org.wso2.carbon.server. [1] But the branch is having it [2] [1] http://svn.wso2.org/repos/wso2/trunk/carbon/core/org.wso2.carbon.server/src/main/java/org/wso2/carbon/server/ [2]

Re: [Carbon-dev] java.lang.NoClassDefFoundError when accessing dss server in stratos deployment

2012-01-30 Thread Sanjeewa Malalgoda
Problem is carbon core in trunk is not up to date. i will check this and update it.(It Missed milinda's commit to branch carbon core) thanks. On Mon, Jan 30, 2012 at 5:45 PM, Ashansa Perera asha...@wso2.com wrote: Hi, I do not find the TransportStatisticsEntry class in

Re: [Carbon-dev] java.lang.NoClassDefFoundError when accessing dss server in stratos deployment

2012-01-30 Thread Muhammed Shariq
Hi, After setting up Stratos DSS I got a few errors like mysql driver not loading and message receiver issue, I have fixed these errors in trunk now. However I did not get the error message discussed in this thread. On Mon, Jan 30, 2012 at 5:50 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

Re: [Carbon-dev] java.lang.NoClassDefFoundError when accessing dss server in stratos deployment

2012-01-30 Thread Sanjeewa Malalgoda
This happens only when you sent request to deployed data service.I committed missed changes yesterday. thanks. On Tue, Jan 31, 2012 at 12:16 PM, Muhammed Shariq sha...@wso2.com wrote: Hi, After setting up Stratos DSS I got a few errors like mysql driver not loading and message receiver