From: Erik V. <eri...@xs...> - 2012-03-13 14:47:03
|
Stefan, After I changed a property item, I was again caught by the exception that prevented me to run Rails: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at rails.common.ConfigProfile.setParent(ConfigProfile.java:147) at rails.common.ConfigProfile.setParent(ConfigProfile.java:152) at rails.common.ConfigProfile.load(ConfigProfile.java:215) at rails.common.ConfigManager.changeProfile(ConfigManager.java:218) etc. (I first clicked Apply and then Save/Apply). As I still don't know what is causing this problem, I changed the code to catch it, by allowing the ConfigProfile.setParent() parent argument to be null. Now at least I can do some work again! Erik. |