CDV ❯ Errors when using tc-admin console to connect to L2 on RHEL4
-
Bug
-
Status: Closed
-
3 Minor
-
Resolution: Fixed
-
Console
-
-
qa
-
Reporter: alex
-
August 24, 2006
-
0
-
Watchers: 0
-
February 12, 2013
-
June 08, 2007
Description
the following exceptions were thrown when clicking Connect button on the console:
WARNING: Could not lock User prefs. Unix error code 5.
java.util.prefs.BackingStoreException: Couldn’t get file lock.
at java.util.prefs.FileSystemPreferences.sync(Unknown Source)
at java.util.prefs.FileSystemPreferences.flush(Unknown Source)
at com.tc.admin.common.PrefsHelper.flush(PrefsHelper.java:43)
at com.tc.admin.common.XObjectTable.storeSortPrefs(XObjectTable.java:383)
at com.tc.admin.common.XObjectTable.setSortColumn(XObjectTable.java:159)
at com.tc.admin.dso.ClassesTable.
Comments
Fiona OShea 2006-09-28
Taylor Gautier 2007-01-19
We should catch this exception and give a better error message to indicate the problem.
Hung Huynh 2007-01-26
Related issue: https://jira.terracotta.org/jira/browse/IT-211
Fiona OShea 2007-05-31
Add a better error message
Fiona OShea 2007-06-08
Can we reproduce this issue?
Hung Huynh 2007-06-08
This is known hardware problem. We can’t run on shared network drive. Set data and logs folder in tc-config.xml to point to local folders instead (ie, /tmp )
Consider not using Java preferences and don’t store preferences in dot file