when i run plugin using atlas-run command i give this exception on my atlassian-jira.log
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:679)
Caused by: java.lang.NoClassDefFoundError: javax/servlet/ServletContext
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2482)
at java.lang.Class.privateGetPublicMethods(Class.java:2602)
at java.lang.Class.getMethods(Class.java:1457)
at java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:1303)
at java.beans.Introspector.getTargetMethodInfo(Introspector.java:1177)
at java.beans.Introspector.getBeanInfo(Introspector.java:409)
at java.beans.Introspector.getBeanInfo(Introspector.java:175)
at java.beans.Introspector.getBeanInfo(Introspector.java:238)
at java.beans.Introspector.<init>(Introspector.java:390)
at java.beans.Introspector.getBeanInfo(Introspector.java:175)
at java.beans.Introspector.getBeanInfo(Introspector.java:238)
at java.beans.Introspector.<init>(Introspector.java:390)
at java.beans.Introspector.getBeanInfo(Introspector.java:175)
at java.beans.Introspector.getBeanInfo(Introspector.java:238)
at java.beans.Introspector.<init>(Introspector.java:390)
at java.beans.Introspector.getBeanInfo(Introspector.java:175)
at org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:220)
at org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:144)
at org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:252)
at org.springframework.beans.BeanWrapperImpl.getPropertyDescriptorInternal(BeanWrapperImpl.java:282)
at org.springframework.beans.BeanWrapperImpl.isWritableProperty(BeanWrapperImpl.java:333)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1247)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
... 18 more
Caused by: java.lang.ClassNotFoundException: javax.servlet.ServletContext
at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:772)
at org.apache.felix.framework.ModuleImpl.access$200(ModuleImpl.java:73)
at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1690)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
... 43 more
what is the reason of that ?
i'll be happy if someone can help me,
thanks in advance,
may be the container version bringing you the problem
you check https://answers.atlassian.com/questions/66628/weird-classnotfoundexception-during-startup-of-osgi-bundles if it may help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.