Hi Lalanke, NoClassDefFoundError not necessarily means class file is not found. it can be initialization error as well. In that case there may be Exceptions occurred prior to this. If you see such exception, try to resolve that first, and then this will be resolved then, Reference - http://stackoverflow.com/questions/34413/why-am-i-getting-a-noclassdeffounderror-in-java
Thanks, On Tue, Jan 12, 2016 at 2:41 PM, Lalanke Athauda <[email protected]> wrote: > Hi, > When I shut down the Dashboard Server we get following error in console. > > [2016-01-12 14:16:06,333] INFO {org.wso2.carbon.core.ServerManagement} - > All deployment tasks have been completed. > [2016-01-12 14:16:06,334] INFO {org.wso2.carbon.core.ServerManagement} - > Waiting for server task completion... > Exception in thread "Thread-12" java.lang.NoClassDefFoundError: Could not > initialize class org.wso2.carbon.registry.indexing.RegistryConfigLoader > at > org.wso2.carbon.registry.indexing.IndexingManager.<init>(IndexingManager.java:60) > at > org.wso2.carbon.registry.indexing.IndexingManager.getInstance(IndexingManager.java:71) > at > org.wso2.carbon.registry.indexing.internal.IndexingServiceComponent$1.startingShutdown(IndexingServiceComponent.java:84) > at > org.wso2.carbon.core.ServerManagement.waitForServerTaskCompletion(ServerManagement.java:113) > at > org.wso2.carbon.core.ServerManagement.startMaintenanceForShutDown(ServerManagement.java:97) > at > org.wso2.carbon.core.init.CarbonServerManager.shutdownGracefully(CarbonServerManager.java:878) > at > org.wso2.carbon.core.init.CarbonServerManager$4.run(CarbonServerManager.java:901) > > I checked is the respective jar file in plugins directory, and it was > there. > Then I checked is the corresponding bundle active using osgi console and > it was also in ACTIVE state. > Any idea to solve this problem. Highly appreciate your suggestions. > Thanks. > > -- > Lalanke Athauda > Software Engineer > WSO2 Inc. > Mobile: 0772264301 > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Rajith Vitharana Software Engineer, WSO2 Inc. : wso2.com Mobile : +94715883223 Blog : http://lankavitharana.blogspot.com/
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
