Re: [continuum] BUILD FAILURE: Geronimo 1.1

2006-04-20 Thread Dave Colasurdo



continuum wrote:

[snip]


BUILD FAILED
File.. /home/continuum/continuum-1.0.2/apps/continuum/work/68/maven.xml
Element... maven:reactor
Line.. 63
Column -1
Unable to obtain goal [multiproject:install-callback] -- 
/home/continuum/.geronimo-1.1-maven/cache/geronimo-assembly-plugin-1.1.0-9/plugin.jelly:224:-1:
 assemble:installConfig null
Total time   : 16 minutes 57 seconds 
Finished at  : Thursday, April 20, 2006 12:19:28 AM PDT





Anyone know how to get past this build failure?  It continues to fail 
even after a clean checkout and online build.  I know others are seeing 
this same failure..


Thanks
-Dave-


Re: [continuum] BUILD FAILURE: Geronimo 1.1

2006-04-20 Thread Kevan Miller
OK. It's causing me problems, now. Guess we'd better do something  
about it... ;-)


Dave, have you tried removing installer from your assemblies? Wonder  
if this is an installer assembly issue or a general assembly issue. I  
would assume it's a general issue...


Running with maven -X, you get the following. I'll start digging...

BUILD FAILED
File.. /home/kevan/geronimo/branches/1.1/maven.xml
Element... maven:reactor
Line.. 63
Column -1
Unable to obtain goal [multiproject:install-callback] -- /home/ 
kevan/.maven/cache/geronimo-assembly-plugin-1.1.0-9/plugin.jelly: 
224:-1: assemble:installConfig  
nullorg.apache.maven.werkz.UnattainableGoalException: Unable to  
obtain goal [new5] -- /home/kevan/geronimo/branches/1.1/maven.xml: 
63:-1: maven:reactor Reactor subproject failure occurred

at org.apache.maven.werkz.Goal.fire(Goal.java:663)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at org.apache.maven.plugin.PluginManager.attainGoals 
(PluginManager.java:693)
at org.apache.maven.MavenSession.attainGoals 
(MavenSession.java:263)

at org.apache.maven.cli.App.doMain(App.java:511)
at org.apache.maven.cli.App.main(App.java:1258)
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:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
org.apache.commons.jelly.JellyTagException: /home/kevan/geronimo/ 
branches/1.1/maven.xml:63:-1: maven:reactor Reactor subproject  
failure occurred
at org.apache.maven.jelly.tags.maven.ReactorTag.doTag 
(ReactorTag.java:378)
at org.apache.commons.jelly.impl.TagScript.run 
(TagScript.java:247)
at org.apache.commons.jelly.impl.ScriptBlock.run 
(ScriptBlock.java:95)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag 
(MavenGoalTag.java:78)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag 
$MavenGoalAction.performAction(MavenGoalTag.java:109)

at org.apache.maven.werkz.Goal.fire(Goal.java:656)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at org.apache.maven.plugin.PluginManager.attainGoals 
(PluginManager.java:693)
at org.apache.maven.MavenSession.attainGoals 
(MavenSession.java:263)

at org.apache.maven.cli.App.doMain(App.java:511)
at org.apache.maven.cli.App.main(App.java:1258)
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:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
Caused by: org.apache.maven.werkz.UnattainableGoalException: Unable  
to obtain goal [multiproject:install-callback] -- /home/kevan/.maven/ 
cache/geronimo-assembly-plugin-1.1.0-9/plugin.jelly:224:-1:  
assemble:installConfig null

at org.apache.maven.werkz.Goal.fire(Goal.java:663)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at org.apache.maven.plugin.PluginManager.attainGoals 
(PluginManager.java:693)
at org.apache.maven.MavenSession.attainGoals 
(MavenSession.java:263)
at org.apache.maven.jelly.tags.maven.ReactorTag.doTag 
(ReactorTag.java:368)

... 16 more
Root cause
org.apache.maven.werkz.UnattainableGoalException: Unable to obtain  
goal [multiproject:install-callback] -- /home/kevan/.maven/cache/ 
geronimo-assembly-plugin-1.1.0-9/plugin.jelly:224:-1:  
assemble:installConfig null

at org.apache.maven.werkz.Goal.fire(Goal.java:663)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at org.apache.maven.plugin.PluginManager.attainGoals 
(PluginManager.java:693)
at org.apache.maven.MavenSession.attainGoals 
(MavenSession.java:263)
at org.apache.maven.jelly.tags.maven.ReactorTag.doTag 
(ReactorTag.java:368)
at org.apache.commons.jelly.impl.TagScript.run 
(TagScript.java:247)
at org.apache.commons.jelly.impl.ScriptBlock.run 
(ScriptBlock.java:95)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag 
(MavenGoalTag.java:78)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag 
$MavenGoalAction.performAction(MavenGoalTag.java:109)

at org.apache.maven.werkz.Goal.fire(Goal.java:656)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at org.apache.maven.plugin.PluginManager.attainGoals 
(PluginManager.java:693)
at org.apache.maven.MavenSession.attainGoals 
(MavenSession.java:263)

at 

Re: [continuum] BUILD FAILURE: Geronimo 1.1

2006-04-20 Thread Dave Colasurdo
Manually building the j2ee-server-tomcat and j2ee-server-jetty 
assemblies seems to work fine  Though manually building the 
j2ee-installer fails with the same error you are seeing...


-Dave-

Kevan Miller wrote:
OK. It's causing me problems, now. Guess we'd better do something about 
it... ;-)


