Advertisement
Guest User

Funamboladmin troubles

a guest
Jul 11th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. [juergen@t400localhost ~]$ /opt/Funambol/admin/bin/funamboladmin
  2. java.io.IOException: Permission denied
  3. at java.io.UnixFileSystem.createFileExclusively(Native Method)
  4. at java.io.File.createNewFile(Unknown Source)
  5. at org.netbeans.CLIHandler.initialize(CLIHandler.java:451)
  6. at org.netbeans.CLIHandler.initialize(CLIHandler.java:291)
  7. at org.netbeans.Main.execute(Main.java:161)
  8. at org.netbeans.Main.main(Main.java:48)
  9. java.io.IOException: Permission denied
  10. at java.io.UnixFileSystem.createFileExclusively(Native Method)
  11. at java.io.File.createNewFile(Unknown Source)
  12. at org.netbeans.CLIHandler.initialize(CLIHandler.java:451)
  13. at org.netbeans.CLIHandler.initialize(CLIHandler.java:291)
  14. at org.netbeans.Main.execute(Main.java:161)
  15. at org.netbeans.Main.main(Main.java:48)
  16. java.io.IOException: Permission denied
  17. at java.io.UnixFileSystem.createFileExclusively(Native Method)
  18. at java.io.File.createNewFile(Unknown Source)
  19. at org.netbeans.CLIHandler.initialize(CLIHandler.java:451)
  20. at org.netbeans.CLIHandler.initialize(CLIHandler.java:291)
  21. at org.netbeans.Main.execute(Main.java:161)
  22. at org.netbeans.Main.main(Main.java:48)
  23. java.io.IOException: Permission denied
  24. at java.io.UnixFileSystem.createFileExclusively(Native Method)
  25. at java.io.File.createNewFile(Unknown Source)
  26. at org.netbeans.CLIHandler.initialize(CLIHandler.java:451)
  27. at org.netbeans.CLIHandler.initialize(CLIHandler.java:291)
  28. at org.netbeans.Main.execute(Main.java:161)
  29. at org.netbeans.Main.main(Main.java:48)
  30. java.io.IOException: Permission denied
  31. at java.io.UnixFileSystem.createFileExclusively(Native Method)
  32. at java.io.File.createNewFile(Unknown Source)
  33. at org.netbeans.CLIHandler.initialize(CLIHandler.java:451)
  34. at org.netbeans.CLIHandler.initialize(CLIHandler.java:291)
  35. at org.netbeans.Main.execute(Main.java:161)
  36. at org.netbeans.Main.main(Main.java:48)
  37. Cannot create log file. Logging disabled.
  38. java.io.IOException: Cannot write to file
  39. at org.netbeans.core.startup.TopLogging.<init>(TopLogging.java:96)
  40. at org.netbeans.core.startup.CLIOptions.initialize(CLIOptions.java:205)
  41. at org.netbeans.core.startup.Main.start(Main.java:294)
  42. at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:96)
  43. at java.lang.Thread.run(Unknown Source)
  44. Turning on modules:
  45. org.openide.util [6.8.22 200610171010]
  46. org.openide.modules [6.5.22 200610171010]
  47. org.openide.filesystems [6.4.22 200610171010]
  48. org.openide.awt [6.7.22 200610171010]
  49. org.openide.options [6.4.22 200610171010]
  50. org.openide.dialogs [6.5.22 200610171010]
  51. org.openide.nodes [6.7.22 200610171010]
  52. org.openide.explorer [6.5.22 1 200610171010]
  53. org.openide.windows [6.5.22 200610171010]
  54. org.openide.text [6.9.22 200610171010]
  55. org.openide.actions [6.5.22 200610171010]
  56. org.openide.loaders [5.9.22 200610171010]
  57. org.openide.io [1.9.22 200610171010]
  58. org.netbeans.core.output2/1 [1.7.22.1 1 200610171010]
  59. org.netbeans.bootstrap/1 [2.3.22 200610171010]
  60. org.netbeans.core.startup/1 [1.5.22 200610171010]
  61. org.netbeans.swing.plaf [1.5.22 200610171010]
  62. org.netbeans.core/2 [3.2.22.1 200610171010]
  63. org.netbeans.api.progress/1 [1.5.22 200610171010]
  64. org.netbeans.modules.javahelp/1 [2.8.22 200610171010]
  65. com.funambol.admin.libs [10.0.0 110611]
  66. org.netbeans.modules.autoupdate/1 [2.16.22 200610171010]
  67. com.funambol.admin/1 [10.0.0 110611]
  68. org.netbeans.swing.tabcontrol [1.6.22 200610171010]
  69. org.netbeans.modules.settings/1 [1.10.33 200610171010]
  70. org.netbeans.core.windows/2 [2.7.22.1 200610171010]
  71. org.netbeans.core.ui/1 [1.9.22 200610171010]
  72. org.netbeans.modules.queries/1 [1.7.22 200610171010]
  73. org.netbeans.modules.masterfs/1 [1.8.24 200610171010]
  74. ==============================================================================================
  75.  
  76. The splash screens comes
  77.  
  78. The splash screen is closed and then
  79.  
  80. about 40 or 50 times the messages below
  81.  
  82. at com.funambol.admin.config.AdminConfig.loadInitValue(AdminConfig.java:134)
  83. at com.funambol.admin.config.AdminConfig.<init>(AdminConfig.java:103)
  84. at com.funambol.admin.config.AdminConfig.getAdminConfig(AdminConfig.java:114)
  85. at com.funambol.admin.util.Log.isDebugEnabled(Log.java:150)
  86. at com.funambol.admin.util.Log.debug(Log.java:86)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement