[JBoss JIRA] (JBIDE-12283) Unable to connect to SOAP web service in IPv6 environment
by Brian Fitzpatrick (Jira)
[ https://issues.jboss.org/browse/JBIDE-12283?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick closed JBIDE-12283.
-------------------------------------
Resolution: Done
> Unable to connect to SOAP web service in IPv6 environment
> ---------------------------------------------------------
>
> Key: JBIDE-12283
> URL: https://issues.jboss.org/browse/JBIDE-12283
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream, webservices
> Affects Versions: 3.3.0.Final
> Environment: Two Fedora 17 machines connected to each other with IPv6 protocol, JBDS 5.0.0 GA, EAP 6
> Reporter: Jaroslav Jankovič
> Assignee: Brian Fitzpatrick
> Priority: Blocker
> Labels: jax-ws
>
> When I was trying to obtain the content of WSDL file of deployed SOAP WS, an error was thrown in error log and no content could be viewed:
> {code}
> 08:45:31,450 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/prj].[HelloWorld]] (http-/fc00:0:0:0:0:0:0:1%2:8080-1) Servlet.service() for servlet HelloWorld threw exception: javax.servlet.ServletException: Cannot obtain destination for: /prj/HelloWorld
> at org.jboss.wsf.stack.cxf.RequestHandlerImpl.findDestination(RequestHandlerImpl.java:164)
> at org.jboss.wsf.stack.cxf.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:81)
> at org.jboss.wsf.stack.cxf.transport.ServletHelper.callRequestHandler(ServletHelper.java:169)
> at org.jboss.wsf.stack.cxf.CXFServletExt.invoke(CXFServletExt.java:87)
> at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:185)
> at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:113)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:734) [jboss-servlet-api_3.0_spec-1.0.1.Final-redhat-1.jar:1.0.1.Final-redhat-1]
> at org.jboss.wsf.stack.cxf.CXFServletExt.service(CXFServletExt.java:135)
> at org.jboss.wsf.spi.deployment.WSFServlet.service(WSFServlet.java:140) [jbossws-spi-2.0.3.GA-redhat-1.jar:2.0.3.GA-redhat-1]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.1.Final-redhat-1.jar:1.0.1.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:679) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:931) [jbossweb-7.0.16.Final-redhat-1.jar:]
> at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_32]
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (JBIDE-26723) WildFly quickstart 'ejb-multi-server' shows errors after import into Red Hat CodeReady Studio
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26723?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26723:
-------------------------------
Fix Version/s: 4.13.x
> WildFly quickstart 'ejb-multi-server' shows errors after import into Red Hat CodeReady Studio
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-26723
> URL: https://issues.jboss.org/browse/JBIDE-26723
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.x
>
>
> There are errors in the WildFly quickstart 'ejb-multi-server' after import into Red Hat CodeReady Studio:
> * Missing artifact org.slf4j:slf4j-api:jar:1.7.22.jbossorg-1 in the pom.xml in the {color:red}ejb-multi-server-app-one-ejb{color} on line 37 (Maven Dependency Problem).
> * The project cannot be built until its prerequisite ejb-multi-server-app-main-ejb is built. Cleaning and building all projects is recommended in the {color:red}ejb-multi-server-client{color}
> * The project cannot be built until its prerequisite ejb-multi-server-app-main-ejb is built. Cleaning and building all projects is recommended in the {color:red}ejb-multi-server-app-web{color}
> * The container 'Maven Dependencies' references non existing library '/Users/zcervink/.m2/repository/org/slf4j/slf4j-api/1.7.22.jbossorg-1/slf4j-api-1.7.22.jbossorg-1.jar' in the {color:red}ejb-multi-server-app-one-ejb{color}
> * The project cannot be built until build path errors are resolved in the {color:red}ejb-multi-server-app-one-ejb{color}
> * The project cannot be built until its prerequisite ejb-multi-server-app-main-ejb is built. Cleaning and building all projects is recommended in the {color:red}ejb-multi-server-app-main-web{color}
> * The project was not built since it depends on ejb-multi-server-app-one-ejb, which has build path errors in the {color:red}ejb-multi-server-app-main-ejb{color}
> h2. Red Hat CodeReady Studio version: 12.12.0.GA
> h2. WildFly version: 17.0.0.Final
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (JBIDE-26723) WildFly quickstart 'ejb-multi-server' shows errors after import into Red Hat CodeReady Studio
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26723?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-26723:
------------------------------------
This is an issue with the quickstart. If you run the maven build on a stock env (docker maven:3.6.0 for example) then these dependencies are missing. The repo https://repository.jboss.org/nexus/content/groups/public-jboss/ must be added to the Maven settings.
> WildFly quickstart 'ejb-multi-server' shows errors after import into Red Hat CodeReady Studio
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-26723
> URL: https://issues.jboss.org/browse/JBIDE-26723
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.x
>
>
> There are errors in the WildFly quickstart 'ejb-multi-server' after import into Red Hat CodeReady Studio:
> * Missing artifact org.slf4j:slf4j-api:jar:1.7.22.jbossorg-1 in the pom.xml in the {color:red}ejb-multi-server-app-one-ejb{color} on line 37 (Maven Dependency Problem).
> * The project cannot be built until its prerequisite ejb-multi-server-app-main-ejb is built. Cleaning and building all projects is recommended in the {color:red}ejb-multi-server-client{color}
> * The project cannot be built until its prerequisite ejb-multi-server-app-main-ejb is built. Cleaning and building all projects is recommended in the {color:red}ejb-multi-server-app-web{color}
> * The container 'Maven Dependencies' references non existing library '/Users/zcervink/.m2/repository/org/slf4j/slf4j-api/1.7.22.jbossorg-1/slf4j-api-1.7.22.jbossorg-1.jar' in the {color:red}ejb-multi-server-app-one-ejb{color}
> * The project cannot be built until build path errors are resolved in the {color:red}ejb-multi-server-app-one-ejb{color}
> * The project cannot be built until its prerequisite ejb-multi-server-app-main-ejb is built. Cleaning and building all projects is recommended in the {color:red}ejb-multi-server-app-main-web{color}
> * The project was not built since it depends on ejb-multi-server-app-one-ejb, which has build path errors in the {color:red}ejb-multi-server-app-main-ejb{color}
> h2. Red Hat CodeReady Studio version: 12.12.0.GA
> h2. WildFly version: 17.0.0.Final
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (JBIDE-26726) WildFly example 'wildfly-wicket-ear-parent' contains errors after import
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26726?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-26726:
------------------------------------
This is an issue with the quickstart. If you run the maven build on a stock env (docker maven:3.6.0 for example) then these dependencies are missing. The repo https://repository.jboss.org/nexus/content/groups/public-jboss/ must be added to the Maven settings.
> WildFly example 'wildfly-wicket-ear-parent' contains errors after import
> ------------------------------------------------------------------------
>
> Key: JBIDE-26726
> URL: https://issues.jboss.org/browse/JBIDE-26726
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.x
>
> Attachments: Project Explorer.png
>
>
> h2. Here is the list of errors after import:
> * Missing artifact org.slf4j:slf4j-api:jar:1.7.22.jbossorg-1 in pom.xml /wildfly-wicket-ear-war on line line 18 (Maven Dependency Problem)
> * The container 'Maven Dependencies' references non existing library '/Users/zcervink/.m2/repository/org/slf4j/slf4j-api/1.7.22.jbossorg-1/slf4j-api-1.7.22.jbossorg-1.jar' wildfly-wicket-ear-war (Build Path Problem)
> * The project cannot be built until build path errors are resolved wildfly-wicket-ear-war (Unknown Java Problem)
> h2. Red Hat CodeReady Studio version: 12.12.0.GA
> h2. WildFly version: 17.0.0.Final
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (JBIDE-26727) WildFly example 'spring-kitchensink-basic' contains errors after import
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26727?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26727:
-------------------------------
Fix Version/s: 4.13.x
> WildFly example 'spring-kitchensink-basic' contains errors after import
> -----------------------------------------------------------------------
>
> Key: JBIDE-26727
> URL: https://issues.jboss.org/browse/JBIDE-26727
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.x
>
>
> h2. Here is the list of errors:
> * Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" index.jsp /spring-kitchensink-basic/src/main/webapp/WEB-INF/views line 17 JSP Problem
> * Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1 pom.xml /spring-kitchensink-basic line 75 Maven Dependency Problem
> * Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1 pom.xml /spring-kitchensink-basic line 80 Maven Dependency Problem
> * The container 'Maven Dependencies' references non existing library '/Users/zcervink/.m2/repository/org/apache/taglibs/taglibs-standard-impl/1.2.6-RC1/taglibs-standard-impl-1.2.6-RC1.jar' spring-kitchensink-basic Build path Build Path Problem
> * The project cannot be built until build path errors are resolved spring-kitchensink-basic Unknown Java Problem
> h2. Red Hat CodeReady Studio version: 12.12.0.GA
> h2. WildFly version: 17.0.0.Final
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (JBIDE-26727) WildFly example 'spring-kitchensink-basic' contains errors after import
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26727?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-26727:
------------------------------------
This is an issue with the quickstart. If you run the maven build on a stock env (docker maven:3.6.0 for example) then these dependencies are missing. The repo https://repository.jboss.org/nexus/content/groups/public-jboss/ must be added to the Maven settings.
> WildFly example 'spring-kitchensink-basic' contains errors after import
> -----------------------------------------------------------------------
>
> Key: JBIDE-26727
> URL: https://issues.jboss.org/browse/JBIDE-26727
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.x
>
>
> h2. Here is the list of errors:
> * Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" index.jsp /spring-kitchensink-basic/src/main/webapp/WEB-INF/views line 17 JSP Problem
> * Missing artifact org.apache.taglibs:taglibs-standard-impl:jar:1.2.6-RC1 pom.xml /spring-kitchensink-basic line 75 Maven Dependency Problem
> * Missing artifact org.apache.taglibs:taglibs-standard-spec:jar:1.2.6-RC1 pom.xml /spring-kitchensink-basic line 80 Maven Dependency Problem
> * The container 'Maven Dependencies' references non existing library '/Users/zcervink/.m2/repository/org/apache/taglibs/taglibs-standard-impl/1.2.6-RC1/taglibs-standard-impl-1.2.6-RC1.jar' spring-kitchensink-basic Build path Build Path Problem
> * The project cannot be built until build path errors are resolved spring-kitchensink-basic Unknown Java Problem
> h2. Red Hat CodeReady Studio version: 12.12.0.GA
> h2. WildFly version: 17.0.0.Final
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (JBIDE-26726) WildFly example 'wildfly-wicket-ear-parent' contains errors after import
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26726?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26726:
-------------------------------
Fix Version/s: 4.13.x
> WildFly example 'wildfly-wicket-ear-parent' contains errors after import
> ------------------------------------------------------------------------
>
> Key: JBIDE-26726
> URL: https://issues.jboss.org/browse/JBIDE-26726
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.x
>
> Attachments: Project Explorer.png
>
>
> h2. Here is the list of errors after import:
> * Missing artifact org.slf4j:slf4j-api:jar:1.7.22.jbossorg-1 in pom.xml /wildfly-wicket-ear-war on line line 18 (Maven Dependency Problem)
> * The container 'Maven Dependencies' references non existing library '/Users/zcervink/.m2/repository/org/slf4j/slf4j-api/1.7.22.jbossorg-1/slf4j-api-1.7.22.jbossorg-1.jar' wildfly-wicket-ear-war (Build Path Problem)
> * The project cannot be built until build path errors are resolved wildfly-wicket-ear-war (Unknown Java Problem)
> h2. Red Hat CodeReady Studio version: 12.12.0.GA
> h2. WildFly version: 17.0.0.Final
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (JBIDE-26724) The quickstart 'helloworld-jms' shows error after import into Red Had CodeReady Studio
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26724?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26724:
-------------------------------
Fix Version/s: 4.13.x
> The quickstart 'helloworld-jms' shows error after import into Red Had CodeReady Studio
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-26724
> URL: https://issues.jboss.org/browse/JBIDE-26724
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.x
>
> Attachments: Project Explorer.png
>
>
> Here is the list of the '*Problems*' displayed in the '*Problems view*':
> * Missing artifact org.slf4j:jcl-over-slf4j:jar:1.7.22.jbossorg-1 in the {color:red}pom.xml{color} on line 19 (Maven Dependency Problem)
> * Missing artifact org.slf4j:slf4j-api:jar:1.7.22.jbossorg-1 in the {color:red}pom.xml /helloworld-jms{color} on line 19 (Maven Dependency Problem)
> * The container 'Maven Dependencies' references non existing library '/Users/zcervink/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.22.jbossorg-1/jcl-over-slf4j-1.7.22.jbossorg-1.jar' in the {color:red}helloworld-jms{color} (Build Path Problem)
> * The project cannot be built until build path errors are resolved in the {color:red}helloworld-jms{color} (Unknown Java Problem)
> h2. Red Hat CodeReady Studio version: 12.12.0.GA
> h2. WildFly version: 17.0.0.Final
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (JBIDE-26724) The quickstart 'helloworld-jms' shows error after import into Red Had CodeReady Studio
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26724?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-26724:
------------------------------------
This is an issue with the quickstart. If you run the maven build on a stock env (docker maven:3.6.0 for example) then these dependencies are missing. The repo https://repository.jboss.org/nexus/content/groups/public-jboss/ must be added to the Maven settings.
> The quickstart 'helloworld-jms' shows error after import into Red Had CodeReady Studio
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-26724
> URL: https://issues.jboss.org/browse/JBIDE-26724
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.x
>
> Attachments: Project Explorer.png
>
>
> Here is the list of the '*Problems*' displayed in the '*Problems view*':
> * Missing artifact org.slf4j:jcl-over-slf4j:jar:1.7.22.jbossorg-1 in the {color:red}pom.xml{color} on line 19 (Maven Dependency Problem)
> * Missing artifact org.slf4j:slf4j-api:jar:1.7.22.jbossorg-1 in the {color:red}pom.xml /helloworld-jms{color} on line 19 (Maven Dependency Problem)
> * The container 'Maven Dependencies' references non existing library '/Users/zcervink/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.22.jbossorg-1/jcl-over-slf4j-1.7.22.jbossorg-1.jar' in the {color:red}helloworld-jms{color} (Build Path Problem)
> * The project cannot be built until build path errors are resolved in the {color:red}helloworld-jms{color} (Unknown Java Problem)
> h2. Red Hat CodeReady Studio version: 12.12.0.GA
> h2. WildFly version: 17.0.0.Final
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months
[JBoss JIRA] (JBIDE-26725) WildFly example 'wicket-war' contains errors after import
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26725?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26725:
-------------------------------
Fix Version/s: 4.13.x
> WildFly example 'wicket-war' contains errors after import
> ---------------------------------------------------------
>
> Key: JBIDE-26725
> URL: https://issues.jboss.org/browse/JBIDE-26725
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.AM1
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.x
>
>
> h2. *Here is the list of errors after import:*
> * Missing artifact org.slf4j:slf4j-api:jar:1.7.22.jbossorg-1 in the pom.xml /wicket-war (line 19 Maven Dependency Problem)
> * The container 'Maven Dependencies' references non existing library '/Users/zcervink/.m2/repository/org/slf4j/slf4j-api/1.7.22.jbossorg-1/slf4j-api-1.7.22.jbossorg-1.jar' (Build path Build Path Problem)
> * The project cannot be built until build path errors are resolved wicket-war (Unknown Java Problem)
> h2. Red Hat CodeReady Studio version: 12.12.0.GA
> h2. WildFly version: 17.0.0.Final
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 8 months