Dave, have you tried removing installer from your assemblies? Wonder if 
this is an installer assembly issue or a general assembly issue. I would 
assume it's a general issue...


Running with maven -X, you get the following. I'll start digging...

BUILD FAILED
File.. /home/kevan/geronimo/branches/1.1/maven.xml
Element... maven:reactor
Line.. 63
Column -1
Unable to obtain goal [multiproject:install-callback] -- 
/home/kevan/.maven/cache/geronimo-assembly-plugin-1.1.0-9/plugin.jelly:224:-1: 
assemble:installConfig 
nullorg.apache.maven.werkz.UnattainableGoalException: Unable to obtain 
goal [new5] -- /home/kevan/geronimo/branches/1.1/maven.xml:63:-1: 
maven:reactor Reactor subproject failure occurred

at org.apache.maven.werkz.Goal.fire(Goal.java:663)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:693)

at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
at org.apache.maven.cli.App.doMain(App.java:511)
at org.apache.maven.cli.App.main(App.java:1258)
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:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
org.apache.commons.jelly.JellyTagException: 
/home/kevan/geronimo/branches/1.1/maven.xml:63:-1: maven:reactor 
Reactor subproject failure occurred
at 
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:378)

at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78) 

at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:109) 


at org.apache.maven.werkz.Goal.fire(Goal.java:656)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:693)

at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
at org.apache.maven.cli.App.doMain(App.java:511)
at org.apache.maven.cli.App.main(App.java:1258)
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:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
Caused by: org.apache.maven.werkz.UnattainableGoalException: Unable to 
obtain goal [multiproject:install-callback] -- 
/home/kevan/.maven/cache/geronimo-assembly-plugin-1.1.0-9/plugin.jelly:224:-1: 
assemble:installConfig null

at org.apache.maven.werkz.Goal.fire(Goal.java:663)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:693)

at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
at 
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:368)

... 16 more
Root cause
org.apache.maven.werkz.UnattainableGoalException: Unable to obtain goal 
[multiproject:install-callback] -- 
/home/kevan/.maven/cache/geronimo-assembly-plugin-1.1.0-9/plugin.jelly:224:-1: 
assemble:installConfig null

at org.apache.maven.werkz.Goal.fire(Goal.java:663)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:693)

at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
at 
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:368)

at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78) 

at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:109) 


at org.apache.maven.werkz.Goal.fire(Goal.java:656)
at 

Re: [continuum] BUILD FAILURE: Geronimo 1.1

2006-04-20 Thread Aaron Mulder
Curious, I had a different error in the j2ee-installer (something
about missing daytrader CARs).  Are you sure you're getting the
SerializedConfigurationMarshaler error in j2ee-installer?  (That part
is buried a bit further down the stack trace.)

Thanks,
 Aaron

On 4/20/06, Dave Colasurdo [EMAIL PROTECTED] wrote:
 Manually building the j2ee-server-tomcat and j2ee-server-jetty
 assemblies seems to work fine  Though manually building the
 j2ee-installer fails with the same error you are seeing...

 -Dave-

 Kevan Miller wrote:
  OK. It's causing me problems, now. Guess we'd better do something about
  it... ;-)
 
  Dave, have you tried removing installer from your assemblies? Wonder if
  this is an installer assembly issue or a general assembly issue. I would
  assume it's a general issue...
 
  Running with maven -X, you get the following. I'll start digging...
 
  BUILD FAILED
  File.. /home/kevan/geronimo/branches/1.1/maven.xml
  Element... maven:reactor
  Line.. 63
  Column -1
  Unable to obtain goal [multiproject:install-callback] --
  /home/kevan/.maven/cache/geronimo-assembly-plugin-1.1.0-9/plugin.jelly:224:-1:
  assemble:installConfig
  nullorg.apache.maven.werkz.UnattainableGoalException: Unable to obtain
  goal [new5] -- /home/kevan/geronimo/branches/1.1/maven.xml:63:-1:
  maven:reactor Reactor subproject failure occurred
  at org.apache.maven.werkz.Goal.fire(Goal.java:663)
  at org.apache.maven.werkz.Goal.attain(Goal.java:592)
  at
  org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:693)
  at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
  at org.apache.maven.cli.App.doMain(App.java:511)
  at org.apache.maven.cli.App.main(App.java:1258)
  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:324)
  at com.werken.forehead.Forehead.run(Forehead.java:551)
  at com.werken.forehead.Forehead.main(Forehead.java:581)
  org.apache.commons.jelly.JellyTagException:
  /home/kevan/geronimo/branches/1.1/maven.xml:63:-1: maven:reactor
  Reactor subproject failure occurred
  at
  org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:378)
  at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
  at
  org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
  at
  org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
 
  at
  org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:109)
 
  at org.apache.maven.werkz.Goal.fire(Goal.java:656)
  at org.apache.maven.werkz.Goal.attain(Goal.java:592)
  at
  org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:693)
  at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
  at org.apache.maven.cli.App.doMain(App.java:511)
  at org.apache.maven.cli.App.main(App.java:1258)
  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:324)
  at com.werken.forehead.Forehead.run(Forehead.java:551)
  at com.werken.forehead.Forehead.main(Forehead.java:581)
  Caused by: org.apache.maven.werkz.UnattainableGoalException: Unable to
  obtain goal [multiproject:install-callback] --
  /home/kevan/.maven/cache/geronimo-assembly-plugin-1.1.0-9/plugin.jelly:224:-1:
  assemble:installConfig null
  at org.apache.maven.werkz.Goal.fire(Goal.java:663)
  at org.apache.maven.werkz.Goal.attain(Goal.java:592)
  at
  org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:693)
  at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
  at
  org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:368)
  ... 16 more
  Root cause
  org.apache.maven.werkz.UnattainableGoalException: Unable to obtain goal
  [multiproject:install-callback] --
  /home/kevan/.maven/cache/geronimo-assembly-plugin-1.1.0-9/plugin.jelly:224:-1:
  assemble:installConfig null
  at org.apache.maven.werkz.Goal.fire(Goal.java:663)
  at org.apache.maven.werkz.Goal.attain(Goal.java:592)
  at
  org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:693)
  at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
  at
  org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:368)
  at 

