You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@community.apache.org by Boku Customer Support <su...@boku.zendesk.com> on 2016/03/11 17:15:10 UTC

[Boku Customer Support] - 20842633 - Re: activemq-all-5.13.1.jar vs activemq-all-5.10.0.jar

# Please type your reply above this line #

Thank you for submitting your support request to the Boku Customer Support.

This is an automated response to confirm that we have received your ticket.  Please be sure to include your mobile number along with country code.

If you haven't done so, please update your ticket here: http://boku.zendesk.com/requests/20842633

If we don't have this information, our response to you will be delayed.

Please note that Game Publishers can take up to 72  hours to deliver your game credits/points/coins.

If you receive your purchase after submitting this ticket, please let us know by updating  the status of your ticket as Closed.

Boku Customer Support

----------------------------------------------

Dev, Mar 11, 05:14

Hello,

It is probably worth asking the same question on an active mq support
channel. See http://activemq.apache.org/support.html. Have a look at the
'How to get help' section on that page which might make it easier for the
active mq community to track down your problem.
The apache community list is probably a bit too general to help you here.

Cheers,

Ian

On 11 March 2016 at 11:39, Pawan Kumar <pa...@gmail.com> wrote:

> Hi,
>
> I am receiving below error when using activemq-all-5.13.1 but same worked
> fine with activemq-all-5.10.0.jar. Please let me know how to fix this issue
> with latest jar.
>
> Please reply ASAP
>
> Thanks in advance.
> Pawan.
>
> run:
>      [java] Exception in thread "main"
> java.lang.ExceptionInInitializerError
>      [java]     at
>
> com.abc.xyz.cie.serviceinterface.impl.ServiceLocator.getcieEngineBean(ServiceLocator.java:25)
>      [java]     at com.abc.xyz.cie.engine.cieEngine.main(cieEngine.java:19)
>      [java] Caused by:
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'listener' defined in class path resource [cie-service.xml]:
> Instantiation of bean failed; nested exception is
> org.springframework.beans.BeanInstantiationException: Failed to instantiate
> [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> Constructor threw exception; nested exception is
> java.lang.NoClassDefFoundError:
> org/springframework/messaging/support/HeaderMapper
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1099)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1044)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
>      [java]     at
>
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
>      [java]     at
>
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
>      [java]     at
>
> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
>      [java]     at
>
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
>      [java]     at
>
> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
>      [java]     at
>
> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
>      [java]     at
> com.abc.xyz.cie.spring.BeanLocator.init(BeanLocator.java:67)
>      [java]     at
> com.abc.xyz.cie.spring.BeanLocator.<clinit>(BeanLocator.java:62)
>      [java]     ... 2 more
>      [java] Caused by:
> org.springframework.beans.BeanInstantiationException: Failed to instantiate
> [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> Constructor threw exception; nested exception is
> java.lang.NoClassDefFoundError:
> org/springframework/messaging/support/HeaderMapper
>      [java]     at
> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
>      [java]     at
>
> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1092)
>      [java]     ... 16 more
>      [java] Caused by: java.lang.NoClassDefFoundError:
> org/springframework/messaging/support/HeaderMapper
>      [java]     at java.lang.ClassLoader.defineClass1(Native Method)
>      [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
>      [java]     at
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
>      [java]     at
> java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
>      [java]     at
> java.net.URLClassLoader.access$100(URLClassLoader.java:71)
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>      [java]     at java.security.AccessController.doPrivileged(Native
> Method)
>      [java]     at
> java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>      [java]     at
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>      [java]     at
>
> org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.<init>(AbstractAdaptableMessageListener.java:65)
>      [java]     at
>
> org.springframework.jms.listener.adapter.MessageListenerAdapter.<init>(MessageListenerAdapter.java:138)
>      [java]     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>      [java]     at
>
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
>      [java]     at
>
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>      [java]     at
> java.lang.reflect.Constructor.newInstance(Constructor.java:526)
>      [java]     at
> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
>      [java]     ... 18 more
>      [java] Caused by: java.lang.ClassNotFoundException:
> org.springframework.messaging.support.HeaderMapper
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>      [java]     at java.security.AccessController.doPrivileged(Native
> Method)
>      [java]     at
> java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>      [java]     at
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>      [java]     ... 37 more
>
> BUILD FAILED
>

--------------------------------
This email is a service from Boku Customer Support.









[J67KZD-GGZ1]

Re: [Boku Customer Support] - 20842633 - Re: activemq-all-5.13.1.jar vs activemq-all-5.10.0.jar

Posted by abdo araby <ab...@gmail.com>.
Le vendredi 11 mars 2016, Ashraful Rajon <as...@gmail.com> a
écrit :

> _ Ashraful Rajon _
> On 11 Mar 2016 10:15 pm, "Boku Customer Support" <support@boku.zendesk.com
> <javascript:;>>
> wrote:
> >
> > # Please type your reply above this line #
> >
> > Thank you for submitting your support request to the Boku Customer
> Support.
> >
> > This is an automated response to confirm that we have received your
> ticket.  Please be sure to include your mobile number along with country
> code.
> >
> > If you haven't done so, please update your ticket here:
> http://boku.zendesk.com/requests/20842633
> >
> > If we don't have this information, our response to you will be delayed.
> >
> > Please note that Game Publishers can take up to 72  hours to deliver your
> game credits/points/coins.
> >
> > If you receive your purchase after submitting this ticket, please let us
> know by updating  the status of your ticket as Closed.
> >
> > Boku Customer Support
> >
> > ----------------------------------------------
> >
> > Dev, Mar 11, 05:14
> >
> > Hello,
> >
> > It is probably worth asking the same question on an active mq support
> > channel. See http://activemq.apache.org/support.html. Have a look at the
> > 'How to get help' section on that page which might make it easier for the
> > active mq community to track down your problem.
> > The apache community list is probably a bit too general to help you here.
> >
> > Cheers,
> >
> > Ian
> >
> > On 11 March 2016 at 11:39, Pawan Kumar <pawankrmodi@gmail.com
> <javascript:;>> wrote:
> >
> > > Hi,
> > >
> > > I am receiving below error when using activemq-all-5.13.1 but same
> worked
> > > fine with activemq-all-5.10.0.jar. Please let me know how to fix this
> issue
> > > with latest jar.
> > >
> > > Please reply ASAP
> > >
> > > Thanks in advance.
> > > Pawan.
> > >
> > > run:
> > >      [java] Exception in thread "main"
> > > java.lang.ExceptionInInitializerError
> > >      [java]     at
> > >
> > >
>
> com.abc.xyz.cie.serviceinterface.impl.ServiceLocator.getcieEngineBean(ServiceLocator.java:25)
> > >      [java]     at
> com.abc.xyz.cie.engine.cieEngine.main(cieEngine.java:19)
> > >      [java] Caused by:
> > > org.springframework.beans.factory.BeanCreationException: Error creating
> > > bean with name 'listener' defined in class path resource
> [cie-service.xml]:
> > > Instantiation of bean failed; nested exception is
> > > org.springframework.beans.BeanInstantiationException: Failed to
> instantiate
> > > [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> > > Constructor threw exception; nested exception is
> > > java.lang.NoClassDefFoundError:
> > > org/springframework/messaging/support/HeaderMapper
> > >      [java]     at
> > >
> > >
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1099)
> > >      [java]     at
> > >
> > >
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1044)
> > >      [java]     at
> > >
> > >
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
> > >      [java]     at
> > >
> > >
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> > >      [java]     at
> > >
> > >
>
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> > >      [java]     at
> > >
> > >
>
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> > >      [java]     at
> > >
> > >
>
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> > >      [java]     at
> > >
> > >
>
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> > >      [java]     at
> > >
> > >
>
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
> > >      [java]     at
> > >
> > >
>
> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
> > >      [java]     at
> > >
> > >
>
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
> > >      [java]     at
> > >
> > >
>
> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
> > >      [java]     at
> > >
> > >
>
> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
> > >      [java]     at
> > > com.abc.xyz.cie.spring.BeanLocator.init(BeanLocator.java:67)
> > >      [java]     at
> > > com.abc.xyz.cie.spring.BeanLocator.<clinit>(BeanLocator.java:62)
> > >      [java]     ... 2 more
> > >      [java] Caused by:
> > > org.springframework.beans.BeanInstantiationException: Failed to
> instantiate
> > > [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> > > Constructor threw exception; nested exception is
> > > java.lang.NoClassDefFoundError:
> > > org/springframework/messaging/support/HeaderMapper
> > >      [java]     at
> > >
> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
> > >      [java]     at
> > >
> > >
>
> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
> > >      [java]     at
> > >
> > >
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1092)
> > >      [java]     ... 16 more
> > >      [java] Caused by: java.lang.NoClassDefFoundError:
> > > org/springframework/messaging/support/HeaderMapper
> > >      [java]     at java.lang.ClassLoader.defineClass1(Native Method)
> > >      [java]     at
> java.lang.ClassLoader.defineClass(ClassLoader.java:800)
> > >      [java]     at
> > > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> > >      [java]     at
> > > java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
> > >      [java]     at
> > > java.net.URLClassLoader.access$100(URLClassLoader.java:71)
> > >      [java]     at
> java.net.URLClassLoader$1.run(URLClassLoader.java:361)
> > >      [java]     at
> java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> > >      [java]     at java.security.AccessController.doPrivileged(Native
> > > Method)
> > >      [java]     at
> > > java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> > >      [java]     at
> java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> > >      [java]     at
> > > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> > >      [java]     at
> java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> > >      [java]     at
> > >
> > >
>
> org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.<init>(AbstractAdaptableMessageListener.java:65)
> > >      [java]     at
> > >
> > >
>
> org.springframework.jms.listener.adapter.MessageListenerAdapter.<init>(MessageListenerAdapter.java:138)
> > >      [java]     at
> > > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> > >      [java]     at
> > >
> > >
>
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> > >      [java]     at
> > >
> > >
>
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> > >      [java]     at
> > > java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> > >      [java]     at
> > >
> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
> > >      [java]     ... 18 more
> > >      [java] Caused by: java.lang.ClassNotFoundException:
> > > org.springframework.messaging.support.HeaderMapper
> > >      [java]     at
> java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> > >      [java]     at
> java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> > >      [java]     at java.security.AccessController.doPrivileged(Native
> > > Method)
> > >      [java]     at
> > > java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> > >      [java]     at
> java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> > >      [java]     at
> > > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> > >      [java]     at
> java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> > >      [java]     ... 37 more
> > >
> > > BUILD FAILED
> > >
> >
> > --------------------------------
> > This email is a service from Boku Customer Support.
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > [J67KZD-GGZ1]
>

