Login:    

useradd
more /root/Bugs/File Access.thread
2008-12-01 21:02:53IsmAvatar
Code
T:\>java -jar \\remotefile02\desktops$\ismavatar\Desktop\lateralgm.jar
Java Version: 10600 (1.6.0_06)
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.lang.IllegalArgumentException: URI has an authority component
        at java.io.File.<init>(Unknown Source)
        at org.lateralgm.main.LGM.<clinit>(LGM.java:346)


In this case it appears to be complaining that the workDir cannot be accessed due to insufficient permissions (although I could be wrong). This should be a recoverable error, but it prevents LGM from starting. Ideally, this should throw a warning initially, and any further actions requiring workDir access should throw recoverable exceptions.
2009-01-16 18:36:52IsmAvatar
I can no longer reproduce this. I'm closing it. If someone else finds some way to reproduce it, you can either request this topic be reopened or start a new topic.