Re: [continuum] BUILD FAILURE: Geronimo 1.1

2006-04-20 Thread Dave Colasurdo

Yep.. Here is the stacktrace


BUILD FAILED
File.. /root/.maven/cache/geronimo-assembly-plugin-1.1.0-9/plugin.jelly
Element... assemble:installConfig
Line.. 224
Column -1
java.lang.ClassCastException
org.apache.maven.werkz.UnattainableGoalException: Unable to obtain goal 
[assemble:install] -- 
/root/.maven/cache/geronimo-assembly-plugin-1.1.0-9/plugin.jelly:224:-1: 
assemble:installConfig null

at org.apache.maven.werkz.Goal.fire(Goal.java:663)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at org.apache.maven.werkz.Goal.attainPrecursors(Goal.java:505)
at org.apache.maven.werkz.Goal.attain(Goal.java:590)
at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:693)

at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
at org.apache.maven.cli.App.doMain(App.java:511)
at org.apache.maven.cli.App.main(App.java:1258)
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:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
org.apache.commons.jelly.JellyTagException: 
/root/.maven/cache/geronimo-assembly-plugin-1.1.0-9/plugin.jelly:224:-1: 
assemble:installConfig null
at 
org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.java:193)
at 
org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:102)
at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at 
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)

at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:42)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at 
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)

at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:42)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at 
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)
at 
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:150)

at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:109)

at org.apache.maven.werkz.Goal.fire(Goal.java:656)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at 
org.apache.maven.werkz.WerkzProject.attainGoal(WerkzProject.java:210)
at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:114)

at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:109)

at org.apache.maven.werkz.Goal.fire(Goal.java:656)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at 
org.apache.maven.werkz.WerkzProject.attainGoal(WerkzProject.java:210)
at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:114)

at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:109)

at org.apache.maven.werkz.Goal.fire(Goal.java:656)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at org.apache.maven.werkz.Goal.attainPrecursors(Goal.java:505)
at org.apache.maven.werkz.Goal.attain(Goal.java:590)
at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:693)

at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
at org.apache.maven.cli.App.doMain(App.java:511)
at org.apache.maven.cli.App.main(App.java:1258)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 

Re: [continuum] BUILD FAILURE: Geronimo

2006-04-04 Thread Jacek Laskowski
On 4/3/06, Kevan Miller [EMAIL PROTECTED] wrote:

 You'd need a login onto the GBuild machines -- in particular
 stan.gbuild.org. Seems like you and I discussed this previously.
 You'll need to check with David Blevins.

Done it. Awaiting his response.

Do you happen to know why build log files are not displayed in its
entirety? I can only see a part of them in the browser.

 --kevan

Jacek

--
Jacek Laskowski
http://www.laskowski.org.pl


Re: [continuum] BUILD FAILURE: Geronimo

2006-04-04 Thread Kevan Miller
On Apr 4, 2006, at 10:24 AM, Jacek Laskowski wrote:On 4/3/06, Kevan Miller [EMAIL PROTECTED] wrote: You'd need a login onto the GBuild machines -- in particularstan.gbuild.org. Seems like you and I discussed this previously.You'll need to check with David Blevins. Done it. Awaiting his response.Do you happen to know why build log files are not displayed in itsentirety? I can only see a part of them in the browser.Hi Jacek,No, I don't know. I haven't noticed a problem recently, but have seen it in the past... I just looked at the latest Geronimo trunk and Geronimo 1.1 build log files and can see the entire log...FYI, this mornings trunk build failed as follows:test:test:    [junit] Running org.apache.geronimo.timer.NontransactionalThreadPooledTimerTest    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 25.288 sec    [junit] Running org.apache.geronimo.timer.TransactionalThreadPooledTimerTest    [junit] Tests run: 10, Failures: 1, Errors: 0, Time elapsed: 20.597 sec    [junit] [ERROR] Test org.apache.geronimo.timer.TransactionalThreadPooledTimerTest FAILED    [junit] Running org.apache.geronimo.timer.jdbc.DerbyJDBCWorkerPersistenceTest    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 11.819 secI'm a bit suspicious that we're seeing timer test failures in different modules. Might be time to restart Continuum and GBuild...--kevan --kevan Jacek--Jacek Laskowskihttp://www.laskowski.org.pl 

Re: [continuum] BUILD FAILURE: Geronimo

2006-04-03 Thread Jacek Laskowski
On 4/3/06, continuum [EMAIL PROTECTED] wrote:
 Online report : 
 http://ci.gbuild.org/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/1880
 Build statistics:
   State: Failed

How can I know what has caused it? The only way as I see is to log
into the server Continuum is running on and look at the log file. The
complete log file doesn't seem to show up in the browser. Does anyone
know why? And, who could let me in to the server? I could probably be
of help sometimes ;)

