Is it possible to run RQM-Extras-JUnitSeleniumAdapter in a RQM jazz.net sandbox ?
I heard that Jazz.net reverse proxy is configured in a way that does not allow us to use the RQM Excel Importer. I was able to run the same command pointing to a different server, but it doesn't work using our jazz sandbox.
I would like to know if it is possible to run RQM-Extras-JUnitSeleniumAdapter in a RQM jazz.net sandbox. eg: >start.bat -repository https://jazz.net/sandbox02-qm -user jcarusi -password **** -adapter adapter -projectArea "jcarusi's Project (Quality Management)" -adapterName adapterName Error: Launching Adapter... Adapter is reconnecting. Using saved configuration information from Config2.ini Attempting to create SSL_TLS context java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available Unable to create SSL_TLS context, trying TLS Successfully created an HTTP client Attempting to create SSL_TLS context java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available Unable to create SSL_TLS context, trying TLS Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. login error (response code) - 405 Response Body: <H1>Error Page Exception</H1> <H4>SRVE0260E: The server cannot use the error page specified for your application to handle the Original Exception printed below.</H4> <BR><H3>Original Exception: </H3> <B>Error Message: </B>java.lang.IllegalArgumentException: Location cannot be null in javax.servlet.http.HttpServletResponse.sendRedirect(location)<BR> <B>Error Code: </B>500<BR> <B>Target Servlet: </B>ServletNameNotFound<BR> <B>Error Stack: </B><BR> java.lang.IllegalArgumentException: Location cannot be null in javax.servlet.http.HttpServletResponse.sendRedirect(location) <BR> at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendRedirectWithStatusCode(WebAppDispatcherContext.java:545) <BR> at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendRedirect(WebAppDispatcherContext.java:533) <BR> at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendRedirect(SRTServletResponse.java:1312) <BR> at com.ibm.ws.security.web.FormLoginExtensionProcessor.formLogin(FormLoginExtensionProcessor.java:733) <BR> at com.ibm.ws.security.web.FormLoginExtensionProcessor.formLogin(FormLoginExtensionProcessor.java:227) <BR> at com.ibm.ws.security.web.FormLoginExtensionProcessor.handleRequest(FormLoginExtensionProcessor.java:205) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97) <BR> at com.ibm.team.repository.server.servletbridge.LoginFilter.doFilter(LoginFilter.java:69) <BR> at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:964) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1104) <BR> at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3745) <BR> at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304) <BR> at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1002) <BR> at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662) <BR> at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:456) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:518) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:309) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:280) <BR> at com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:1070) <BR> at com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyReadCompletedCallback.complete(SSLConnectionLink.java:644) <BR> at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1820) <BR> at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175) <BR> at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217) <BR> at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161) <BR> at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138) <BR> at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) <BR> at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775) <BR> at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) <BR> at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1731) <BR> <BR> <BR><BR><H3>Error Page Exception: </H3> <B>Error Message: </B>HTTP method POST is not supported by this URL<BR> <B>Error Code: </B>405<BR> <B>Target Servlet: </B>errorhandler<BR> <B>Error Stack: </B><BR> com.ibm.ws.webcontainer.webapp.WebAppErrorReport: HTTP method POST is not supported by this URL <BR> at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(WebAppDispatcherContext.java:632) <BR> at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(WebAppDispatcherContext.java:662) <BR> at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:1264) <BR> at javax.servlet.http.HttpServlet.doPost(HttpServlet.java:294) <BR> at javax.servlet.http.HttpServlet.service(HttpServlet.java:595) <BR> at javax.servlet.http.HttpServlet.service(HttpServlet.java:668) <BR> at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1232) <BR> at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:781) <BR> at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:480) <BR> at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:79) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:964) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1104) <BR> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:1385) <BR> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:194) <BR> at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:3302) <BR> at com.ibm.ws.webcontainer.webapp.WebApp.handleException(WebApp.java:3849) <BR> at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3756) <BR> at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304) <BR> at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1002) <BR> at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662) <BR> at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:456) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:518) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:309) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:280) <BR> at com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:1070) <BR> at com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyReadCompletedCallback.complete(SSLConnectionLink.java:644) <BR> at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1820) <BR> at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175) <BR> at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217) <BR> at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161) <BR> at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138) <BR> at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) <BR> at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775) <BR> at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) <BR> at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1731) <BR> <BR> The adapter failed to connect to the server com.ibm.rqm.integration.client.clientlib.RQMProtocolException: Unable to log into server: 401: https://jazz.net/sandbox02-qm at com.ibm.rqm.integration.client.clientlib.RQMConnectionHelper.login(RQMConnectionHelper.java:206) at com.ibm.rqm.adapter.library.data.ServerInformation.login(ServerInformation.java:194) at com.ibm.rqm.adapter.library.data.NewRequester.<init>(NewRequester.java:138) at com.ibm.rqm.adapter.commandline.QMCommandLineAdapter.main(QMCommandLineAdapter.java:306) Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. login error (response code) - 405 Response Body: <H1>Error Page Exception</H1> <H4>SRVE0260E: The server cannot use the error page specified for your application to handle the Original Exception printed below.</H4> <BR><H3>Original Exception: </H3> <B>Error Message: </B>java.lang.IllegalArgumentException: Location cannot be null in javax.servlet.http.HttpServletResponse.sendRedirect(location)<BR> <B>Error Code: </B>500<BR> <B>Target Servlet: </B>ServletNameNotFound<BR> <B>Error Stack: </B><BR> java.lang.IllegalArgumentException: Location cannot be null in javax.servlet.http.HttpServletResponse.sendRedirect(location) <BR> at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendRedirectWithStatusCode(WebAppDispatcherContext.java:545) <BR> at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendRedirect(WebAppDispatcherContext.java:533) <BR> at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendRedirect(SRTServletResponse.java:1312) <BR> at com.ibm.ws.security.web.FormLoginExtensionProcessor.formLogin(FormLoginExtensionProcessor.java:733) <BR> at com.ibm.ws.security.web.FormLoginExtensionProcessor.formLogin(FormLoginExtensionProcessor.java:227) <BR> at com.ibm.ws.security.web.FormLoginExtensionProcessor.handleRequest(FormLoginExtensionProcessor.java:205) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97) <BR> at com.ibm.team.repository.server.servletbridge.LoginFilter.doFilter(LoginFilter.java:69) <BR> at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:964) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1104) <BR> at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3745) <BR> at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304) <BR> at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1002) <BR> at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662) <BR> at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:456) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:518) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:309) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:84) <BR> at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1820) <BR> at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175) <BR> at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217) <BR> at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161) <BR> at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138) <BR> at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) <BR> at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775) <BR> at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) <BR> at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1731) <BR> <BR> <BR><BR><H3>Error Page Exception: </H3> <B>Error Message: </B>HTTP method POST is not supported by this URL<BR> <B>Error Code: </B>405<BR> <B>Target Servlet: </B>errorhandler<BR> <B>Error Stack: </B><BR> com.ibm.ws.webcontainer.webapp.WebAppErrorReport: HTTP method POST is not supported by this URL <BR> at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(WebAppDispatcherContext.java:632) <BR> at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(WebAppDispatcherContext.java:662) <BR> at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:1264) <BR> at javax.servlet.http.HttpServlet.doPost(HttpServlet.java:294) <BR> at javax.servlet.http.HttpServlet.service(HttpServlet.java:595) <BR> at javax.servlet.http.HttpServlet.service(HttpServlet.java:668) <BR> at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1232) <BR> at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:781) <BR> at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:480) <BR> at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:79) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:964) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1104) <BR> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:1385) <BR> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:194) <BR> at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:3302) <BR> at com.ibm.ws.webcontainer.webapp.WebApp.handleException(WebApp.java:3849) <BR> at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3756) <BR> at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304) <BR> at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1002) <BR> at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662) <BR> at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:456) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:518) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:309) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:84) <BR> at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1820) <BR> at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175) <BR> at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217) <BR> at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161) <BR> at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138) <BR> at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) <BR> at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775) <BR> at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) <BR> at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1731) <BR> <BR> Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. login error (response code) - 405 Response Body: <H1>Error Page Exception</H1> <H4>SRVE0260E: The server cannot use the error page specified for your application to handle the Original Exception printed below.</H4> <BR><H3>Original Exception: </H3> <B>Error Message: </B>java.lang.IllegalArgumentException: Location cannot be null in javax.servlet.http.HttpServletResponse.sendRedirect(location)<BR> <B>Error Code: </B>500<BR> <B>Target Servlet: </B>ServletNameNotFound<BR> <B>Error Stack: </B><BR> java.lang.IllegalArgumentException: Location cannot be null in javax.servlet.http.HttpServletResponse.sendRedirect(location) <BR> at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendRedirectWithStatusCode(WebAppDispatcherContext.java:545) <BR> at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendRedirect(WebAppDispatcherContext.java:533) <BR> at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendRedirect(SRTServletResponse.java:1312) <BR> at com.ibm.ws.security.web.FormLoginExtensionProcessor.formLogin(FormLoginExtensionProcessor.java:733) <BR> at com.ibm.ws.security.web.FormLoginExtensionProcessor.formLogin(FormLoginExtensionProcessor.java:227) <BR> at com.ibm.ws.security.web.FormLoginExtensionProcessor.handleRequest(FormLoginExtensionProcessor.java:205) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97) <BR> at com.ibm.team.repository.server.servletbridge.LoginFilter.doFilter(LoginFilter.java:69) <BR> at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:964) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1104) <BR> at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3745) <BR> at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304) <BR> at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1002) <BR> at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662) <BR> at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:456) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:518) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:309) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:84) <BR> at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1820) <BR> at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175) <BR> at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217) <BR> at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161) <BR> at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138) <BR> at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) <BR> at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775) <BR> at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) <BR> at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1731) <BR> <BR> <BR><BR><H3>Error Page Exception: </H3> <B>Error Message: </B>HTTP method POST is not supported by this URL<BR> <B>Error Code: </B>405<BR> <B>Target Servlet: </B>errorhandler<BR> <B>Error Stack: </B><BR> com.ibm.ws.webcontainer.webapp.WebAppErrorReport: HTTP method POST is not supported by this URL <BR> at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(WebAppDispatcherContext.java:632) <BR> at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(WebAppDispatcherContext.java:662) <BR> at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:1264) <BR> at javax.servlet.http.HttpServlet.doPost(HttpServlet.java:294) <BR> at javax.servlet.http.HttpServlet.service(HttpServlet.java:595) <BR> at javax.servlet.http.HttpServlet.service(HttpServlet.java:668) <BR> at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1232) <BR> at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:781) <BR> at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:480) <BR> at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:79) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:964) <BR> at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1104) <BR> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:1385) <BR> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:194) <BR> at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:3302) <BR> at com.ibm.ws.webcontainer.webapp.WebApp.handleException(WebApp.java:3849) <BR> at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3756) <BR> at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304) <BR> at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1002) <BR> at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662) <BR> at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:456) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:518) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:309) <BR> at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:84) <BR> at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1820) <BR> at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175) <BR> at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217) <BR> at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161) <BR> at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138) <BR> at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) <BR> at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775) <BR> at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) <BR> at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1731) <BR> <BR> The adapter did not run, exited unexpectedly, or was killed. This can happen if java.exe was not found in the PATH, or if java.exe is too old or not compatible (the version of JAVA required is 1.5 or later), or Configuration File does not have write permissions, or some other error occurred. Please refer to the readme.txt file in the adapter package. |
Accepted answer
Please see defect CLA/Selenium adapters cannot authenticate with RQM running in the jazz.net sandbox. (151362).
Joao Carusi selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.