You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by mouli <uc...@yahoo.com> on 2004/10/19 15:52:01 UTC

Build error

Build fails on start
I did maven m:co and then maven m:rebuild

The build fails giving the follwing error

*****************************************************

Starting the reactor...
Parse Fatal Error at line 351 column 32: The entity
"openorb-version" was refere
nced, but not declared.
org.xml.sax.SAXParseException: The entity
"openorb-version" was referenced, but
not declared.
        at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Un
known Source)
        at
org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown
Source)

        at
org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
Source)
        at
org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
Source)
        at
org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown
Source)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityRefer
ence(Unknown Source)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
Dispatcher.dispatch(Unknown Source)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
known Source)
        at
org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
        at
org.apache.xerces.parsers.DTDConfiguration.parse(Unknown
Source)
        at
org.apache.xerces.parsers.XMLParser.parse(Unknown
Source)
        at
org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
        at
org.apache.commons.digester.Digester.parse(Digester.java:1527)
        at
org.apache.maven.MavenUtils.getNonJellyProject(MavenUtils.java:204)
        at
org.apache.maven.MavenUtils.getProject(MavenUtils.java:144)
        at
org.apache.maven.MavenUtils.getProject(MavenUtils.java:123)
        at
org.apache.maven.MavenUtils.getProjects(MavenUtils.java:290)
        at
org.apache.maven.jelly.tags.maven.ReactorTag.getSortedProjects(Reacto
rTag.java:400)
        at
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:29
6)
        at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at
org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
        at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
g.java:79)
        at
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
mAction(MavenGoalTag.java:110)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at
com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
        at com.werken.werkz.Goal.attain(Goal.java:573)
        at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
        at
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttai
nGoalTag.java:127)
        at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
g.java:79)
        at
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
mAction(MavenGoalTag.java:110)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at
com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
        at com.werken.werkz.Goal.attain(Goal.java:573)
        at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
        at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
634)
        at
org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
        at
org.apache.maven.cli.App.doMain(App.java:486)
        at
org.apache.maven.cli.App.main(App.java:1215)
        at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at
java.lang.reflect.Method.invoke(Method.java:585)
        at
com.werken.forehead.Forehead.run(Forehead.java:551)
        at
com.werken.forehead.Forehead.main(Forehead.java:581)

BUILD FAILED
File...... C:\Documents and
Settings\moli\.maven\cache\maven-multiproject-plu
gin-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 63
Column.... 9
Error parsing project.xml
'C:\asf\geronimo\openejb\modules\core\project.xml'
Total time: 24 seconds
Finished at: Tue Oct 19 09:43:39 EDT 2004

C:\asf\geronimo>
*****************************************************

Env
Windows 2000, Jdk 1.5, maven 1.0

Regards,
Mouli


		
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 

Re: Build error

Posted by David Jencks <dj...@gluecode.com>.
Thanks for pointing this out on the list.  The itest plugin is not  
entirely failsafe: if an error occurs during the pretest setup  
goal/script it won't execute the post test teardown script.  If anyone  
has ideas on how to fix this... it's the itest plugin, now part of  
maven.

david jencks


On Oct 20, 2004, at 5:33 AM, Jeff Fletcher wrote:

> This seems to have been caused by a previous build failing and leaving  
> a process running.  The process in question is:
> 0 S jeff     20787     1  0  83   0 - 62294 schedu 14:40 pts1      
> 00:00:02 /usr/java/j2sdk1.4.2_05/jre/bin/java  
> -Djava.rmi.server.RMIClassLoaderSpi=org.apache.geronimo.system.rmi.RMIC 
> lassLoaderSpiImpl -ea -jar  
> /home/jeff/openSource/geronimo/geronimo/openejb/modules/itests/target/ 
> openejb/bin/server.jar org/openejb/Security ...
>
> All these tests failed due to SocketException: Address already in use
>
> Just an FYI in case anybody else has an issue like this.
>
> David Jencks wrote:
>
>> I don't see these errors.  Any clue what's causing them?
>>
>> david jencks
>>
>> On Oct 19, 2004, at 2:45 PM, Jeff Fletcher wrote:
>>
>>> Thanks, it got past that part, but now this:
>>>
>>> test:test:
>>>    [junit] Running   
>>> org.apache.geronimo.security.remoting.jmx.RemoteLoginTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 2.061  
>>>  sec
>>>    [junit] [ERROR] TEST   
>>> org.apache.geronimo.security.remoting.jmx.RemoteLoginTest FAILED
>>>    [junit] Running   
>>> org.apache.geronimo.security.network.protocol.SubjectCarryingProtocol 
>>> Te st
>>>    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 1.763  
>>>  sec
>>>    [junit] [ERROR] TEST   
>>> org.apache.geronimo.security.network.protocol.SubjectCarryingProtocol 
>>> Te st FAILED
>>>    [junit] Running   
>>> org.apache.geronimo.security.bridge.MappingUserPasswordBridgeTest
>>>    [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 1.919  
>>>  sec
>>>    [junit] [ERROR] TEST   
>>> org.apache.geronimo.security.bridge.MappingUserPasswordBridgeTest   
>>> FAILED
>>>    [junit] Running   
>>> org.apache.geronimo.security.bridge.ConfiguredIdentityUserPasswordBri 
>>> dg eTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.85  
>>> sec
>>>    [junit] [ERROR] TEST   
>>> org.apache.geronimo.security.bridge.ConfiguredIdentityUserPasswordBri 
>>> dg eTest FAILED
>>>    [junit] Running   
>>> org.apache.geronimo.security.bridge.CallerIdentityUserPasswordBridgeT 
>>> es t
>>>    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 2.045  
>>>  sec
>>>    [junit] [ERROR] TEST   
>>> org.apache.geronimo.security.bridge.CallerIdentityUserPasswordBridgeT 
>>> es t FAILED
>>>    [junit] Running   
>>> org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.902  
>>>  sec
>>>    [junit] [ERROR] TEST   
>>> org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest  
>>> FAILED
>>>    [junit] Running   
>>> org.apache.geronimo.security.jaas.LoginSimpleRealmTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.853  
>>>  sec
>>>    [junit] [ERROR] TEST   
>>> org.apache.geronimo.security.jaas.LoginSimpleRealmTest FAILED
>>>    [junit] Running   
>>> org.apache.geronimo.security.jaas.LoginPropertiesFileTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.849  
>>>  sec
>>>    [junit] [ERROR] TEST   
>>> org.apache.geronimo.security.jaas.LoginPropertiesFileTest FAILED
>>>    [junit] Running  
>>> org.apache.geronimo.security.jaas.LoginKerberosTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.841  
>>>  sec
>>>    [junit] [ERROR] TEST   
>>> org.apache.geronimo.security.jaas.LoginKerberosTest FAILED
>>>    [junit] Running org.apache.geronimo.security.jaas.LoginSQLTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.845  
>>>  sec
>>>    [junit] [ERROR] TEST  
>>> org.apache.geronimo.security.jaas.LoginSQLTest  FAILED
>>>    [junit] Running   
>>> org.apache.geronimo.security.jaas.ConfigurationEntryTest
>>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 2.005  
>>>  sec
>>>    [junit] [ERROR] TEST   
>>> org.apache.geronimo.security.jaas.ConfigurationEntryTest FAILED
>>> BUILD FAILED
>>> File......   
>>> /home/jeff/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
>>> Element... maven:reactor
>>> Line...... 217
>>> Column.... 9
>>> Unable to obtain goal [default] --   
>>> /home/jeff/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:  
>>>  <fail> There were test failures.
>>> Total time: 8 minutes 15 seconds
>>> Finished at: Tue Oct 19 15:42:29 MDT 2004
>>>
>>>
>>> David Jencks wrote:
>>>
>>>> sorry about that, I committed an experiment by mistake.
>>>>
>>>> should be fixed in svn.
>>>>
>>>> david jencks
>>>>
>>>> On Oct 19, 2004, at 2:19 PM, Jeff Fletcher wrote:
>>>>
>>>>> I got a bunch of NullPointerExceptions
>>>>> test:test:
>>>>>    [junit] Running org.apache.geronimo.transaction.log.HOWLLogTest
>>>>> Thread-28
>>>>> java.lang.NullPointerException
>>>>>        at    
>>>>> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>>>>>        at    
>>>>> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:  
>>>>> 605)
>>>>>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>>>>>        at   
>>>>> org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>>>>>        at    
>>>>> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java: 
>>>>> 274)
>>>>>        at    
>>>>> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractL 
>>>>> og Te st.java:137)
>>>>> Thread-27
>>>>> java.lang.NullPointerException
>>>>>        at    
>>>>> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>>>>>        at    
>>>>> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:  
>>>>> 605)
>>>>>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>>>>>        at   
>>>>> org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>>>>>        at    
>>>>> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java: 
>>>>> 274)
>>>>>        at    
>>>>> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractL 
>>>>> og Te st.java:137)
>>>>> .. (19 different threads total) ...
>>>>> Thread-36
>>>>> java.lang.NullPointerException
>>>>>        at    
>>>>> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>>>>>        at    
>>>>> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:  
>>>>> 605)
>>>>>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>>>>>        at   
>>>>> org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>>>>>        at    
>>>>> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java: 
>>>>> 274)
>>>>>        at    
>>>>> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractL 
>>>>> og Te st.java:137)
>>>>>    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed:  
>>>>> 0.321   sec
>>>>>    [junit] [ERROR] TEST    
>>>>> org.apache.geronimo.transaction.log.HOWLLogTest FAILED
>>>>>    [junit] Running    
>>>>> org.apache.geronimo.transaction.context.TransactionContextManagerTe 
>>>>> st
>>>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed:  
>>>>> 0.074   sec
>>>>>    [junit] Running    
>>>>> org.apache.geronimo.transaction.manager.XidImporterTest
>>>>>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed:  
>>>>> 0.029   sec
>>>>>    [junit] Running    
>>>>> org.apache.geronimo.transaction.manager.MockLogRecoveryTest
>>>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed:  
>>>>> 0.029   sec
>>>>>    [junit] Running    
>>>>> org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest
>>>>>    [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed:  
>>>>> 5.078   sec
>>>>>    [junit] [ERROR] TEST    
>>>>> org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest FAILED
>>>>>    [junit] Running   
>>>>> org.apache.geronimo.transaction.manager.RecoveryTest
>>>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed:  
>>>>> 0.032   sec
>>>>>    [junit] Running   
>>>>> org.apache.geronimo.transaction.manager.ProtocolTest
>>>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed:  
>>>>> 0.046   sec
>>>>>    [junit] Running    
>>>>> org.apache.geronimo.transaction.TransactionManagerProxyTest
>>>>>    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed:   
>>>>> 0.043  sec
>>>>> BUILD FAILED
>>>>> File......    
>>>>> /home/jeff/.maven/cache/maven-multiproject-plugin-1.3.1/ 
>>>>> plugin.jelly
>>>>> Element... maven:reactor
>>>>> Line...... 217
>>>>> Column.... 9
>>>>> Unable to obtain goal [default] --    
>>>>> /home/jeff/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181: 
>>>>> 54:   <fail> There were test failures.
>>>>> Total time: 5 minutes 19 seconds
>>>>> Finished at: Tue Oct 19 15:00:57 MDT 2004
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> David Jencks wrote:
>>>>>
>>>>>> looks good to me -- I was fixing something that another  
>>>>>> participant   broke yesterday.  Since my environment often has a  
>>>>>> bunch of   uncommitted changes it would be good to get others to  
>>>>>> check that  this  works.
>>>>>>
>>>>>> thanks
>>>>>> david jencks
>>>>>>
>>>>>> On Oct 19, 2004, at 11:58 AM, Ralf Barkow wrote:
>>>>>>
>>>>>>>
>>>>>>>       I just updated the Building page on the wiki. In the  
>>>>>>> section   "For the impatient .." it currently reads:
>>>>>>>
>>>>>>>     $ svn checkout  
>>>>>>> http://svn.apache.org/repos/asf/geronimo/trunk   geronimo
>>>>>>>     $ cd geronimo
>>>>>>>     $ maven m:fresh-checkout
>>>>>>>       [ BECAREFUL: Deletes checkout of ActiveMQ, HOWL, OpenEJB,   
>>>>>>> and  TranQL                    and checks them out again
>>>>>>>       ]
>>>>>>>
>>>>>>>     $ maven m:rebuild-all
>>>>>>>       [ Same as m:clean m:clean-repo m:default         and it    
>>>>>>> includes geronimo-spec modules
>>>>>>>       ]
>>>>>>>
>>>>>>>
>>>>>>> The instructions are meant for the fresh checkout scenario. Any   
>>>>>>>  comments?
>>>>>>>
>>>>>>> --  Ralf
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> David Jencks wrote:
>>>>>>>
>>>>>>>> OK, I've updated the dependencies and successfully built once.   
>>>>>>>>   Please do maven m:update; maven -p dependencies.xml;maven   
>>>>>>>> m:rebuild  -o
>>>>>>>>
>>>>>>>> I might have missed something but it did work once for me.    
>>>>>>>> Please  report any further problems.
>>>>>>>>
>>>>>>>> many thanks
>>>>>>>> david jencks
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>
>>
>>
>


Re: Build error

Posted by Jeff Fletcher <jf...@voicelog.net>.
This seems to have been caused by a previous build failing and leaving a 
process running.  The process in question is:
0 S jeff     20787     1  0  83   0 - 62294 schedu 14:40 pts1     
00:00:02 /usr/java/j2sdk1.4.2_05/jre/bin/java 
-Djava.rmi.server.RMIClassLoaderSpi=org.apache.geronimo.system.rmi.RMIClassLoaderSpiImpl 
-ea -jar 
/home/jeff/openSource/geronimo/geronimo/openejb/modules/itests/target/openejb/bin/server.jar 
org/openejb/Security ...

All these tests failed due to SocketException: Address already in use

Just an FYI in case anybody else has an issue like this.

David Jencks wrote:

> I don't see these errors.  Any clue what's causing them?
>
> david jencks
>
> On Oct 19, 2004, at 2:45 PM, Jeff Fletcher wrote:
>
>> Thanks, it got past that part, but now this:
>>
>> test:test:
>>    [junit] Running  
>> org.apache.geronimo.security.remoting.jmx.RemoteLoginTest
>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 2.061  
>> sec
>>    [junit] [ERROR] TEST  
>> org.apache.geronimo.security.remoting.jmx.RemoteLoginTest FAILED
>>    [junit] Running  
>> org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTe 
>> st
>>    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 1.763  
>> sec
>>    [junit] [ERROR] TEST  
>> org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTe 
>> st FAILED
>>    [junit] Running  
>> org.apache.geronimo.security.bridge.MappingUserPasswordBridgeTest
>>    [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 1.919  
>> sec
>>    [junit] [ERROR] TEST  
>> org.apache.geronimo.security.bridge.MappingUserPasswordBridgeTest  
>> FAILED
>>    [junit] Running  
>> org.apache.geronimo.security.bridge.ConfiguredIdentityUserPasswordBridg 
>> eTest
>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.85 sec
>>    [junit] [ERROR] TEST  
>> org.apache.geronimo.security.bridge.ConfiguredIdentityUserPasswordBridg 
>> eTest FAILED
>>    [junit] Running  
>> org.apache.geronimo.security.bridge.CallerIdentityUserPasswordBridgeTes 
>> t
>>    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 2.045  
>> sec
>>    [junit] [ERROR] TEST  
>> org.apache.geronimo.security.bridge.CallerIdentityUserPasswordBridgeTes 
>> t FAILED
>>    [junit] Running  
>> org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest
>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.902  
>> sec
>>    [junit] [ERROR] TEST  
>> org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest FAILED
>>    [junit] Running  
>> org.apache.geronimo.security.jaas.LoginSimpleRealmTest
>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.853  
>> sec
>>    [junit] [ERROR] TEST  
>> org.apache.geronimo.security.jaas.LoginSimpleRealmTest FAILED
>>    [junit] Running  
>> org.apache.geronimo.security.jaas.LoginPropertiesFileTest
>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.849  
>> sec
>>    [junit] [ERROR] TEST  
>> org.apache.geronimo.security.jaas.LoginPropertiesFileTest FAILED
>>    [junit] Running org.apache.geronimo.security.jaas.LoginKerberosTest
>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.841  
>> sec
>>    [junit] [ERROR] TEST  
>> org.apache.geronimo.security.jaas.LoginKerberosTest FAILED
>>    [junit] Running org.apache.geronimo.security.jaas.LoginSQLTest
>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.845  
>> sec
>>    [junit] [ERROR] TEST 
>> org.apache.geronimo.security.jaas.LoginSQLTest  FAILED
>>    [junit] Running  
>> org.apache.geronimo.security.jaas.ConfigurationEntryTest
>>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 2.005  
>> sec
>>    [junit] [ERROR] TEST  
>> org.apache.geronimo.security.jaas.ConfigurationEntryTest FAILED
>> BUILD FAILED
>> File......  
>> /home/jeff/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
>> Element... maven:reactor
>> Line...... 217
>> Column.... 9
>> Unable to obtain goal [default] --  
>> /home/jeff/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:  
>> <fail> There were test failures.
>> Total time: 8 minutes 15 seconds
>> Finished at: Tue Oct 19 15:42:29 MDT 2004
>>
>>
>> David Jencks wrote:
>>
>>> sorry about that, I committed an experiment by mistake.
>>>
>>> should be fixed in svn.
>>>
>>> david jencks
>>>
>>> On Oct 19, 2004, at 2:19 PM, Jeff Fletcher wrote:
>>>
>>>> I got a bunch of NullPointerExceptions
>>>> test:test:
>>>>    [junit] Running org.apache.geronimo.transaction.log.HOWLLogTest
>>>> Thread-28
>>>> java.lang.NullPointerException
>>>>        at   
>>>> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>>>>        at   
>>>> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java: 
>>>> 605)
>>>>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>>>>        at  
>>>> org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>>>>        at   
>>>> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
>>>>        at   
>>>> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLog 
>>>> Te st.java:137)
>>>> Thread-27
>>>> java.lang.NullPointerException
>>>>        at   
>>>> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>>>>        at   
>>>> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java: 
>>>> 605)
>>>>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>>>>        at  
>>>> org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>>>>        at   
>>>> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
>>>>        at   
>>>> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLog 
>>>> Te st.java:137)
>>>> .. (19 different threads total) ...
>>>> Thread-36
>>>> java.lang.NullPointerException
>>>>        at   
>>>> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>>>>        at   
>>>> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java: 
>>>> 605)
>>>>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>>>>        at  
>>>> org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>>>>        at   
>>>> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
>>>>        at   
>>>> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLog 
>>>> Te st.java:137)
>>>>    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 
>>>> 0.321   sec
>>>>    [junit] [ERROR] TEST   
>>>> org.apache.geronimo.transaction.log.HOWLLogTest FAILED
>>>>    [junit] Running   
>>>> org.apache.geronimo.transaction.context.TransactionContextManagerTest
>>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 
>>>> 0.074   sec
>>>>    [junit] Running   
>>>> org.apache.geronimo.transaction.manager.XidImporterTest
>>>>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 
>>>> 0.029   sec
>>>>    [junit] Running   
>>>> org.apache.geronimo.transaction.manager.MockLogRecoveryTest
>>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 
>>>> 0.029   sec
>>>>    [junit] Running   
>>>> org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest
>>>>    [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 
>>>> 5.078   sec
>>>>    [junit] [ERROR] TEST   
>>>> org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest FAILED
>>>>    [junit] Running  
>>>> org.apache.geronimo.transaction.manager.RecoveryTest
>>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 
>>>> 0.032   sec
>>>>    [junit] Running  
>>>> org.apache.geronimo.transaction.manager.ProtocolTest
>>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 
>>>> 0.046   sec
>>>>    [junit] Running   
>>>> org.apache.geronimo.transaction.TransactionManagerProxyTest
>>>>    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed:  
>>>> 0.043  sec
>>>> BUILD FAILED
>>>> File......   
>>>> /home/jeff/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
>>>> Element... maven:reactor
>>>> Line...... 217
>>>> Column.... 9
>>>> Unable to obtain goal [default] --   
>>>> /home/jeff/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:  
>>>>  <fail> There were test failures.
>>>> Total time: 5 minutes 19 seconds
>>>> Finished at: Tue Oct 19 15:00:57 MDT 2004
>>>>
>>>>
>>>>
>>>>
>>>> David Jencks wrote:
>>>>
>>>>> looks good to me -- I was fixing something that another 
>>>>> participant   broke yesterday.  Since my environment often has a 
>>>>> bunch of   uncommitted changes it would be good to get others to 
>>>>> check that  this  works.
>>>>>
>>>>> thanks
>>>>> david jencks
>>>>>
>>>>> On Oct 19, 2004, at 11:58 AM, Ralf Barkow wrote:
>>>>>
>>>>>>
>>>>>>       I just updated the Building page on the wiki. In the 
>>>>>> section   "For the impatient .." it currently reads:
>>>>>>
>>>>>>     $ svn checkout 
>>>>>> http://svn.apache.org/repos/asf/geronimo/trunk   geronimo
>>>>>>     $ cd geronimo
>>>>>>     $ maven m:fresh-checkout
>>>>>>       [ BECAREFUL: Deletes checkout of ActiveMQ, HOWL, OpenEJB,  
>>>>>> and  TranQL                    and checks them out again
>>>>>>       ]
>>>>>>
>>>>>>     $ maven m:rebuild-all
>>>>>>       [ Same as m:clean m:clean-repo m:default         and it   
>>>>>> includes geronimo-spec modules
>>>>>>       ]
>>>>>>
>>>>>>
>>>>>> The instructions are meant for the fresh checkout scenario. Any   
>>>>>> comments?
>>>>>>
>>>>>> --  Ralf
>>>>>>
>>>>>>
>>>>>>
>>>>>> David Jencks wrote:
>>>>>>
>>>>>>> OK, I've updated the dependencies and successfully built 
>>>>>>> once.    Please do maven m:update; maven -p 
>>>>>>> dependencies.xml;maven  m:rebuild  -o
>>>>>>>
>>>>>>> I might have missed something but it did work once for me.   
>>>>>>> Please  report any further problems.
>>>>>>>
>>>>>>> many thanks
>>>>>>> david jencks
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>
>
>

Re: Build error

Posted by David Jencks <dj...@gluecode.com>.
I don't see these errors.  Any clue what's causing them?

david jencks

On Oct 19, 2004, at 2:45 PM, Jeff Fletcher wrote:

> Thanks, it got past that part, but now this:
>
> test:test:
>    [junit] Running  
> org.apache.geronimo.security.remoting.jmx.RemoteLoginTest
>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 2.061  
> sec
>    [junit] [ERROR] TEST  
> org.apache.geronimo.security.remoting.jmx.RemoteLoginTest FAILED
>    [junit] Running  
> org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTe 
> st
>    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 1.763  
> sec
>    [junit] [ERROR] TEST  
> org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTe 
> st FAILED
>    [junit] Running  
> org.apache.geronimo.security.bridge.MappingUserPasswordBridgeTest
>    [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 1.919  
> sec
>    [junit] [ERROR] TEST  
> org.apache.geronimo.security.bridge.MappingUserPasswordBridgeTest  
> FAILED
>    [junit] Running  
> org.apache.geronimo.security.bridge.ConfiguredIdentityUserPasswordBridg 
> eTest
>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.85 sec
>    [junit] [ERROR] TEST  
> org.apache.geronimo.security.bridge.ConfiguredIdentityUserPasswordBridg 
> eTest FAILED
>    [junit] Running  
> org.apache.geronimo.security.bridge.CallerIdentityUserPasswordBridgeTes 
> t
>    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 2.045  
> sec
>    [junit] [ERROR] TEST  
> org.apache.geronimo.security.bridge.CallerIdentityUserPasswordBridgeTes 
> t FAILED
>    [junit] Running  
> org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest
>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.902  
> sec
>    [junit] [ERROR] TEST  
> org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest FAILED
>    [junit] Running  
> org.apache.geronimo.security.jaas.LoginSimpleRealmTest
>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.853  
> sec
>    [junit] [ERROR] TEST  
> org.apache.geronimo.security.jaas.LoginSimpleRealmTest FAILED
>    [junit] Running  
> org.apache.geronimo.security.jaas.LoginPropertiesFileTest
>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.849  
> sec
>    [junit] [ERROR] TEST  
> org.apache.geronimo.security.jaas.LoginPropertiesFileTest FAILED
>    [junit] Running org.apache.geronimo.security.jaas.LoginKerberosTest
>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.841  
> sec
>    [junit] [ERROR] TEST  
> org.apache.geronimo.security.jaas.LoginKerberosTest FAILED
>    [junit] Running org.apache.geronimo.security.jaas.LoginSQLTest
>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.845  
> sec
>    [junit] [ERROR] TEST org.apache.geronimo.security.jaas.LoginSQLTest  
> FAILED
>    [junit] Running  
> org.apache.geronimo.security.jaas.ConfigurationEntryTest
>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 2.005  
> sec
>    [junit] [ERROR] TEST  
> org.apache.geronimo.security.jaas.ConfigurationEntryTest FAILED
> BUILD FAILED
> File......  
> /home/jeff/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] --  
> /home/jeff/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:  
> <fail> There were test failures.
> Total time: 8 minutes 15 seconds
> Finished at: Tue Oct 19 15:42:29 MDT 2004
>
>
> David Jencks wrote:
>
>> sorry about that, I committed an experiment by mistake.
>>
>> should be fixed in svn.
>>
>> david jencks
>>
>> On Oct 19, 2004, at 2:19 PM, Jeff Fletcher wrote:
>>
>>> I got a bunch of NullPointerExceptions
>>> test:test:
>>>    [junit] Running org.apache.geronimo.transaction.log.HOWLLogTest
>>> Thread-28
>>> java.lang.NullPointerException
>>>        at   
>>> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>>>        at   
>>> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java: 
>>> 605)
>>>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>>>        at  
>>> org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>>>        at   
>>> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
>>>        at   
>>> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLog 
>>> Te st.java:137)
>>> Thread-27
>>> java.lang.NullPointerException
>>>        at   
>>> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>>>        at   
>>> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java: 
>>> 605)
>>>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>>>        at  
>>> org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>>>        at   
>>> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
>>>        at   
>>> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLog 
>>> Te st.java:137)
>>> .. (19 different threads total) ...
>>> Thread-36
>>> java.lang.NullPointerException
>>>        at   
>>> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>>>        at   
>>> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java: 
>>> 605)
>>>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>>>        at  
>>> org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>>>        at   
>>> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
>>>        at   
>>> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLog 
>>> Te st.java:137)
>>>    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.321  
>>>  sec
>>>    [junit] [ERROR] TEST   
>>> org.apache.geronimo.transaction.log.HOWLLogTest FAILED
>>>    [junit] Running   
>>> org.apache.geronimo.transaction.context.TransactionContextManagerTest
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.074  
>>>  sec
>>>    [junit] Running   
>>> org.apache.geronimo.transaction.manager.XidImporterTest
>>>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.029  
>>>  sec
>>>    [junit] Running   
>>> org.apache.geronimo.transaction.manager.MockLogRecoveryTest
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.029  
>>>  sec
>>>    [junit] Running   
>>> org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest
>>>    [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 5.078  
>>>  sec
>>>    [junit] [ERROR] TEST   
>>> org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest FAILED
>>>    [junit] Running  
>>> org.apache.geronimo.transaction.manager.RecoveryTest
>>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.032  
>>>  sec
>>>    [junit] Running  
>>> org.apache.geronimo.transaction.manager.ProtocolTest
>>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.046  
>>>  sec
>>>    [junit] Running   
>>> org.apache.geronimo.transaction.TransactionManagerProxyTest
>>>    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed:  
>>> 0.043  sec
>>> BUILD FAILED
>>> File......   
>>> /home/jeff/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
>>> Element... maven:reactor
>>> Line...... 217
>>> Column.... 9
>>> Unable to obtain goal [default] --   
>>> /home/jeff/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:  
>>>  <fail> There were test failures.
>>> Total time: 5 minutes 19 seconds
>>> Finished at: Tue Oct 19 15:00:57 MDT 2004
>>>
>>>
>>>
>>>
>>> David Jencks wrote:
>>>
>>>> looks good to me -- I was fixing something that another participant  
>>>>  broke yesterday.  Since my environment often has a bunch of   
>>>> uncommitted changes it would be good to get others to check that  
>>>> this  works.
>>>>
>>>> thanks
>>>> david jencks
>>>>
>>>> On Oct 19, 2004, at 11:58 AM, Ralf Barkow wrote:
>>>>
>>>>>
>>>>>       I just updated the Building page on the wiki. In the section  
>>>>>  "For the impatient .." it currently reads:
>>>>>
>>>>>     $ svn checkout http://svn.apache.org/repos/asf/geronimo/trunk   
>>>>> geronimo
>>>>>     $ cd geronimo
>>>>>     $ maven m:fresh-checkout
>>>>>       [ BECAREFUL: Deletes checkout of ActiveMQ, HOWL, OpenEJB,  
>>>>> and  TranQL                    and checks them out again
>>>>>       ]
>>>>>
>>>>>     $ maven m:rebuild-all
>>>>>       [ Same as m:clean m:clean-repo m:default         and it   
>>>>> includes geronimo-spec modules
>>>>>       ]
>>>>>
>>>>>
>>>>> The instructions are meant for the fresh checkout scenario. Any   
>>>>> comments?
>>>>>
>>>>> --  Ralf
>>>>>
>>>>>
>>>>>
>>>>> David Jencks wrote:
>>>>>
>>>>>> OK, I've updated the dependencies and successfully built once.    
>>>>>> Please do maven m:update; maven -p dependencies.xml;maven  
>>>>>> m:rebuild  -o
>>>>>>
>>>>>> I might have missed something but it did work once for me.   
>>>>>> Please  report any further problems.
>>>>>>
>>>>>> many thanks
>>>>>> david jencks
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>
>>
>


Re: Build error

Posted by Jeff Fletcher <jf...@voicelog.net>.
Thanks, it got past that part, but now this:

test:test:
    [junit] Running 
org.apache.geronimo.security.remoting.jmx.RemoteLoginTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 2.061 sec
    [junit] [ERROR] TEST 
org.apache.geronimo.security.remoting.jmx.RemoteLoginTest FAILED
    [junit] Running 
org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTest
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 1.763 sec
    [junit] [ERROR] TEST 
org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTest 
FAILED
    [junit] Running 
org.apache.geronimo.security.bridge.MappingUserPasswordBridgeTest
    [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 1.919 sec
    [junit] [ERROR] TEST 
org.apache.geronimo.security.bridge.MappingUserPasswordBridgeTest FAILED
    [junit] Running 
org.apache.geronimo.security.bridge.ConfiguredIdentityUserPasswordBridgeTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.85 sec
    [junit] [ERROR] TEST 
org.apache.geronimo.security.bridge.ConfiguredIdentityUserPasswordBridgeTest 
FAILED
    [junit] Running 
org.apache.geronimo.security.bridge.CallerIdentityUserPasswordBridgeTest
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 2.045 sec
    [junit] [ERROR] TEST 
org.apache.geronimo.security.bridge.CallerIdentityUserPasswordBridgeTest 
FAILED
    [junit] Running 
org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.902 sec
    [junit] [ERROR] TEST 
org.apache.geronimo.security.jaas.LoginKerberosNonGeronimoTest FAILED
    [junit] Running org.apache.geronimo.security.jaas.LoginSimpleRealmTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.853 sec
    [junit] [ERROR] TEST 
org.apache.geronimo.security.jaas.LoginSimpleRealmTest FAILED
    [junit] Running 
org.apache.geronimo.security.jaas.LoginPropertiesFileTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.849 sec
    [junit] [ERROR] TEST 
org.apache.geronimo.security.jaas.LoginPropertiesFileTest FAILED
    [junit] Running org.apache.geronimo.security.jaas.LoginKerberosTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.841 sec
    [junit] [ERROR] TEST 
org.apache.geronimo.security.jaas.LoginKerberosTest FAILED
    [junit] Running org.apache.geronimo.security.jaas.LoginSQLTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.845 sec
    [junit] [ERROR] TEST org.apache.geronimo.security.jaas.LoginSQLTest 
FAILED
    [junit] Running org.apache.geronimo.security.jaas.ConfigurationEntryTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 2.005 sec
    [junit] [ERROR] TEST 
org.apache.geronimo.security.jaas.ConfigurationEntryTest FAILED
 
BUILD FAILED
File...... 
/home/jeff/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [default] -- 
/home/jeff/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54: 
<fail> There were test failures.
Total time: 8 minutes 15 seconds
Finished at: Tue Oct 19 15:42:29 MDT 2004


David Jencks wrote:

> sorry about that, I committed an experiment by mistake.
>
> should be fixed in svn.
>
> david jencks
>
> On Oct 19, 2004, at 2:19 PM, Jeff Fletcher wrote:
>
>> I got a bunch of NullPointerExceptions
>> test:test:
>>    [junit] Running org.apache.geronimo.transaction.log.HOWLLogTest
>> Thread-28
>> java.lang.NullPointerException
>>        at  
>> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>>        at  
>> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:605)
>>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>>        at org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>>        at  
>> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
>>        at  
>> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLogTe 
>> st.java:137)
>> Thread-27
>> java.lang.NullPointerException
>>        at  
>> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>>        at  
>> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:605)
>>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>>        at org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>>        at  
>> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
>>        at  
>> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLogTe 
>> st.java:137)
>> .. (19 different threads total) ...
>> Thread-36
>> java.lang.NullPointerException
>>        at  
>> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>>        at  
>> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:605)
>>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>>        at org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>>        at  
>> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
>>        at  
>> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLogTe 
>> st.java:137)
>>    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.321  
>> sec
>>    [junit] [ERROR] TEST  
>> org.apache.geronimo.transaction.log.HOWLLogTest FAILED
>>    [junit] Running  
>> org.apache.geronimo.transaction.context.TransactionContextManagerTest
>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.074  
>> sec
>>    [junit] Running  
>> org.apache.geronimo.transaction.manager.XidImporterTest
>>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.029  
>> sec
>>    [junit] Running  
>> org.apache.geronimo.transaction.manager.MockLogRecoveryTest
>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.029  
>> sec
>>    [junit] Running  
>> org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest
>>    [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 5.078  
>> sec
>>    [junit] [ERROR] TEST  
>> org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest FAILED
>>    [junit] Running org.apache.geronimo.transaction.manager.RecoveryTest
>>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.032  
>> sec
>>    [junit] Running org.apache.geronimo.transaction.manager.ProtocolTest
>>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.046  
>> sec
>>    [junit] Running  
>> org.apache.geronimo.transaction.TransactionManagerProxyTest
>>    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 
>> 0.043  sec
>> BUILD FAILED
>> File......  
>> /home/jeff/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
>> Element... maven:reactor
>> Line...... 217
>> Column.... 9
>> Unable to obtain goal [default] --  
>> /home/jeff/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:  
>> <fail> There were test failures.
>> Total time: 5 minutes 19 seconds
>> Finished at: Tue Oct 19 15:00:57 MDT 2004
>>
>>
>>
>>
>> David Jencks wrote:
>>
>>> looks good to me -- I was fixing something that another participant  
>>> broke yesterday.  Since my environment often has a bunch of  
>>> uncommitted changes it would be good to get others to check that 
>>> this  works.
>>>
>>> thanks
>>> david jencks
>>>
>>> On Oct 19, 2004, at 11:58 AM, Ralf Barkow wrote:
>>>
>>>>
>>>>       I just updated the Building page on the wiki. In the section  
>>>> "For the impatient .." it currently reads:
>>>>
>>>>     $ svn checkout http://svn.apache.org/repos/asf/geronimo/trunk  
>>>> geronimo
>>>>     $ cd geronimo
>>>>     $ maven m:fresh-checkout
>>>>       [ BECAREFUL: Deletes checkout of ActiveMQ, HOWL, OpenEJB, 
>>>> and  TranQL                    and checks them out again
>>>>       ]
>>>>
>>>>     $ maven m:rebuild-all
>>>>       [ Same as m:clean m:clean-repo m:default         and it  
>>>> includes geronimo-spec modules
>>>>       ]
>>>>
>>>>
>>>> The instructions are meant for the fresh checkout scenario. Any  
>>>> comments?
>>>>
>>>> --  Ralf
>>>>
>>>>
>>>>
>>>> David Jencks wrote:
>>>>
>>>>> OK, I've updated the dependencies and successfully built once.   
>>>>> Please do maven m:update; maven -p dependencies.xml;maven 
>>>>> m:rebuild  -o
>>>>>
>>>>> I might have missed something but it did work once for me.  
>>>>> Please  report any further problems.
>>>>>
>>>>> many thanks
>>>>> david jencks
>>>>
>>>>
>>>>
>>>
>>>
>>
>
>

Re: Build error

Posted by David Jencks <dj...@gluecode.com>.
sorry about that, I committed an experiment by mistake.

should be fixed in svn.

david jencks

On Oct 19, 2004, at 2:19 PM, Jeff Fletcher wrote:

> I got a bunch of NullPointerExceptions
> test:test:
>    [junit] Running org.apache.geronimo.transaction.log.HOWLLogTest
> Thread-28
> java.lang.NullPointerException
>        at  
> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>        at  
> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:605)
>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>        at org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>        at  
> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
>        at  
> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLogTe 
> st.java:137)
> Thread-27
> java.lang.NullPointerException
>        at  
> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>        at  
> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:605)
>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>        at org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>        at  
> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
>        at  
> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLogTe 
> st.java:137)
> .. (19 different threads total) ...
> Thread-36
> java.lang.NullPointerException
>        at  
> org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
>        at  
> org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:605)
>        at org.objectweb.howl.log.Logger.put(Logger.java:200)
>        at org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
>        at  
> org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
>        at  
> org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLogTe 
> st.java:137)
>    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.321  
> sec
>    [junit] [ERROR] TEST  
> org.apache.geronimo.transaction.log.HOWLLogTest FAILED
>    [junit] Running  
> org.apache.geronimo.transaction.context.TransactionContextManagerTest
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.074  
> sec
>    [junit] Running  
> org.apache.geronimo.transaction.manager.XidImporterTest
>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.029  
> sec
>    [junit] Running  
> org.apache.geronimo.transaction.manager.MockLogRecoveryTest
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.029  
> sec
>    [junit] Running  
> org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest
>    [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 5.078  
> sec
>    [junit] [ERROR] TEST  
> org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest FAILED
>    [junit] Running org.apache.geronimo.transaction.manager.RecoveryTest
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.032  
> sec
>    [junit] Running org.apache.geronimo.transaction.manager.ProtocolTest
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.046  
> sec
>    [junit] Running  
> org.apache.geronimo.transaction.TransactionManagerProxyTest
>    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.043  
> sec
> BUILD FAILED
> File......  
> /home/jeff/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] --  
> /home/jeff/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54:  
> <fail> There were test failures.
> Total time: 5 minutes 19 seconds
> Finished at: Tue Oct 19 15:00:57 MDT 2004
>
>
>
>
> David Jencks wrote:
>
>> looks good to me -- I was fixing something that another participant  
>> broke yesterday.  Since my environment often has a bunch of  
>> uncommitted changes it would be good to get others to check that this  
>> works.
>>
>> thanks
>> david jencks
>>
>> On Oct 19, 2004, at 11:58 AM, Ralf Barkow wrote:
>>
>>>
>>>       I just updated the Building page on the wiki. In the section  
>>> "For the impatient .." it currently reads:
>>>
>>>     $ svn checkout http://svn.apache.org/repos/asf/geronimo/trunk  
>>> geronimo
>>>     $ cd geronimo
>>>     $ maven m:fresh-checkout
>>>       [ BECAREFUL: Deletes checkout of ActiveMQ, HOWL, OpenEJB, and  
>>> TranQL                    and checks them out again
>>>       ]
>>>
>>>     $ maven m:rebuild-all
>>>       [ Same as m:clean m:clean-repo m:default         and it  
>>> includes geronimo-spec modules
>>>       ]
>>>
>>>
>>> The instructions are meant for the fresh checkout scenario. Any  
>>> comments?
>>>
>>> --  Ralf
>>>
>>>
>>>
>>> David Jencks wrote:
>>>
>>>> OK, I've updated the dependencies and successfully built once.   
>>>> Please do maven m:update; maven -p dependencies.xml;maven m:rebuild  
>>>> -o
>>>>
>>>> I might have missed something but it did work once for me.  Please  
>>>> report any further problems.
>>>>
>>>> many thanks
>>>> david jencks
>>>
>>>
>>
>>
>