Jacek

--
Jacek Laskowski
http://www.laskowski.org.pl


Re: [continuum] BUILD FAILURE: Geronimo

2006-04-03 Thread Kevan Miller


On Apr 3, 2006, at 1:00 PM, Jacek Laskowski wrote:


On 4/3/06, continuum [EMAIL PROTECTED] wrote:
Online report : http://ci.gbuild.org/continuum/servlet/continuum/ 
target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/1880

Build statistics:
  State: Failed


How can I know what has caused it? The only way as I see is to log
into the server Continuum is running on and look at the log file. The
complete log file doesn't seem to show up in the browser. Does anyone
know why? And, who could let me in to the server? I could probably be
of help sometimes ;)


Hi Jacek,
You'd need a login onto the GBuild machines -- in particular  
stan.gbuild.org. Seems like you and I discussed this previously.  
You'll need to check with David Blevins.


I this case, I think I can tell you what's going on (since i applied  
the patch). Commonj timer junit tests have some configuration values  
for running tests. I reduced some of the times to speed up build  
times (2 minutes down to 30 seconds). The tests aren't completely  
deterministic. Quite possible that I made some of the tolerances too  
tight -- I haven't had any build problems locally. I'll take a look  
at this later today...


--kevan



Jacek

--
Jacek Laskowski
http://www.laskowski.org.pl




Re: [continuum] BUILD FAILURE: Geronimo

2006-03-20 Thread Jacek Laskowski
2006/3/20, Kevan Miller [EMAIL PROTECTED]:

 Failed to initialize module
 java.lang.IllegalArgumentException: Unable to configure properties
 file login module: java.net.UnknownHostException: home
  at
 org.apache.geronimo.security.realm.providers.PropertiesFileLoginModule.i
 nitialize(PropertiesFileLoginModule.java:84)

I think it's fixed now. Looking forward to seeing Continuum's next build report.

Jacek

--
Jacek Laskowski
http://www.laskowski.org.pl


Re: [continuum] BUILD FAILURE: Geronimo

2006-03-20 Thread Kevan Miller


On Mar 20, 2006, at 4:48 AM, Jacek Laskowski wrote:


2006/3/20, Kevan Miller [EMAIL PROTECTED]:


Failed to initialize module
java.lang.IllegalArgumentException: Unable to configure properties
file login module: java.net.UnknownHostException: home
 at
org.apache.geronimo.security.realm.providers.PropertiesFileLoginModul 
e.i

nitialize(PropertiesFileLoginModule.java:84)


I think it's fixed now. Looking forward to seeing Continuum's next  
build report.


Jacek,
You don't need to wait for the scheduled build. From http:// 
ci.gbuild.org/continuum/target/
select the Build Now link for the project of your choosing. I'm  
doing that now for Geronimo 1.2...


--kevan



Re: [continuum] BUILD FAILURE: Geronimo

2006-03-20 Thread Jacek Laskowski
2006/3/20, Kevan Miller [EMAIL PROTECTED]:

 You don't need to wait for the scheduled build. From http://
 ci.gbuild.org/continuum/target/
 select the Build Now link for the project of your choosing. I'm
 doing that now for Geronimo 1.2...

...and I've just committed another fix for the remaining Tomcat tests
that failed for the same reason. Will have to run the build again.
Thanks for the info (Dave sent it a couple of times, and I should've
known that ;)).

 --kevan

Jacek

--
Jacek Laskowski
http://www.laskowski.org.pl


Re: [continuum] BUILD FAILURE: Geronimo

2006-03-19 Thread Jacek Laskowski
6/3/19, continuum [EMAIL PROTECTED]:
 Online report : 
 http://ci.gbuild.org/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/1383
 Build statistics:
   State: Failed

I'm really confused as I can't find a way to get to know the cause of
the failure. How can I find it out? I'm almost certain it's because of
the recent changes with M2 migration that touched the tests and thus
the failure.

Jacek

--
Jacek Laskowski
http://www.laskowski.org.pl


Re: [continuum] BUILD FAILURE: Geronimo

2006-03-19 Thread Kevan Miller

Jacek,
Builds run under the continuum login on stan.gbuild.org. If you don't  
have a login, already, I'm sure we could get you one...


Here's an excerpt from TEST- 
org.apache.geronimo.jetty.SecurityTest.txt on stan. Let me know if  
you need more info...


Failed to initialize module
java.lang.IllegalArgumentException: Unable to configure properties  
file login module: java.net.UnknownHostException: home
at  
org.apache.geronimo.security.realm.providers.PropertiesFileLoginModule.i 
nitialize(PropertiesFileLoginModule.java:84)
at  
org.apache.geronimo.security.jaas.server.WrappingLoginModuleProxy.initia 
lize(WrappingLoginModuleProxy.java:51)
at  
org.apache.geronimo.security.jaas.server.JaasLoginService.getServerLogin 
Callbacks(JaasLoginService.java:205)
at org.apache.geronimo.security.jaas.server.JaasLoginService$ 
$FastClassByCGLIB$$95b84fc9.invoke(generated)

