Actions
Bug #1632
closedError when no metacat URL entered
Status:
Resolved
Priority:
Normal
Assignee:
Category:
morpho - general
Target version:
Start date:
07/09/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1632
Description
Following error occurs when no metacat url is entered in the preferences.
java.lang.NullPointerException
at edu.ucsb.nceas.morpho.Morpho.<init>(Morpho.java:192)
at edu.ucsb.nceas.morpho.Morpho.main(Morpho.java:942)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
Result is that when initialized Morpho exits without giving any warning or info
to the user.
Actions