Hi,

I'm getting the following at server startup,

java.lang.NoClassDefFoundError:
org/wso2/carbon/logging/appenders/CircularBuffer
at
org.wso2.carbon.tracer.module.MemoryBasedTracePersister.<init>(MemoryBasedTracePersister.java:36)
 at org.wso2.carbon.tracer.module.TracerModule.init(TracerModule.java:83)
at
org.apache.axis2.context.ConfigurationContextFactory.initModules(ConfigurationContextFactory.java:252)
 at
org.apache.axis2.context.ConfigurationContextFactory.init(ConfigurationContextFactory.java:230)
at
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:93)
 at
org.wso2.carbon.core.CarbonConfigurationContextFactory.createNewConfigurationContext(CarbonConfigurationContextFactory.java:65)
at
org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:398)
 at
org.wso2.carbon.core.init.CarbonServerManager.start(CarbonServerManager.java:219)


After having a look at the code, I noticed that CircularBuffer class has
been moved to org.wso2.carbon.utils from org.wso2.carbon.logging and the
pull request for carbon-utils related to those changes[1] is not merged due
to a failure at pr-builder.

Can you please review and merge the pull request [1] to fix the $subject?

[1] https://github.com/wso2/carbon-utils/pull/6
-- 
*Pulasthi Mahawithana*
Software Engineer
WSO2 Inc., http://wso2.com/
Mobile: +94-71-5179022
Blog: http://blog.pulasthi.org
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to