as7-master-testsuite-ip6 - Build # 7159 - Failure!
by ci-builds@redhat.com
as7-master-testsuite-ip6 - Build # 7159 - Failure:
Check console output at to view the results.
Public: http://hudson.jboss.org/hudson/job/as7-master-testsuite-ip6/7159
Internal: http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/as7-master-testsui...
Test summary:
5 tests failed.
REGRESSION: org.jboss.as.test.integration.osgi.deployment.DeferredResolveTestCase.testResolveAPICall
Error Message:
JBAS011952: Cannot deploy bundle: [good-bundle.jar:0.0.0,location=good-bundle.jar]
REGRESSION: org.jboss.as.test.integration.osgi.deployment.DeferredResolveTestCase.testResolveStartLevel
Error Message:
JBAS011952: Cannot deploy bundle: [good-bundle.jar:0.0.0,location=good-bundle.jar]
REGRESSION: org.jboss.as.test.integration.osgi.deployment.DeferredResolveTestCase.testResolveManagementOp
Error Message:
JBAS011952: Cannot deploy bundle: [good-bundle.jar:0.0.0,location=good-bundle.jar]
REGRESSION: org.jboss.as.test.integration.osgi.deployment.DeferredResolveTestCase.testAggregateWithUndeferredModule
Error Message:
Could not communicate with client side
REGRESSION: org.jboss.as.test.integration.osgi.deployment.ServerDeploymentTestCase.testAttachedFragmentEar
Error Message:
Bundle UNINSTALLED expected:<1> but was:<4>
11 years, 10 months
module add/remove commands need a relook?
by Jaikiran Pai
With the recent changes to the module filesystem hierarchy and the goals
of the layered distribution [1], I think the "module" CLI command needs
a relook in terms of its expectations. For example, it allows users to
add/remove modules (module --help on CLI has the entire details), but
are those modules going to be considered "user" modules? And what would
"module remove" behave like - would it remove a user module (i.e.
_don't_ look under the <module-home>/system/....) path?
[1]
https://community.jboss.org/wiki/LayeredDistributionsAndModulePathOrganiz...
-Jaikiran
11 years, 10 months
WELD-831 Issue on EAP 6.0.1
by FRANCESCO MARCHIONI
Hi all!
I'd like to provide some feedback about this issue: https://issues.jboss.org/browse/WELD-831
As a matter of fact I had to test a basic CDI application with a @SessionScoped Bean in a cluster.
package com.sample;
import java.io.Serializable;
import javax.enterprise.context.SessionScoped;
import javax.inject.Named;
@Named
@SessionScoped
public class UserBean implements Serializable {
int total;
public void sum() {
total++;
System.out.println("Total is "+total);
}
}
The application is fronted by an Apache 2.2 server running on a Win-Vista machine, therefore I've defined the proxy-list statically in the mod_cluster configuration:
<subsystem xmlns="urn:jboss:domain:modcluster:1.1">
<mod-cluster-config advertise-socket="modcluster" proxy-list="127.0.0.1:8888" sticky-session="true" sticky-session-force="false" connector="ajp">
<dynamic-load-provider>
<load-metric type="busyness"/>
</dynamic-load-provider>
</mod-cluster-config>
</subsystem>
When I shut down the server node which has affinity to my session, I'm not able to failover to the survivor node.
16:54:22,931 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host]] (ajp-/127.0.0.1:8009-1) Exception sending request initialized lifecycle event to listener instance of class org.jboss.weld.servlet.WeldListener: java.lang.IllegalStateException: Error restoring serialized contextual with id org.jboss.weld.bean-jsf.war/C:/EAP/EAP-6.0.1/NodeB/jboss-eap-6.0/standalone/deployments/jsf.war/WEB-INF/classes-ManagedBean-class com.sample.UserBean
The same application, using JSF annotations (javax.faces.bean.SessionScoped), works fine.
The tested environment is EAP 6.0.1 (AS 7.1.2)
Is there any workaround for this issue ?
Thanks
Francesco
11 years, 10 months
master build fails with nodename nor servname provided, or not known
by Thomas Diesler
Folks,
-r5acbdb563ee fails on my MacBook with
Tests in error:
testEqualsMethods(org.jboss.as.controller.interfaces.ParsedInterfaceCriteriaTestCase): tdmac: tdmac: nodename nor servname provided, or not known
cheers
--thomas
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
JBoss OSGi Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
11 years, 10 months