[JBoss JIRA] (WFLY-5986) WFLYSRV0058: Additional resource root .. added via jboss-deployment-structure.xml does not exist when absolute path used
by Brad Maxwell (JIRA)
Brad Maxwell created WFLY-5986:
----------------------------------
Summary: WFLYSRV0058: Additional resource root .. added via jboss-deployment-structure.xml does not exist when absolute path used
Key: WFLY-5986
URL: https://issues.jboss.org/browse/WFLY-5986
Project: WildFly
Issue Type: Bug
Components: Server
Affects Versions: 10.0.0.CR5
Reporter: Brad Maxwell
Assignee: Jason Greene
Using:
{code}
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
<deployment>
<resources>
<resource-root path="/home/test/my.jar" />
</resources>
</deployment>
</jboss-deployment-structure>
{code}
It fails to locate the resource-root:
{code}
WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0058: Additional resource root /content/app1.war//home/test/my.jar added via jboss-deployment-structure.xml does not exist
{code}
Looks like src/main/java/org/jboss/as/server/deployment/module/descriptor/DeploymentStructureDescriptorParser.java
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (WFCORE-1277) Embed-server from CLI launch shows twice prompt string
by Ståle Pedersen (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1277?page=com.atlassian.jira.plugi... ]
Ståle Pedersen commented on WFCORE-1277:
----------------------------------------
ive pushed out a 0.66.3-SNAPSHOT, could you please try that?
it fixes the issue when ive tested it locally.
> Embed-server from CLI launch shows twice prompt string
> ------------------------------------------------------
>
> Key: WFCORE-1277
> URL: https://issues.jboss.org/browse/WFCORE-1277
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Affects Versions: 2.0.5.Final
> Reporter: Chao Wang
> Assignee: Chao Wang
> Priority: Minor
>
> {noformat}
> When I launch an embed-server from CLI, it displays twice [standalone@embedded /] [standalone@embedded /] for the first time.
> [wangc@dhcp-128-40 wildfly-10.0.0.Final-SNAPSHOT]$ sh bin/jboss-cli.sh
> You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
> [disconnected /] embed-server
> [standalone@embedded /] [standalone@embedded /] ls
> core-service launch-type=EMBEDDED product-version=undefined
> deployment management-major-version=4 profile-name=undefined
> deployment-overlay management-micro-version=0 release-codename=Kenny
> extension management-minor-version=0 release-version=2.0.5.Final
> interface name=dhcp-128-40 running-mode=ADMIN_ONLY
> path namespaces=[] schema-locations=[]
> socket-binding-group organization=undefined server-state=running
> subsystem process-type=Server suspend-state=RUNNING
> system-property product-name=undefined uuid=8c4ede2f-8e14-48bf-9eaf-73947e23edcf
> [standalone@embedded /] quit
> {noformat}
> This does not happen in 2.0.4.Final.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (WFLY-5985) WFLYSRV0058: Additional resource root .. added via jboss-deployment-structure.xml does not exist when absolute path used
by Brad Maxwell (JIRA)
[ https://issues.jboss.org/browse/WFLY-5985?page=com.atlassian.jira.plugin.... ]
Brad Maxwell updated WFLY-5985:
-------------------------------
Component/s: Server
Description:
Using:
{code}
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
<deployment>
<resources>
<resource-root path="/home/test/my.jar" />
</resources>
</deployment>
</jboss-deployment-structure>
{code}
It fails to locate the resource-root:
{code}
WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0058: Additional resource root /content/app1.war//home/test/my.jar added via jboss-deployment-structure.xml does not exist
{code}
Looks like src/main/java/org/jboss/as/server/deployment/module/descriptor/DeploymentStructureDescriptorParser.java
was:
{code}
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
<deployment>
<resources>
<resource-root path="/home/test/my.jar" />
</resources>
</deployment>
</jboss-deployment-structure>
{code}
{code}
WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0058: Additional resource root /content/app1.war//home/test/my.jar added via jboss-deployment-structure.xml does not exist
{code}
Affects Version/s: 10.0.0.CR5
> WFLYSRV0058: Additional resource root .. added via jboss-deployment-structure.xml does not exist when absolute path used
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-5985
> URL: https://issues.jboss.org/browse/WFLY-5985
> Project: WildFly
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.0.0.CR5
> Reporter: Brad Maxwell
> Assignee: Jason Greene
>
> Using:
> {code}
> <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
> <deployment>
> <resources>
> <resource-root path="/home/test/my.jar" />
> </resources>
> </deployment>
> </jboss-deployment-structure>
> {code}
> It fails to locate the resource-root:
> {code}
> WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0058: Additional resource root /content/app1.war//home/test/my.jar added via jboss-deployment-structure.xml does not exist
> {code}
> Looks like src/main/java/org/jboss/as/server/deployment/module/descriptor/DeploymentStructureDescriptorParser.java
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (WFLY-5441) Received unsolicited state from node X for segment Y of cache Z
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-5441?page=com.atlassian.jira.plugin.... ]
Radoslav Husar resolved WFLY-5441.
----------------------------------
Fix Version/s: 10.0.0.CR5
Resolution: Done
Fix brought in by WFLY-5772.
> Received unsolicited state from node X for segment Y of cache Z
> ---------------------------------------------------------------
>
> Key: WFLY-5441
> URL: https://issues.jboss.org/browse/WFLY-5441
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.0.0.CR5
> Reporter: Richard Janík
> Assignee: Radoslav Husar
> Priority: Minor
> Fix For: 10.0.0.CR5
>
>
> Hi,
> we're occasionally seeing these warnings in the server logs:
> {code}
> [JBossINF] [0m[33m08:20:45,364 WARN [org.infinispan.statetransfer.StateConsumerImpl] (stateTransferExecutor-thread--p11-t36) Received unsolicited state from node perf20 for segment 48 of cache clusterbench-ee7.ear/clusterbench-ee7-ejb.jar
> ...
> [JBossINF] [0m[33m08:21:02,793 WARN [org.infinispan.statetransfer.StateConsumerImpl] (stateTransferExecutor-thread--p11-t22) Discarding received cache entries for segment 48 of cache dist because they do not belong to this node.
> {code}
> The warnings seem to be harmless.
> This is the equivalent of https://bugzilla.redhat.com/show_bug.cgi?id=923789 which has been (with EAP6) followed by IllegalStateExceptions and has later been closed as a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=922699. However, no IllegalStateExceptions occur with EAP7 and thus these two messages seem to be unrelated.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (WFLY-5985) WFLYSRV0058: Additional resource root .. added via jboss-deployment-structure.xml does not exist when absolute path used
by Brad Maxwell (JIRA)
Brad Maxwell created WFLY-5985:
----------------------------------
Summary: WFLYSRV0058: Additional resource root .. added via jboss-deployment-structure.xml does not exist when absolute path used
Key: WFLY-5985
URL: https://issues.jboss.org/browse/WFLY-5985
Project: WildFly
Issue Type: Bug
Reporter: Brad Maxwell
Assignee: Jason Greene
{code}
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
<deployment>
<resources>
<resource-root path="/home/test/my.jar" />
</resources>
</deployment>
</jboss-deployment-structure>
{code}
{code}
WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0058: Additional resource root /content/app1.war//home/test/my.jar added via jboss-deployment-structure.xml does not exist
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months