[Boku Customer Support] - 20842633 - Re: activemq-all-5.13.1.jar vs activemq-all-5.10.0.jar

Posted by Boku Customer Support <su...@boku.zendesk.com>.
# Please type your reply above this line #

We have made an update to your ticket (#20842633). Reply to this email or follow this link to add your comments: http://boku.zendesk.com/requests/20842633

----------------------------------------------

Ashraful Rajon, Mar 11, 09:29

_ Ashraful Rajon _

----------------------------------------------

Magdalena, Mar 11, 05:35

Hello Ian,

Thank you for your email.

Please bear in mind that our company is called Boku (http://www.boku.com) and we are a mobile billing system. 

We cooperate with different game and service providers in cases when a user makes mobile payments but we do not develop or distribute any applications.
If you believe that you were charged for a purchase made through our billing system, please share with us you mobile number and country prefix, so we can check it for you. 

Please verify the email address you wanted actually to contact regarding your case. We are sorry to hear about your issue and hope you can contact the correct email address to the developers of the application you mentioned in your email.

Kind regards,
The Customer Support Team

----------------------------------------------

Dev, Mar 11, 05:14

Hello,

It is probably worth asking the same question on an active mq support
channel. See http://activemq.apache.org/support.html. Have a look at the
'How to get help' section on that page which might make it easier for the
active mq community to track down your problem.
The apache community list is probably a bit too general to help you here.

Cheers,

Ian

On 11 March 2016 at 11:39, Pawan Kumar <pa...@gmail.com> wrote:

> Hi,
>
> I am receiving below error when using activemq-all-5.13.1 but same worked
> fine with activemq-all-5.10.0.jar. Please let me know how to fix this issue
> with latest jar.
>
> Please reply ASAP
>
> Thanks in advance.
> Pawan.
>
> run:
>      [java] Exception in thread "main"
> java.lang.ExceptionInInitializerError
>      [java]     at
>
> com.abc.xyz.cie.serviceinterface.impl.ServiceLocator.getcieEngineBean(ServiceLocator.java:25)
>      [java]     at com.abc.xyz.cie.engine.cieEngine.main(cieEngine.java:19)
>      [java] Caused by:
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'listener' defined in class path resource [cie-service.xml]:
> Instantiation of bean failed; nested exception is
> org.springframework.beans.BeanInstantiationException: Failed to instantiate
> [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> Constructor threw exception; nested exception is
> java.lang.NoClassDefFoundError:
> org/springframework/messaging/support/HeaderMapper
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1099)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1044)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
>      [java]     at
>
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
>      [java]     at
>
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
>      [java]     at
>
> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
>      [java]     at
>
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
>      [java]     at
>
> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
>      [java]     at
>
> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
>      [java]     at
> com.abc.xyz.cie.spring.BeanLocator.init(BeanLocator.java:67)
>      [java]     at
> com.abc.xyz.cie.spring.BeanLocator.<clinit>(BeanLocator.java:62)
>      [java]     ... 2 more
>      [java] Caused by:
> org.springframework.beans.BeanInstantiationException: Failed to instantiate
> [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> Constructor threw exception; nested exception is
> java.lang.NoClassDefFoundError:
> org/springframework/messaging/support/HeaderMapper
>      [java]     at
> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
>      [java]     at
>
> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1092)
>      [java]     ... 16 more
>      [java] Caused by: java.lang.NoClassDefFoundError:
> org/springframework/messaging/support/HeaderMapper
>      [java]     at java.lang.ClassLoader.defineClass1(Native Method)
>      [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
>      [java]     at
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
>      [java]     at
> java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
>      [java]     at
> java.net.URLClassLoader.access$100(URLClassLoader.java:71)
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>      [java]     at java.security.AccessController.doPrivileged(Native
> Method)
>      [java]     at
> java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>      [java]     at
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>      [java]     at
>
> org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.<init>(AbstractAdaptableMessageListener.java:65)
>      [java]     at
>
> org.springframework.jms.listener.adapter.MessageListenerAdapter.<init>(MessageListenerAdapter.java:138)
>      [java]     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>      [java]     at
>
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
>      [java]     at
>
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>      [java]     at
> java.lang.reflect.Constructor.newInstance(Constructor.java:526)
>      [java]     at
> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
>      [java]     ... 18 more
>      [java] Caused by: java.lang.ClassNotFoundException:
> org.springframework.messaging.support.HeaderMapper
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>      [java]     at java.security.AccessController.doPrivileged(Native
> Method)
>      [java]     at
> java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>      [java]     at
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>      [java]     ... 37 more
>
> BUILD FAILED
>

--------------------------------
This email is a service from Boku Customer Support.









[J67KZD-GGZ1]

Re: Request #20842633: How would you rate the support you received?

Posted by EZRA DELA CRUZ <my...@gmail.com>.
samsung mobile
On Mar 18, 2016 6:02 PM, "Boku Customer Support" <su...@boku.zendesk.com>
wrote:
>
> # Please type your reply above this line #
>
> Hello Dev,
>
> We'd love to hear what you think of our customer service. Please take a
moment to answer one simple question below:
>
> How would you rate the support you received?
>
> You can copy the following URL into your browser to rate:
>
>
https://boku.zendesk.com/requests/20842633/satisfaction/new/3BTvCq5kYpSpZ1KPWVeBcAm9f?locale=1
>
> Here's a reminder of what your ticket was about:
----------------------------------------------
>
> Magdalena, Mar 14, 22:59
>
> Hello Ian,
> Hello Ashraful Rajon,
>
> Thank you for your email.
>
> Please bear in mind that our company is called Boku (http://www.boku.com)
and we are a mobile billing system.
>
> We cooperate with different game and service providers in cases when a
user makes mobile payments but we do not develop or distribute any
applications.
> If you believe that you were charged for a purchase made through our
billing system, please share with us you mobile number and country prefix,
so we can check it for you.
>
> Please verify the email address you wanted actually to contact regarding
your case. We are sorry to hear about your issue and hope you can contact
the correct email address to the developers of the application you
mentioned in your email.
>
> Kind regards,
> The Customer Support Team
>
> ----------------------------------------------
>
> Ashraful Rajon, Mar 11, 09:29
>
> _ Ashraful Rajon _
>
> ----------------------------------------------
>
> Magdalena, Mar 11, 05:35
>
> Hello Ian,
>
> Thank you for your email.
>
> Please bear in mind that our company is called Boku (http://www.boku.com)
and we are a mobile billing system.
>
> We cooperate with different game and service providers in cases when a
user makes mobile payments but we do not develop or distribute any
applications.
> If you believe that you were charged for a purchase made through our
billing system, please share with us you mobile number and country prefix,
so we can check it for you.
>
> Please verify the email address you wanted actually to contact regarding
your case. We are sorry to hear about your issue and hope you can contact
the correct email address to the developers of the application you
mentioned in your email.
>
> Kind regards,
> The Customer Support Team
>
> ----------------------------------------------
>
> Dev, Mar 11, 05:14
>
> Hello,
>
> It is probably worth asking the same question on an active mq support
> channel. See http://activemq.apache.org/support.html. Have a look at the
> 'How to get help' section on that page which might make it easier for the
> active mq community to track down your problem.
> The apache community list is probably a bit too general to help you here.
>
> Cheers,
>
> Ian
>
> On 11 March 2016 at 11:39, Pawan Kumar <pa...@gmail.com> wrote:
>
> > Hi,
> >
> > I am receiving below error when using activemq-all-5.13.1 but same
worked
> > fine with activemq-all-5.10.0.jar. Please let me know how to fix this
issue
> > with latest jar.
> >
> > Please reply ASAP
> >
> > Thanks in advance.
> > Pawan.
> >
> > run:
> >      [java] Exception in thread "main"
> > java.lang.ExceptionInInitializerError
> >      [java]     at
> >
> >
com.abc.xyz.cie.serviceinterface.impl.ServiceLocator.getcieEngineBean(ServiceLocator.java:25)
> >      [java]     at
com.abc.xyz.cie.engine.cieEngine.main(cieEngine.java:19)
> >      [java] Caused by:
> > org.springframework.beans.factory.BeanCreationException: Error creating
> > bean with name 'listener' defined in class path resource
[cie-service.xml]:
> > Instantiation of bean failed; nested exception is
> > org.springframework.beans.BeanInstantiationException: Failed to
instantiate
> > [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> > Constructor threw exception; nested exception is
> > java.lang.NoClassDefFoundError:
> > org/springframework/messaging/support/HeaderMapper
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1099)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1044)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
> >      [java]     at
> >
> >
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
> >      [java]     at
> >
> >
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
> >      [java]     at
> >
> >
org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
> >      [java]     at
> >
> >
org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
> >      [java]     at
> > com.abc.xyz.cie.spring.BeanLocator.init(BeanLocator.java:67)
> >      [java]     at
> > com.abc.xyz.cie.spring.BeanLocator.<clinit>(BeanLocator.java:62)
> >      [java]     ... 2 more
> >      [java] Caused by:
> > org.springframework.beans.BeanInstantiationException: Failed to
instantiate
> > [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> > Constructor threw exception; nested exception is
> > java.lang.NoClassDefFoundError:
> > org/springframework/messaging/support/HeaderMapper
> >      [java]     at
> > org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1092)
> >      [java]     ... 16 more
> >      [java] Caused by: java.lang.NoClassDefFoundError:
> > org/springframework/messaging/support/HeaderMapper
> >      [java]     at java.lang.ClassLoader.defineClass1(Native Method)
> >      [java]     at
java.lang.ClassLoader.defineClass(ClassLoader.java:800)
> >      [java]     at
> > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> >      [java]     at
> > java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
> >      [java]     at
> > java.net.URLClassLoader.access$100(URLClassLoader.java:71)
> >      [java]     at
java.net.URLClassLoader$1.run(URLClassLoader.java:361)
> >      [java]     at
java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> >      [java]     at java.security.AccessController.doPrivileged(Native
> > Method)
> >      [java]     at
> > java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> >      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> >      [java]     at
> > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> >      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> >      [java]     at
> >
> >
org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.<init>(AbstractAdaptableMessageListener.java:65)
> >      [java]     at
> >
> >
org.springframework.jms.listener.adapter.MessageListenerAdapter.<init>(MessageListenerAdapter.java:138)
> >      [java]     at
> > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> >      [java]     at
> >
> >
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> >      [java]     at
> >
> >
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> >      [java]     at
> > java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> >      [java]     at
> > org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
> >      [java]     ... 18 more
> >      [java] Caused by: java.lang.ClassNotF

Re: Request #20842633: How would you rate the support you received?

Posted by Yash Sharma <ya...@gmail.com>.
+1 for Mark!

On Fri, Mar 18, 2016 at 10:14 PM, Mark Thomas <ma...@apache.org> wrote:

> On 18/03/2016 11:10, Yash Sharma wrote:
> > Could we moderate this?
>
> They were subscribed to the list so were not subject to moderation.
>
> I've unsubscribed this address from all ASF mailing lists. As it
> happens, they were only subscribed to this list.
>
> Mark
>
>
> >
> > - Thanks, via mobile,  excuse brevity.
> > On Mar 18, 2016 9:02 PM, "Boku Customer Support" <
> support@boku.zendesk.com>
> > wrote:
> >
> >> # Please type your reply above this line #
> >>
> >> Hello Dev,
> >>
> >> We'd love to hear what you think of our customer service. Please take a
> >> moment to answer one simple question below:
> >>
> >> How would you rate the support you received?
> >>
> >> You can copy the following URL into your browser to rate:
> >>
> >>
> >>
> https://boku.zendesk.com/requests/20842633/satisfaction/new/3BTvCq5kYpSpZ1KPWVeBcAm9f?locale=1
> >>
> >> Here's a reminder of what your ticket was about:
> >> ----------------------------------------------
> >>
> >> Magdalena, Mar 14, 22:59
> >>
> >> Hello Ian,
> >> Hello Ashraful Rajon,
> >>
> >> Thank you for your email.
> >>
> >> Please bear in mind that our company is called Boku (
> http://www.boku.com)
> >> and we are a mobile billing system.
> >>
> >> We cooperate with different game and service providers in cases when a
> >> user makes mobile payments but we do not develop or distribute any
> >> applications.
> >> If you believe that you were charged for a purchase made through our
> >> billing system, please share with us you mobile number and country
> prefix,
> >> so we can check it for you.
> >>
> >> Please verify the email address you wanted actually to contact regarding
> >> your case. We are sorry to hear about your issue and hope you can
> contact
> >> the correct email address to the developers of the application you
> >> mentioned in your email.
> >>
> >> Kind regards,
> >> The Customer Support Team
> >>
> >> ----------------------------------------------
> >>
> >> Ashraful Rajon, Mar 11, 09:29
> >>
> >> _ Ashraful Rajon _
> >>
> >> ----------------------------------------------
> >>
> >> Magdalena, Mar 11, 05:35
> >>
> >> Hello Ian,
> >>
> >> Thank you for your email.
> >>
> >> Please bear in mind that our company is called Boku (
> http://www.boku.com)
> >> and we are a mobile billing system.
> >>
> >> We cooperate with different game and service providers in cases when a
> >> user makes mobile payments but we do not develop or distribute any
> >> applications.
> >> If you believe that you were charged for a purchase made through our
> >> billing system, please share with us you mobile number and country
> prefix,
> >> so we can check it for you.
> >>
> >> Please verify the email address you wanted actually to contact regarding
> >> your case. We are sorry to hear about your issue and hope you can
> contact
> >> the correct email address to the developers of the application you
> >> mentioned in your email.
> >>
> >> Kind regards,
> >> The Customer Support Team
> >>
> >> ----------------------------------------------
> >>
> >> Dev, Mar 11, 05:14
> >>
> >> Hello,
> >>
> >> It is probably worth asking the same question on an active mq support
> >> channel. See http://activemq.apache.org/support.html. Have a look at
> the
> >> 'How to get help' section on that page which might make it easier for
> the
> >> active mq community to track down your problem.
> >> The apache community list is probably a bit too general to help you
> here.
> >>
> >> Cheers,
> >>
> >> Ian
> >>
> >> On 11 March 2016 at 11:39, Pawan Kumar <pa...@gmail.com> wrote:
> >>
> >>> Hi,
> >>>
> >>> I am receiving below error when using activemq-all-5.13.1 but same
> worked
> >>> fine with activemq-all-5.10.0.jar. Please let me know how to fix this
> >> issue
> >>> with latest jar.
> >>>
> >>> Please reply ASAP
> >>>
> >>> Thanks in advance.
> >>> Pawan.
> >>>
> >>> run:
> >>>      [java] Exception in thread "main"
> >>> java.lang.ExceptionInInitializerError
> >>>      [java]     at
> >>>
> >>>
> >>
> com.abc.xyz.cie.serviceinterface.impl.ServiceLocator.getcieEngineBean(ServiceLocator.java:25)
> >>>      [java]     at
> >> com.abc.xyz.cie.engine.cieEngine.main(cieEngine.java:19)
> >>>      [java] Caused by:
> >>> org.springframework.beans.factory.BeanCreationException: Error creating
> >>> bean with name 'listener' defined in class path resource
> >> [cie-service.xml]:
> >>> Instantiation of bean failed; nested exception is
> >>> org.springframework.beans.BeanInstantiationException: Failed to
> >> instantiate
> >>> [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> >>> Constructor threw exception; nested exception is
> >>> java.lang.NoClassDefFoundError:
> >>> org/springframework/messaging/support/HeaderMapper
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1099)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1044)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
> >>>      [java]     at
> >>> com.abc.xyz.cie.spring.BeanLocator.init(BeanLocator.java:67)
> >>>      [java]     at
> >>> com.abc.xyz.cie.spring.BeanLocator.<clinit>(BeanLocator.java:62)
> >>>      [java]     ... 2 more
> >>>      [java] Caused by:
> >>> org.springframework.beans.BeanInstantiationException: Failed to
> >> instantiate
> >>> [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> >>> Constructor threw exception; nested exception is
> >>> java.lang.NoClassDefFoundError:
> >>> org/springframework/messaging/support/HeaderMapper
> >>>      [java]     at
> >>>
> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1092)
> >>>      [java]     ... 16 more
> >>>      [java] Caused by: java.lang.NoClassDefFoundError:
> >>> org/springframework/messaging/support/HeaderMapper
> >>>      [java]     at java.lang.ClassLoader.defineClass1(Native Method)
> >>>      [java]     at
> >> java.lang.ClassLoader.defineClass(ClassLoader.java:800)
> >>>      [java]     at
> >>> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> >>>      [java]     at
> >>> java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
> >>>      [java]     at
> >>> java.net.URLClassLoader.access$100(URLClassLoader.java:71)
> >>>      [java]     at
> java.net.URLClassLoader$1.run(URLClassLoader.java:361)
> >>>      [java]     at
> java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> >>>      [java]     at java.security.AccessController.doPrivileged(Native
> >>> Method)
> >>>      [java]     at
> >>> java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> >>>      [java]     at
> java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> >>>      [java]     at
> >>> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> >>>      [java]     at
> java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.<init>(AbstractAdaptableMessageListener.java:65)
> >>>      [java]     at
> >>>
> >>>
> >>
> org.springframework.jms.listener.adapter.MessageListenerAdapter.<init>(MessageListenerAdapter.java:138)
> >>>      [java]     at
> >>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> >>>      [java]     at
> >>>
> >>>
> >>
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> >>>      [java]     at
> >>>
> >>>
> >>
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> >>>      [java]     at
> >>> java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> >>>      [java]     at
> >>>
> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
> >>>      [java]     ... 18 more
> >>>      [java] Caused by: java.lang.ClassNotFoundException:
> >>> org.springframework.messaging.support.HeaderMapper
> >>>      [java]     at
> java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> >>>      [java]     at
> java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> >>>      [java]     at java.security.AccessController.doPrivileged(Native
> >>> Method)
> >>>      [java]     at
> >>> java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> >>>      [java]     at
> java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> >>>      [java]     at
> >>> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> >>>      [java]     at
> java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> >>>      [java]     ... 37 more
> >>>
> >>> BUILD FAILED
> >>>
> >>
> >> --------------------------------
> >> This email is a service from Boku Customer Support.
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> [J67KZD-GGZ1]
> >
>
>

Re: Request #20842633: How would you rate the support you received?

Posted by Mark Thomas <ma...@apache.org>.
On 18/03/2016 11:10, Yash Sharma wrote:
> Could we moderate this?

They were subscribed to the list so were not subject to moderation.

I've unsubscribed this address from all ASF mailing lists. As it
happens, they were only subscribed to this list.

Mark


> 
> - Thanks, via mobile,  excuse brevity.
> On Mar 18, 2016 9:02 PM, "Boku Customer Support" <su...@boku.zendesk.com>
> wrote:
> 
>> # Please type your reply above this line #
>>
>> Hello Dev,
>>
>> We'd love to hear what you think of our customer service. Please take a
>> moment to answer one simple question below:
>>
>> How would you rate the support you received?
>>
>> You can copy the following URL into your browser to rate:
>>
>>
>> https://boku.zendesk.com/requests/20842633/satisfaction/new/3BTvCq5kYpSpZ1KPWVeBcAm9f?locale=1
>>
>> Here's a reminder of what your ticket was about:
>> ----------------------------------------------
>>
>> Magdalena, Mar 14, 22:59
>>
>> Hello Ian,
>> Hello Ashraful Rajon,
>>
>> Thank you for your email.
>>
>> Please bear in mind that our company is called Boku (http://www.boku.com)
>> and we are a mobile billing system.
>>
>> We cooperate with different game and service providers in cases when a
>> user makes mobile payments but we do not develop or distribute any
>> applications.
>> If you believe that you were charged for a purchase made through our
>> billing system, please share with us you mobile number and country prefix,
>> so we can check it for you.
>>
>> Please verify the email address you wanted actually to contact regarding
>> your case. We are sorry to hear about your issue and hope you can contact
>> the correct email address to the developers of the application you
>> mentioned in your email.
>>
>> Kind regards,
>> The Customer Support Team
>>
>> ----------------------------------------------
>>
>> Ashraful Rajon, Mar 11, 09:29
>>
>> _ Ashraful Rajon _
>>
>> ----------------------------------------------
>>
>> Magdalena, Mar 11, 05:35
>>
>> Hello Ian,
>>
>> Thank you for your email.
>>
>> Please bear in mind that our company is called Boku (http://www.boku.com)
>> and we are a mobile billing system.
>>
>> We cooperate with different game and service providers in cases when a
>> user makes mobile payments but we do not develop or distribute any
>> applications.
>> If you believe that you were charged for a purchase made through our
>> billing system, please share with us you mobile number and country prefix,
>> so we can check it for you.
>>
>> Please verify the email address you wanted actually to contact regarding
>> your case. We are sorry to hear about your issue and hope you can contact
>> the correct email address to the developers of the application you
>> mentioned in your email.
>>
>> Kind regards,
>> The Customer Support Team
>>
>> ----------------------------------------------
>>
>> Dev, Mar 11, 05:14
>>
>> Hello,
>>
>> It is probably worth asking the same question on an active mq support
>> channel. See http://activemq.apache.org/support.html. Have a look at the
>> 'How to get help' section on that page which might make it easier for the
>> active mq community to track down your problem.
>> The apache community list is probably a bit too general to help you here.
>>
>> Cheers,
>>
>> Ian
>>
>> On 11 March 2016 at 11:39, Pawan Kumar <pa...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I am receiving below error when using activemq-all-5.13.1 but same worked
>>> fine with activemq-all-5.10.0.jar. Please let me know how to fix this
>> issue
>>> with latest jar.
>>>
>>> Please reply ASAP
>>>
>>> Thanks in advance.
>>> Pawan.
>>>
>>> run:
>>>      [java] Exception in thread "main"
>>> java.lang.ExceptionInInitializerError
>>>      [java]     at
>>>
>>>
>> com.abc.xyz.cie.serviceinterface.impl.ServiceLocator.getcieEngineBean(ServiceLocator.java:25)
>>>      [java]     at
>> com.abc.xyz.cie.engine.cieEngine.main(cieEngine.java:19)
>>>      [java] Caused by:
>>> org.springframework.beans.factory.BeanCreationException: Error creating
>>> bean with name 'listener' defined in class path resource
>> [cie-service.xml]:
>>> Instantiation of bean failed; nested exception is
>>> org.springframework.beans.BeanInstantiationException: Failed to
>> instantiate
>>> [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
>>> Constructor threw exception; nested exception is
>>> java.lang.NoClassDefFoundError:
>>> org/springframework/messaging/support/HeaderMapper
>>>      [java]     at
>>>
>>>
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1099)
>>>      [java]     at
>>>
>>>
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1044)
>>>      [java]     at
>>>
>>>
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
>>>      [java]     at
>>>
>>>
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
>>>      [java]     at
>>>
>>>
>> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
>>>      [java]     at
>>>
>>>
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
>>>      [java]     at
>>>
>>>
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
>>>      [java]     at
>>>
>>>
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
>>>      [java]     at
>>>
>>>
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
>>>      [java]     at
>>>
>>>
>> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
>>>      [java]     at
>>>
>>>
>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
>>>      [java]     at
>>>
>>>
>> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
>>>      [java]     at
>>>
>>>
>> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
>>>      [java]     at
>>> com.abc.xyz.cie.spring.BeanLocator.init(BeanLocator.java:67)
>>>      [java]     at
>>> com.abc.xyz.cie.spring.BeanLocator.<clinit>(BeanLocator.java:62)
>>>      [java]     ... 2 more
>>>      [java] Caused by:
>>> org.springframework.beans.BeanInstantiationException: Failed to
>> instantiate
>>> [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
>>> Constructor threw exception; nested exception is
>>> java.lang.NoClassDefFoundError:
>>> org/springframework/messaging/support/HeaderMapper
>>>      [java]     at
>>> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
>>>      [java]     at
>>>
>>>
>> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
>>>      [java]     at
>>>
>>>
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1092)
>>>      [java]     ... 16 more
>>>      [java] Caused by: java.lang.NoClassDefFoundError:
>>> org/springframework/messaging/support/HeaderMapper
>>>      [java]     at java.lang.ClassLoader.defineClass1(Native Method)
>>>      [java]     at
>> java.lang.ClassLoader.defineClass(ClassLoader.java:800)
>>>      [java]     at
>>> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
>>>      [java]     at
>>> java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
>>>      [java]     at
>>> java.net.URLClassLoader.access$100(URLClassLoader.java:71)
>>>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
>>>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>>>      [java]     at java.security.AccessController.doPrivileged(Native
>>> Method)
>>>      [java]     at
>>> java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>>>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>>>      [java]     at
>>> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>>>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>>>      [java]     at
>>>
>>>
>> org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.<init>(AbstractAdaptableMessageListener.java:65)
>>>      [java]     at
>>>
>>>
>> org.springframework.jms.listener.adapter.MessageListenerAdapter.<init>(MessageListenerAdapter.java:138)
>>>      [java]     at
>>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>>>      [java]     at
>>>
>>>
>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
>>>      [java]     at
>>>
>>>
>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>>>      [java]     at
>>> java.lang.reflect.Constructor.newInstance(Constructor.java:526)
>>>      [java]     at
>>> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
>>>      [java]     ... 18 more
>>>      [java] Caused by: java.lang.ClassNotFoundException:
>>> org.springframework.messaging.support.HeaderMapper
>>>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>>>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>>>      [java]     at java.security.AccessController.doPrivileged(Native
>>> Method)
>>>      [java]     at
>>> java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>>>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>>>      [java]     at
>>> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>>>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>>>      [java]     ... 37 more
>>>
>>> BUILD FAILED
>>>
>>
>> --------------------------------
>> This email is a service from Boku Customer Support.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> [J67KZD-GGZ1]
> 


Re: Request #20842633: How would you rate the support you received?

Posted by Yash Sharma <ya...@gmail.com>.
Could we moderate this?

- Thanks, via mobile,  excuse brevity.
On Mar 18, 2016 9:02 PM, "Boku Customer Support" <su...@boku.zendesk.com>
wrote:

> # Please type your reply above this line #
>
> Hello Dev,
>
> We'd love to hear what you think of our customer service. Please take a
> moment to answer one simple question below:
>
> How would you rate the support you received?
>
> You can copy the following URL into your browser to rate:
>
>
> https://boku.zendesk.com/requests/20842633/satisfaction/new/3BTvCq5kYpSpZ1KPWVeBcAm9f?locale=1
>
> Here's a reminder of what your ticket was about:
> ----------------------------------------------
>
> Magdalena, Mar 14, 22:59
>
> Hello Ian,
> Hello Ashraful Rajon,
>
> Thank you for your email.
>
> Please bear in mind that our company is called Boku (http://www.boku.com)
> and we are a mobile billing system.
>
> We cooperate with different game and service providers in cases when a
> user makes mobile payments but we do not develop or distribute any
> applications.
> If you believe that you were charged for a purchase made through our
> billing system, please share with us you mobile number and country prefix,
> so we can check it for you.
>
> Please verify the email address you wanted actually to contact regarding
> your case. We are sorry to hear about your issue and hope you can contact
> the correct email address to the developers of the application you
> mentioned in your email.
>
> Kind regards,
> The Customer Support Team
>
> ----------------------------------------------
>
> Ashraful Rajon, Mar 11, 09:29
>
> _ Ashraful Rajon _
>
> ----------------------------------------------
>
> Magdalena, Mar 11, 05:35
>
> Hello Ian,
>
> Thank you for your email.
>
> Please bear in mind that our company is called Boku (http://www.boku.com)
> and we are a mobile billing system.
>
> We cooperate with different game and service providers in cases when a
> user makes mobile payments but we do not develop or distribute any
> applications.
> If you believe that you were charged for a purchase made through our
> billing system, please share with us you mobile number and country prefix,
> so we can check it for you.
>
> Please verify the email address you wanted actually to contact regarding
> your case. We are sorry to hear about your issue and hope you can contact
> the correct email address to the developers of the application you
> mentioned in your email.
>
> Kind regards,
> The Customer Support Team
>
> ----------------------------------------------
>
> Dev, Mar 11, 05:14
>
> Hello,
>
> It is probably worth asking the same question on an active mq support
> channel. See http://activemq.apache.org/support.html. Have a look at the
> 'How to get help' section on that page which might make it easier for the
> active mq community to track down your problem.
> The apache community list is probably a bit too general to help you here.
>
> Cheers,
>
> Ian
>
> On 11 March 2016 at 11:39, Pawan Kumar <pa...@gmail.com> wrote:
>
> > Hi,
> >
> > I am receiving below error when using activemq-all-5.13.1 but same worked
> > fine with activemq-all-5.10.0.jar. Please let me know how to fix this
> issue
> > with latest jar.
> >
> > Please reply ASAP
> >
> > Thanks in advance.
> > Pawan.
> >
> > run:
> >      [java] Exception in thread "main"
> > java.lang.ExceptionInInitializerError
> >      [java]     at
> >
> >
> com.abc.xyz.cie.serviceinterface.impl.ServiceLocator.getcieEngineBean(ServiceLocator.java:25)
> >      [java]     at
> com.abc.xyz.cie.engine.cieEngine.main(cieEngine.java:19)
> >      [java] Caused by:
> > org.springframework.beans.factory.BeanCreationException: Error creating
> > bean with name 'listener' defined in class path resource
> [cie-service.xml]:
> > Instantiation of bean failed; nested exception is
> > org.springframework.beans.BeanInstantiationException: Failed to
> instantiate
> > [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> > Constructor threw exception; nested exception is
> > java.lang.NoClassDefFoundError:
> > org/springframework/messaging/support/HeaderMapper
> >      [java]     at
> >
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1099)
> >      [java]     at
> >
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1044)
> >      [java]     at
> >
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
> >      [java]     at
> >
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> >      [java]     at
> >
> >
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> >      [java]     at
> >
> >
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> >      [java]     at
> >
> >
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> >      [java]     at
> >
> >
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> >      [java]     at
> >
> >
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
> >      [java]     at
> >
> >
> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
> >      [java]     at
> >
> >
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
> >      [java]     at
> >
> >
> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
> >      [java]     at
> >
> >
> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
> >      [java]     at
> > com.abc.xyz.cie.spring.BeanLocator.init(BeanLocator.java:67)
> >      [java]     at
> > com.abc.xyz.cie.spring.BeanLocator.<clinit>(BeanLocator.java:62)
> >      [java]     ... 2 more
> >      [java] Caused by:
> > org.springframework.beans.BeanInstantiationException: Failed to
> instantiate
> > [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> > Constructor threw exception; nested exception is
> > java.lang.NoClassDefFoundError:
> > org/springframework/messaging/support/HeaderMapper
> >      [java]     at
> > org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
> >      [java]     at
> >
> >
> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
> >      [java]     at
> >
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1092)
> >      [java]     ... 16 more
> >      [java] Caused by: java.lang.NoClassDefFoundError:
> > org/springframework/messaging/support/HeaderMapper
> >      [java]     at java.lang.ClassLoader.defineClass1(Native Method)
> >      [java]     at
> java.lang.ClassLoader.defineClass(ClassLoader.java:800)
> >      [java]     at
> > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> >      [java]     at
> > java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
> >      [java]     at
> > java.net.URLClassLoader.access$100(URLClassLoader.java:71)
> >      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
> >      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> >      [java]     at java.security.AccessController.doPrivileged(Native
> > Method)
> >      [java]     at
> > java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> >      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> >      [java]     at
> > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> >      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> >      [java]     at
> >
> >
> org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.<init>(AbstractAdaptableMessageListener.java:65)
> >      [java]     at
> >
> >
> org.springframework.jms.listener.adapter.MessageListenerAdapter.<init>(MessageListenerAdapter.java:138)
> >      [java]     at
> > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> >      [java]     at
> >
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> >      [java]     at
> >
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> >      [java]     at
> > java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> >      [java]     at
> > org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
> >      [java]     ... 18 more
> >      [java] Caused by: java.lang.ClassNotFoundException:
> > org.springframework.messaging.support.HeaderMapper
> >      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> >      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> >      [java]     at java.security.AccessController.doPrivileged(Native
> > Method)
> >      [java]     at
> > java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> >      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> >      [java]     at
> > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> >      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> >      [java]     ... 37 more
> >
> > BUILD FAILED
> >
>
> --------------------------------
> This email is a service from Boku Customer Support.
>
>
>
>
>
>
>
>
>
> [J67KZD-GGZ1]

Request #20842633: How would you rate the support you received?

Posted by Boku Customer Support <su...@boku.zendesk.com>.
# Please type your reply above this line #

Hello Dev, 

We'd love to hear what you think of our customer service. Please take a moment to answer one simple question below:

How would you rate the support you received?

You can copy the following URL into your browser to rate:

  https://boku.zendesk.com/requests/20842633/satisfaction/new/3BTvCq5kYpSpZ1KPWVeBcAm9f?locale=1 

Here's a reminder of what your ticket was about: ----------------------------------------------

Magdalena, Mar 14, 22:59

Hello Ian,
Hello Ashraful Rajon,

Thank you for your email.

Please bear in mind that our company is called Boku (http://www.boku.com) and we are a mobile billing system.

We cooperate with different game and service providers in cases when a user makes mobile payments but we do not develop or distribute any applications.
If you believe that you were charged for a purchase made through our billing system, please share with us you mobile number and country prefix, so we can check it for you.

Please verify the email address you wanted actually to contact regarding your case. We are sorry to hear about your issue and hope you can contact the correct email address to the developers of the application you mentioned in your email.

Kind regards,
The Customer Support Team

----------------------------------------------

Ashraful Rajon, Mar 11, 09:29

_ Ashraful Rajon _

----------------------------------------------

Magdalena, Mar 11, 05:35

Hello Ian,

Thank you for your email.

Please bear in mind that our company is called Boku (http://www.boku.com) and we are a mobile billing system. 

We cooperate with different game and service providers in cases when a user makes mobile payments but we do not develop or distribute any applications.
If you believe that you were charged for a purchase made through our billing system, please share with us you mobile number and country prefix, so we can check it for you. 

Please verify the email address you wanted actually to contact regarding your case. We are sorry to hear about your issue and hope you can contact the correct email address to the developers of the application you mentioned in your email.

Kind regards,
The Customer Support Team

----------------------------------------------

Dev, Mar 11, 05:14

Hello,

It is probably worth asking the same question on an active mq support
channel. See http://activemq.apache.org/support.html. Have a look at the
'How to get help' section on that page which might make it easier for the
active mq community to track down your problem.
The apache community list is probably a bit too general to help you here.

Cheers,

Ian

On 11 March 2016 at 11:39, Pawan Kumar <pa...@gmail.com> wrote:

> Hi,
>
> I am receiving below error when using activemq-all-5.13.1 but same worked
> fine with activemq-all-5.10.0.jar. Please let me know how to fix this issue
> with latest jar.
>
> Please reply ASAP
>
> Thanks in advance.
> Pawan.
>
> run:
>      [java] Exception in thread "main"
> java.lang.ExceptionInInitializerError
>      [java]     at
>
> com.abc.xyz.cie.serviceinterface.impl.ServiceLocator.getcieEngineBean(ServiceLocator.java:25)
>      [java]     at com.abc.xyz.cie.engine.cieEngine.main(cieEngine.java:19)
>      [java] Caused by:
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'listener' defined in class path resource [cie-service.xml]:
> Instantiation of bean failed; nested exception is
> org.springframework.beans.BeanInstantiationException: Failed to instantiate
> [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> Constructor threw exception; nested exception is
> java.lang.NoClassDefFoundError:
> org/springframework/messaging/support/HeaderMapper
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1099)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1044)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
>      [java]     at
>
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
>      [java]     at
>
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
>      [java]     at
>
> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
>      [java]     at
>
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
>      [java]     at
>
> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
>      [java]     at
>
> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
>      [java]     at
> com.abc.xyz.cie.spring.BeanLocator.init(BeanLocator.java:67)
>      [java]     at
> com.abc.xyz.cie.spring.BeanLocator.<clinit>(BeanLocator.java:62)
>      [java]     ... 2 more
>      [java] Caused by:
> org.springframework.beans.BeanInstantiationException: Failed to instantiate
> [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> Constructor threw exception; nested exception is
> java.lang.NoClassDefFoundError:
> org/springframework/messaging/support/HeaderMapper
>      [java]     at
> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
>      [java]     at
>
> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1092)
>      [java]     ... 16 more
>      [java] Caused by: java.lang.NoClassDefFoundError:
> org/springframework/messaging/support/HeaderMapper
>      [java]     at java.lang.ClassLoader.defineClass1(Native Method)
>      [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
>      [java]     at
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
>      [java]     at
> java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
>      [java]     at
> java.net.URLClassLoader.access$100(URLClassLoader.java:71)
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>      [java]     at java.security.AccessController.doPrivileged(Native
> Method)
>      [java]     at
> java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>      [java]     at
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>      [java]     at
>
> org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.<init>(AbstractAdaptableMessageListener.java:65)
>      [java]     at
>
> org.springframework.jms.listener.adapter.MessageListenerAdapter.<init>(MessageListenerAdapter.java:138)
>      [java]     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>      [java]     at
>
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
>      [java]     at
>
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>      [java]     at
> java.lang.reflect.Constructor.newInstance(Constructor.java:526)
>      [java]     at
> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
>      [java]     ... 18 more
>      [java] Caused by: java.lang.ClassNotFoundException:
> org.springframework.messaging.support.HeaderMapper
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>      [java]     at java.security.AccessController.doPrivileged(Native
> Method)
>      [java]     at
> java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>      [java]     at
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>      [java]     ... 37 more
>
> BUILD FAILED
>

--------------------------------
This email is a service from Boku Customer Support.









[J67KZD-GGZ1]

[Boku Customer Support] - 20842633 - Re: activemq-all-5.13.1.jar vs activemq-all-5.10.0.jar

Posted by Boku Customer Support <su...@boku.zendesk.com>.
# Please type your reply above this line #

We have provided a solution for your issue. Please take a moment to review your ticket and feel free to reply to reopen it if you have further questions: http://boku.zendesk.com/requests/20842633

----------------------------------------------

Magdalena, Mar 14, 22:59

Hello Ian,
Hello Ashraful Rajon,

Thank you for your email.

Please bear in mind that our company is called Boku (http://www.boku.com) and we are a mobile billing system.

We cooperate with different game and service providers in cases when a user makes mobile payments but we do not develop or distribute any applications.
If you believe that you were charged for a purchase made through our billing system, please share with us you mobile number and country prefix, so we can check it for you.

Please verify the email address you wanted actually to contact regarding your case. We are sorry to hear about your issue and hope you can contact the correct email address to the developers of the application you mentioned in your email.

Kind regards,
The Customer Support Team

----------------------------------------------

Ashraful Rajon, Mar 11, 09:29

_ Ashraful Rajon _

----------------------------------------------

Magdalena, Mar 11, 05:35

Hello Ian,

Thank you for your email.

Please bear in mind that our company is called Boku (http://www.boku.com) and we are a mobile billing system. 

We cooperate with different game and service providers in cases when a user makes mobile payments but we do not develop or distribute any applications.
If you believe that you were charged for a purchase made through our billing system, please share with us you mobile number and country prefix, so we can check it for you. 

Please verify the email address you wanted actually to contact regarding your case. We are sorry to hear about your issue and hope you can contact the correct email address to the developers of the application you mentioned in your email.

Kind regards,
The Customer Support Team

----------------------------------------------

Dev, Mar 11, 05:14

Hello,

It is probably worth asking the same question on an active mq support
channel. See http://activemq.apache.org/support.html. Have a look at the
'How to get help' section on that page which might make it easier for the
active mq community to track down your problem.
The apache community list is probably a bit too general to help you here.

Cheers,

Ian

On 11 March 2016 at 11:39, Pawan Kumar <pa...@gmail.com> wrote:

> Hi,
>
> I am receiving below error when using activemq-all-5.13.1 but same worked
> fine with activemq-all-5.10.0.jar. Please let me know how to fix this issue
> with latest jar.
>
> Please reply ASAP
>
> Thanks in advance.
> Pawan.
>
> run:
>      [java] Exception in thread "main"
> java.lang.ExceptionInInitializerError
>      [java]     at
>
> com.abc.xyz.cie.serviceinterface.impl.ServiceLocator.getcieEngineBean(ServiceLocator.java:25)
>      [java]     at com.abc.xyz.cie.engine.cieEngine.main(cieEngine.java:19)
>      [java] Caused by:
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'listener' defined in class path resource [cie-service.xml]:
> Instantiation of bean failed; nested exception is
> org.springframework.beans.BeanInstantiationException: Failed to instantiate
> [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> Constructor threw exception; nested exception is
> java.lang.NoClassDefFoundError:
> org/springframework/messaging/support/HeaderMapper
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1099)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1044)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
>      [java]     at
>
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
>      [java]     at
>
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
>      [java]     at
>
> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
>      [java]     at
>
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
>      [java]     at
>
> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
>      [java]     at
>
> org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
>      [java]     at
> com.abc.xyz.cie.spring.BeanLocator.init(BeanLocator.java:67)
>      [java]     at
> com.abc.xyz.cie.spring.BeanLocator.<clinit>(BeanLocator.java:62)
>      [java]     ... 2 more
>      [java] Caused by:
> org.springframework.beans.BeanInstantiationException: Failed to instantiate
> [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> Constructor threw exception; nested exception is
> java.lang.NoClassDefFoundError:
> org/springframework/messaging/support/HeaderMapper
>      [java]     at
> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
>      [java]     at
>
> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
>      [java]     at
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1092)
>      [java]     ... 16 more
>      [java] Caused by: java.lang.NoClassDefFoundError:
> org/springframework/messaging/support/HeaderMapper
>      [java]     at java.lang.ClassLoader.defineClass1(Native Method)
>      [java]     at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
>      [java]     at
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
>      [java]     at
> java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
>      [java]     at
> java.net.URLClassLoader.access$100(URLClassLoader.java:71)
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>      [java]     at java.security.AccessController.doPrivileged(Native
> Method)
>      [java]     at
> java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>      [java]     at
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>      [java]     at
>
> org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.<init>(AbstractAdaptableMessageListener.java:65)
>      [java]     at
>
> org.springframework.jms.listener.adapter.MessageListenerAdapter.<init>(MessageListenerAdapter.java:138)
>      [java]     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>      [java]     at
>
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
>      [java]     at
>
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>      [java]     at
> java.lang.reflect.Constructor.newInstance(Constructor.java:526)
>      [java]     at
> org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
>      [java]     ... 18 more
>      [java] Caused by: java.lang.ClassNotFoundException:
> org.springframework.messaging.support.HeaderMapper
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>      [java]     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>      [java]     at java.security.AccessController.doPrivileged(Native
> Method)
>      [java]     at
> java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>      [java]     at
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>      [java]     ... 37 more
>
> BUILD FAILED
>

--------------------------------
This email is a service from Boku Customer Support.









[J67KZD-GGZ1]

Re: [Boku Customer Support] - 20842633 - Re: activemq-all-5.13.1.jar vs activemq-all-5.10.0.jar

Posted by Ashraful Rajon <as...@gmail.com>.
_ Ashraful Rajon _
On 11 Mar 2016 10:15 pm, "Boku Customer Support" <su...@boku.zendesk.com>
wrote:
>
> # Please type your reply above this line #
>
> Thank you for submitting your support request to the Boku Customer
Support.
>
> This is an automated response to confirm that we have received your
ticket.  Please be sure to include your mobile number along with country
code.
>
> If you haven't done so, please update your ticket here:
http://boku.zendesk.com/requests/20842633
>
> If we don't have this information, our response to you will be delayed.
>
> Please note that Game Publishers can take up to 72  hours to deliver your
game credits/points/coins.
>
> If you receive your purchase after submitting this ticket, please let us
know by updating  the status of your ticket as Closed.
>
> Boku Customer Support
>
> ----------------------------------------------
>
> Dev, Mar 11, 05:14
>
> Hello,
>
> It is probably worth asking the same question on an active mq support
> channel. See http://activemq.apache.org/support.html. Have a look at the
> 'How to get help' section on that page which might make it easier for the
> active mq community to track down your problem.
> The apache community list is probably a bit too general to help you here.
>
> Cheers,
>
> Ian
>
> On 11 March 2016 at 11:39, Pawan Kumar <pa...@gmail.com> wrote:
>
> > Hi,
> >
> > I am receiving below error when using activemq-all-5.13.1 but same
worked
> > fine with activemq-all-5.10.0.jar. Please let me know how to fix this
issue
> > with latest jar.
> >
> > Please reply ASAP
> >
> > Thanks in advance.
> > Pawan.
> >
> > run:
> >      [java] Exception in thread "main"
> > java.lang.ExceptionInInitializerError
> >      [java]     at
> >
> >
com.abc.xyz.cie.serviceinterface.impl.ServiceLocator.getcieEngineBean(ServiceLocator.java:25)
> >      [java]     at
com.abc.xyz.cie.engine.cieEngine.main(cieEngine.java:19)
> >      [java] Caused by:
> > org.springframework.beans.factory.BeanCreationException: Error creating
> > bean with name 'listener' defined in class path resource
[cie-service.xml]:
> > Instantiation of bean failed; nested exception is
> > org.springframework.beans.BeanInstantiationException: Failed to
instantiate
> > [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> > Constructor threw exception; nested exception is
> > java.lang.NoClassDefFoundError:
> > org/springframework/messaging/support/HeaderMapper
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1099)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1044)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
> >      [java]     at
> >
> >
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
> >      [java]     at
> >
> >
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
> >      [java]     at
> >
> >
org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
> >      [java]     at
> >
> >
org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
> >      [java]     at
> > com.abc.xyz.cie.spring.BeanLocator.init(BeanLocator.java:67)
> >      [java]     at
> > com.abc.xyz.cie.spring.BeanLocator.<clinit>(BeanLocator.java:62)
> >      [java]     ... 2 more
> >      [java] Caused by:
> > org.springframework.beans.BeanInstantiationException: Failed to
instantiate
> > [org.springframework.jms.listener.adapter.MessageListenerAdapter]:
> > Constructor threw exception; nested exception is
> > java.lang.NoClassDefFoundError:
> > org/springframework/messaging/support/HeaderMapper
> >      [java]     at
> > org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
> >      [java]     at
> >
> >
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1092)
> >      [java]     ... 16 more
> >      [java] Caused by: java.lang.NoClassDefFoundError:
> > org/springframework/messaging/support/HeaderMapper
> >      [java]     at java.lang.ClassLoader.defineClass1(Native Method)
> >      [java]     at
java.lang.ClassLoader.defineClass(ClassLoader.java:800)
> >      [java]     at
> > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> >      [java]     at
> > java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
> >      [java]     at
> > java.net.URLClassLoader.access$100(URLClassLoader.java:71)
> >      [java]     at
java.net.URLClassLoader$1.run(URLClassLoader.java:361)
> >      [java]     at
java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> >      [java]     at java.security.AccessController.doPrivileged(Native
> > Method)
> >      [java]     at
> > java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> >      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> >      [java]     at
> > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> >      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> >      [java]     at
> >
> >
org.springframework.jms.listener.adapter.AbstractAdaptableMessageListener.<init>(AbstractAdaptableMessageListener.java:65)
> >      [java]     at
> >
> >
org.springframework.jms.listener.adapter.MessageListenerAdapter.<init>(MessageListenerAdapter.java:138)
> >      [java]     at
> > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> >      [java]     at
> >
> >
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> >      [java]     at
> >
> >
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> >      [java]     at
> > java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> >      [java]     at
> > org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
> >      [java]     ... 18 more
> >      [java] Caused by: java.lang.ClassNotFoundException:
> > org.springframework.messaging.support.HeaderMapper
> >      [java]     at
java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> >      [java]     at
java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> >      [java]     at java.security.AccessController.doPrivileged(Native
> > Method)
> >      [java]     at
> > java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> >      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> >      [java]     at
> > sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> >      [java]     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> >      [java]     ... 37 more
> >
> > BUILD FAILED
> >
>
> --------------------------------
> This email is a service from Boku Customer Support.
>
>
>
>
>
>
>
>
>
> [J67KZD-GGZ1]