Build failed in Hudson: JBoss-AS-5.0.x #620
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x/620/changes
Changes:
[galder.zamarreno(a)jboss.com] [JBAS-4455] Fixed javadocs.
[galder.zamarreno(a)jboss.com] [JBAS-4455] New test classes added to test the new transaction sticky lbps and the behaivour of the invoker ha proxies. These tests include both successfull and failure scenarios.
[galder.zamarreno(a)jboss.com] [JBAS-4455] Transaction sticky load balance policies have been created for each of the default existing ones. JRMP and Unified invoker proxy ha classes now contain the logic to put/get sticky target from the transaction failover authorisation map.
------------------------------------------
[...truncated 25547 lines...]
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/ProducerFactory.java:56: cannot find symbol
symbol : class MessageProperties
location: class org.jboss.ejb3.mdb.ProducerFactory
protected MessageProperties props;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/ProducerImpl.java:26: cannot find symbol
symbol : class Producer
location: package org.jboss.annotation.ejb
import org.jboss.annotation.ejb.Producer;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/ProducerImpl.java:33: cannot find symbol
symbol: class Producer
public class ProducerImpl implements Producer, Serializable
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/FileSuffixFilter.java:24: warning: [deprecation] org.jboss.util.file.ArchiveBrowser in org.jboss.util.file has been deprecated
import org.jboss.util.file.ArchiveBrowser;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/FileSuffixFilter.java:31: warning: [deprecation] org.jboss.util.file.ArchiveBrowser in org.jboss.util.file has been deprecated
public class FileSuffixFilter implements ArchiveBrowser.Filter
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/ClusteredStatefulCache.java:32: warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been deprecated
public interface ClusteredStatefulCache extends StatefulCache
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/NoPassivationCache.java:37: warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been deprecated
public class NoPassivationCache implements StatefulCache
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/NoPassivationCacheFactory.java:32: warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been deprecated
public StatefulCache createCache()
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/SimpleStatefulCache.java:37: warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been deprecated
import org.jboss.ejb3.cache.StatefulCache;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/SimpleStatefulCache.java:48: warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been deprecated
public class SimpleStatefulCache implements StatefulCache
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/SimpleStatefulCacheFactory.java:25: warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been deprecated
import org.jboss.ejb3.cache.StatefulCache;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/SimpleStatefulCacheFactory.java:35: warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been deprecated
public StatefulCache createCache()
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/tree/StatefulTreeCacheFactory.java:25: warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been deprecated
import org.jboss.ejb3.cache.StatefulCache;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/tree/StatefulTreeCacheFactory.java:35: warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been deprecated
public StatefulCache createCache()
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/deployers/EJBRegistrationDeployer.java:32: warning: [deprecation] org.jboss.deployers.vfs.spi.deployer.AbstractVFSRealDeployer in org.jboss.deployers.vfs.spi.deployer has been deprecated
import org.jboss.deployers.vfs.spi.deployer.AbstractVFSRealDeployer;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/resource/RARDeployment.java:43: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
import org.jboss.deployment.DeploymentException;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulSessionContextImpl.java:26: warning: [deprecation] java.security.Identity in java.security has been deprecated
import java.security.Identity;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulSessionContextImpl.java:143: warning: [deprecation] java.security.Identity in java.security has been deprecated
public Identity getCallerIdentity()
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulSessionContextImpl.java:184: warning: [deprecation] java.security.Identity in java.security has been deprecated
public boolean isCallerInRole(Identity role)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java:691: warning: [deprecation] constructorInterceptors in org.jboss.aop.Advisor has been deprecated
Interceptor[] cInterceptors = constructorInterceptors[defaultConstructorIndex];
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/Ejb3Deployment.java:562: warning: [deprecation] getLegacyMetadata() in org.jboss.ejb3.metadata.jpa.spec.PersistenceUnitMetaData has been deprecated
PersistenceMetadata metadata = persistenceUnitMetaData.getLegacyMetadata();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/entity/PersistenceUnitDeployment.java:152: warning: [deprecation] getLegacyMetadata() in org.jboss.ejb3.metadata.jpa.spec.PersistenceUnitMetaData has been deprecated
PersistenceMetadata legacy = metaData.getLegacyMetadata();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/entity/PersistenceUnitDeployment.java:196: warning: [deprecation] getLegacyMetadata() in org.jboss.ejb3.metadata.jpa.spec.PersistenceUnitMetaData has been deprecated
PersistenceMetadata xml = metaData.getLegacyMetadata();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/entity/PersistenceUnitDeployment.java:281: warning: [deprecation] getLegacyMetadata() in org.jboss.ejb3.metadata.jpa.spec.PersistenceUnitMetaData has been deprecated
PersistenceMetadata xml = metaData.getLegacyMetadata();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulBeanContext.java:302: warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been deprecated
StatefulCache ultimateCache = ((StatefulContainer)child.getContainer()).getCache();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/session/SessionContainer.java:146: warning: [deprecation] org.jboss.ejb3.Ejb3Module in org.jboss.ejb3 has been deprecated
super(Ejb3Module.BASE_EJB3_JMX_NAME + ",name=" + ejbName, manager, cl, beanClassName, ejbName, ctxProperties, interceptorRepository, deployment);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:208: warning: [deprecation] org.jboss.util.file.ArchiveBrowser in org.jboss.util.file has been deprecated
Iterator it = ArchiveBrowser.getBrowser(di.localUrl, new ClassFileFilter());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:451: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
if (e instanceof DeploymentException)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:453: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw (DeploymentException) e;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:455: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException( "failed to initialize", e );
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:472: warning: [deprecation] org.jboss.ejb3.Ejb3Module in org.jboss.ejb3 has been deprecated
Ejb3Module ejbModule = new Ejb3Module(di);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:472: warning: [deprecation] org.jboss.ejb3.Ejb3Module in org.jboss.ejb3 has been deprecated
Ejb3Module ejbModule = new Ejb3Module(di);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:475: warning: [deprecation] org.jboss.ejb3.Ejb3Module in org.jboss.ejb3 has been deprecated
name = Ejb3Module.BASE_EJB3_JMX_NAME + ",module=" + di.shortName;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:494: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("Error during create of EjbModule: "
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:519: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("Could not deploy " + di.url, e);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:534: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("problem stopping ejb module: " +
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/EJB3Deployer.java:553: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("problem destroying ejb module: " +
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java:83: warning: [deprecation] org.jboss.ejb3.Ejb3Module in org.jboss.ejb3 has been deprecated
super(Ejb3Module.BASE_EJB3_JMX_NAME + ",name=" + ejbName, manager, cl, beanClassName, ejbName, ctxProperties, interceptorRepository, deployment);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java:384: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("Unknown destination-type " + destinationType);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java:414: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("Expected a Queue destination-jndi-name=" + getDestination());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.java:447: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("Expected a Topic destination-jndi-name=" + getDestination());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/inflow/JBossMessageEndpointFactory.java:319: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
DeploymentException.rethrowAsDeploymentException("Endpoint activation failed ra=" + resourceAdapterObjectName +
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/Ejb3JmxDeployment.java:75: warning: [deprecation] org.jboss.ejb3.JmxDependencyPolicy in org.jboss.ejb3 has been deprecated
return new JmxDependencyPolicy();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/Ejb3Module.java:63: warning: [deprecation] org.jboss.ejb3.Ejb3JmxDeployment in org.jboss.ejb3 has been deprecated
deployment = new Ejb3JmxDeployment(di, deploymentScope);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/JmxKernelAbstraction.java:77: warning: [deprecation] org.jboss.ejb3.ServiceDelegateWrapper in org.jboss.ejb3 has been deprecated
service = new ServiceDelegateWrapper(service);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/JmxKernelAbstraction.java:79: warning: [deprecation] org.jboss.ejb3.JmxDependencyPolicy in org.jboss.ejb3 has been deprecated
JmxDependencyPolicy policy = (JmxDependencyPolicy)dependencies;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/JmxKernelAbstraction.java:79: warning: [deprecation] org.jboss.ejb3.JmxDependencyPolicy in org.jboss.ejb3 has been deprecated
JmxDependencyPolicy policy = (JmxDependencyPolicy)dependencies;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/JmxKernelAbstraction.java:133: warning: [deprecation] org.jboss.ejb3.JmxDependencyPolicy in org.jboss.ejb3 has been deprecated
JmxDependencyPolicy policy = (JmxDependencyPolicy)dependencies;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/JmxKernelAbstraction.java:133: warning: [deprecation] org.jboss.ejb3.JmxDependencyPolicy in org.jboss.ejb3 has been deprecated
JmxDependencyPolicy policy = (JmxDependencyPolicy)dependencies;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/StatefulReplicationInterceptor.java:123: warning: [deprecation] org.jboss.ejb3.cache.StatefulCache in org.jboss.ejb3.cache has been deprecated
StatefulCache cache = container.getCache();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/StatefulSessionFilePersistenceManager.java:170: warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
boolean debug = log.isDebugEnabled();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/StatefulSessionFilePersistenceManager.java:272: warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
boolean debug = log.isDebugEnabled();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/StatefulSessionFilePersistenceManager.java:361: warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
boolean debug = log.isDebugEnabled();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/StatefulSessionFilePersistenceManager.java:416: warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
boolean debug = log.isDebugEnabled();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/clientmodule/ClientENCInjectionContainer.java:155: warning: [deprecation] org.jboss.ejb3.Ejb3Module in org.jboss.ejb3 has been deprecated
String on = Ejb3Module.BASE_EJB3_JMX_NAME + createScopeKernelName(unit, deploymentScope) + ",name=" + applicationClientName;
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/deployers/EJBRegistrationDeployer.java:157: warning: [deprecation] org.jboss.ejb3.EJB3Deployer in org.jboss.ejb3 has been deprecated
boolean has30EjbJarXml = EJB3Deployer.has30EjbJarXml(is);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/EJB3StandaloneDeployer.java:272: warning: [deprecation] org.jboss.ejb3.embedded.EJB3StandaloneDeployment in org.jboss.ejb3.embedded has been deprecated
private List<EJB3StandaloneDeployment> deployments = new ArrayList<EJB3StandaloneDeployment>();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/EJB3StandaloneDeployer.java:535: warning: [deprecation] org.jboss.ejb3.embedded.EJB3StandaloneDeployment in org.jboss.ejb3.embedded has been deprecated
EJB3StandaloneDeployment deployment = new EJB3StandaloneDeployment(du, kernel, mbeanServer);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/EJB3StandaloneDeployer.java:535: warning: [deprecation] org.jboss.ejb3.embedded.EJB3StandaloneDeployment in org.jboss.ejb3.embedded has been deprecated
EJB3StandaloneDeployment deployment = new EJB3StandaloneDeployment(du, kernel, mbeanServer);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/EJB3StandaloneDeployer.java:568: warning: [deprecation] org.jboss.ejb3.embedded.EJB3StandaloneDeployment in org.jboss.ejb3.embedded has been deprecated
for (EJB3StandaloneDeployment deployment : deployments)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/EJB3StandaloneDeployer.java:607: warning: [deprecation] org.jboss.ejb3.embedded.EJB3StandaloneDeployment in org.jboss.ejb3.embedded has been deprecated
for (EJB3StandaloneDeployment deployment : deployments)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/EJB3StandaloneDeployer.java:615: warning: [deprecation] org.jboss.ejb3.embedded.EJB3StandaloneDeployment in org.jboss.ejb3.embedded has been deprecated
for (EJB3StandaloneDeployment deployment : deployments)
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/JavaCompInitializer.java:53: warning: [deprecation] org.jboss.ejb3.EJB3Deployer in org.jboss.ejb3 has been deprecated
EJB3Deployer.initializeJavaComp(ctx);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/UserTransactionImpl.java:62: warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
if (log.isDebugEnabled())
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/UserTransactionImpl.java:79: warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
if (log.isDebugEnabled())
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/UserTransactionImpl.java:89: warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
if (log.isDebugEnabled())
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/UserTransactionImpl.java:99: warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
if (log.isDebugEnabled())
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/UserTransactionImpl.java:108: warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
if (log.isDebugEnabled())
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/embedded/resource/RARDeployment.java:266: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
throw new DeploymentException("MessagingType '" + messagingType.getName() + "' not found in resource deployment " + getServiceName());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/javaee/JavaEEComponentHelper.java:62: warning: [deprecation] org.jboss.ejb3.Ejb3Module in org.jboss.ejb3 has been deprecated
StringBuilder sb = new StringBuilder(Ejb3Module.BASE_EJB3_JMX_NAME + ",");
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/inflow/MessageInflowLocalProxy.java:202: warning: [deprecation] getAdvisedMethod() in org.jboss.aop.MethodInfo has been deprecated
boolean isTransacted = messageEndpointFactory.isDeliveryTransacted(methodInfo.getAdvisedMethod());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/mdb/inflow/MessageInflowLocalProxy.java:265: warning: [deprecation] getAdvisedMethod() in org.jboss.aop.MethodInfo has been deprecated
boolean isTransacted = messageEndpointFactory.isDeliveryTransacted(methodInfo.getAdvisedMethod());
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/pool/StrictMaxPool.java:144: warning: [deprecation] create() in org.jboss.ejb3.pool.AbstractPool has been deprecated
return create();
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/session/SessionContextImpl.java:65: warning: [deprecation] createLocalProxy(java.lang.Object) in org.jboss.ejb3.session.SessionContainer has been deprecated
proxy = (EJBLocalObject) container.createLocalProxy(id);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/session/SessionContextImpl.java:93: warning: [deprecation] createRemoteProxy(java.lang.Object) in org.jboss.ejb3.session.SessionContainer has been deprecated
proxy = (EJBObject) container.createRemoteProxy(id);
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/timerservice/quartz/QuartzTimerServiceFactory.java:178: warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
if(log.isDebugEnabled())
^
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/src/main/org/jboss/ejb3/tx/UserTransactionImpl.java:57: warning: [deprecation] isDebugEnabled() in org.jboss.logging.Logger has been deprecated
if (log.isDebugEnabled())
^
Note: Some input files additionally use or override a deprecated API.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors
100 warnings
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x/trunk/ejb3/build.xml:249: Compile failed; see the compiler error output for details.
Total time: 3 minutes 35 seconds
Deleting old artifacts from #618
Recording fingerprints
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
17 years
Build failed in Hudson: Red_Hat_Dev_Studio #403
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/403/changes
------------------------------------------
[...truncated 88351 lines...]
[delete] Deleting /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/eclipse/plugins/org.eclipse.jst.server.generic.jboss_1.5.105.v200709061325/servers
[delete] Deleting /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/eclipse/plugins/org.eclipse.jst.server.generic.jboss_1.5.105.v200709061325/icons/obj16
[delete] Deleting /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/eclipse/plugins/org.eclipse.jst.server.generic.jboss_1.5.105.v200709061325/icons
[delete] Deleting /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/eclipse/plugins/org.eclipse.jst.server.generic.jboss_1.5.105.v200709061325/buildfiles
[delete] Deleting /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/eclipse/plugins/org.eclipse.jst.server.generic.jboss_1.5.105.v200709061325/META-INF
[delete] Deleted 5 directories from /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/eclipse/plugins
prepare-jbosseap:
[mkdir] Created dir: /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/jboss-eap
[unzip] Expanding: /home/hudson/jbds-build/requirements/jbeap/jboss-eap-noauth-4.2.0-2.CP01.ep1.3.zip into /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/jboss-eap
[unzip] Expanding: /home/hudson/jbds-build/requirements/eapseamgen/rhds-seam-gen-patch.zip into /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/jboss-eap/jboss-eap-4.2/seam
prepare-jbds:
[mkdir] Created dir: /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/studio
[unzip] Expanding: /home/hudson/jbds-build/200711291322-nightly/all/jbdevstudio-200711291322-nightly-ALL-linux-gtk.zip into /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/studio
prepare-springide:
[unzip] Expanding: /home/hudson/jbds-build/requirements/springide/springide_2.0.0_v200706271108.zip into /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/studio/eclipse
prepare-testng:
[unzip] Expanding: /home/hudson/jbds-build/requirements/testng/testng-eclipse-5.7.0.0.zip into /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/studio/eclipse
prepare-branding:
[unzip] Expanding: /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/studio/eclipse/plugins/com.jboss.jbds.product_2.0.0.200711291322-nightly.jar into /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/eclipse
[unzip] Expanding: /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/studio/eclipse/plugins/com.jboss.jbds.product_2.0.0.200711291322-nightly.jar into /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/eclipse/configuration
[move] Moving 1 file to /home/hudson/jbds-build/200711291322-nightly/installer
[move] Moving 1 file to /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/eclipse
[move] Moving 1 file to /home/hudson/jbds-build/200711291322-nightly/installer
[move] Moving 1 file to /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/eclipse/configuration
[move] Moving 1 file to /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/eclipse/plugins
[move] Moving 1 file to /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/eclipse/features
[delete] Deleted 1 directory from /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/studio/eclipse/features
prepare-distribution:
[copy] Copying 29 files to /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/config
[copy] Copying 2 files to /home/hudson/jbds-build/200711291322-nightly/installer/build/distribution/config/resources/images
buildcustompanels:
[echo] Building panels ...
installer:
[echo] Building JBDS Installer jbdevstudio-linux-gtk-1.0.0.GA.jar ...
[izpack] Nov 29, 2007 2:25:08 PM org.jboss.install.CompileListener reviseAdditionalDataMap
[izpack] INFO: reviseAdditionalDataMap, singlefile
[izpack] Nov 29, 2007 2:25:08 PM org.jboss.install.CompileListener reviseAdditionalDataMap
[izpack] INFO: reviseAdditionalDataMap, singlefile
[izpack] Nov 29, 2007 2:25:08 PM org.jboss.install.CompileListener reviseAdditionalDataMap
[izpack] INFO: reviseAdditionalDataMap, fileset
[izpack] Nov 29, 2007 2:25:11 PM org.jboss.install.CompileListener reviseAdditionalDataMap
[izpack] INFO: reviseAdditionalDataMap, fileset
[izpack] Nov 29, 2007 2:25:11 PM org.jboss.install.CompileListener reviseAdditionalDataMap
[izpack] INFO: reviseAdditionalDataMap, fileset
[izpack] Nov 29, 2007 2:25:15 PM org.jboss.install.CompileListener reviseAdditionalDataMap
[izpack] INFO: reviseAdditionalDataMap, fileset
[izpack] Building installer jar: /home/hudson/jbds-build/200711291322-nightly/installer/build/jbdevstudio-linux-gtk-1.0.0.GA.jar
[izpack] Copying 19 files into installer
[izpack] Merging 19 jars into installer
[izpack] Writing 3 Packs into installer
build-platform-installer:
[echo] Building installer for macosx-carbon platform...
post-build:
get.build.properties:
[echo]
[echo] jbds-richfaces-win32-filename=RichFaces-VPE-win32-200711291322-nightly.zip
[echo] jbds-richfaces-win32-nodeps-filename=RichFaces-VPE-win32-nodeps-200711291322-nightly.zip
[echo]
[echo]
[echo] jbds-richfaces-linux-gtk-filename=RichFaces-VPE-linux-gtk-200711291322-nightly.zip
[echo] jbds-richfaces-linux-gtk-nodeps-filename=RichFaces-VPE-linux-gtk-nodeps-200711291322-nightly.zip
[echo]
[echo]
[echo] jbds-richfaces-macosx-carbon-filename=RichFaces-VPE-macosx-carbon-200711291322-nightly.zip
[echo] jbds-richfaces-macosx-carbon-nodeps-filename=RichFaces-VPE-macosx-carbon-nodeps-200711291322-nightly.zip
[echo]
[echo]
[echo] jbds-freemarker-filename=FreeMarkerIDE-200711291322-nightly.zip
[echo] jbds-freemarker-nodeps-filename=
[echo]
[echo]
[echo] jbds-hibernate-tools-filename=HibernateTools-3.2.0.200711291322-nightly.zip
[echo] jbds-hibernate-tools-nodeps-filename=HibernateTools-nodeps-3.2.0.200711291322-nightly.zip
[echo]
[echo]
[echo] jbds-struts-filename=StrutsTools-200711291322-nightly.zip
[echo] jbds-struts-nodeps-filename=StrutsTools-nodeps-200711291322-nightly.zip
[echo]
[echo]
[echo] jbds-core-filename=JBossTools-Core-200711291322-nightly.zip
[echo] jbds-core-nodeps-filename=JBossTools-Core-nodeps-200711291322-nightly.zip
[echo]
[echo]
[echo] jbds-xdoclet-filename=JBossTools-XDoclet-200711291322-nightly.zip
[echo] jbds-xdoclet-nodeps-filename=JBossTools-XDoclet-nodeps-200711291322-nightly.zip
[echo]
[echo]
[echo] jbds-jbpm-filename=jBPM-Designer-200711291322-nightly.zip
[echo] jbds-jbpm-nodeps-filename=jBPM-Designer-nodeps-200711291322-nightly.zip
[echo]
[echo]
[echo] jbds-as-filename=JBossAS-Tools-200711291322-nightly.zip
[echo] jbds-as-nodeps-filename=JBossAS-Tools-nodeps-200711291322-nightly.zip
[echo]
[echo]
[echo] jbds-seam-filename=SeamTools-200711291322-nightly.zip
[echo] jbds-seam-nodeps-filename=SeamTools-nodeps-200711291322-nightly.zip
[echo]
[loadfile] Unable to load file: java.io.FileNotFoundException: /home/hudson/jbds-build/200711291322-nightly/bundle/jbdevstudio-200711291322-nightly-Bundle-win32.zip.MD5 (No such file or directory)
[loadfile] Unable to load file: java.io.FileNotFoundException: /home/hudson/jbds-build/200711291322-nightly/bundle/jbdevstudio-200711291322-nightly-Bundle-linux-gtk.tar.gz.MD5 (No such file or directory)
[loadfile] Unable to load file: java.io.FileNotFoundException: /home/hudson/jbds-build/200711291322-nightly/bundle/jbdevstudio-200711291322-nightly-Bundle-macosx-carbon.tar.gz.MD5 (No such file or directory)
[stopwatch] [buildTimer: 64:34.970 sec]
analyze-log:
[analyzeLog] analyzing builder "richfaces"...
[analyzeLog] analyzing builder "freemarker"...
[analyzeLog] analyzing builder "richfaces"...
[analyzeLog] analyzing builder "freemarker"...
[analyzeLog] analyzing builder "hibernate-tools"...
[analyzeLog] analyzing builder "struts"...
[analyzeLog] analyzing builder "core"...
[analyzeLog] analyzing builder "core"...
[analyzeLog] analyzing builder "xdoclet"...
[analyzeLog] analyzing builder "jbpm"...
[analyzeLog] analyzing builder "as"...
[analyzeLog] analyzing builder "as"...
[analyzeLog] analyzing builder "seam"...
[analyzeLog] analyzing builder "tests"...
[analyzeLog] analyzing test case "org.jboss.tools.jst.web.ui.test.JstWebUiAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.vpe.test.VpeAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.tests.ToolsAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.vpe.xulrunner.test.XulRunnerAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.jsf.test.JsfAllTests"...
[analyzeLog] analyzing test case "org.hibernate.eclipse.console.test.ConsolePluginAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.seam.ui.test.SeamUiAllTests"...
[analyzeLog] analyzing test case "org.jboss.ide.eclipse.as.test.ASTestSuite"...
[analyzeLog] analyzing test case "org.jboss.tools.jsf.verification.test.JsfVerificationAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.seam.core.test.SeamCoreAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.common.test.CommonAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.common.verification.test.CommonVerificationAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.common.model.test.CommonModelAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.jsf.text.ext.tests.JsfTextExtAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.common.kb.test.CommonKbAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.jsf.vpe.richfaces.test.RichFacesAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.jst.web.test.JstWebAllTests"...
apply-stylesheets:
[mkdir] Created dir: /home/hudson/jbds-build/200711291322-nightly/logInfo
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/logInfo.properties
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-properties.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/richfaces-errors.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/richfaces-warnings.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/freemarker-errors.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/freemarker-warnings.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/hibernate-tools-errors.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/hibernate-tools-warnings.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/struts-errors.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/struts-warnings.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/core-errors.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/core-warnings.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/xdoclet-errors.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/xdoclet-warnings.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/jbpm-errors.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/jbpm-warnings.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/as-errors.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/as-warnings.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/seam-errors.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing /home/hudson/jbds-build/200711291322-nightly/logInfo.xml to /home/hudson/jbds-build/200711291322-nightly/logInfo/seam-warnings.html
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
update.builds.xml:
build.results:
[copy] Copying 1 file to /home/hudson/jbds-build/200711291322-nightly
[copy] Copying 1 file to /home/hudson/jbds-build
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product
[copy] Copying 1 file to /home/hudson/jbds-build/200711291322-nightly
[copy] Copying 42 files to /home/hudson/jbds-build/200711291322-nightly/images
[copy] Copying 4 files to /home/hudson/jbds-build/200711291322-nightly/script
publish.results:
send.notification.email:
[mail] Failed to initialise MIME mail: javax/mail/MessagingException
[mail] Sending email: jbdevstudio nightly build 200711291322-nightly results
[mail] Sent email with 0 attachments
fetch-builds-xml:
generate-top-level-downloads-xml:
generate-sections-downloads-xml:
update-labs-downloads:
publish.log:
BUILD SUCCESSFUL
Total time: 66 minutes 38 seconds
+ cd ../configs/jbds
+ zip build.log.zip build.log
updating: build.log (deflated 95%)
+ cd ../..
+ cp -r /home/hudson/rhds-build .
+ ant -lib http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide... -f util/copyBuildResults.xml -Dcopy-to-dir=/qa/services/http/binaries/RHDS
Buildfile: util/copyBuildResults.xml
copy-build-results:
[mkdir] Created dir: /qa/services/http/binaries/RHDS/nightly/200711291322-nightly
[copy] Copying 6827 files to /qa/services/http/binaries/RHDS/nightly/200711291322-nightly
[copy] Copied 1722 empty directories to 34 empty directories under /qa/services/http/binaries/RHDS/nightly/200711291322-nightly
BUILD SUCCESSFUL
Total time: 3 minutes 31 seconds
++ cat /home/hudson/rhds-build/buildData.properties
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=[^\/]+\///g;print;'
+ builddir=200711270004-nightly
++ cat /home/hudson/rhds-build/buildData.properties
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=//g; s/\/.*//g; print;'
+ buildtype=nightly
++ cat /home/hudson/jbosstools-build/buildData.properties
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=//g; s/\/.*//g; print;'
+ uploadto=nightly
+ cp configs/jbds/build.log.zip /qa/services/http/binaries/RHDS/nightly/200711270004-nightly/build.log.zip
+ scp -i /home/hudson/.ssh/exadel_rsa '/home/hudson/rhds-build/200711270004-nightly/installer/build/jbdevstudio-*.jar' rhds@download.exadel.com:/home/rhds/builds/nightly
/home/hudson/rhds-build/200711270004-nightly/installer/build/jbdevstudio-*.jar: No such file or directory
Terminating xvnc
[Red_Hat_Dev_Studio] $ vncserver -kill :13
Killing Xvnc process ID 1394
17 years