at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke 
(FastMethodInvoker.java:38)
at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke 
(GBeanOperation.java:118)
at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke 
(GBeanInstance.java:800)
at org.apache.geronimo.gbean.runtime.RawInvoker.invoke 
(RawInvoker.java:57)
at  
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke 
(RawOperationInvoker.java:36)
at  
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept 
(ProxyMethodInterceptor.java:96)
at  
org.apache.geronimo.security.jaas.server.JaasLoginServiceMBean$ 
$EnhancerByCGLIB$$10c992ad.getServerLoginCallbacks(generated)
at  
org.apache.geronimo.security.jaas.client.ServerLoginProxy.login 
(ServerLoginProxy.java:68)
at  
org.apache.geronimo.security.jaas.client.JaasLoginCoordinator.performLog 
in(JaasLoginCoordinator.java:189)
at  
org.apache.geronimo.security.jaas.client.JaasLoginCoordinator.login 
(JaasLoginCoordinator.java:113)

...

--kevan

On Mar 19, 2006, at 11:59 AM, Jacek Laskowski wrote:


6/3/19, continuum [EMAIL PROTECTED]:
Online report : http://ci.gbuild.org/continuum/servlet/continuum/ 
target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/1383

Build statistics:
  State: Failed


I'm really confused as I can't find a way to get to know the cause of
the failure. How can I find it out? I'm almost certain it's because of
the recent changes with M2 migration that touched the tests and thus
the failure.

Jacek

--
Jacek Laskowski
http://www.laskowski.org.pl




Re: [continuum] BUILD FAILURE: Geronimo

2006-03-19 Thread Jacek Laskowski
2006/3/20, Kevan Miller [EMAIL PROTECTED]:
 Jacek,
 Builds run under the continuum login on stan.gbuild.org. If you don't
 have a login, already, I'm sure we could get you one...

I think Dave already sent me one. Didn't try it yet. It's time to do that.

 Failed to initialize module
 java.lang.IllegalArgumentException: Unable to configure properties
 file login module: java.net.UnknownHostException: home
  at
 org.apache.geronimo.security.realm.providers.PropertiesFileLoginModule.i
 nitialize(PropertiesFileLoginModule.java:84)

Ok, it's me who broke the test. At the very first sight, it seems the
addition of 'file:/' + the full path to the module dir, make the
result url like 'file://home/' and 'home' became the hostname. Will
fix it.

Jacek

--
Jacek Laskowski
http://www.laskowski.org.pl


Re: [continuum] BUILD FAILURE: Geronimo

2006-02-08 Thread Bruce Snyder
On 2/8/06, continuum [EMAIL PROTECTED] wrote:
 Online report : 
 http://ci.gbuild.org/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/202
 Build statistics:
   State: Failed
   Previous State: Failed
   Started at: Wed, 8 Feb 2006 14:00:56 -0800
   Finished at: Wed, 8 Feb 2006 14:05:49 -0800
   Total time: 4m 53s
   Build Trigger: Schedule
   Exit code: 70
   Building machine hostname: stan.gbuild.org
   Operating system : Linux(unknown)
   Java version : 1.4.2_08(Sun Microsystems Inc.)

 Changes
 
 modules/tomcat/src/java/org/apache/geronimo/tomcat/listener/DispatchListener.java
 
 modules/tomcat/src/java/org/apache/geronimo/tomcat/interceptor/PolicyContextBeforeAfter.java
 
 modules/tomcat/src/java/org/apache/geronimo/tomcat/realm/TomcatGeronimoRealm.java

 
 Output:
 

...

 +
 | geronimo and geronimo-plugins Geronimo :: JavaMail Transport
 | Memory: 14M/24M
 +
 DEPRECATED: the default goal should be specified in the build section of 
 project.xml instead of maven.xml

 build:end:

 build:start:

 multiproject:install-callback:
 [echo] Running jar:install for Geronimo :: JavaMail Transport
 java:prepare-filesystem:

 java:compile:
 depend closure=false srcdir=1.4 dump=false 
 destdir=/home/continuum/continuum-1.0.2/apps/continuum/work/1/modules/javamail-transport/target/classes/depend
 [echo] Compiling to 
 /home/continuum/continuum-1.0.2/apps/continuum/work/1/modules/javamail-transport/target/classes
 [javac] Compiling 14 source files to 
 /home/continuum/continuum-1.0.2/apps/continuum/work/1/modules/javamail-transport/target/classes
 [javac] 
 /home/continuum/continuum-1.0.2/apps/continuum/work/1/modules/javamail-transport/src/java/org/apache/geronimo/javamail/authentication/CramMD5Authenticator.java:26:
  package org.apache.geronimo.mail.util does not exist
 [javac] import org.apache.geronimo.mail.util.Base64;
 [javac]  ^
 [javac] 
 /home/continuum/continuum-1.0.2/apps/continuum/work/1/modules/javamail-transport/src/java/org/apache/geronimo/javamail/authentication/CramMD5Authenticator.java:27:
  package org.apache.geronimo.mail.util does not exist
 [javac] import org.apache.geronimo.mail.util.Hex;
 [javac]  ^
 [javac] 
 /home/continuum/continuum-1.0.2/apps/continuum/work/1/modules/javamail-transport/src/java/org/apache/geronimo/javamail/authentication/DigestMD5Authenticator.java:29:
  package org.apache.geronimo.mail.util does not exist
 [javac] import org.apache.geronimo.mail.util.Base64;
 [javac]  ^
 [javac] 
 /home/continuum/continuum-1.0.2/apps/continuum/work/1/modules/javamail-transport/src/java/org/apache/geronimo/javamail/authentication/DigestMD5Authenticator.java:30:
  package org.apache.geronimo.mail.util does not exist
 [javac] import org.apache.geronimo.mail.util.Hex;
 [javac]  ^
 [javac] 
 /home/continuum/continuum-1.0.2/apps/continuum/work/1/modules/javamail-transport/src/java/org/apache/geronimo/javamail/authentication/LoginAuthenticator.java:24:
  package org.apache.geronimo.mail.util does not exist
 [javac] import org.apache.geronimo.mail.util.Base64;
 [javac]  ^
 [javac] 
 /home/continuum/continuum-1.0.2/apps/continuum/work/1/modules/javamail-transport/src/java/org/apache/geronimo/javamail/authentication/PlainAuthenticator.java:24:
  package org.apache.geronimo.mail.util does not exist
 [javac] import org.apache.geronimo.mail.util.Base64;
 [javac]  ^
 [javac] 
 /home/continuum/continuum-1.0.2/apps/continuum/work/1/modules/javamail-transport/src/java/org/apache/geronimo/javamail/transport/smtp/SMTPTransport.java:52:
  package org.apache.geronimo.mail.util does not exist
 [javac] import org.apache.geronimo.mail.util.Base64;
 [javac]  ^
 [javac] 
 /home/continuum/continuum-1.0.2/apps/continuum/work/1/modules/javamail-transport/src/java/org/apache/geronimo/javamail/transport/smtp/SMTPTransport.java:53:
  package org.apache.geronimo.mail.util does not exist
 [javac] import org.apache.geronimo.mail.util.XText;
 [javac]  ^
 [javac] 
 /home/continuum/continuum-1.0.2/apps/continuum/work/1/modules/javamail-transport/src/java/org/apache/geronimo/javamail/authentication/CramMD5Authenticator.java:99:
  cannot resolve symbol
 [javac] symbol  : variable Hex
 [javac] location: class 
 org.apache.geronimo.javamail.authentication.CramMD5Authenticator
 [javac] String 

