When I upload file, I got the below error. May I know what is PreferencesManager.java:343 trying to do? I am using dfc.jar from Composer 6.7 SP2 /plugin/blah/blah/dfc.jar. How to fix this? Is it dfc.properties not loaded? Please help, thanks a lot
Caused by: java.lang.ExceptionInInitializerError
at com.documentum.com.DfClientX.getLocalClient(DfClientX.java:43)
at
Caused by: java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:394)
at com.documentum.fc.common.impl.preferences.PreferencesManager.readPersistentProperties(PreferencesManager.java:343)
at com.documentum.fc.common.impl.preferences.PreferencesManager.<init>(PreferencesManager.java:41)
at com.documentum.fc.common.DfPreferences.initialize(DfPreferences.java:64)
at com.documentum.fc.common.DfPreferences.getInstance(DfPreferences.java:43)
at com.documentum.fc.client.DfSimpleDbor.getDefaultDbor(DfSimpleDbor.java:78)
at com.documentum.fc.client.DfSimpleDbor.<init>(DfSimpleDbor.java:66)
at com.documentum.fc.client.DfClient$ClientImpl.<init>(DfClient.java:344)
at com.documentum.fc.client.DfClient.<clinit>(DfClient.java:754)
... 111 more