Linus Tolke-4 wrote:
> 
> I have now, finally, completed the 0.25.5 release of ArgoUML.
> 

First of all, please let me thank all of you for this release and argouml in
general!
I just downloaded 0.25.5 but I got this error after startup :

Fatal error on startup.  ArgoUML failed to start.
java.lang.ExceptionInInitializerError
        at org.argouml.language.sql.SqlInit.enable(SqlInit.java:66)
        at
org.argouml.moduleloader.ModuleLoader2.doInternal(ModuleLoader2.java:322)
        at org.argouml.moduleloader.ModuleLoader2.doLoad(ModuleLoader2.java:160)
        at 
org.argouml.moduleloader.InitModuleLoader.init(InitModuleLoader.java:55)
        at
org.argouml.application.SubsystemUtility.initSubsystem(SubsystemUtility.java:49)
        at org.argouml.application.Main.initializeSubsystems(Main.java:430)
        at org.argouml.application.Main.main(Main.java:169)
Caused by: java.lang.NullPointerException
        at org.argouml.language.sql.DomainMapper.getFile(DomainMapper.java:149)
        at org.argouml.language.sql.DomainMapper.load(DomainMapper.java:163)
        at org.argouml.language.sql.DomainMapper.<init>(DomainMapper.java:87)
        at org.argouml.language.sql.GeneratorSql.<init>(GeneratorSql.java:115)
        at org.argouml.language.sql.GeneratorSql.<clinit>(GeneratorSql.java:103)
        ... 7 more

By reading source code, it looks like domainmapping.xml file is (correctly)
missing (it is loaded from classpath in package org.argouml.language.sql
because of a getResource() ) but the code dies before creating it. I suspect
that you would not get this error if the file already exists in your
configuration.

Removing argouml-sql.jar from the ext directory seem to do the trick, now
argouml can load correctly.

Best  Regards, hope this helps
Luca
-- 
View this message in context: 
http://www.nabble.com/The-release-0.25.5---finally-tp17181639p17183584.html
Sent from the argouml - dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to