Re: [continuum] BUILD FAILURE: Geronimo:: Assemblies

2005-12-13 Thread David Blevins

Still failing

On Dec 12, 2005, at 3:50 PM, David Blevins wrote:


Still getting this error on Assemblies.

On Dec 12, 2005, at 3:23 PM, continuum wrote:


izpack:izpack-prepare:
[echo] izpack-prepare is running
[echo] Processing installer file geronimo-izpack.xml
[echo] Processing installer file izpack-process.xml
[echo] Processing installer file izpack-user-input.xml

izpack:izpack-installer-build:
[echo] IZPack installer build is running.
[echo] IZPack Version is 3.8.0
[java]
[java] .::  IzPack - Version 3.8.0 ::.
[java]
[java]  compiler specifications version : 1.0 
[java]
[java] - Copyright (C) 2001-2005 Julien Ponge
[java] - Visit http://www.izforge.com/ for the latests releases
[java] - Released under the terms of the Apache Software  
License version 2.0.

[java]
[java] - Processing  : /home/continuum/build/work/4/ 
assemblies/j2ee-installer/target/geronimo-1.0-SNAPSHOT/geronimo- 
izpack.xml
[java] - Output  : /home/continuum/build/work/4/ 
assemblies/j2ee-installer/target/geronimo-installer-1.0-SNAPSHOT.jar

[java] - Base path   : .
[java] - Kind: standard
[java] - Compression : default
[java] - Compr. level: -1
[java]
[java] Adding resource: IzPack.uninstaller
[java] Setting the installer information
[java] Adding content of jar: file:/home/continuum/.maven/ 
repository/izpack/jars/standalone-compiler-3.8.0.jar!/lib/ 
liquidlnf.jar

[java] Setting the GUI preferences
[java] Adding langpack: eng
[java] Adding resource: flag.eng
[java] Adding resource: Installer.image
[java] - Fatal error :
[java]/home/continuum/build/work/4/assemblies/j2ee- 
installer/target/geronimo-1.0-SNAPSHOT/geronimo-izpack.xml:22:  
Resource not found: /home/continuum/build/work/4/assemblies/j2ee- 
installer/target/geronimo-1.0-SNAPSHOT/LICENSE.txt
[java] com.izforge.izpack.compiler.CompilerException: /home/ 
continuum/build/work/4/assemblies/j2ee-installer/target/ 
geronimo-1.0-SNAPSHOT/geronimo-izpack.xml:22: Resource not found: / 
home/continuum/build/work/4/assemblies/j2ee-installer/target/ 
geronimo-1.0-SNAPSHOT/LICENSE.txt
[java] 	at  
com.izforge.izpack.compiler.CompilerConfig.parseError 
(CompilerConfig.java:1518)
[java] 	at  
com.izforge.izpack.compiler.CompilerConfig.findProjectResource 
(CompilerConfig.java:1447)
[java] 	at  
com.izforge.izpack.compiler.CompilerConfig.addResources 
(CompilerConfig.java:1044)
[java] 	at  
com.izforge.izpack.compiler.CompilerConfig.executeCompiler 
(CompilerConfig.java:313)
[java] 	at com.izforge.izpack.compiler.CompilerConfig.main 
(CompilerConfig.java:1847)
[java] 	at com.izforge.izpack.compiler.Compiler.main 
(Compiler.java:620)

[java]
[java] (tip : use -? to get the commmand line parameters)
[java] [ERROR] Java Result: 1

BUILD FAILED
File.. /home/continuum/.maven/cache/maven-multiproject- 
plugin-1.4.1/plugin.jelly

Element... maven:reactor
Line.. 218
Column -1
Unable to obtain goal [multiproject:install-callback] -- /home/ 
continuum/.maven/cache/geronimo-izpack-plugin-1.0-SNAPSHOT/ 
plugin.jelly:77:-1: ant:copy Warning: Could not find file /home/ 
continuum/build/work/4/assemblies/j2ee-installer/target/geronimo- 
installer-1.0-SNAPSHOT.jar to copy.