Re: Build error

Posted by Jeff Fletcher <jf...@voicelog.net>.
I got a bunch of NullPointerExceptions
test:test:
    [junit] Running org.apache.geronimo.transaction.log.HOWLLogTest
Thread-28
java.lang.NullPointerException
        at 
org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
        at 
org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:605)
        at org.objectweb.howl.log.Logger.put(Logger.java:200)
        at org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
        at 
org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
        at 
org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLogTest.java:137)
Thread-27
java.lang.NullPointerException
        at 
org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
        at 
org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:605)
        at org.objectweb.howl.log.Logger.put(Logger.java:200)
        at org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
        at 
org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
        at 
org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLogTest.java:137)
.. (19 different threads total) ...
Thread-36
java.lang.NullPointerException
        at 
org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
        at 
org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:605)
        at org.objectweb.howl.log.Logger.put(Logger.java:200)
        at org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
        at 
org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
        at 
org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLogTest.java:137)
    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.321 sec
    [junit] [ERROR] TEST org.apache.geronimo.transaction.log.HOWLLogTest 
FAILED
    [junit] Running 
org.apache.geronimo.transaction.context.TransactionContextManagerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.074 sec
    [junit] Running org.apache.geronimo.transaction.manager.XidImporterTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.029 sec
    [junit] Running 
