History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: OPENEJB-28
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jacek Laskowski
Reporter: David Blevins
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenEJB

Deploy tool fails with nullpointer

Created: 15/Jun/05 12:40 PM   Updated: 31/Aug/05 10:18 AM  Due: 25/Sep/06
Component/s: deployment
Affects Version/s: 1.0 beta 1
Fix Version/s: 1.0 beta 1

Time Tracking:
Not Specified


 Description  « Hide
$ ./bin/openejb deploy -examples
java.lang.NullPointerException
        at org.openejb.util.ClasspathUtils$BasicURLLoader.addJarsToPath(ClasspathUtils.java:226)
        at org.openejb.util.ClasspathUtils$SystemLoader.addJarsToPath(ClasspathUtils.java:272)
        at org.openejb.util.ClasspathUtils.addJarsToPath(ClasspathUtils.java:109)
        at org.openejb.util.ClasspathUtils.addJarsToPath(ClasspathUtils.java:92)
        at org.openejb.alt.config.Deploy.main(Deploy.java:755)
OpenEJB Deploy Tool 1.0-SNAPSHOT



 All   Comments   Work Log   Change History   Subversion Commits   FishEye      Sort Order: Ascending order - Click to sort in descending order
Jacek Laskowski - 16/Jun/05 04:00 AM
$ cvs ci modules/core/src/java/org/openejb/util/ClasspathUtils.java
Checking in modules/core/src/java/org/openejb/util/ClasspathUtils.java;
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/util/ClasspathUtils.java,v <-- ClasspathUtils.java
new revision: 1.7; previous revision: 1.6
done
Mailing the commit message...