You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2011/04/15 12:58:53 UTC

Build failed in Jenkins: Aries #970

See <https://hudson.apache.org/hudson/job/Aries/970/changes>

Changes:

[timothyjward] ARIES-633 : Correct pom dependency for blueprint annotations

[mahrwald] ARIES-633: Some more tests and fixes for SunVM problems around calling Object.super().

------------------------------------------
[...truncated 2394 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-api/src/main/resources>
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-api/src/main/filtered-resources>
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 6 source files to <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-api/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-api/src/test/resources>
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-api/src/test/filtered-resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-api/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results[INFO] [bundle:bundle {execution: default-bundle}]

[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: org.apache.aries.jndi.api-0.3.1-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-api/target/org.apache.aries.jndi.api-0.3.1-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/aries/jndi/org.apache.aries.jndi.api/0.3.1-SNAPSHOT/org.apache.aries.jndi.api-0.3.1-SNAPSHOT.jar
[INFO] [bundle:install {execution: default-install}]
[WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/hudson/.m2/repository/repository.xml
org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/hudson/.m2/repository/repository.xml
	at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:295)
	at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:140)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:173)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:924)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@3:1 in java.io.InputStreamReader@1416507) 
	at org.kxml2.io.KXmlParser.exception(Unknown Source)
	at org.kxml2.io.KXmlParser.nextTag(Unknown Source)
	at org.apache.felix.bundlerepository.impl.PullParser.parseRepository(PullParser.java:43)
	at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository(DataModelHelperImpl.java:147)
	at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository(DataModelHelperImpl.java:118)
	at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:291)
	... 32 more
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-api/pom.xml> to /home/hudson/hudson/jobs/Aries/modules/org.apache.aries.jndi$org.apache.aries.jndi.api/builds/2011-04-15_10-52-38/archive/org.apache.aries.jndi/org.apache.aries.jndi.api/0.3.1-SNAPSHOT/pom.xml
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-api/target/org.apache.aries.jndi.api-0.3.1-SNAPSHOT.jar> to /home/hudson/hudson/jobs/Aries/modules/org.apache.aries.jndi$org.apache.aries.jndi.api/builds/2011-04-15_10-52-38/archive/org.apache.aries.jndi/org.apache.aries.jndi.api/0.3.1-SNAPSHOT/org.apache.aries.jndi.api-0.3.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Aries JNDI Core
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-core/target> (included: [**], excluded: [])
[INFO] snapshot org.apache.aries.jndi:org.apache.aries.jndi.api:0.3.1-SNAPSHOT: checking for updates from codehaus.snapshots
[INFO] snapshot org.apache.aries.jndi:org.apache.aries.jndi.api:0.3.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-core/src/main/resources>
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-core/src/main/filtered-resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 18 source files to <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-core/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-core/src/test/resources>
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-core/src/test/filtered-resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-core/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-core/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.aries.jndi.InitialContextTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec
Running org.apache.aries.jndi.ObjectFactoryTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec

Results :

Tests run: 14, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [bundle:bundle {execution: default-bundle}]
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: org.apache.aries.jndi.core-0.3.1-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-core/target/org.apache.aries.jndi.core-0.3.1-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/aries/jndi/org.apache.aries.jndi.core/0.3.1-SNAPSHOT/org.apache.aries.jndi.core-0.3.1-SNAPSHOT.jar
[INFO] [bundle:install {execution: default-install}]
[WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/hudson/.m2/repository/repository.xml
org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/hudson/.m2/repository/repository.xml
	at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:295)
	at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:140)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:173)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:924)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@3:1 in java.io.InputStreamReader@db2441) 
	at org.kxml2.io.KXmlParser.exception(Unknown Source)
	at org.kxml2.io.KXmlParser.nextTag(Unknown Source)
	at org.apache.felix.bundlerepository.impl.PullParser.parseRepository(PullParser.java:43)
	at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository(DataModelHelperImpl.java:147)
	at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository(DataModelHelperImpl.java:118)
	at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:291)
	... 32 more
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-core/pom.xml> to /home/hudson/hudson/jobs/Aries/modules/org.apache.aries.jndi$org.apache.aries.jndi.core/builds/2011-04-15_10-52-38/archive/org.apache.aries.jndi/org.apache.aries.jndi.core/0.3.1-SNAPSHOT/pom.xml
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-core/target/org.apache.aries.jndi.core-0.3.1-SNAPSHOT.jar> to /home/hudson/hudson/jobs/Aries/modules/org.apache.aries.jndi$org.apache.aries.jndi.core/builds/2011-04-15_10-52-38/archive/org.apache.aries.jndi/org.apache.aries.jndi.core/0.3.1-SNAPSHOT/org.apache.aries.jndi.core-0.3.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Aries JNDI URL Handler
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-url/target> (included: [**], excluded: [])
[INFO] snapshot org.apache.aries.jndi:org.apache.aries.jndi.core:0.3.1-SNAPSHOT: checking for updates from codehaus.snapshots
[INFO] snapshot org.apache.aries.jndi:org.apache.aries.jndi.core:0.3.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-url/src/main/resources>
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-url/src/main/filtered-resources>
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 15 source files to <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-url/target/classes>
[JENKINS] Archiving <https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-url/pom.xml> to /home/hudson/hudson/jobs/Aries/modules/org.apache.aries.jndi$org.apache.aries.jndi.url/builds/2011-04-15_10-52-38/archive/org.apache.aries.jndi/org.apache.aries.jndi.url/0.3.1-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-url/src/main/java/org/apache/aries/jndi/services/ServiceHelper.java>:[359,25] createDelegatingProxy(org.osgi.framework.Bundle,java.util.Collection<java.lang.Class<?>>,java.util.concurrent.Callable<java.lang.Object>,java.lang.Object) in org.apache.aries.proxy.ProxyManager cannot be applied to (org.osgi.framework.Bundle,java.util.List<java.lang.Class<?>>,java.util.concurrent.Callable<java.lang.Object>)


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
<https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-url/src/main/java/org/apache/aries/jndi/services/ServiceHelper.java>:[359,25] createDelegatingProxy(org.osgi.framework.Bundle,java.util.Collection<java.lang.Class<?>>,java.util.concurrent.Callable<java.lang.Object>,java.lang.Object) in org.apache.aries.proxy.ProxyManager cannot be applied to (org.osgi.framework.Bundle,java.util.List<java.lang.Class<?>>,java.util.concurrent.Callable<java.lang.Object>)


	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:173)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:924)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
<https://hudson.apache.org/hudson/job/Aries/ws/aries/jndi/jndi-url/src/main/java/org/apache/aries/jndi/services/ServiceHelper.java>:[359,25] createDelegatingProxy(org.osgi.framework.Bundle,java.util.Collection<java.lang.Class<?>>,java.util.concurrent.Callable<java.lang.Object>,java.lang.Object) in org.apache.aries.proxy.ProxyManager cannot be applied to (org.osgi.framework.Bundle,java.util.List<java.lang.Class<?>>,java.util.concurrent.Callable<java.lang.Object>)


	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 28 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 47 seconds
[INFO] Finished at: Fri Apr 15 10:58:50 UTC 2011
[INFO] Final Memory: 125M/562M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: dev@aries.apache.org
Sending e-mails to: dev@aries.apache.org
channel stopped