I need help, I was getting below error while running killbill docker image 0.18.4 in AWS environment. with outbound security group rule allowed for 80 and 443.
2017-08-09T11:19:03,753+0000 lvl='INFO', log='analytics-plugin:4_2_3', th='Thread-11', xff='', rId='', aRId='', tRId='', BundleEvent STOPPED
2017-08-09T11:19:03,756+0000 lvl='WARN', log='FileInstall', th='localhost-startStop-1', xff='', rId='', aRId='', tRId='', Unable to start bundle
org.osgi.framework.BundleException: Activator start error in bundle org.kill-bill.billing.plugin.java.analytics-plugin [20].
at org.apache.felix.framework.Felix.activateBundle(Felix.java:2204)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2072)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:976)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:963)
at org.killbill.billing.osgi.FileInstall.startBundle(FileInstall.java:259)
at org.killbill.billing.osgi.BundleRegistry.startBundles(BundleRegistry.java:95)
at org.killbill.billing.osgi.DefaultOSGIService.start(DefaultOSGIService.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.killbill.billing.lifecycle.DefaultLifecycle.doFireStage(DefaultLifecycle.java:150)
at org.killbill.billing.lifecycle.DefaultLifecycle.fireSequence(DefaultLifecycle.java:137)
at org.killbill.billing.lifecycle.DefaultLifecycle.fireStartupSequencePriorEventRegistration(DefaultLifecycle.java:78)
at org.killbill.billing.server.listeners.KillbillPlatformGuiceListener.startLifecycle(KillbillPlatformGuiceListener.java:259)
at org.killbill.billing.server.listeners.KillbillPlatformGuiceListener.contextInitialized(KillbillPlatformGuiceListener.java:112)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5068)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5584)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:677)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1962)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.LinkageError: loader constraint violation: when resolving interface method "org.killbill.clock.Clock.getUTCNow()Lorg/joda/time/DateTime;" the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoaderJava5) of the current class, org/killbill/queue/DBBackedQueue, and the class loader (instance of org/apache/catalina/loader/WebappClassLoader) for the method's defining class, org/killbill/clock/Clock, have different Class objects for the type org/joda/time/DateTime used in the signature
at org.killbill.queue.DBBackedQueue.<init>(DBBackedQueue.java:197)
at org.killbill.notificationq.NotificationQueueDispatcher.<init>(NotificationQueueDispatcher.java:98)
at org.killbill.notificationq.NotificationQueueServiceBase.<init>(NotificationQueueServiceBase.java:34)
at org.killbill.notificationq.DefaultNotificationQueueService.<init>(DefaultNotificationQueueService.java:41)
at org.killbill.billing.plugin.analytics.AnalyticsActivator.start(AnalyticsActivator.java:76)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:645)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:2154)
... 28 common frames omitted
2017-08-09T11:19:03,757+0000 lvl='INFO', log='FileInstall', th='localhost-startStop-1', xff='', rId='', aRId='', tRId='', Starting bundle jruby-killbill-stripe
2017-08-09T11:19:03,765+0000 lvl='INFO', log='jruby:0_36_2', th='Thread-11', xff='', rId='', aRId='', tRId='', BundleEvent RESOLVED
after this I am able to create the tenant, but not able to integrate with stripe. throwing 401 Unauthorized error for the request.
Let me know if further info required.
Thanks in advance,
Regards,
Rajaneesh
--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-users+unsubscribe@googlegroups.com.
To post to this group, send email to killbilling-users@googlegroups.com.
Visit this group at https://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/29851987-e749-4d05-b022-32610676a904%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.