You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Dennis Sosnoski <dm...@sosnoski.com> on 2005/08/17 20:55:35 UTC

[Axis2] Build problems

I'm trying to get setup for building Axis2, but have run into problems. 
First I tried using JDK 1.4.2, which died early on with an incompatible 
class version error. Then I switched to JDK 1.5 and got further, but it 
eventually died with:

    [junit] Running org.apache.axis2.engine.OneWayRawXMLTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.17 sec
    [junit] Running org.apache.axis2.groovy.GroovyServiceTest
    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 14.052 sec
    [junit] [ERROR] TEST org.apache.axis2.groovy.GroovyServiceTest FAILED
    [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.95 sec
    ...
BUILD FAILED
File...... 
/home/dennis/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [multiproject:install-callback] -- 
/home/dennis/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54: 
<fail> There were test failures.
Total time: 11 minutes 17 seconds

Is the build really broken (especially for 1.4.2), or have I just got 
something misconfigured? Thanks,

  - Dennis

Re: [Axis2] Build problems

Posted by Davanum Srinivas <da...@gmail.com>.
ok i will look into this. would appreciate a quick jira bug :)

-- dims

On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> The build ran all the way through with no problems on 1.4.2. Switching
> back to 1.5 and running another "maven clean" + "maven" still fails the
> GroovyServiceTest, though.
> 
>   - Dennis
> 
> Davanum Srinivas wrote:
> 
> >great!
> >
> >On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> >
> >
> >>Looks like the "maven clean" cleared it up - it's running through the
> >>tests now on 1.4.2. I'd used maven a long time ago for something or
> >>other which must have left things in an incompatible state.
> >>
> >>Thanks,
> >>
> >>  - Dennis
> >>
> >>Davanum Srinivas wrote:
> >>
> >>
> >>
> >>>that's weird. i just tried it an hour ago with 1.4.2_09. works fine.
> >>>could you run "svn update" followed by "maven clean" and then run
> >>>"maven"? better to even blow up your local maven repo (sometimes there
> >>>is weird broken jars). Just to be sure i will run it again and will
> >>>chime back in a few mins.
> >>>
> >>>-- dims
> >>>
> >>>On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> >>>
> >>>
> >>>
> >>>
> >>>>I'm trying to get setup for building Axis2, but have run into problems.
> >>>>First I tried using JDK 1.4.2, which died early on with an incompatible
> >>>>class version error. Then I switched to JDK 1.5 and got further, but it
> >>>>eventually died with:
> >>>>
> >>>>   [junit] Running org.apache.axis2.engine.OneWayRawXMLTest
> >>>>   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.17 sec
> >>>>   [junit] Running org.apache.axis2.groovy.GroovyServiceTest
> >>>>   [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 14.052 sec
> >>>>   [junit] [ERROR] TEST org.apache.axis2.groovy.GroovyServiceTest FAILED
> >>>>   [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest
> >>>>   [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.95 sec
> >>>>   ...
> >>>>BUILD FAILED
> >>>>File......
> >>>>/home/dennis/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> >>>>Element... maven:reactor
> >>>>Line...... 217
> >>>>Column.... 9
> >>>>Unable to obtain goal [multiproject:install-callback] --
> >>>>/home/dennis/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:
> >>>><fail> There were test failures.
> >>>>Total time: 11 minutes 17 seconds
> >>>>
> >>>>Is the build really broken (especially for 1.4.2), or have I just got
> >>>>something misconfigured? Thanks,
> >>>>
> >>>> - Dennis
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>
> >>>
> >>>
> >>>
> >
> >
> >
> >
> 


-- 
Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform

Re: [Axis2] Build problems

Posted by Davanum Srinivas <da...@gmail.com>.
Thanks. Please enter the complete "java -version" output of jdk1.5 as well :)

-- dims

On 8/18/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> I've run through the "maven clean" + "maven" cycle several times using
> 1.4.2_02 as per your suggestion, and no longer see the failures. The
> GroovyServiceTest failure on Sun's 1.5 JDK seems to happen every time,
> so I'll log that in Jira.
> 
>   - Dennis
> 
> Davanum Srinivas wrote:
> 
> >Could you please try the latest JDK? i see 1.4.2_02 available from blackdown.
> >
> >thanks,
> >dims
> >
> >On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> >
> >
> >>Actually, there appear to be intermittent failures even on 1.4.2.
> >>Switching back to 1.4.2 and once again running "maven clean" + "maven"
> >>failed:
> >>
> >>    [junit] Running org.apache.axis2.swa.EchoRawSwATest
> >>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.632 sec
> >>    [junit] Running org.apache.axis2.mtom.EchoRawMTOMToBase64Test
> >>    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 9.417 sec
> >>    [junit] [ERROR] TEST org.apache.axis2.mtom.EchoRawMTOMToBase64Test
> >>FAILED
> >>
> >>Trying it a second time gave the same failure. Trying it a third time
> >>ran all the way through again.
> >>
> >>I'm running Maven 1.0.2 on Mandriva-64 2005LE, with Java HotSpot(TM)
> >>64-Bit Server VM (build Blackdown-1.4.2-01, mixed mode) for these tests.
> >>
> >>  - Dennis
> >>
> >>Dennis Sosnoski wrote:
> >>
> >>
> >>
> >>>The build ran all the way through with no problems on 1.4.2. Switching
> >>>back to 1.5 and running another "maven clean" + "maven" still fails
> >>>the GroovyServiceTest, though.
> >>>
> >>> - Dennis
> >>>
> >>>Davanum Srinivas wrote:
> >>>
> >>>
> >>>
> >>>>great!
> >>>>
> >>>>On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>Looks like the "maven clean" cleared it up - it's running through the
> >>>>>tests now on 1.4.2. I'd used maven a long time ago for something or
> >>>>>other which must have left things in an incompatible state.
> >>>>>
> >>>>>Thanks,
> >>>>>
> >>>>> - Dennis
> >>>>>
> >>>>>Davanum Srinivas wrote:
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>>that's weird. i just tried it an hour ago with 1.4.2_09. works fine.
> >>>>>>could you run "svn update" followed by "maven clean" and then run
> >>>>>>"maven"? better to even blow up your local maven repo (sometimes there
> >>>>>>is weird broken jars). Just to be sure i will run it again and will
> >>>>>>chime back in a few mins.
> >>>>>>
> >>>>>>-- dims
> >>>>>>
> >>>>>>On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>>I'm trying to get setup for building Axis2, but have run into
> >>>>>>>problems.
> >>>>>>>First I tried using JDK 1.4.2, which died early on with an
> >>>>>>>incompatible
> >>>>>>>class version error. Then I switched to JDK 1.5 and got further,
> >>>>>>>but it
> >>>>>>>eventually died with:
> >>>>>>>
> >>>>>>>  [junit] Running org.apache.axis2.engine.OneWayRawXMLTest
> >>>>>>>  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.17
> >>>>>>>sec
> >>>>>>>  [junit] Running org.apache.axis2.groovy.GroovyServiceTest
> >>>>>>>  [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed:
> >>>>>>>14.052 sec
> >>>>>>>  [junit] [ERROR] TEST org.apache.axis2.groovy.GroovyServiceTest
> >>>>>>>FAILED
> >>>>>>>  [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest
> >>>>>>>  [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.95
> >>>>>>>sec
> >>>>>>>  ...
> >>>>>>>BUILD FAILED
> >>>>>>>File......
> >>>>>>>/home/dennis/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> >>>>>>>
> >>>>>>>Element... maven:reactor
> >>>>>>>Line...... 217
> >>>>>>>Column.... 9
> >>>>>>>Unable to obtain goal [multiproject:install-callback] --
> >>>>>>>/home/dennis/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:
> >>>>>>>
> >>>>>>><fail> There were test failures.
> >>>>>>>Total time: 11 minutes 17 seconds
> >>>>>>>
> >>>>>>>Is the build really broken (especially for 1.4.2), or have I just got
> >>>>>>>something misconfigured? Thanks,
> >>>>>>>
> >>>>>>>- Dennis
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >
> >
> >
> >
> 


-- 
Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform

Re: [Axis2] Build problems

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
I've run through the "maven clean" + "maven" cycle several times using 
1.4.2_02 as per your suggestion, and no longer see the failures. The 
GroovyServiceTest failure on Sun's 1.5 JDK seems to happen every time, 
so I'll log that in Jira.

  - Dennis

Davanum Srinivas wrote:

>Could you please try the latest JDK? i see 1.4.2_02 available from blackdown.
>
>thanks,
>dims
>
>On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>  
>
>>Actually, there appear to be intermittent failures even on 1.4.2.
>>Switching back to 1.4.2 and once again running "maven clean" + "maven"
>>failed:
>>
>>    [junit] Running org.apache.axis2.swa.EchoRawSwATest
>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.632 sec
>>    [junit] Running org.apache.axis2.mtom.EchoRawMTOMToBase64Test
>>    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 9.417 sec
>>    [junit] [ERROR] TEST org.apache.axis2.mtom.EchoRawMTOMToBase64Test
>>FAILED
>>
>>Trying it a second time gave the same failure. Trying it a third time
>>ran all the way through again.
>>
>>I'm running Maven 1.0.2 on Mandriva-64 2005LE, with Java HotSpot(TM)
>>64-Bit Server VM (build Blackdown-1.4.2-01, mixed mode) for these tests.
>>
>>  - Dennis
>>
>>Dennis Sosnoski wrote:
>>
>>    
>>
>>>The build ran all the way through with no problems on 1.4.2. Switching
>>>back to 1.5 and running another "maven clean" + "maven" still fails
>>>the GroovyServiceTest, though.
>>>
>>> - Dennis
>>>
>>>Davanum Srinivas wrote:
>>>
>>>      
>>>
>>>>great!
>>>>
>>>>On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>>>>
>>>>
>>>>        
>>>>
>>>>>Looks like the "maven clean" cleared it up - it's running through the
>>>>>tests now on 1.4.2. I'd used maven a long time ago for something or
>>>>>other which must have left things in an incompatible state.
>>>>>
>>>>>Thanks,
>>>>>
>>>>> - Dennis
>>>>>
>>>>>Davanum Srinivas wrote:
>>>>>
>>>>>
>>>>>
>>>>>          
>>>>>
>>>>>>that's weird. i just tried it an hour ago with 1.4.2_09. works fine.
>>>>>>could you run "svn update" followed by "maven clean" and then run
>>>>>>"maven"? better to even blow up your local maven repo (sometimes there
>>>>>>is weird broken jars). Just to be sure i will run it again and will
>>>>>>chime back in a few mins.
>>>>>>
>>>>>>-- dims
>>>>>>
>>>>>>On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>            
>>>>>>
>>>>>>>I'm trying to get setup for building Axis2, but have run into
>>>>>>>problems.
>>>>>>>First I tried using JDK 1.4.2, which died early on with an
>>>>>>>incompatible
>>>>>>>class version error. Then I switched to JDK 1.5 and got further,
>>>>>>>but it
>>>>>>>eventually died with:
>>>>>>>
>>>>>>>  [junit] Running org.apache.axis2.engine.OneWayRawXMLTest
>>>>>>>  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.17
>>>>>>>sec
>>>>>>>  [junit] Running org.apache.axis2.groovy.GroovyServiceTest
>>>>>>>  [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed:
>>>>>>>14.052 sec
>>>>>>>  [junit] [ERROR] TEST org.apache.axis2.groovy.GroovyServiceTest
>>>>>>>FAILED
>>>>>>>  [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest
>>>>>>>  [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.95
>>>>>>>sec
>>>>>>>  ...
>>>>>>>BUILD FAILED
>>>>>>>File......
>>>>>>>/home/dennis/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
>>>>>>>
>>>>>>>Element... maven:reactor
>>>>>>>Line...... 217
>>>>>>>Column.... 9
>>>>>>>Unable to obtain goal [multiproject:install-callback] --
>>>>>>>/home/dennis/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:
>>>>>>>
>>>>>>><fail> There were test failures.
>>>>>>>Total time: 11 minutes 17 seconds
>>>>>>>
>>>>>>>Is the build really broken (especially for 1.4.2), or have I just got
>>>>>>>something misconfigured? Thanks,
>>>>>>>
>>>>>>>- Dennis
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>              
>>>>>>>
>>>>>>
>>>>>>
>>>>>>            
>>>>>>
>>>>
>>>>
>>>>        
>>>>
>
>
>  
>

Re: [Axis2] Build problems

Posted by Davanum Srinivas <da...@gmail.com>.
Could you please try the latest JDK? i see 1.4.2_02 available from blackdown.

thanks,
dims

On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> Actually, there appear to be intermittent failures even on 1.4.2.
> Switching back to 1.4.2 and once again running "maven clean" + "maven"
> failed:
> 
>     [junit] Running org.apache.axis2.swa.EchoRawSwATest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.632 sec
>     [junit] Running org.apache.axis2.mtom.EchoRawMTOMToBase64Test
>     [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 9.417 sec
>     [junit] [ERROR] TEST org.apache.axis2.mtom.EchoRawMTOMToBase64Test
> FAILED
> 
> Trying it a second time gave the same failure. Trying it a third time
> ran all the way through again.
> 
> I'm running Maven 1.0.2 on Mandriva-64 2005LE, with Java HotSpot(TM)
> 64-Bit Server VM (build Blackdown-1.4.2-01, mixed mode) for these tests.
> 
>   - Dennis
> 
> Dennis Sosnoski wrote:
> 
> > The build ran all the way through with no problems on 1.4.2. Switching
> > back to 1.5 and running another "maven clean" + "maven" still fails
> > the GroovyServiceTest, though.
> >
> >  - Dennis
> >
> > Davanum Srinivas wrote:
> >
> >> great!
> >>
> >> On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> >>
> >>
> >>> Looks like the "maven clean" cleared it up - it's running through the
> >>> tests now on 1.4.2. I'd used maven a long time ago for something or
> >>> other which must have left things in an incompatible state.
> >>>
> >>> Thanks,
> >>>
> >>>  - Dennis
> >>>
> >>> Davanum Srinivas wrote:
> >>>
> >>>
> >>>
> >>>> that's weird. i just tried it an hour ago with 1.4.2_09. works fine.
> >>>> could you run "svn update" followed by "maven clean" and then run
> >>>> "maven"? better to even blow up your local maven repo (sometimes there
> >>>> is weird broken jars). Just to be sure i will run it again and will
> >>>> chime back in a few mins.
> >>>>
> >>>> -- dims
> >>>>
> >>>> On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>> I'm trying to get setup for building Axis2, but have run into
> >>>>> problems.
> >>>>> First I tried using JDK 1.4.2, which died early on with an
> >>>>> incompatible
> >>>>> class version error. Then I switched to JDK 1.5 and got further,
> >>>>> but it
> >>>>> eventually died with:
> >>>>>
> >>>>>   [junit] Running org.apache.axis2.engine.OneWayRawXMLTest
> >>>>>   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.17
> >>>>> sec
> >>>>>   [junit] Running org.apache.axis2.groovy.GroovyServiceTest
> >>>>>   [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed:
> >>>>> 14.052 sec
> >>>>>   [junit] [ERROR] TEST org.apache.axis2.groovy.GroovyServiceTest
> >>>>> FAILED
> >>>>>   [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest
> >>>>>   [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.95
> >>>>> sec
> >>>>>   ...
> >>>>> BUILD FAILED
> >>>>> File......
> >>>>> /home/dennis/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> >>>>>
> >>>>> Element... maven:reactor
> >>>>> Line...... 217
> >>>>> Column.... 9
> >>>>> Unable to obtain goal [multiproject:install-callback] --
> >>>>> /home/dennis/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:
> >>>>>
> >>>>> <fail> There were test failures.
> >>>>> Total time: 11 minutes 17 seconds
> >>>>>
> >>>>> Is the build really broken (especially for 1.4.2), or have I just got
> >>>>> something misconfigured? Thanks,
> >>>>>
> >>>>> - Dennis
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>
> >>
> >>
> >>
> >>
> >
> 


-- 
Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform

Re: [Axis2] Build problems

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
Actually, there appear to be intermittent failures even on 1.4.2. 
Switching back to 1.4.2 and once again running "maven clean" + "maven" 
failed:

    [junit] Running org.apache.axis2.swa.EchoRawSwATest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.632 sec
    [junit] Running org.apache.axis2.mtom.EchoRawMTOMToBase64Test
    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 9.417 sec
    [junit] [ERROR] TEST org.apache.axis2.mtom.EchoRawMTOMToBase64Test 
FAILED

Trying it a second time gave the same failure. Trying it a third time 
ran all the way through again.

I'm running Maven 1.0.2 on Mandriva-64 2005LE, with Java HotSpot(TM) 
64-Bit Server VM (build Blackdown-1.4.2-01, mixed mode) for these tests.

  - Dennis

Dennis Sosnoski wrote:

> The build ran all the way through with no problems on 1.4.2. Switching 
> back to 1.5 and running another "maven clean" + "maven" still fails 
> the GroovyServiceTest, though.
>
>  - Dennis
>
> Davanum Srinivas wrote:
>
>> great!
>>
>> On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>>  
>>
>>> Looks like the "maven clean" cleared it up - it's running through the
>>> tests now on 1.4.2. I'd used maven a long time ago for something or
>>> other which must have left things in an incompatible state.
>>>
>>> Thanks,
>>>
>>>  - Dennis
>>>
>>> Davanum Srinivas wrote:
>>>
>>>   
>>>
>>>> that's weird. i just tried it an hour ago with 1.4.2_09. works fine.
>>>> could you run "svn update" followed by "maven clean" and then run
>>>> "maven"? better to even blow up your local maven repo (sometimes there
>>>> is weird broken jars). Just to be sure i will run it again and will
>>>> chime back in a few mins.
>>>>
>>>> -- dims
>>>>
>>>> On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>>>>
>>>>
>>>>     
>>>>
>>>>> I'm trying to get setup for building Axis2, but have run into 
>>>>> problems.
>>>>> First I tried using JDK 1.4.2, which died early on with an 
>>>>> incompatible
>>>>> class version error. Then I switched to JDK 1.5 and got further, 
>>>>> but it
>>>>> eventually died with:
>>>>>
>>>>>   [junit] Running org.apache.axis2.engine.OneWayRawXMLTest
>>>>>   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.17 
>>>>> sec
>>>>>   [junit] Running org.apache.axis2.groovy.GroovyServiceTest
>>>>>   [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 
>>>>> 14.052 sec
>>>>>   [junit] [ERROR] TEST org.apache.axis2.groovy.GroovyServiceTest 
>>>>> FAILED
>>>>>   [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest
>>>>>   [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.95 
>>>>> sec
>>>>>   ...
>>>>> BUILD FAILED
>>>>> File......
>>>>> /home/dennis/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly 
>>>>>
>>>>> Element... maven:reactor
>>>>> Line...... 217
>>>>> Column.... 9
>>>>> Unable to obtain goal [multiproject:install-callback] --
>>>>> /home/dennis/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54: 
>>>>>
>>>>> <fail> There were test failures.
>>>>> Total time: 11 minutes 17 seconds
>>>>>
>>>>> Is the build really broken (especially for 1.4.2), or have I just got
>>>>> something misconfigured? Thanks,
>>>>>
>>>>> - Dennis
>>>>>
>>>>>
>>>>>
>>>>>       
>>>>
>>>>
>>>>
>>>>     
>>>
>>
>>
>>  
>>
>

Re: [Axis2] Build problems

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
The build ran all the way through with no problems on 1.4.2. Switching 
back to 1.5 and running another "maven clean" + "maven" still fails the 
GroovyServiceTest, though.

  - Dennis

Davanum Srinivas wrote:

>great!
>
>On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>  
>
>>Looks like the "maven clean" cleared it up - it's running through the
>>tests now on 1.4.2. I'd used maven a long time ago for something or
>>other which must have left things in an incompatible state.
>>
>>Thanks,
>>
>>  - Dennis
>>
>>Davanum Srinivas wrote:
>>
>>    
>>
>>>that's weird. i just tried it an hour ago with 1.4.2_09. works fine.
>>>could you run "svn update" followed by "maven clean" and then run
>>>"maven"? better to even blow up your local maven repo (sometimes there
>>>is weird broken jars). Just to be sure i will run it again and will
>>>chime back in a few mins.
>>>
>>>-- dims
>>>
>>>On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>>>
>>>
>>>      
>>>
>>>>I'm trying to get setup for building Axis2, but have run into problems.
>>>>First I tried using JDK 1.4.2, which died early on with an incompatible
>>>>class version error. Then I switched to JDK 1.5 and got further, but it
>>>>eventually died with:
>>>>
>>>>   [junit] Running org.apache.axis2.engine.OneWayRawXMLTest
>>>>   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.17 sec
>>>>   [junit] Running org.apache.axis2.groovy.GroovyServiceTest
>>>>   [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 14.052 sec
>>>>   [junit] [ERROR] TEST org.apache.axis2.groovy.GroovyServiceTest FAILED
>>>>   [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest
>>>>   [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.95 sec
>>>>   ...
>>>>BUILD FAILED
>>>>File......
>>>>/home/dennis/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
>>>>Element... maven:reactor
>>>>Line...... 217
>>>>Column.... 9
>>>>Unable to obtain goal [multiproject:install-callback] --
>>>>/home/dennis/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:
>>>><fail> There were test failures.
>>>>Total time: 11 minutes 17 seconds
>>>>
>>>>Is the build really broken (especially for 1.4.2), or have I just got
>>>>something misconfigured? Thanks,
>>>>
>>>> - Dennis
>>>>
>>>>
>>>>
>>>>        
>>>>
>>>
>>>
>>>      
>>>
>
>
>  
>

Re: [Axis2] Build problems

Posted by Davanum Srinivas <da...@gmail.com>.
great!

On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> Looks like the "maven clean" cleared it up - it's running through the
> tests now on 1.4.2. I'd used maven a long time ago for something or
> other which must have left things in an incompatible state.
> 
> Thanks,
> 
>   - Dennis
> 
> Davanum Srinivas wrote:
> 
> >that's weird. i just tried it an hour ago with 1.4.2_09. works fine.
> >could you run "svn update" followed by "maven clean" and then run
> >"maven"? better to even blow up your local maven repo (sometimes there
> >is weird broken jars). Just to be sure i will run it again and will
> >chime back in a few mins.
> >
> >-- dims
> >
> >On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> >
> >
> >>I'm trying to get setup for building Axis2, but have run into problems.
> >>First I tried using JDK 1.4.2, which died early on with an incompatible
> >>class version error. Then I switched to JDK 1.5 and got further, but it
> >>eventually died with:
> >>
> >>    [junit] Running org.apache.axis2.engine.OneWayRawXMLTest
> >>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.17 sec
> >>    [junit] Running org.apache.axis2.groovy.GroovyServiceTest
> >>    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 14.052 sec
> >>    [junit] [ERROR] TEST org.apache.axis2.groovy.GroovyServiceTest FAILED
> >>    [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest
> >>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.95 sec
> >>    ...
> >>BUILD FAILED
> >>File......
> >>/home/dennis/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> >>Element... maven:reactor
> >>Line...... 217
> >>Column.... 9
> >>Unable to obtain goal [multiproject:install-callback] --
> >>/home/dennis/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:
> >><fail> There were test failures.
> >>Total time: 11 minutes 17 seconds
> >>
> >>Is the build really broken (especially for 1.4.2), or have I just got
> >>something misconfigured? Thanks,
> >>
> >>  - Dennis
> >>
> >>
> >>
> >
> >
> >
> >
> 


-- 
Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform

Re: [Axis2] Build problems

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
Looks like the "maven clean" cleared it up - it's running through the 
tests now on 1.4.2. I'd used maven a long time ago for something or 
other which must have left things in an incompatible state.

Thanks,

  - Dennis

Davanum Srinivas wrote:

>that's weird. i just tried it an hour ago with 1.4.2_09. works fine.
>could you run "svn update" followed by "maven clean" and then run
>"maven"? better to even blow up your local maven repo (sometimes there
>is weird broken jars). Just to be sure i will run it again and will
>chime back in a few mins.
>
>-- dims
>
>On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>  
>
>>I'm trying to get setup for building Axis2, but have run into problems.
>>First I tried using JDK 1.4.2, which died early on with an incompatible
>>class version error. Then I switched to JDK 1.5 and got further, but it
>>eventually died with:
>>
>>    [junit] Running org.apache.axis2.engine.OneWayRawXMLTest
>>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.17 sec
>>    [junit] Running org.apache.axis2.groovy.GroovyServiceTest
>>    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 14.052 sec
>>    [junit] [ERROR] TEST org.apache.axis2.groovy.GroovyServiceTest FAILED
>>    [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest
>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.95 sec
>>    ...
>>BUILD FAILED
>>File......
>>/home/dennis/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
>>Element... maven:reactor
>>Line...... 217
>>Column.... 9
>>Unable to obtain goal [multiproject:install-callback] --
>>/home/dennis/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:
>><fail> There were test failures.
>>Total time: 11 minutes 17 seconds
>>
>>Is the build really broken (especially for 1.4.2), or have I just got
>>something misconfigured? Thanks,
>>
>>  - Dennis
>>
>>    
>>
>
>
>  
>

Re: [Axis2] Build problems

Posted by Davanum Srinivas <da...@gmail.com>.
that's weird. i just tried it an hour ago with 1.4.2_09. works fine.
could you run "svn update" followed by "maven clean" and then run
"maven"? better to even blow up your local maven repo (sometimes there
is weird broken jars). Just to be sure i will run it again and will
chime back in a few mins.

-- dims

On 8/17/05, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> I'm trying to get setup for building Axis2, but have run into problems.
> First I tried using JDK 1.4.2, which died early on with an incompatible
> class version error. Then I switched to JDK 1.5 and got further, but it
> eventually died with:
> 
>     [junit] Running org.apache.axis2.engine.OneWayRawXMLTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.17 sec
>     [junit] Running org.apache.axis2.groovy.GroovyServiceTest
>     [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 14.052 sec
>     [junit] [ERROR] TEST org.apache.axis2.groovy.GroovyServiceTest FAILED
>     [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.95 sec
>     ...
> BUILD FAILED
> File......
> /home/dennis/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [multiproject:install-callback] --
> /home/dennis/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:
> <fail> There were test failures.
> Total time: 11 minutes 17 seconds
> 
> Is the build really broken (especially for 1.4.2), or have I just got
> something misconfigured? Thanks,
> 
>   - Dennis
> 


-- 
Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform