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
Facing deployment issue : Failed to start service jboss.deployment.unit ."jama-oslc-adapter.war".undertow-deployment.UndertowDeploymentInfoService: org.jboss.msc.service.StartException in service jboss.deployment.unit."jama-oslc-adapter.war".undertow-deployment.UndertowDeploymentInfoService: Failed to start service
#15
Following the steps without OAuth, I am getting the following exception after I run: mvn clean install wildfly:run
Caused by: java.lang.IllegalArgumentException: UT010009: Servlet uipreview-servlet of type class com.jama.oslc.web.UIPreviewServlet does not implement jakarta.servlet.Servlet
at [email protected]//io.undertow.servlet.api.ServletInfo.(ServletInfo.java:98)
at [email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.createServletConfig(UndertowDeploymentInfoService.java:660)
at [email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.start(UndertowDeploymentInfoService.java:288)
at [email protected]//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
at [email protected]//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
... 6 more
The text was updated successfully, but these errors were encountered:
Hi @axelreichwein , unfortunately it's blocking the deployment of the OSLC adapter so I am unable to connect my tool with Jama.
I would be happy if there is any workaround to just deploy it and be able to test out a POC connection
Following the steps without OAuth, I am getting the following exception after I run:
mvn clean install wildfly:run
The text was updated successfully, but these errors were encountered: