• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • ekulesho
  • Reporter: hhuynh
  • October 13, 2007
  • 0
  • Watchers: 0
  • October 16, 2007
  • October 16, 2007

Description

2007-10-12 21:25:56,838 INFO - Terracotta trunk-nightly-rev5925, as of 20071011-181024 (Revision 5925 by cruise@rh4mo0 from trunk) 2007-10-12 21:25:57,325 INFO - Configuration loaded from the file at ‘d:\work\maven-tc-plugin\examples\tc-maven-plugin-sample\tc-config.xml’. Exception in thread “main” java.lang.RuntimeException: Unable to create runtime for plugins at com.tc.plugins.ModulesLoader.initModules(ModulesLoader.java:100) at com.tc.object.tools.BootJarTool.(BootJarTool.java:213) at com.tc.object.tools.BootJarTool.main(BootJarTool.java:2433) Caused by: org.osgi.framework.BundleException: BundleActivator start failed at org.knopflerfish.framework.BundleImpl.start0(BundleImpl.java:404) at org.knopflerfish.framework.PermissionOps.callStart0(PermissionOps.java:198) at org.knopflerfish.framework.BundleImpl.start(BundleImpl.java:320) at org.knopflerfish.framework.Framework.startBundle(Framework.java:501) at com.tc.bundles.KnopflerfishOSGi.startBundle(KnopflerfishOSGi.java:82) at com.tc.bundles.KnopflerfishOSGi.startBundles(KnopflerfishOSGi.java:64) at com.tc.plugins.ModulesLoader.initModules(ModulesLoader.java:149) at com.tc.plugins.ModulesLoader.initModules(ModulesLoader.java:95) ... 2 more Caused by: java.lang.RuntimeException: Exported TC jar class com.tcclient.cache.CacheDataStore$CacheEntryInvalidator does not exist. at org.terracotta.modules.configuration.TerracottaConfiguratorModule.addExportedTcJarClass(TerracottaConfiguratorModule.java:96) at org.terracotta.modules.ehcache.commons_1_0.EhcacheTerracottaCommonsConfigurator.addInstrumentation(EhcacheTerracottaCommonsConfigurator.java:34) at org.terracotta.modules.configuration.TerracottaConfiguratorModule.start(TerracottaConfiguratorModule.java:44) at org.knopflerfish.framework.BundleImpl.start0(BundleImpl.java:373) ... 9 more

Comments

Eugene Kuleshov 2007-10-13

hung, can you please attach maven pom.xml and tc-config.xml for this project

Hung Huynh 2007-10-13

I was just running tc-maven-plugin-sample after I cut down the classpath and run the command to create bootjar manually.

Eugene Kuleshov 2007-10-16

This should be fixed by the last changes. Version of clustered-ehcache-1.3 module in tc-maven-plugin-sample project was not correct. It should use 1.0.0.SNAPSHOT