Total time   : 1 minutes 43 seconds
Finished at  : Monday, December 12, 2005 3:23:36 PM PST


* 
***









Re: [continuum] BUILD FAILURE: Geronimo:: Assemblies

2005-12-12 Thread David Blevins

Still getting this error on Assemblies.

On Dec 12, 2005, at 3:23 PM, continuum wrote:


izpack:izpack-prepare:
[echo] izpack-prepare is running
[echo] Processing installer file geronimo-izpack.xml
[echo] Processing installer file izpack-process.xml
[echo] Processing installer file izpack-user-input.xml

izpack:izpack-installer-build:
[echo] IZPack installer build is running.
[echo] IZPack Version is 3.8.0
[java]
[java] .::  IzPack - Version 3.8.0 ::.
[java]
[java]  compiler specifications version : 1.0 
[java]
[java] - Copyright (C) 2001-2005 Julien Ponge
[java] - Visit http://www.izforge.com/ for the latests releases
[java] - Released under the terms of the Apache Software  
License version 2.0.

[java]
[java] - Processing  : /home/continuum/build/work/4/assemblies/ 
j2ee-installer/target/geronimo-1.0-SNAPSHOT/geronimo-izpack.xml
[java] - Output  : /home/continuum/build/work/4/assemblies/ 
j2ee-installer/target/geronimo-installer-1.0-SNAPSHOT.jar

[java] - Base path   : .
[java] - Kind: standard
[java] - Compression : default
[java] - Compr. level: -1
[java]
[java] Adding resource: IzPack.uninstaller
[java] Setting the installer information
[java] Adding content of jar: file:/home/continuum/.maven/ 
repository/izpack/jars/standalone-compiler-3.8.0.jar!/lib/ 
liquidlnf.jar

[java] Setting the GUI preferences
[java] Adding langpack: eng
[java] Adding resource: flag.eng
[java] Adding resource: Installer.image
[java] - Fatal error :
[java]/home/continuum/build/work/4/assemblies/j2ee- 
installer/target/geronimo-1.0-SNAPSHOT/geronimo-izpack.xml:22:  
Resource not found: /home/continuum/build/work/4/assemblies/j2ee- 
installer/target/geronimo-1.0-SNAPSHOT/LICENSE.txt
[java] com.izforge.izpack.compiler.CompilerException: /home/ 
continuum/build/work/4/assemblies/j2ee-installer/target/ 
geronimo-1.0-SNAPSHOT/geronimo-izpack.xml:22: Resource not found: / 
home/continuum/build/work/4/assemblies/j2ee-installer/target/ 
geronimo-1.0-SNAPSHOT/LICENSE.txt
[java] 	at com.izforge.izpack.compiler.CompilerConfig.parseError 
(CompilerConfig.java:1518)
[java] 	at  
com.izforge.izpack.compiler.CompilerConfig.findProjectResource 
(CompilerConfig.java:1447)
[java] 	at  
com.izforge.izpack.compiler.CompilerConfig.addResources 
(CompilerConfig.java:1044)
[java] 	at  
com.izforge.izpack.compiler.CompilerConfig.executeCompiler 
(CompilerConfig.java:313)
[java] 	at com.izforge.izpack.compiler.CompilerConfig.main 
(CompilerConfig.java:1847)
[java] 	at com.izforge.izpack.compiler.Compiler.main 
(Compiler.java:620)

[java]
[java] (tip : use -? to get the commmand line parameters)
[java] [ERROR] Java Result: 1

BUILD FAILED
File.. /home/continuum/.maven/cache/maven-multiproject- 
plugin-1.4.1/plugin.jelly

Element... maven:reactor
Line.. 218
Column -1
Unable to obtain goal [multiproject:install-callback] -- /home/ 
continuum/.maven/cache/geronimo-izpack-plugin-1.0-SNAPSHOT/ 
plugin.jelly:77:-1: ant:copy Warning: Could not find file /home/ 
continuum/build/work/4/assemblies/j2ee-installer/target/geronimo- 
installer-1.0-SNAPSHOT.jar to copy.

Total time   : 1 minutes 43 seconds
Finished at  : Monday, December 12, 2005 3:23:36 PM PST


** 
**







Re: [continuum] BUILD FAILURE: Geronimo

2005-11-30 Thread David Blevins


On Nov 30, 2005, at 11:41 AM, continuum wrote:

http://ci.gbuild.org/continuum/target/ProjectBuild.vm/view/ 
ProjectBuild/id/1/buildId/196




Getting this failure from the build.  Any ideas on what I need to do  
to get a build to go?


-David

test:prepare-filesystem:

test:test-resources:
Running post goal: test:test-resources
[delete] Deleting directory /home/continuum/build/work/1/modules/ 
security/target/database
[mkdir] Created dir: /home/continuum/build/work/1/modules/ 
security/target/database


test:compile:

test:test:
[junit] Running org.apache.geronimo.security.ContextManagerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:  
0.718 sec
[junit] Running  
org.apache.geronimo.security.jaas.ConfigurationEntryTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:  
1.703 sec
[junit] Running  
org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.26  
sec

