Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C04AD200C13 for ; Mon, 6 Feb 2017 13:45:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BEE12160B53; Mon, 6 Feb 2017 12:45:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E3EE9160B49 for ; Mon, 6 Feb 2017 13:45:51 +0100 (CET) Received: (qmail 3624 invoked by uid 500); 6 Feb 2017 12:45:46 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 3614 invoked by uid 99); 6 Feb 2017 12:45:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2017 12:45:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 944D7C20CE for ; Mon, 6 Feb 2017 12:45:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id P5JDvrcQIwun for ; Mon, 6 Feb 2017 12:45:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 44B6D5F30A for ; Mon, 6 Feb 2017 12:45:44 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0BFBDE0146 for ; Mon, 6 Feb 2017 12:45:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B6E9C24D30 for ; Mon, 6 Feb 2017 12:45:41 +0000 (UTC) Date: Mon, 6 Feb 2017 12:45:41 +0000 (UTC) From: "carlos ceron (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AXIS2-5834) Error Axis2 Weblogic 10.3.6 Linux MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 06 Feb 2017 12:45:52 -0000 [ https://issues.apache.org/jira/browse/AXIS2-5834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15853927#comment-15853927 ] carlos ceron commented on AXIS2-5834: ------------------------------------- [~veithen] Hi this are dependency or if you can said me where find StAx version, Many Thanks for your answer. org.codehaus.woodstox stax2-api 3.1.1 org.apache.geronimo.specs geronimo-stax-api_1.0_spec 1.0.1 > Error Axis2 Weblogic 10.3.6 Linux > --------------------------------- > > Key: AXIS2-5834 > URL: https://issues.apache.org/jira/browse/AXIS2-5834 > Project: Axis2 > Issue Type: Bug > Affects Versions: 1.7.4 > Environment: Red Hat, WebLogic 10.3.6 , axis2 1.7.4 > Reporter: carlos ceron > > Hi Guys, please help me i get the folow error when try to request to service using a client created with axis2 on Weblogic 10.3.6. This is error stack. > {noformat} > org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "soapenv" > at [row,col {unknown-source}]: [1,56] > at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:508) > at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:368) > at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:414) > at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:225) > at org.apache.axis2.client.OperationClient.execute(OperationClient.java:150) > at co.com.coomeva.geside.CaasStub.validateUser(CaasStub.java:1398) > at co.com.coomeva.digital.web.autenticacion.loginController.autenticar(loginController.java:79) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:215) > at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:132) > at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) > at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:781) > at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:721) > at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:83) > at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:943) > at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:877) > at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966) > at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:868) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) > at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) > at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) > at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301) > at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184) > at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3747) > at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3714) > at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) > at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) > at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2283) > at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2182) > at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1499) > at weblogic.work.ExecuteThread.execute(ExecuteThread.java:263) > at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org