Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2011
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.48 KB | None | 0 0
  1. john@linux-bj11:~/PS3Mediaserver/pms-linux-1.50.0> ./PMS.sh
  2. 04:52:34,948 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
  3. 04:52:34,948 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
  4. 04:52:34,948 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:pms.jar!/logback.xml]
  5. 04:52:34,963 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@761a8c93 - URL [jar:file:pms.jar!/logback.xml] is not of type file
  6. 04:52:35,212 |-ERROR in ch.qos.logback.core.util.ContextUtil@7580bf1b - Failed to get local hostname java.net.UnknownHostException: linux-bj11
  7. at java.net.UnknownHostException: linux-bj11
  8. at at java.net.ResolverCache.getHostByName(libgcj.so.12)
  9. at at java.net.InetAddress.getAllByName(libgcj.so.12)
  10. at at java.net.InetAddress.getByName(libgcj.so.12)
  11. at at java.net.InetAddress.getLocalHost(libgcj.so.12)
  12. at at ch.qos.logback.core.util.ContextUtil.getLocalHostName(ContextUtil.java:30)
  13. at at ch.qos.logback.core.util.ContextUtil.addHostNameAsProperty(ContextUtil.java:39)
  14. at at ch.qos.logback.classic.joran.action.ConfigurationAction.begin(ConfigurationAction.java:47)
  15. at at ch.qos.logback.core.joran.spi.Interpreter.callBeginAction(Interpreter.java:273)
  16. at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:145)
  17. at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:127)
  18. at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:40)
  19. at at ch.qos.logback.core.joran.spi.Interpreter.play(Interpreter.java:332)
  20. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:132)
  21. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:93)
  22. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:52)
  23. at at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:77)
  24. at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:150)
  25. at at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)
  26. at at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
  27. at at java.lang.Class.initializeClass(libgcj.so.12)
  28. at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:128)
  29. at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108)
  30. at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:279)
  31. at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:252)
  32. at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:265)
  33. at at net.pms.PMS.<clinit>(PMS.java:127)
  34. at at java.lang.Class.initializeClass(libgcj.so.12)
  35. 04:52:35,214 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - About to instantiate property definer of type [net.pms.logging.DebugLogPathDefiner]
  36. 04:52:35,218 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - Popping property definer for property named [debugLogPath] from the object stack
  37. 04:52:35,218 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [net.pms.logging.FrameAppender]
  38. 04:52:35,225 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [frame]
  39. 04:52:35,365 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
  40. 04:52:35,368 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
  41. 04:52:35,380 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
  42. 04:52:35,382 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log]
  43. 04:52:35,413 |-INFO in ch.qos.logback.core.FileAppender[debug.log] - File property is set to [/tmp/debug.log]
  44. 04:52:35,414 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
  45. 04:52:35,415 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log.10MB]
  46. 04:52:35,427 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b43b9bb - Will use zip compression
  47. 04:52:35,469 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - Active log file name: /tmp/debug.log
  48. 04:52:35,469 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - File property is set to [/tmp/debug.log]
  49. 04:52:35,470 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to ALL
  50. 04:52:35,470 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [frame] to Logger[ROOT]
  51. 04:52:35,471 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
  52. 04:52:35,471 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [debug.log] to Logger[ROOT]
  53. 04:52:35,471 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
  54.  
  55. 04:52:34,948 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
  56. 04:52:34,948 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
  57. 04:52:34,948 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:pms.jar!/logback.xml]
  58. 04:52:34,963 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@761a8c93 - URL [jar:file:pms.jar!/logback.xml] is not of type file
  59. 04:52:35,212 |-ERROR in ch.qos.logback.core.util.ContextUtil@7580bf1b - Failed to get local hostname java.net.UnknownHostException: linux-bj11
  60. at java.net.UnknownHostException: linux-bj11
  61. at at java.net.ResolverCache.getHostByName(libgcj.so.12)
  62. at at java.net.InetAddress.getAllByName(libgcj.so.12)
  63. at at java.net.InetAddress.getByName(libgcj.so.12)
  64. at at java.net.InetAddress.getLocalHost(libgcj.so.12)
  65. at at ch.qos.logback.core.util.ContextUtil.getLocalHostName(ContextUtil.java:30)
  66. at at ch.qos.logback.core.util.ContextUtil.addHostNameAsProperty(ContextUtil.java:39)
  67. at at ch.qos.logback.classic.joran.action.ConfigurationAction.begin(ConfigurationAction.java:47)
  68. at at ch.qos.logback.core.joran.spi.Interpreter.callBeginAction(Interpreter.java:273)
  69. at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:145)
  70. at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:127)
  71. at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:40)
  72. at at ch.qos.logback.core.joran.spi.Interpreter.play(Interpreter.java:332)
  73. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:132)
  74. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:93)
  75. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:52)
  76. at at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:77)
  77. at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:150)
  78. at at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)
  79. at at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
  80. at at java.lang.Class.initializeClass(libgcj.so.12)
  81. at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:128)
  82. at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108)
  83. at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:279)
  84. at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:252)
  85. at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:265)
  86. at at net.pms.PMS.<clinit>(PMS.java:127)
  87. at at java.lang.Class.initializeClass(libgcj.so.12)
  88. 04:52:35,214 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - About to instantiate property definer of type [net.pms.logging.DebugLogPathDefiner]
  89. 04:52:35,218 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - Popping property definer for property named [debugLogPath] from the object stack
  90. 04:52:35,218 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [net.pms.logging.FrameAppender]
  91. 04:52:35,225 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [frame]
  92. 04:52:35,365 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
  93. 04:52:35,368 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
  94. 04:52:35,380 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
  95. 04:52:35,382 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log]
  96. 04:52:35,413 |-INFO in ch.qos.logback.core.FileAppender[debug.log] - File property is set to [/tmp/debug.log]
  97. 04:52:35,414 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
  98. 04:52:35,415 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log.10MB]
  99. 04:52:35,427 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b43b9bb - Will use zip compression
  100. 04:52:35,469 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - Active log file name: /tmp/debug.log
  101. 04:52:35,469 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - File property is set to [/tmp/debug.log]
  102. 04:52:35,470 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to ALL
  103. 04:52:35,470 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [frame] to Logger[ROOT]
  104. 04:52:35,471 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
  105. 04:52:35,471 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [debug.log] to Logger[ROOT]
  106. 04:52:35,471 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
  107.  
  108. 04:52:34,948 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
  109. 04:52:34,948 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
  110. 04:52:34,948 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:pms.jar!/logback.xml]
  111. 04:52:34,963 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@761a8c93 - URL [jar:file:pms.jar!/logback.xml] is not of type file
  112. 04:52:35,212 |-ERROR in ch.qos.logback.core.util.ContextUtil@7580bf1b - Failed to get local hostname java.net.UnknownHostException: linux-bj11
  113. at java.net.UnknownHostException: linux-bj11
  114. at at java.net.ResolverCache.getHostByName(libgcj.so.12)
  115. at at java.net.InetAddress.getAllByName(libgcj.so.12)
  116. at at java.net.InetAddress.getByName(libgcj.so.12)
  117. at at java.net.InetAddress.getLocalHost(libgcj.so.12)
  118. at at ch.qos.logback.core.util.ContextUtil.getLocalHostName(ContextUtil.java:30)
  119. at at ch.qos.logback.core.util.ContextUtil.addHostNameAsProperty(ContextUtil.java:39)
  120. at at ch.qos.logback.classic.joran.action.ConfigurationAction.begin(ConfigurationAction.java:47)
  121. at at ch.qos.logback.core.joran.spi.Interpreter.callBeginAction(Interpreter.java:273)
  122. at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:145)
  123. at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:127)
  124. at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:40)
  125. at at ch.qos.logback.core.joran.spi.Interpreter.play(Interpreter.java:332)
  126. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:132)
  127. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:93)
  128. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:52)
  129. at at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:77)
  130. at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:150)
  131. at at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)
  132. at at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
  133. at at java.lang.Class.initializeClass(libgcj.so.12)
  134. at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:128)
  135. at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108)
  136. at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:279)
  137. at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:252)
  138. at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:265)
  139. at at net.pms.PMS.<clinit>(PMS.java:127)
  140. at at java.lang.Class.initializeClass(libgcj.so.12)
  141. 04:52:35,214 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - About to instantiate property definer of type [net.pms.logging.DebugLogPathDefiner]
  142. 04:52:35,218 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - Popping property definer for property named [debugLogPath] from the object stack
  143. 04:52:35,218 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [net.pms.logging.FrameAppender]
  144. 04:52:35,225 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [frame]
  145. 04:52:35,365 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
  146. 04:52:35,368 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
  147. 04:52:35,380 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
  148. 04:52:35,382 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log]
  149. 04:52:35,413 |-INFO in ch.qos.logback.core.FileAppender[debug.log] - File property is set to [/tmp/debug.log]
  150. 04:52:35,414 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
  151. 04:52:35,415 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log.10MB]
  152. 04:52:35,427 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b43b9bb - Will use zip compression
  153. 04:52:35,469 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - Active log file name: /tmp/debug.log
  154. 04:52:35,469 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - File property is set to [/tmp/debug.log]
  155. 04:52:35,470 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to ALL
  156. 04:52:35,470 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [frame] to Logger[ROOT]
  157. 04:52:35,471 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
  158. 04:52:35,471 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [debug.log] to Logger[ROOT]
  159. 04:52:35,471 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
  160. 04:52:36,454 |-ERROR in ch.qos.logback.core.util.ContextUtil@765124bb - Failed to get local hostname java.net.UnknownHostException
  161. at java.net.UnknownHostException
  162. at at java.net.ResolverCache.getHostByName(libgcj.so.12)
  163. at at java.net.InetAddress.getAllByName(libgcj.so.12)
  164. at at java.net.InetAddress.getByName(libgcj.so.12)
  165. at at java.net.InetAddress.getLocalHost(libgcj.so.12)
  166. at at ch.qos.logback.core.util.ContextUtil.getLocalHostName(ContextUtil.java:30)
  167. at at ch.qos.logback.core.util.ContextUtil.addHostNameAsProperty(ContextUtil.java:39)
  168. at at ch.qos.logback.classic.joran.action.ConfigurationAction.begin(ConfigurationAction.java:47)
  169. at at ch.qos.logback.core.joran.spi.Interpreter.callBeginAction(Interpreter.java:273)
  170. at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:145)
  171. at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:127)
  172. at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:40)
  173. at at ch.qos.logback.core.joran.spi.Interpreter.play(Interpreter.java:332)
  174. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:132)
  175. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:93)
  176. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:70)
  177. at at net.pms.logging.LoggingConfigFileLoader.load(LoggingConfigFileLoader.java:122)
  178. at at net.pms.PMS.main(PMS.java:994)
  179. 04:52:36,454 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - About to instantiate property definer of type [net.pms.logging.DebugLogPathDefiner]
  180. 04:52:36,454 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - Popping property definer for property named [debugLogPath] from the object stack
  181. 04:52:36,454 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [net.pms.logging.FrameAppender]
  182. 04:52:36,454 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [frame]
  183. 04:52:36,463 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
  184. 04:52:36,463 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
  185. 04:52:36,492 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
  186. 04:52:36,493 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log]
  187. 04:52:36,499 |-INFO in ch.qos.logback.core.FileAppender[debug.log] - File property is set to [/tmp/debug.log]
  188. 04:52:36,499 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
  189. 04:52:36,499 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log.10MB]
  190. 04:52:36,501 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b43bb0b - Will use zip compression
  191. 04:52:36,512 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - Active log file name: /tmp/debug.log
  192. 04:52:36,512 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - File property is set to [/tmp/debug.log]
  193. 04:52:36,512 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to ALL
  194. 04:52:36,512 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [frame] to Logger[ROOT]
  195. 04:52:36,512 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
  196. 04:52:36,512 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [debug.log] to Logger[ROOT]
  197. 04:52:36,512 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
  198.  
  199. 04:52:34,948 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
  200. 04:52:34,948 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
  201. 04:52:34,948 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:pms.jar!/logback.xml]
  202. 04:52:34,963 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@761a8c93 - URL [jar:file:pms.jar!/logback.xml] is not of type file
  203. 04:52:35,212 |-ERROR in ch.qos.logback.core.util.ContextUtil@7580bf1b - Failed to get local hostname java.net.UnknownHostException: linux-bj11
  204. at java.net.UnknownHostException: linux-bj11
  205. at at java.net.ResolverCache.getHostByName(libgcj.so.12)
  206. at at java.net.InetAddress.getAllByName(libgcj.so.12)
  207. at at java.net.InetAddress.getByName(libgcj.so.12)
  208. at at java.net.InetAddress.getLocalHost(libgcj.so.12)
  209. at at ch.qos.logback.core.util.ContextUtil.getLocalHostName(ContextUtil.java:30)
  210. at at ch.qos.logback.core.util.ContextUtil.addHostNameAsProperty(ContextUtil.java:39)
  211. at at ch.qos.logback.classic.joran.action.ConfigurationAction.begin(ConfigurationAction.java:47)
  212. at at ch.qos.logback.core.joran.spi.Interpreter.callBeginAction(Interpreter.java:273)
  213. at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:145)
  214. at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:127)
  215. at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:40)
  216. at at ch.qos.logback.core.joran.spi.Interpreter.play(Interpreter.java:332)
  217. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:132)
  218. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:93)
  219. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:52)
  220. at at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:77)
  221. at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:150)
  222. at at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:85)
  223. at at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
  224. at at java.lang.Class.initializeClass(libgcj.so.12)
  225. at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:128)
  226. at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:108)
  227. at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:279)
  228. at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:252)
  229. at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:265)
  230. at at net.pms.PMS.<clinit>(PMS.java:127)
  231. at at java.lang.Class.initializeClass(libgcj.so.12)
  232. 04:52:35,214 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - About to instantiate property definer of type [net.pms.logging.DebugLogPathDefiner]
  233. 04:52:35,218 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - Popping property definer for property named [debugLogPath] from the object stack
  234. 04:52:35,218 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [net.pms.logging.FrameAppender]
  235. 04:52:35,225 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [frame]
  236. 04:52:35,365 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
  237. 04:52:35,368 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
  238. 04:52:35,380 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
  239. 04:52:35,382 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log]
  240. 04:52:35,413 |-INFO in ch.qos.logback.core.FileAppender[debug.log] - File property is set to [/tmp/debug.log]
  241. 04:52:35,414 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
  242. 04:52:35,415 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log.10MB]
  243. 04:52:35,427 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b43b9bb - Will use zip compression
  244. 04:52:35,469 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - Active log file name: /tmp/debug.log
  245. 04:52:35,469 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - File property is set to [/tmp/debug.log]
  246. 04:52:35,470 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to ALL
  247. 04:52:35,470 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [frame] to Logger[ROOT]
  248. 04:52:35,471 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
  249. 04:52:35,471 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [debug.log] to Logger[ROOT]
  250. 04:52:35,471 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
  251. 04:52:36,454 |-ERROR in ch.qos.logback.core.util.ContextUtil@765124bb - Failed to get local hostname java.net.UnknownHostException
  252. at java.net.UnknownHostException
  253. at at java.net.ResolverCache.getHostByName(libgcj.so.12)
  254. at at java.net.InetAddress.getAllByName(libgcj.so.12)
  255. at at java.net.InetAddress.getByName(libgcj.so.12)
  256. at at java.net.InetAddress.getLocalHost(libgcj.so.12)
  257. at at ch.qos.logback.core.util.ContextUtil.getLocalHostName(ContextUtil.java:30)
  258. at at ch.qos.logback.core.util.ContextUtil.addHostNameAsProperty(ContextUtil.java:39)
  259. at at ch.qos.logback.classic.joran.action.ConfigurationAction.begin(ConfigurationAction.java:47)
  260. at at ch.qos.logback.core.joran.spi.Interpreter.callBeginAction(Interpreter.java:273)
  261. at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:145)
  262. at at ch.qos.logback.core.joran.spi.Interpreter.startElement(Interpreter.java:127)
  263. at at ch.qos.logback.core.joran.spi.EventPlayer.play(EventPlayer.java:40)
  264. at at ch.qos.logback.core.joran.spi.Interpreter.play(Interpreter.java:332)
  265. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:132)
  266. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:93)
  267. at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:70)
  268. at at net.pms.logging.LoggingConfigFileLoader.load(LoggingConfigFileLoader.java:122)
  269. at at net.pms.PMS.main(PMS.java:994)
  270. 04:52:36,454 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - About to instantiate property definer of type [net.pms.logging.DebugLogPathDefiner]
  271. 04:52:36,454 |-INFO in ch.qos.logback.core.joran.action.DefinePropertyAction - Popping property definer for property named [debugLogPath] from the object stack
  272. 04:52:36,454 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [net.pms.logging.FrameAppender]
  273. 04:52:36,454 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [frame]
  274. 04:52:36,463 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
  275. 04:52:36,463 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
  276. 04:52:36,492 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
  277. 04:52:36,493 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log]
  278. 04:52:36,499 |-INFO in ch.qos.logback.core.FileAppender[debug.log] - File property is set to [/tmp/debug.log]
  279. 04:52:36,499 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
  280. 04:52:36,499 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [debug.log.10MB]
  281. 04:52:36,501 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7b43bb0b - Will use zip compression
  282. 04:52:36,512 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - Active log file name: /tmp/debug.log
  283. 04:52:36,512 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[debug.log.10MB] - File property is set to [/tmp/debug.log]
  284. 04:52:36,512 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to ALL
  285. 04:52:36,512 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [frame] to Logger[ROOT]
  286. 04:52:36,512 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
  287. 04:52:36,512 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [debug.log] to Logger[ROOT]
  288. 04:52:36,512 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
  289.  
  290. Header Chunk. Image width:400 height:220 depth:8 color type:6 compression type:0 filter type:0 interlace:0
  291. java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
  292. at java.util.ArrayList.raiseBoundsError(libgcj.so.12)
  293. at java.util.ArrayList.checkBoundExclusive(libgcj.so.12)
  294. at java.util.ArrayList.set(libgcj.so.12)
  295. at javax.swing.text.html.StyleSheet.resolveStyle(libgcj.so.12)
  296. at javax.swing.text.html.StyleSheet.getResolvedStyle(libgcj.so.12)
  297. at javax.swing.text.html.StyleSheet.getRule(libgcj.so.12)
  298. at javax.swing.text.html.ViewAttributeSet.<init>(libgcj.so.12)
  299. at javax.swing.text.html.StyleSheet.getViewAttributes(libgcj.so.12)
  300. at javax.swing.text.html.ParagraphView.getAttributes(libgcj.so.12)
  301. at javax.swing.text.html.ParagraphView.setPropertiesFromAttributes(libgcj.so.12)
  302. at javax.swing.text.html.ParagraphView.setParent(libgcj.so.12)
  303. at javax.swing.text.CompositeView.replace(libgcj.so.12)
  304. at javax.swing.text.BoxView.replace(libgcj.so.12)
  305. at javax.swing.text.html.BlockView.replace(libgcj.so.12)
  306. at javax.swing.text.CompositeView.loadChildren(libgcj.so.12)
  307. at javax.swing.text.CompositeView.setParent(libgcj.so.12)
  308. at javax.swing.text.html.BlockView.setParent(libgcj.so.12)
  309. at javax.swing.text.CompositeView.replace(libgcj.so.12)
  310. at javax.swing.text.BoxView.replace(libgcj.so.12)
  311. at javax.swing.text.html.BlockView.replace(libgcj.so.12)
  312. at javax.swing.text.CompositeView.loadChildren(libgcj.so.12)
  313. at javax.swing.text.CompositeView.setParent(libgcj.so.12)
  314. at javax.swing.text.html.BlockView.setParent(libgcj.so.12)
  315. at javax.swing.plaf.basic.BasicTextUI$RootView.setView(libgcj.so.12)
  316. at javax.swing.plaf.basic.BasicTextUI.setView(libgcj.so.12)
  317. at javax.swing.plaf.basic.BasicTextUI.modelChanged(libgcj.so.12)
  318. at javax.swing.plaf.basic.BasicTextUI$Handler.propertyChange(libgcj.so.12)
  319. at java.beans.PropertyChangeSupport.firePropertyChange(libgcj.so.12)
  320. at java.beans.PropertyChangeSupport.firePropertyChange(libgcj.so.12)
  321. at java.awt.Component.firePropertyChange(libgcj.so.12)
  322. at javax.swing.text.JTextComponent.setDocument(libgcj.so.12)
  323. at javax.swing.JEditorPane.setEditorKit(libgcj.so.12)
  324. at javax.swing.JEditorPane.setContentType(libgcj.so.12)
  325. at net.pms.newgui.HelpTab.build(HelpTab.java:66)
  326. at net.pms.newgui.LooksFrame.buildMain(LooksFrame.java:359)
  327. at net.pms.newgui.LooksFrame.buildContent(LooksFrame.java:338)
  328. at net.pms.newgui.LooksFrame.<init>(LooksFrame.java:239)
  329. at net.pms.PMS.init(PMS.java:348)
  330. at net.pms.PMS.createInstance(PMS.java:903)
  331. at net.pms.PMS.main(PMS.java:997)
  332. john@linux-bj11:~/PS3Mediaserver/pms-linux-1.50.0>
  333.  
  334.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement