[Progress Communities] [Progress OpenEdge ABL] Forum Post: OE REST on OE 11.6.4

  • Thread starter Thread starter ralphvercauteren
  • Start date Start date
Status
Not open for further replies.
R

ralphvercauteren

Guest
Hi guys, I tried to install a REST application from development to a server. deployed the oerm.war and aplication.war. I updated the runtime.props with the correct appser. restarted tomat. When I go to http:// : / /rest I get a error below. I have no clue where to look. HTTP Status 500 - XPathFactory#newInstance() failed to create an XPathFactory for the default object model: java.sun.com/.../dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: java.util.ServiceConfigurationError: javax.xml.xpath.XPathFactory: jar:file:/qond/apps/tomcat_qx/webapps/asapi/WEB-INF/lib/saxon8-xpath.jar!/META-INF/services/javax.xml.xpath.XPathFactory:2: Illegal configuration-file syntax type Exception report message XPathFactory#newInstance() failed to create an XPathFactory for the default object model: java.sun.com/.../dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: java.util.ServiceConfigurationError: javax.xml.xpath.XPathFactory: jar:file:/qond/apps/tomcat_qx/webapps/asapi/WEB-INF/lib/saxon8-xpath.jar!/META-INF/services/javax.xml.xpath.XPathFactory:2: Illegal configuration-file syntax description The server encountered an internal error that prevented it from fulfilling this request. exception java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model: java.sun.com/.../dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: java.util.ServiceConfigurationError: javax.xml.xpath.XPathFactory: jar:file:/qond/apps/tomcat_qx/webapps/asapi/WEB-INF/lib/saxon8-xpath.jar!/META-INF/services/javax.xml.xpath.XPathFactory:2: Illegal configuration-file syntax javax.xml.xpath.XPathFactory.newInstance(XPathFactory.java:102) com.progress.rest.adapters.oe.OERestMappingDebugInfo.processResourceXML(OERestMappingDebugInfo.java:197) com.progress.rest.adapters.oe.OERestMappingDebugServlet.doGet(OERestMappingDebugServlet.java:120) javax.servlet.http.HttpServlet.service(HttpServlet.java:624) javax.servlet.http.HttpServlet.service(HttpServlet.java:731) com.progress.rest.adapters.oe.OERestAdapterFilter.doFilter(OERestAdapterFilter.java:73) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) com.progress.rest.adapters.oe.OERequestFilter.doFilter(OERequestFilter.java:38) org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:322) org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116) org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113) org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) com.progress.rest.security.OEClientPrincipalFilter.doFilter(OEClientPrincipalFilter.java:339) org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113) org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54) org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87) org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) com.progress.rest.security.OECORSFilter.doFilter(OECORSFilter.java:363) org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:184) org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:155) org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237) org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167) note The full stack trace of the root cause is available in the Apache Tomcat/7.0.77 logs.

Continue reading...
 
Status
Not open for further replies.
Back
Top