org.apache.geronimo.transaction.manager.MockLogRecoveryTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.029 sec
    [junit] Running 
org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest
    [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 5.078 sec
    [junit] [ERROR] TEST 
org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest FAILED
    [junit] Running org.apache.geronimo.transaction.manager.RecoveryTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.032 sec
    [junit] Running org.apache.geronimo.transaction.manager.ProtocolTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
    [junit] Running 
org.apache.geronimo.transaction.TransactionManagerProxyTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
 
BUILD FAILED
File...... 
/home/jeff/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [default] -- 
/home/jeff/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54: 
<fail> There were test failures.
Total time: 5 minutes 19 seconds
Finished at: Tue Oct 19 15:00:57 MDT 2004




David Jencks wrote:

> looks good to me -- I was fixing something that another participant 
> broke yesterday.  Since my environment often has a bunch of 
> uncommitted changes it would be good to get others to check that this 
> works.
>
> thanks
> david jencks
>
> On Oct 19, 2004, at 11:58 AM, Ralf Barkow wrote:
>
>>
>>       I just updated the Building page on the wiki. In the section 
>> "For the impatient .." it currently reads:
>>
>>     $ svn checkout http://svn.apache.org/repos/asf/geronimo/trunk 
>> geronimo
>>     $ cd geronimo
>>     $ maven m:fresh-checkout
>>       [ BECAREFUL: Deletes checkout of ActiveMQ, HOWL, OpenEJB, and 
>> TranQL                    and checks them out again
>>       ]
>>
>>     $ maven m:rebuild-all
>>       [ Same as m:clean m:clean-repo m:default         and it 
>> includes geronimo-spec modules
>>       ]
>>
>>
>> The instructions are meant for the fresh checkout scenario. Any 
>> comments?
>>
>> --  Ralf
>>
>>
>>
>> David Jencks wrote:
>>
>>> OK, I've updated the dependencies and successfully built once.  
>>> Please do maven m:update; maven -p dependencies.xml;maven m:rebuild -o
>>>
>>> I might have missed something but it did work once for me.  Please 
>>> report any further problems.
>>>
>>> many thanks
>>> david jencks
>>
>>
>
>

Re: Build error

Posted by David Jencks <dj...@gluecode.com>.
looks good to me -- I was fixing something that another participant 
broke yesterday.  Since my environment often has a bunch of uncommitted 
changes it would be good to get others to check that this works.

thanks
david jencks

On Oct 19, 2004, at 11:58 AM, Ralf Barkow wrote:

>
>       I just updated the Building page on the wiki. In the section 
> "For the impatient .." it currently reads:
>
> 	$ svn checkout http://svn.apache.org/repos/asf/geronimo/trunk geronimo
> 	$ cd geronimo
> 	$ maven m:fresh-checkout
> 	  [ BECAREFUL: Deletes checkout of ActiveMQ, HOWL, OpenEJB, and 
> TranQL 	               and checks them out again
> 	  ]
>
> 	$ maven m:rebuild-all
> 	  [ Same as m:clean m:clean-repo m:default 	    and it includes 
> geronimo-spec modules
> 	  ]
>
>
> The instructions are meant for the fresh checkout scenario. Any 
> comments?
>
> --  Ralf
>
>
>
> David Jencks wrote:
>
>> OK, I've updated the dependencies and successfully built once.  
>> Please do maven m:update; maven -p dependencies.xml;maven m:rebuild 
>> -o
>>
>> I might have missed something but it did work once for me.  Please 
>> report any further problems.
>>
>> many thanks
>> david jencks
>


Re: Build error

Posted by Ralf Barkow <rg...@tiscali.de>.
       I just updated the Building page on the wiki. In the section "For 
the impatient .." it currently reads:

	$ svn checkout http://svn.apache.org/repos/asf/geronimo/trunk geronimo
	$ cd geronimo
	$ maven m:fresh-checkout
	  [ BECAREFUL: Deletes checkout of ActiveMQ, HOWL, OpenEJB, and TranQL 
	               and checks them out again
	  ]

	$ maven m:rebuild-all
	  [ Same as m:clean m:clean-repo m:default 
	    and it includes geronimo-spec modules
	  ]


The instructions are meant for the fresh checkout scenario. Any comments?

--  Ralf



David Jencks wrote:

> OK, I've updated the dependencies and successfully built once.  Please 
> do maven m:update; maven -p dependencies.xml;maven m:rebuild -o
>
> I might have missed something but it did work once for me.  Please 
> report any further problems.
>
> many thanks
> david jencks 


Re: Build error / unsatisfied dependencies: jrms-1.1.jar and jxta-2.0.jar

Posted by Ralf Barkow <rg...@tiscali.de>.
    After an 'maven m:update' and 'maven -p dependencies.xml' the build 
couldn't continue:
    (...)
Attempting to download commons-jelly-tags-interaction-20030211.143817.jar.
4K downloaded
The build cannot continue because of the following unsatisfied dependencies:

jrms-1.1.jar
jxta-2.0.jar

Total time: 12 minutes 31 seconds
Finished at: Thu Oct 21 19:14:55 CEST 2004

-- Ralf



David Jencks wrote:

> OK, I've updated the dependencies and successfully built once.  Please 
> do maven m:update; maven -p dependencies.xml;maven m:rebuild -o
>
> I might have missed something but it did work once for me.  Please 
> report any further problems.
>
> many thanks
> david jencks



Re: Build error

Posted by David Jencks <dj...@gluecode.com>.
OK, I've updated the dependencies and successfully built once.  Please 
do maven m:update; maven -p dependencies.xml;maven m:rebuild -o

I might have missed something but it did work once for me.  Please 
report any further problems.

many thanks
david jencks

On Oct 19, 2004, at 11:11 AM, Sandip Ghayal wrote:

> I updated to Maveen1.0 but still get the same error at
> the end of build
>
> Cheers,
>
> Sandip
> --- David Jencks <dj...@gluecode.com> wrote:
>
>> Certainly you should use Maven 1.0 but that is not
>> the only problem.
>> I've reproduced and I'm investigating.
>>
>> thanks
>> david jencks
>>
>> On Oct 19, 2004, at 9:48 AM, Jeremy Boynes wrote:
>>
>>> I notice that you are using maven 1.0-RC3 - there
>> could be some
>>> problem with how it is parsing the project.xml
>> files - can you upgrade
>>> to maven 1.0 and try again.
>>>
>>> --
>>> Jeremy
>>>
>>>
>>> Sandip Ghayal wrote:
>>>> Hello Gang,
>>>> Build fails for me too.
>>>> When doing "maven clean" I got error as mentioned
>> in
>>>> file cleanbuild.out
>>>> Though the clean up work continued after that.
>>>> Next I started the build with
>>>> "maven -Dmodule.types=specs"
>>>> And got errors similar to cleanbuild.out to start
>> with
>>>> but then I got other errors and the build
>> stopped.
>>>> Refer to attached build.out file
>>>> The failure is during AXIS build.
>>>> I am following the build steps mentioned on the
>> wiki.
>>>> Cheers,
>>>> Sandip
>>>> --- mouli <uc...@yahoo.com> wrote:
>>>>> Build fails on start
>>>>> I did maven m:co and then maven m:rebuild
>>>>>
>>>>> The build fails giving the follwing error
>>>>>
>>>>>
>>>>
>>
> *****************************************************
>>>>> Starting the reactor...
>>>>> Parse Fatal Error at line 351 column 32: The
>> entity
>>>>> "openorb-version" was refere
>>>>> nced, but not declared.
>>>>> org.xml.sax.SAXParseException: The entity
>>>>> "openorb-version" was referenced, but
>>>>> not declared.
>>>>>        at
>>>>>
>>>>
>>
> org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Un
>>>>> known Source)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown
>>>>> Source)
>>>>>
>>>>>        at
>>>>>
>>>>
>>
> org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
>>>>> Source)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
>>>>> Source)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown
>>>>> Source)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityRefer
>>>>> ence(Unknown Source)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
>>>>> Dispatcher.dispatch(Unknown Source)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
>>>>> known Source)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.xerces.parsers.XML11Configuration.parse(Unknown
>>>>> Source)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.xerces.parsers.DTDConfiguration.parse(Unknown
>>>>> Source)
>>>>>        at
>>>>>
>> org.apache.xerces.parsers.XMLParser.parse(Unknown
>>>>> Source)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
>>>>> Source)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.commons.digester.Digester.parse(Digester.java:1527)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.maven.MavenUtils.getNonJellyProject(MavenUtils.java:204)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.maven.MavenUtils.getProject(MavenUtils.java:144)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.maven.MavenUtils.getProject(MavenUtils.java:123)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.maven.MavenUtils.getProjects(MavenUtils.java:290)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.maven.jelly.tags.maven.ReactorTag.getSortedProjects(Reacto
>>>>> rTag.java:400)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:29
>>>>> 6)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
>>>>> g.java:79)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
>>>>> mAction(MavenGoalTag.java:110)
>>>>>        at
>> com.werken.werkz.Goal.fire(Goal.java:639)
>>>>>        at
>>>>> com.werken.werkz.Goal.attain(Goal.java:575)
>>>>>        at
>>>>>
>>>>
>>
> com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
>>>>>        at
>>>>> com.werken.werkz.Goal.attain(Goal.java:573)
>>>>>        at
>>>>>
>>>>
>>
> com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttai
>>>>> nGoalTag.java:127)
>>>>>        at
>>>>>
>>>>
>>
> org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>>
> === message truncated ===
>
>
>
> 		
> _______________________________
> Do you Yahoo!?
> Declare Yourself - Register online to vote today!
> http://vote.yahoo.com
>


Re: Build error

Posted by Sandip Ghayal <sg...@yahoo.com>.
I updated to Maveen1.0 but still get the same error at
the end of build

Cheers,

Sandip
--- David Jencks <dj...@gluecode.com> wrote:

> Certainly you should use Maven 1.0 but that is not
> the only problem.  
> I've reproduced and I'm investigating.
> 
> thanks
> david jencks
> 
> On Oct 19, 2004, at 9:48 AM, Jeremy Boynes wrote:
> 
> > I notice that you are using maven 1.0-RC3 - there
> could be some 
> > problem with how it is parsing the project.xml
> files - can you upgrade 
> > to maven 1.0 and try again.
> >
> > --
> > Jeremy
> >
> >
> > Sandip Ghayal wrote:
> >> Hello Gang,
> >> Build fails for me too.
> >> When doing "maven clean" I got error as mentioned
> in
> >> file cleanbuild.out
> >> Though the clean up work continued after that.
> >> Next I started the build with
> >> "maven -Dmodule.types=specs"
> >> And got errors similar to cleanbuild.out to start
> with
> >> but then I got other errors and the build
> stopped.
> >> Refer to attached build.out file
> >> The failure is during AXIS build.
> >> I am following the build steps mentioned on the
> wiki.
> >> Cheers,
> >> Sandip
> >> --- mouli <uc...@yahoo.com> wrote:
> >>> Build fails on start
> >>> I did maven m:co and then maven m:rebuild
> >>>
> >>> The build fails giving the follwing error
> >>>
> >>>
> >>
>
*****************************************************
> >>> Starting the reactor...
> >>> Parse Fatal Error at line 351 column 32: The
> entity
> >>> "openorb-version" was refere
> >>> nced, but not declared.
> >>> org.xml.sax.SAXParseException: The entity
> >>> "openorb-version" was referenced, but
> >>> not declared.
> >>>        at
> >>>
> >>
>
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Un
> >>> known Source)
> >>>        at
> >>>
> >>
>
org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown
> >>> Source)
> >>>
> >>>        at
> >>>
> >>
>
org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
> >>> Source)
> >>>        at
> >>>
> >>
>
org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
> >>> Source)
> >>>        at
> >>>
> >>
>
org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown
> >>> Source)
> >>>        at
> >>>
> >>
>
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityRefer
> >>> ence(Unknown Source)
> >>>        at
> >>>
> >>
>
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
> >>> Dispatcher.dispatch(Unknown Source)
> >>>        at
> >>>
> >>
>
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
> >>> known Source)
> >>>        at
> >>>
> >>
>
org.apache.xerces.parsers.XML11Configuration.parse(Unknown
> >>> Source)
> >>>        at
> >>>
> >>
>
org.apache.xerces.parsers.DTDConfiguration.parse(Unknown
> >>> Source)
> >>>        at
> >>>
> org.apache.xerces.parsers.XMLParser.parse(Unknown
> >>> Source)
> >>>        at
> >>>
> >>
>
org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
> >>> Source)
> >>>        at
> >>>
> >>
>
org.apache.commons.digester.Digester.parse(Digester.java:1527)
> >>>        at
> >>>
> >>
>
org.apache.maven.MavenUtils.getNonJellyProject(MavenUtils.java:204)
> >>>        at
> >>>
> >>
>
org.apache.maven.MavenUtils.getProject(MavenUtils.java:144)
> >>>        at
> >>>
> >>
>
org.apache.maven.MavenUtils.getProject(MavenUtils.java:123)
> >>>        at
> >>>
> >>
>
org.apache.maven.MavenUtils.getProjects(MavenUtils.java:290)
> >>>        at
> >>>
> >>
>
org.apache.maven.jelly.tags.maven.ReactorTag.getSortedProjects(Reacto
> >>> rTag.java:400)
> >>>        at
> >>>
> >>
>
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:29
> >>> 6)
> >>>        at
> >>>
> >>
>
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> >>>        at
> >>>
> >>
>
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> >>>        at
> >>>
> >>
>
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> >>>        at
> >>>
> >>
>
org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> >>>        at
> >>>
> >>
>
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> >>>        at
> >>>
> >>
>
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> >>>        at
> >>>
> >>
>
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
> >>> g.java:79)
> >>>        at
> >>>
> >>
>
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
> >>> mAction(MavenGoalTag.java:110)
> >>>        at
> com.werken.werkz.Goal.fire(Goal.java:639)
> >>>        at
> >>> com.werken.werkz.Goal.attain(Goal.java:575)
> >>>        at
> >>>
> >>
>
com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
> >>>        at
> >>> com.werken.werkz.Goal.attain(Goal.java:573)
> >>>        at
> >>>
> >>
>
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> >>>        at
> >>>
> >>
>
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttai
> >>> nGoalTag.java:127)
> >>>        at
> >>>
> >>
>
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> 
=== message truncated ===



		
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

Re: Build error

Posted by David Jencks <dj...@gluecode.com>.
Certainly you should use Maven 1.0 but that is not the only problem.  
I've reproduced and I'm investigating.

thanks
david jencks

On Oct 19, 2004, at 9:48 AM, Jeremy Boynes wrote:

> I notice that you are using maven 1.0-RC3 - there could be some 
> problem with how it is parsing the project.xml files - can you upgrade 
> to maven 1.0 and try again.
>
> --
> Jeremy
>
>
> Sandip Ghayal wrote:
>> Hello Gang,
>> Build fails for me too.
>> When doing "maven clean" I got error as mentioned in
>> file cleanbuild.out
>> Though the clean up work continued after that.
>> Next I started the build with
>> "maven -Dmodule.types=specs"
>> And got errors similar to cleanbuild.out to start with
>> but then I got other errors and the build stopped.
>> Refer to attached build.out file
>> The failure is during AXIS build.
>> I am following the build steps mentioned on the wiki.
>> Cheers,
>> Sandip
>> --- mouli <uc...@yahoo.com> wrote:
>>> Build fails on start
>>> I did maven m:co and then maven m:rebuild
>>>
>>> The build fails giving the follwing error
>>>
>>>
>> *****************************************************
>>> Starting the reactor...
>>> Parse Fatal Error at line 351 column 32: The entity
>>> "openorb-version" was refere
>>> nced, but not declared.
>>> org.xml.sax.SAXParseException: The entity
>>> "openorb-version" was referenced, but
>>> not declared.
>>>        at
>>>
>> org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Un
>>> known Source)
>>>        at
>>>
>> org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown
>>> Source)
>>>
>>>        at
>>>
>> org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
>>> Source)
>>>        at
>>>
>> org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
>>> Source)
>>>        at
>>>
>> org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown
>>> Source)
>>>        at
>>>
>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityRefer
>>> ence(Unknown Source)
>>>        at
>>>
>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
>>> Dispatcher.dispatch(Unknown Source)
>>>        at
>>>
>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
>>> known Source)
>>>        at
>>>
>> org.apache.xerces.parsers.XML11Configuration.parse(Unknown
>>> Source)
>>>        at
>>>
>> org.apache.xerces.parsers.DTDConfiguration.parse(Unknown
>>> Source)
>>>        at
>>> org.apache.xerces.parsers.XMLParser.parse(Unknown
>>> Source)
>>>        at
>>>
>> org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
>>> Source)
>>>        at
>>>
>> org.apache.commons.digester.Digester.parse(Digester.java:1527)
>>>        at
>>>
>> org.apache.maven.MavenUtils.getNonJellyProject(MavenUtils.java:204)
>>>        at
>>>
>> org.apache.maven.MavenUtils.getProject(MavenUtils.java:144)
>>>        at
>>>
>> org.apache.maven.MavenUtils.getProject(MavenUtils.java:123)
>>>        at
>>>
>> org.apache.maven.MavenUtils.getProjects(MavenUtils.java:290)
>>>        at
>>>
>> org.apache.maven.jelly.tags.maven.ReactorTag.getSortedProjects(Reacto
>>> rTag.java:400)
>>>        at
>>>
>> org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:29
>>> 6)
>>>        at
>>>
>> org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>>>        at
>>>
>> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>>>        at
>>>
>> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
>>>        at
>>>
>> org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
>>>        at
>>>
>> org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>>>        at
>>>
>> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>>>        at
>>>
>> org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
>>> g.java:79)
>>>        at
>>>
>> org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
>>> mAction(MavenGoalTag.java:110)
>>>        at com.werken.werkz.Goal.fire(Goal.java:639)
>>>        at
>>> com.werken.werkz.Goal.attain(Goal.java:575)
>>>        at
>>>
>> com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
>>>        at
>>> com.werken.werkz.Goal.attain(Goal.java:573)
>>>        at
>>>
>> com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
>>>        at
>>>
>> org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttai
>>> nGoalTag.java:127)
>>>        at
>>>
>> org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>>>        at
>>>
>> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>>>        at
>>>
>> org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
>>> g.java:79)
>>>        at
>>>
>> org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
>>> mAction(MavenGoalTag.java:110)
>>>        at com.werken.werkz.Goal.fire(Goal.java:639)
>>>        at
>>> com.werken.werkz.Goal.attain(Goal.java:575)
>>>        at
>>>
>> com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
>>>        at
>>> com.werken.werkz.Goal.attain(Goal.java:573)
>>>        at
>>>
>> com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
>>>        at
>>>
>> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
>>> 634)
>>>        at
>>>
>> org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
>>>        at
>>> org.apache.maven.cli.App.doMain(App.java:486)
>>>        at
>>> org.apache.maven.cli.App.main(App.java:1215)
>>>        at
>>> sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>> Method)
>>>        at
>>>
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
>>> java:39)
>>>        at
>>>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>> sorImpl.java:25)
>>>        at
>>> java.lang.reflect.Method.invoke(Method.java:585)
>>>        at
>>> com.werken.forehead.Forehead.run(Forehead.java:551)
>>>        at
>>> com.werken.forehead.Forehead.main(Forehead.java:581)
>>>
>>> BUILD FAILED
>>> File...... C:\Documents and
>>> Settings\moli\.maven\cache\maven-multiproject-plu
>>> gin-1.3.1\plugin.jelly
>>> Element... maven:reactor
>>> Line...... 63
>>> Column.... 9
>>> Error parsing project.xml
>>> 'C:\asf\geronimo\openejb\modules\core\project.xml'
>>> Total time: 24 seconds
>>> Finished at: Tue Oct 19 09:43:39 EDT 2004
>>>
>>> C:\asf\geronimo>
>>>
>> *****************************************************
>>> Env
>>> Windows 2000, Jdk 1.5, maven 1.0
>>>
>>> Regards,
>>> Mouli
>>>
>>>
>>> 		
>>> __________________________________
>>> Do you Yahoo!?
>>> Take Yahoo! Mail with you! Get it on your mobile
>>> phone.
>>> http://mobile.yahoo.com/maildemo
>> __________________________________________________
>> Do You Yahoo!?
>> Tired of spam?  Yahoo! Mail has the best spam protection around 
>> http://mail.yahoo.com
>


Re: Build error

Posted by Jeremy Boynes <jb...@gluecode.com>.
I notice that you are using maven 1.0-RC3 - there could be some problem 
with how it is parsing the project.xml files - can you upgrade to maven 
1.0 and try again.

--
Jeremy


Sandip Ghayal wrote:
> Hello Gang,
> 
> Build fails for me too.
> 
> When doing "maven clean" I got error as mentioned in
> file cleanbuild.out
> 
> Though the clean up work continued after that.
> 
> Next I started the build with
> 
> "maven -Dmodule.types=specs"
> 
> And got errors similar to cleanbuild.out to start with
> 
> but then I got other errors and the build stopped.
> Refer to attached build.out file
> 
> The failure is during AXIS build.
> 
> I am following the build steps mentioned on the wiki.
> 
> Cheers,
> 
> Sandip
> --- mouli <uc...@yahoo.com> wrote:
> 
> 
>>Build fails on start
>>I did maven m:co and then maven m:rebuild
>>
>>The build fails giving the follwing error
>>
>>
> 
> *****************************************************
> 
>>Starting the reactor...
>>Parse Fatal Error at line 351 column 32: The entity
>>"openorb-version" was refere
>>nced, but not declared.
>>org.xml.sax.SAXParseException: The entity
>>"openorb-version" was referenced, but
>>not declared.
>>        at
>>
> 
> org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Un
> 
>>known Source)
>>        at
>>
> 
> org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown
> 
>>Source)
>>
>>        at
>>
> 
> org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
> 
>>Source)
>>        at
>>
> 
> org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
> 
>>Source)
>>        at
>>
> 
> org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown
> 
>>Source)
>>        at
>>
> 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityRefer
> 
>>ence(Unknown Source)
>>        at
>>
> 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
> 
>>Dispatcher.dispatch(Unknown Source)
>>        at
>>
> 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
> 
>>known Source)
>>        at
>>
> 
> org.apache.xerces.parsers.XML11Configuration.parse(Unknown
> 
>>Source)
>>        at
>>
> 
> org.apache.xerces.parsers.DTDConfiguration.parse(Unknown
> 
>>Source)
>>        at
>>org.apache.xerces.parsers.XMLParser.parse(Unknown
>>Source)
>>        at
>>
> 
> org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
> 
>>Source)
>>        at
>>
> 
> org.apache.commons.digester.Digester.parse(Digester.java:1527)
> 
>>        at
>>
> 
> org.apache.maven.MavenUtils.getNonJellyProject(MavenUtils.java:204)
> 
>>        at
>>
> 
> org.apache.maven.MavenUtils.getProject(MavenUtils.java:144)
> 
>>        at
>>
> 
> org.apache.maven.MavenUtils.getProject(MavenUtils.java:123)
> 
>>        at
>>
> 
> org.apache.maven.MavenUtils.getProjects(MavenUtils.java:290)
> 
>>        at
>>
> 
> org.apache.maven.jelly.tags.maven.ReactorTag.getSortedProjects(Reacto
> 
>>rTag.java:400)
>>        at
>>
> 
> org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:29
> 
>>6)
>>        at
>>
> 
> org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> 
>>        at
>>
> 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> 
>>        at
>>
> 
> org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> 
>>        at
>>
> 
> org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> 
>>        at
>>
> 
> org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> 
>>        at
>>
> 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> 
>>        at
>>
> 
> org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
> 
>>g.java:79)
>>        at
>>
> 
> org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
> 
>>mAction(MavenGoalTag.java:110)
>>        at com.werken.werkz.Goal.fire(Goal.java:639)
>>        at
>>com.werken.werkz.Goal.attain(Goal.java:575)
>>        at
>>
> 
> com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
> 
>>        at
>>com.werken.werkz.Goal.attain(Goal.java:573)
>>        at
>>
> 
> com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> 
>>        at
>>
> 
> org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttai
> 
>>nGoalTag.java:127)
>>        at
>>
> 
> org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> 
>>        at
>>
> 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> 
>>        at
>>
> 
> org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
> 
>>g.java:79)
>>        at
>>
> 
> org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
> 
>>mAction(MavenGoalTag.java:110)
>>        at com.werken.werkz.Goal.fire(Goal.java:639)
>>        at
>>com.werken.werkz.Goal.attain(Goal.java:575)
>>        at
>>
> 
> com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
> 
>>        at
>>com.werken.werkz.Goal.attain(Goal.java:573)
>>        at
>>
> 
> com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> 
>>        at
>>
> 
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> 
>>634)
>>        at
>>
> 
> org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
> 
>>        at
>>org.apache.maven.cli.App.doMain(App.java:486)
>>        at
>>org.apache.maven.cli.App.main(App.java:1215)
>>        at
>>sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>Method)
>>        at
>>
> 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> 
>>java:39)
>>        at
>>
> 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> 
>>sorImpl.java:25)
>>        at
>>java.lang.reflect.Method.invoke(Method.java:585)
>>        at
>>com.werken.forehead.Forehead.run(Forehead.java:551)
>>        at
>>com.werken.forehead.Forehead.main(Forehead.java:581)
>>
>>BUILD FAILED
>>File...... C:\Documents and
>>Settings\moli\.maven\cache\maven-multiproject-plu
>>gin-1.3.1\plugin.jelly
>>Element... maven:reactor
>>Line...... 63
>>Column.... 9
>>Error parsing project.xml
>>'C:\asf\geronimo\openejb\modules\core\project.xml'
>>Total time: 24 seconds
>>Finished at: Tue Oct 19 09:43:39 EDT 2004
>>
>>C:\asf\geronimo>
>>
> *****************************************************
> 
>>Env
>>Windows 2000, Jdk 1.5, maven 1.0
>>
>>Regards,
>>Mouli
>>
>>
>>		
>>__________________________________
>>Do you Yahoo!?
>>Take Yahoo! Mail with you! Get it on your mobile
>>phone.
>>http://mobile.yahoo.com/maildemo 
>>
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 


Re: Build error

Posted by Sandip Ghayal <sg...@yahoo.com>.
Hello Gang,

Build fails for me too.

When doing "maven clean" I got error as mentioned in
file cleanbuild.out

Though the clean up work continued after that.

Next I started the build with

"maven -Dmodule.types=specs"

And got errors similar to cleanbuild.out to start with

but then I got other errors and the build stopped.
Refer to attached build.out file

The failure is during AXIS build.

I am following the build steps mentioned on the wiki.

Cheers,

Sandip
--- mouli <uc...@yahoo.com> wrote:

> Build fails on start
> I did maven m:co and then maven m:rebuild
> 
> The build fails giving the follwing error
> 
>
*****************************************************
> 
> Starting the reactor...
> Parse Fatal Error at line 351 column 32: The entity
> "openorb-version" was refere
> nced, but not declared.
> org.xml.sax.SAXParseException: The entity
> "openorb-version" was referenced, but
> not declared.
>         at
>
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Un
> known Source)
>         at
>
org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown
> Source)
> 
>         at
>
org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
> Source)
>         at
>
org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
> Source)
>         at
>
org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown
> Source)
>         at
>
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityRefer
> ence(Unknown Source)
>         at
>
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
> Dispatcher.dispatch(Unknown Source)
>         at
>
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
> known Source)
>         at
>
org.apache.xerces.parsers.XML11Configuration.parse(Unknown
> Source)
>         at
>
org.apache.xerces.parsers.DTDConfiguration.parse(Unknown
> Source)
>         at
> org.apache.xerces.parsers.XMLParser.parse(Unknown
> Source)
>         at
>
org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
> Source)
>         at
>
org.apache.commons.digester.Digester.parse(Digester.java:1527)
>         at
>
org.apache.maven.MavenUtils.getNonJellyProject(MavenUtils.java:204)
>         at
>
org.apache.maven.MavenUtils.getProject(MavenUtils.java:144)
>         at
>
org.apache.maven.MavenUtils.getProject(MavenUtils.java:123)
>         at
>
org.apache.maven.MavenUtils.getProjects(MavenUtils.java:290)
>         at
>
org.apache.maven.jelly.tags.maven.ReactorTag.getSortedProjects(Reacto
> rTag.java:400)
>         at
>
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:29
> 6)
>         at
>
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>         at
>
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>         at
>
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
>         at
>
org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
>         at
>
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>         at
>
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>         at
>
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
> g.java:79)
>         at
>
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
> mAction(MavenGoalTag.java:110)
>         at com.werken.werkz.Goal.fire(Goal.java:639)
>         at
> com.werken.werkz.Goal.attain(Goal.java:575)
>         at
>
com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
>         at
> com.werken.werkz.Goal.attain(Goal.java:573)
>         at
>
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
>         at
>
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttai
> nGoalTag.java:127)
>         at
>
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>         at
>
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
>         at
>
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
> g.java:79)
>         at
>
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
> mAction(MavenGoalTag.java:110)
>         at com.werken.werkz.Goal.fire(Goal.java:639)
>         at
> com.werken.werkz.Goal.attain(Goal.java:575)
>         at
>
com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
>         at
> com.werken.werkz.Goal.attain(Goal.java:573)
>         at
>
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
>         at
>
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> 634)
>         at
>
org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
>         at
> org.apache.maven.cli.App.doMain(App.java:486)
>         at
> org.apache.maven.cli.App.main(App.java:1215)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
>         at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>         at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>         at
> java.lang.reflect.Method.invoke(Method.java:585)
>         at
> com.werken.forehead.Forehead.run(Forehead.java:551)
>         at
> com.werken.forehead.Forehead.main(Forehead.java:581)
> 
> BUILD FAILED
> File...... C:\Documents and
> Settings\moli\.maven\cache\maven-multiproject-plu
> gin-1.3.1\plugin.jelly
> Element... maven:reactor
> Line...... 63
> Column.... 9
> Error parsing project.xml
> 'C:\asf\geronimo\openejb\modules\core\project.xml'
> Total time: 24 seconds
> Finished at: Tue Oct 19 09:43:39 EDT 2004
> 
> C:\asf\geronimo>
>
*****************************************************
> 
> Env
> Windows 2000, Jdk 1.5, maven 1.0
> 
> Regards,
> Mouli
> 
> 
> 		
> __________________________________
> Do you Yahoo!?
> Take Yahoo! Mail with you! Get it on your mobile
> phone.
> http://mobile.yahoo.com/maildemo 
> 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com