[JBoss JIRA] (WFLY-232) Deployment fails when Dependencies is empty in a jars manifest
by RH Bugzilla Integration (Jira)
[ https://issues.jboss.org/browse/WFLY-232?page=com.atlassian.jira.plugin.s... ]
RH Bugzilla Integration commented on WFLY-232:
----------------------------------------------
Tomas Hofman <thofman(a)redhat.com> changed the Status of [bug 1539985|https://bugzilla.redhat.com/show_bug.cgi?id=1539985] from POST to MODIFIED
> Deployment fails when Dependencies is empty in a jars manifest
> --------------------------------------------------------------
>
> Key: WFLY-232
> URL: https://issues.jboss.org/browse/WFLY-232
> Project: WildFly
> Issue Type: Enhancement
> Reporter: Gábor Farkas
> Assignee: Stuart Douglas
> Priority: Major
> Fix For: 8.0.0.Alpha1
>
> Attachments: empty-manifest.ear
>
>
> I have a WAR, which produces the following error on deployment:
> Caused by: java.lang.IllegalArgumentException: Empty module specification
> at org.jboss.modules.ModuleIdentifier.fromString(ModuleIdentifier.java:169) [jboss-modules.jar:1.1.1.GA]
> at org.jboss.as.server.deployment.module.ManifestDependencyProcessor.deploy(ManifestDependencyProcessor.java:83) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
> ... 5 more
> I found that my WAR contains a jar in WEB-INF/lib that has empty dependencies defined in its manifest. More exactly it's "Dependencies: ", so the colon is followed by a space character before the new line characters. The ManifestDependencyProcessor parses this as one dependency, the name of which is the empty string.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 6 months
[JBoss JIRA] (JGRP-2339) SocketFactory missing close(ServerSocketChannel)
by Bela Ban (Jira)
[ https://issues.jboss.org/browse/JGRP-2339?page=com.atlassian.jira.plugin.... ]
Bela Ban updated JGRP-2339:
---------------------------
Fix Version/s: 4.1.0
> SocketFactory missing close(ServerSocketChannel)
> ------------------------------------------------
>
> Key: JGRP-2339
> URL: https://issues.jboss.org/browse/JGRP-2339
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 4.0.19
> Reporter: Paul Ferraro
> Assignee: Bela Ban
> Priority: Major
> Fix For: 4.1.0
>
>
> JGroups SocketFactory contains methods for creating named ServerSocketChannels, however, there is no corresponding close(ServerSocketChannel) method.
> WF relies on the SocketFactory to register JGroups sockets with its SocketBindingManager, so that the management layer can report which sockets are connected, to which address/port are they are bound, etc. The close(...) methods are necessary to unregister from the SocketBindingManager.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 6 months
[JBoss JIRA] (WFLY-11928) Remove note about log4j warning from jaxws-* quickstarts
by Eduardo Martins (Jira)
[ https://issues.jboss.org/browse/WFLY-11928?page=com.atlassian.jira.plugin... ]
Eduardo Martins updated WFLY-11928:
-----------------------------------
Description:
Since WFLY-11209 is fixed, we can remove this part of README from jaxws-* quickstarts:
{code:java}
You will see the following errors and warnings in the server log. These messages come from the jaxws-tools-maven-plugin plugin that generates source files based on the WSDL. You can ignore these warnings.
[INFO] Could not find log4j.xml configuration, logging to console.
[INFO]
[INFO] TODO! Cheek SOAP 1.2 extension
[ERROR] log4j:WARN No appenders could be found for logger (org.apache.cxf.common.logging.LogUtils).
[ERROR] log4j:WARN Please initialize the log4j system properly.
[ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
{code}
was:
Since WFLY-11209v is fixed, we can remove this part of README from jaxws-* quickstarts:
{code:java}
You will see the following errors and warnings in the server log. These messages come from the jaxws-tools-maven-plugin plugin that generates source files based on the WSDL. You can ignore these warnings.
[INFO] Could not find log4j.xml configuration, logging to console.
[INFO]
[INFO] TODO! Cheek SOAP 1.2 extension
[ERROR] log4j:WARN No appenders could be found for logger (org.apache.cxf.common.logging.LogUtils).
[ERROR] log4j:WARN Please initialize the log4j system properly.
[ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
{code}
> Remove note about log4j warning from jaxws-* quickstarts
> --------------------------------------------------------
>
> Key: WFLY-11928
> URL: https://issues.jboss.org/browse/WFLY-11928
> Project: WildFly
> Issue Type: Task
> Components: Quickstarts
> Affects Versions: 16.0.0.Final
> Reporter: Eduardo Martins
> Assignee: Eduardo Martins
> Priority: Major
>
> Since WFLY-11209 is fixed, we can remove this part of README from jaxws-* quickstarts:
> {code:java}
> You will see the following errors and warnings in the server log. These messages come from the jaxws-tools-maven-plugin plugin that generates source files based on the WSDL. You can ignore these warnings.
> [INFO] Could not find log4j.xml configuration, logging to console.
> [INFO]
> [INFO] TODO! Cheek SOAP 1.2 extension
> [ERROR] log4j:WARN No appenders could be found for logger (org.apache.cxf.common.logging.LogUtils).
> [ERROR] log4j:WARN Please initialize the log4j system properly.
> [ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 6 months
[JBoss JIRA] (WFLY-11928) Remove note about log4j warning from jaxws-* quickstarts
by Eduardo Martins (Jira)
[ https://issues.jboss.org/browse/WFLY-11928?page=com.atlassian.jira.plugin... ]
Eduardo Martins updated WFLY-11928:
-----------------------------------
Description:
Since WFLY-11209v is fixed, we can remove this part of README from jaxws-* quickstarts:
{code:java}
You will see the following errors and warnings in the server log. These messages come from the jaxws-tools-maven-plugin plugin that generates source files based on the WSDL. You can ignore these warnings.
[INFO] Could not find log4j.xml configuration, logging to console.
[INFO]
[INFO] TODO! Cheek SOAP 1.2 extension
[ERROR] log4j:WARN No appenders could be found for logger (org.apache.cxf.common.logging.LogUtils).
[ERROR] log4j:WARN Please initialize the log4j system properly.
[ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
{code}
was:
Since JBEAP-15215 is fixed, we can remove this part of README from jaxws-* quickstarts:
{code:java}
You will see the following errors and warnings in the server log. These messages come from the jaxws-tools-maven-plugin plugin that generates source files based on the WSDL. You can ignore these warnings.
[INFO] Could not find log4j.xml configuration, logging to console.
[INFO]
[INFO] TODO! Cheek SOAP 1.2 extension
[ERROR] log4j:WARN No appenders could be found for logger (org.apache.cxf.common.logging.LogUtils).
[ERROR] log4j:WARN Please initialize the log4j system properly.
[ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
{code}
> Remove note about log4j warning from jaxws-* quickstarts
> --------------------------------------------------------
>
> Key: WFLY-11928
> URL: https://issues.jboss.org/browse/WFLY-11928
> Project: WildFly
> Issue Type: Task
> Components: Quickstarts
> Affects Versions: 16.0.0.Final
> Reporter: Eduardo Martins
> Assignee: Eduardo Martins
> Priority: Major
>
> Since WFLY-11209v is fixed, we can remove this part of README from jaxws-* quickstarts:
> {code:java}
> You will see the following errors and warnings in the server log. These messages come from the jaxws-tools-maven-plugin plugin that generates source files based on the WSDL. You can ignore these warnings.
> [INFO] Could not find log4j.xml configuration, logging to console.
> [INFO]
> [INFO] TODO! Cheek SOAP 1.2 extension
> [ERROR] log4j:WARN No appenders could be found for logger (org.apache.cxf.common.logging.LogUtils).
> [ERROR] log4j:WARN Please initialize the log4j system properly.
> [ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 6 months
[JBoss JIRA] (WFLY-11928) Remove note about log4j warning from jaxws-* quickstarts
by Eduardo Martins (Jira)
[ https://issues.jboss.org/browse/WFLY-11928?page=com.atlassian.jira.plugin... ]
Eduardo Martins moved JBEAP-16648 to WFLY-11928:
------------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-11928 (was: JBEAP-16648)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Quickstarts
(was: Quickstarts)
Affects Version/s: 16.0.0.Final
(was: 7.2.0.GA.CR1)
> Remove note about log4j warning from jaxws-* quickstarts
> --------------------------------------------------------
>
> Key: WFLY-11928
> URL: https://issues.jboss.org/browse/WFLY-11928
> Project: WildFly
> Issue Type: Task
> Components: Quickstarts
> Affects Versions: 16.0.0.Final
> Reporter: Eduardo Martins
> Assignee: Eduardo Martins
> Priority: Major
>
> Since JBEAP-15215 is fixed, we can remove this part of README from jaxws-* quickstarts:
> {code:java}
> You will see the following errors and warnings in the server log. These messages come from the jaxws-tools-maven-plugin plugin that generates source files based on the WSDL. You can ignore these warnings.
> [INFO] Could not find log4j.xml configuration, logging to console.
> [INFO]
> [INFO] TODO! Cheek SOAP 1.2 extension
> [ERROR] log4j:WARN No appenders could be found for logger (org.apache.cxf.common.logging.LogUtils).
> [ERROR] log4j:WARN Please initialize the log4j system properly.
> [ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 6 months