OSLC / oslc-adapter-jama

6 stars 3 forks source link

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

Open ahmous opened 1 year ago

ahmous commented 1 year ago

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 io.undertow.servlet@2.3.0.Final//io.undertow.servlet.api.ServletInfo.(ServletInfo.java:98) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.createServletConfig(UndertowDeploymentInfoService.java:660) at org.wildfly.extension.undertow@27.0.0.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.start(UndertowDeploymentInfoService.java:288) at org.jboss.msc@1.4.13.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739) at org.jboss.msc@1.4.13.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701) ... 6 more

image

axelreichwein commented 1 year ago

Hi @ahmous I'm very busy right now and I don't have time to look into it. How urgent is this issue for you?

ahmous commented 1 year ago

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