You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WAR package deployment fails with jclouds related stack trace.
org.apache.openejb.OpenEJBException: Can't find resource for class org.jclouds.suppliers.SupplyKeyMatchingValueOrNull#logger. (No provider available for resource-ref 'null' of type 'org.jclouds.logging.Logger' for 'pcsaas.Comp898652880'.)
...
I am using Jenkins Rest Lib in my Spring App. Everything works from my IDE but when I try to deploy my WAR in a TomEE the startup fails with the following stack trace.
It seems to be originating from jclouds related dependencies but I don't have any good leads.
Any ideas ?
Steps to Reproduce (for bugs)
Package Spring app using Jenkins REST library as WAR and deploy it in TomEE.
Your Environment
Spring Version : 2.7.11
TomEE Version : Apache Tomcat (TomEE)/9.0.71 (8.0.14)
Expected Behavior
WAR package should get deployed without issue.
Current Behavior
WAR package deployment fails with jclouds related stack trace.
stackTrace.log
Context
I am using Jenkins Rest Lib in my Spring App. Everything works from my IDE but when I try to deploy my WAR in a TomEE the startup fails with the following stack trace.
It seems to be originating from jclouds related dependencies but I don't have any good leads.
Any ideas ?
Steps to Reproduce (for bugs)
Package Spring app using Jenkins REST library as WAR and deploy it in TomEE.
Your Environment
Spring Version : 2.7.11
TomEE Version : Apache Tomcat (TomEE)/9.0.71 (8.0.14)
Jenkins Rest dpendency declared as below :
The text was updated successfully, but these errors were encountered: