Re: Installation stalls on OS X 10.4.10
Nicolas Daum <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.user |
|---|---|
| Message-ID | <[email protected]> |
Hello
I got more info in the Console:
Warning: unrecognized command line flag -psn_0_2490369
[JavaAppLauncher] application launched with ppc-thin application stub.
Using native application stub instead.
Exception in thread "main" java.lang.NoClassDefFoundError:
org/dbuml/argo/ui/explorer/ExplorerTree
at org.argouml.ui.ProjectBrowser.createPanels(ProjectBrowser.java:386)
at org.argouml.ui.ProjectBrowser.<init>(ProjectBrowser.java:261)
at org.argouml.ui.ProjectBrowser.makeInstance(ProjectBrowser.java:354)
at org.argouml.ui.ProjectBrowser.makeInstance(ProjectBrowser.java:336)
at org.argouml.application.Main.initializeGUI(Main.java:699)
at org.argouml.application.Main.main(Main.java:262)
It doesn't make sense to me...
Nick
Linus Tolke wrote:
> Hello Nicolas!
>
> The file argo.user.properties contains states from any previous
> ArgoUML session. Loosing it or removing it just affects some settings
> you have made and things like what projects you have previously opened
> using ArgoUML.
>
> I can't understand why you starting argouml would stall when it tries
> to access the file. It is probably something else. If you know your
> way around java, you could investigate what code line it is that hangs
> the application (by attaching with the debugger and getting the line
> numbers for the appropriate thread, then one hanging). That would help
> in the investigation.
>
> /Linus