[junit] Running org.apache.geronimo.security.jaas.LoginKerberosTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:  
1.215 sec
[junit] Running  
org.apache.geronimo.security.jaas.LoginPropertiesFileTest
[junit] Tests run: 5, Failures: 0, Errors: 1, Time elapsed:  
1.758 sec
[junit] [ERROR] Test  
org.apache.geronimo.security.jaas.LoginPropertiesFileTest FAILED

[junit] Running org.apache.geronimo.security.jaas.LoginSQLTest
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed:  
1.835 sec
[junit] [ERROR] Test  
org.apache.geronimo.security.jaas.LoginSQLTest FAILED
[junit] Running  
org.apache.geronimo.security.jaas.MultipleLoginDomainTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:  
0.348 sec
[junit] Running  
org.apache.geronimo.security.jaas.NoLoginModuleReuseTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:  
0.345 sec

[junit] Running org.apache.geronimo.security.jaas.TimeoutTest
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed:  
1.442 sec
[junit] [ERROR] Test  
org.apache.geronimo.security.jaas.TimeoutTest FAILED
[junit] Running  
org.apache.geronimo.security.jacc.GeronimoPolicyConfigurationFactoryTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:  
0.316 sec
[junit] Running  
org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTes 
t
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed:  
1.209 sec
[junit] [ERROR] Test  
org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTes 
t FAILED
[junit] Running  
org.apache.geronimo.security.remoting.jmx.RemoteLoginTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed:  
1.256 sec
[junit] [ERROR] Test  
org.apache.geronimo.security.remoting.jmx.RemoteLoginTest FAILED


BUILD FAILED
File.. /home/continuum/.maven/cache/maven-multiproject- 
plugin-1.4.1/plugin.jelly

Element... maven:reactor
Line.. 218
Column -1
Unable to obtain goal [default] -- /home/continuum/.maven/cache/maven- 
test-plugin-1.7/plugin.jelly:183:-1:  There were test failures.

Total time   : 1 minutes 37 seconds
Finished at  : Wednesday, November 30, 2005 11:41:42 AM PST


Re: [continuum] BUILD FAILURE: Geronimo

2005-11-30 Thread David Jencks


On Nov 30, 2005, at 11:53 AM, David Blevins wrote:



On Nov 30, 2005, at 11:41 AM, continuum wrote:

http://ci.gbuild.org/continuum/target/ProjectBuild.vm/view/ 
ProjectBuild/id/1/buildId/196




Getting this failure from the build.  Any ideas on what I need to do  
to get a build to go?


I can't reproduce this.  Build works fine for me.

david jencks


-David

test:prepare-filesystem:

test:test-resources:
Running post goal: test:test-resources
[delete] Deleting directory  
/home/continuum/build/work/1/modules/security/target/database
[mkdir] Created dir:  
/home/continuum/build/work/1/modules/security/target/database


test:compile:

test:test:
[junit] Running org.apache.geronimo.security.ContextManagerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.718  
sec
[junit] Running  
org.apache.geronimo.security.jaas.ConfigurationEntryTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.703  
sec
[junit] Running  
org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.26  
sec

[junit] Running org.apache.geronimo.security.jaas.LoginKerberosTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.215  
sec
[junit] Running  
org.apache.geronimo.security.jaas.LoginPropertiesFileTest
[junit] Tests run: 5, Failures: 0, Errors: 1, Time elapsed: 1.758  
sec
[junit] [ERROR] Test  
org.apache.geronimo.security.jaas.LoginPropertiesFileTest FAILED

[junit] Running org.apache.geronimo.security.jaas.LoginSQLTest
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 1.835  
sec
[junit] [ERROR] Test  
org.apache.geronimo.security.jaas.LoginSQLTest FAILED
[junit] Running  
org.apache.geronimo.security.jaas.MultipleLoginDomainTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.348  
sec
[junit] Running  
org.apache.geronimo.security.jaas.NoLoginModuleReuseTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.345  
sec

[junit] Running org.apache.geronimo.security.jaas.TimeoutTest
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 1.442  
sec
[junit] [ERROR] Test org.apache.geronimo.security.jaas.TimeoutTest  
FAILED
[junit] Running  
org.apache.geronimo.security.jacc.GeronimoPolicyConfigurationFactoryTes 
t
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.316  
sec
[junit] Running  
org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTe 
st
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.209  
sec
[junit] [ERROR] Test  
org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTe 
st FAILED
[junit] Running  
org.apache.geronimo.security.remoting.jmx.RemoteLoginTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.256  
sec
[junit] [ERROR] Test  
org.apache.geronimo.security.remoting.jmx.RemoteLoginTest FAILED


BUILD FAILED
File..  
/home/continuum/.maven/cache/maven-multiproject-plugin-1.4.1/ 
plugin.jelly

Element... maven:reactor
Line.. 218
Column -1
Unable to obtain goal [default] --  
/home/continuum/.maven/cache/maven-test-plugin-1.7/plugin.jelly:183: 
-1:  There were test failures.

Total time   : 1 minutes 37 seconds
Finished at  : Wednesday, November 30, 2005 11:41:42 AM PST





Re: [continuum] BUILD FAILURE: Geronimo

2005-10-31 Thread David Blevins
FYI, this was just a test and an attempt to moderate through the  
address.  The build is fine.


-David

On Oct 31, 2005, at 10:04 PM, continuum wrote:

Online report : http://ci.gbuild.org/continuum/target/ 
ProjectBuild.vm/view/ProjectBuild/id/1/buildId/16

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Mon, 31 Oct 2005 22:01:16 -0800
  Finished at: Mon, 31 Oct 2005 22:04:37 -0800
  Total time: 3m 21s