Skip to content

Instantly share code, notes, and snippets.

@cfalzone
Created February 13, 2014 12:56
Show Gist options
  • Save cfalzone/8974606 to your computer and use it in GitHub Desktop.
Save cfalzone/8974606 to your computer and use it in GitHub Desktop.
ERROR: Bundle com.aquent [13] Error starting/stopping bundle. (org.osgi.framework.BundleException: Activator start error in bundle com.aquent [13].)
java.lang.RuntimeException: Failed to schedule jobs
at com.aquent.osgi.AquentActivator.scheduleJobs(AquentActivator.java:110)
at com.aquent.osgi.AquentActivator.start(AquentActivator.java:53)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:645)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:2146)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2064)
at org.apache.felix.framework.Felix.setBundleStartLevel(Felix.java:1483)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:334)
at java.lang.Thread.run(Thread.java:695)
Caused by: java.lang.UnsupportedOperationException: class redefinition failed: attempted to add a method
at sun.instrument.InstrumentationImpl.redefineClasses0(Native Method)
at sun.instrument.InstrumentationImpl.redefineClasses(InstrumentationImpl.java:150)
at com.dotmarketing.osgi.UrlOsgiClassLoader.reload(UrlOsgiClassLoader.java:146)
at com.dotmarketing.osgi.GenericBundleActivator.injectContext(GenericBundleActivator.java:295)
at com.dotmarketing.osgi.GenericBundleActivator.injectContext(GenericBundleActivator.java:258)
at com.dotmarketing.osgi.GenericBundleActivator.scheduleQuartzJob(GenericBundleActivator.java:433)
at com.aquent.osgi.AquentActivator.scheduleJobs(AquentActivator.java:108)
... 7 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment