Skip to content

Instantly share code, notes, and snippets.

@ChristophGr
Created May 22, 2012 15:17
Show Gist options
  • Select an option

  • Save ChristophGr/2769708 to your computer and use it in GitHub Desktop.

Select an option

Save ChristophGr/2769708 to your computer and use it in GitHub Desktop.
ERROR: Bundle org.ops4j.pax.wicket.service [204] EventDispatcher: Error during dispatch. (java.lang.IllegalArgumentException: Argument 'requestCycle' may not be null.)
java.lang.IllegalArgumentException: Argument 'requestCycle' may not be null.
at org.apache.wicket.util.lang.Args.notNull(Args.java:41)
at org.apache.wicket.Application.fetchCreateAndSetSession(Application.java:1524)
at org.openengsb.ui.admin.WicketApplication$$EnhancerByCGLIB$$f652ab5f.CGLIB$fetchCreateAndSetSession$36(<generated>)
at org.openengsb.ui.admin.WicketApplication$$EnhancerByCGLIB$$f652ab5f$$FastClassByCGLIB$$1f808302.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:167)
at org.ops4j.pax.wicket.internal.PaxWicketApplicationFactory$WebApplicationWrapper.intercept(PaxWicketApplicationFactory.java:130)
at org.openengsb.ui.admin.WicketApplication$$EnhancerByCGLIB$$f652ab5f.fetchCreateAndSetSession(<generated>)
at org.apache.wicket.Session.get(Session.java:156)
at org.apache.wicket.RestartResponseAtInterceptPageException$InterceptData.get(RestartResponseAtInterceptPageException.java:146)
at org.apache.wicket.RestartResponseAtInterceptPageException$1.matchedData(RestartResponseAtInterceptPageException.java:210)
at org.apache.wicket.RestartResponseAtInterceptPageException$1.mapRequest(RestartResponseAtInterceptPageException.java:190)
at org.apache.wicket.request.mapper.CompoundRequestMapper.unmount(CompoundRequestMapper.java:195)
at org.apache.wicket.protocol.http.WebApplication.unmount(WebApplication.java:377)
at org.ops4j.pax.wicket.internal.PageMounterTracker.removedService(PageMounterTracker.java:100)
at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:1006)
at org.osgi.util.tracker.ServiceTracker$Tracked.customizerRemoved(ServiceTracker.java:906)
at org.osgi.util.tracker.AbstractTracked.untrack(AbstractTracked.java:352)
at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:949)
at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:932)
at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:793)
at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:543)
at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:4260)
at org.apache.felix.framework.Felix.access$000(Felix.java:74)
at org.apache.felix.framework.Felix$1.serviceChanged(Felix.java:390)
at org.apache.felix.framework.ServiceRegistry.unregisterService(ServiceRegistry.java:148)
at org.apache.felix.framework.ServiceRegistrationImpl.unregister(ServiceRegistrationImpl.java:127)
at org.ops4j.pax.wicket.util.DefaultPageMounter.dispose(DefaultPageMounter.java:81)
at org.ops4j.pax.wicket.internal.injection.BundleScanningMountPointProviderDecorator.stop(BundleScanningMountPointProviderDecorator.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.aries.blueprint.utils.ReflectionUtils.invoke(ReflectionUtils.java:238)
at org.apache.aries.blueprint.container.BeanRecipe.invoke(BeanRecipe.java:954)
at org.apache.aries.blueprint.container.BeanRecipe.destroy(BeanRecipe.java:859)
at org.apache.aries.blueprint.container.BlueprintRepository.destroy(BlueprintRepository.java:320)
at org.apache.aries.blueprint.container.BlueprintContainerImpl.destroyComponents(BlueprintContainerImpl.java:689)
at org.apache.aries.blueprint.container.BlueprintContainerImpl.destroy(BlueprintContainerImpl.java:840)
at org.apache.aries.blueprint.container.BlueprintExtender.destroyContext(BlueprintExtender.java:246)
at org.apache.aries.blueprint.container.BlueprintExtender.bundleChanged(BlueprintExtender.java:238)
at org.apache.aries.blueprint.container.BlueprintExtender$BlueprintBundleTrackerCustomizer.modifiedBundle(BlueprintExtender.java:434)
at org.apache.aries.util.tracker.hook.BundleHookBundleTracker$Tracked.customizerModified(BundleHookBundleTracker.java:182)
at org.apache.aries.util.tracker.hook.BundleHookBundleTracker$Tracked.customizerModified(BundleHookBundleTracker.java:112)
at org.apache.aries.util.tracker.hook.BundleHookBundleTracker$AbstractTracked.track(BundleHookBundleTracker.java:452)
at org.apache.aries.util.tracker.hook.BundleHookBundleTracker$Tracked.bundleChanged(BundleHookBundleTracker.java:145)
at org.apache.aries.util.tracker.hook.BundleHookBundleTracker$BundleEventHook.event(BundleHookBundleTracker.java:101)
at org.apache.felix.framework.util.SecureAction.invokeBundleEventHook(SecureAction.java:1099)
at org.apache.felix.framework.util.EventDispatcher.createWhitelistFromHooks(EventDispatcher.java:695)
at org.apache.felix.framework.util.EventDispatcher.fireBundleEvent(EventDispatcher.java:483)
at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:4244)
at org.apache.felix.framework.Felix.stopBundle(Felix.java:2351)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1214)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295)
at java.lang.Thread.run(Thread.java:722)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment