Advertisement
Guest User

Untitled

a guest
Apr 10th, 2011
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.81 KB | None | 0 0
  1. network: Created version ID: 1.6.0.24
  2. network: Created version ID: 1.6
  3. network: Created version ID: 1.6.0.24
  4. network: Created version ID: 1.6
  5. network: Created version ID: 1.6.0.24
  6. network: Created version ID: 1.6
  7. network: Created version ID: 1.6.0.24
  8. network: Created version ID: 1.6
  9. temp: new XMLParser with source:
  10. temp: <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  11. <jnlp codebase="file:/C:/path/to/dist/" href="launch.jnlp" spec="1.0+">
  12. <information>
  13. <title>RhythmWheels</title>
  14. <vendor>vamega</vendor>
  15. <homepage href=""/>
  16. <description>RhythmWheels</description>
  17. <description kind="short">RhythmWheels</description>
  18.  
  19. </information>
  20. <update check="always"/>
  21.  
  22. <resources>
  23. <j2se java-vm-args="-Djava.security.policy=applet.policy" version="1.5+"/>
  24. <jar href="RhythmWheels.jar" main="true"/>
  25.  
  26.  
  27. <jar href="lib/java-getopt-1.0.13.jar"/>
  28. <jar href="lib/tritonus_share-0.3.6.jar"/>
  29. </resources>
  30. <applet-desc height="300" main-class="RhythmWheels.RWApplet" name="RhythmWheels" width="300">
  31.  
  32. </applet-desc>
  33. </jnlp>
  34.  
  35. temp:
  36.  
  37. returning ROOT as follows:
  38.  
  39. <jnlp codebase="file:/C:/path/to/dist/" href="launch.jnlp" spec="1.0+">
  40. <information>
  41. <title>RhythmWheels</title>
  42. <vendor>vamega</vendor>
  43. <homepage href=""/>
  44. <description>RhythmWheels</description>
  45. <description kind="short">RhythmWheels</description>
  46. </information>
  47. <update check="always"/>
  48. <resources>
  49. <j2se java-vm-args="-Djava.security.policy=applet.policy" version="1.5+"/>
  50. <jar href="RhythmWheels.jar" main="true"/>
  51. <jar href="lib/java-getopt-1.0.13.jar"/>
  52. <jar href="lib/tritonus_share-0.3.6.jar"/>
  53. </resources>
  54. <applet-desc height="300" main-class="RhythmWheels.RWApplet" name="RhythmWheels" width="300"/>
  55. </jnlp>jnlp
  56. temp: returning LaunchDesc from XMLFormat.parse():
  57.  
  58. <jnlp spec="1.0+" codebase="file:/C:/path/to/dist/" href="file:/C:/path/to/dist/launch.jnlp">
  59. <information>
  60. <title>RhythmWheels</title>
  61. <vendor>vamega</vendor>
  62. <homepage href="null"/>
  63. <description>RhythmWheels</description>
  64. <description kind="short">RhythmWheels</description>
  65. </information>
  66. <update check="always" policy="always"/>
  67. <resources>
  68. <java java-vm-args="-Djava.security.policy=applet.policy" version="1.5+"/>
  69. <jar href="file:/C:/path/to/dist/RhythmWheels.jar" download="eager" main="true"/>
  70. <jar href="file:/C:/path/to/dist/lib/java-getopt-1.0.13.jar" download="eager" main="false"/>
  71. <jar href="file:/C:/path/to/dist/lib/tritonus_share-0.3.6.jar" download="eager" main="false"/>
  72. </resources>
  73. <applet-desc name="RhythmWheels" main-class="RhythmWheels.RWApplet" documentbase="file:/C:/path/to/dist/" width="300" height="300"/>
  74. </jnlp>
  75. network: ResponseCode for file:/C:/path/to/dist/launch.jnlp : 200
  76. network: Encoding for file:/C:/path/to/dist/launch.jnlp : null
  77. network: ResponseCode for file:/C:/path/to/dist/launch.jnlp : 200
  78. network: Encoding for file:/C:/path/to/dist/launch.jnlp : null
  79. network: Sever response: (length: 828, lastModified: Mon Apr 11 00:21:46 EDT 2011, downloadVersion: null, mimeType: application/x-java-jnlp-file)
  80. network: CleanupThread used 3 us
  81. network: Downloading resource: file:/C:/path/todist/launch.jnlp
  82. Content-Length: 828
  83. Content-Encoding: null
  84. network: Wrote URL file:/C:/path/to/dist/launch.jnlp to File C:\Users\vamega\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\10\47535a0a-740dc9c2-temp
  85. network: CleanupThread used 2 us
  86. network: Cache: Enable a new CacheEntry: file:/C:/path/to/dist/launch.jnlp
  87. network: Remove cache entry: file:/C:/path/to/dist/launch.jnlp
  88. temp: new XMLParser with source:
  89. temp: <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  90. <jnlp codebase="file:/C:/path/to/dist/" href="launch.jnlp" spec="1.0+">
  91. <information>
  92. <title>RhythmWheels</title>
  93. <vendor>vamega</vendor>
  94. <homepage href=""/>
  95. <description>RhythmWheels</description>
  96. <description kind="short">RhythmWheels</description>
  97.  
  98. </information>
  99. <update check="always"/>
  100.  
  101. <resources>
  102. <j2se java-vm-args="-Djava.security.policy=applet.policy" version="1.5+"/>
  103. <jar href="RhythmWheels.jar" main="true"/>
  104.  
  105.  
  106. <jar href="lib/java-getopt-1.0.13.jar"/>
  107. <jar href="lib/tritonus_share-0.3.6.jar"/>
  108. </resources>
  109. <applet-desc height="300" main-class="RhythmWheels.RWApplet" name="RhythmWheels" width="300">
  110.  
  111. </applet-desc>
  112. </jnlp>
  113.  
  114. temp:
  115.  
  116. returning ROOT as follows:
  117.  
  118. <jnlp codebase="file:/C:/path/to/dist/" href="launch.jnlp" spec="1.0+">
  119. <information>
  120. <title>RhythmWheels</title>
  121. <vendor>vamega</vendor>
  122. <homepage href=""/>
  123. <description>RhythmWheels</description>
  124. <description kind="short">RhythmWheels</description>
  125. </information>
  126. <update check="always"/>
  127. <resources>
  128. <j2se java-vm-args="-Djava.security.policy=applet.policy" version="1.5+"/>
  129. <jar href="RhythmWheels.jar" main="true"/>
  130. <jar href="lib/java-getopt-1.0.13.jar"/>
  131. <jar href="lib/tritonus_share-0.3.6.jar"/>
  132. </resources>
  133. <applet-desc height="300" main-class="RhythmWheels.RWApplet" name="RhythmWheels" width="300"/>
  134. </jnlp>jnlp
  135. temp: returning LaunchDesc from XMLFormat.parse():
  136.  
  137. <jnlp spec="1.0+" codebase="file:/C:/path/to/dist/" href="file:/C:/path/to/dist/launch.jnlp">
  138. <information>
  139. <title>RhythmWheels</title>
  140. <vendor>vamega</vendor>
  141. <homepage href="null"/>
  142. <description>RhythmWheels</description>
  143. <description kind="short">RhythmWheels</description>
  144. </information>
  145. <update check="always" policy="always"/>
  146. <resources>
  147. <java java-vm-args="-Djava.security.policy=applet.policy" version="1.5+"/>
  148. <jar href="file:/C:/path/to/dist/RhythmWheels.jar" download="eager" main="true"/>
  149. <jar href="file:/C:/path/to/dist/lib/java-getopt-1.0.13.jar" download="eager" main="false"/>
  150. <jar href="file:/C:/path/to/dist/lib/tritonus_share-0.3.6.jar" download="eager" main="false"/>
  151. </resources>
  152. <applet-desc name="RhythmWheels" main-class="RhythmWheels.RWApplet" documentbase="file:/C:/path/to/dist/" width="300" height="300"/>
  153. </jnlp>
  154. basic: Plugin2ClassLoader.addURL2 called for file:/C:/path/to/dist/RhythmWheels.jar
  155. basic: Plugin2ClassLoader.addURL2 called for file:/C:/path/to/dist/lib/java-getopt-1.0.13.jar
  156. basic: Plugin2ClassLoader.addURL2 called for file:/C:/path/to/dist/lib/tritonus_share-0.3.6.jar
  157. basic: Plugin2ClassLoader.drainPendingURLs addURL called for file:/C:/path/to/dist/RhythmWheels.jar
  158. basic: Plugin2ClassLoader.drainPendingURLs addURL called for file:/C:/path/to/dist/lib/java-getopt-1.0.13.jar
  159. basic: Plugin2ClassLoader.drainPendingURLs addURL called for file:/C:/path/to/dist/lib/tritonus_share-0.3.6.jar
  160. network: No Custom Progress jar
  161. network: LaunchDownload: concurrent downloads from LD: 4
  162. network: Total size to download: -1
  163. network: CleanupThread used 2 us
  164. network: CleanupThread used 2 us
  165. network: CleanupThread used 2 us
  166. network: Cache entry found [url: file:/C:/path/to/dist/RhythmWheels.jar, version: null] prevalidated=false/0
  167. network: Cache entry found [url: file:/C:/path/to/dist/lib/java-getopt-1.0.13.jar, version: null] prevalidated=false/0
  168. network: ResponseCode for file:/C:/path/to/dist/lib/java-getopt-1.0.13.jar : 200
  169. network: ResponseCode for file:/C:/path/to/dist/RhythmWheels.jar : 200
  170. network: Encoding for file:/C:/path/to/dist/lib/java-getopt-1.0.13.jar : null
  171. cache: Replacing MemoryCache entry (cnt=0) for file:/C:/path/to/dist/lib/java-getopt-1.0.13.jarwas=com.sun.deploy.cache.CacheEntry (680220284) now=com.sun.deploy.cache.CacheEntry (680220284)
  172. network: Downloaded file:/C:/path/to/dist/lib/java-getopt-1.0.13.jar: file:/C:/vamega/AppData/LocalLow/Sun/Java/Deployment/cache/6.0/20/21359254-1a2287e1
  173. network: Download Progress: jarsDone: 1
  174. network: Encoding for file:/C:/path/to/dist/RhythmWheels.jar : null
  175. cache: Replacing MemoryCache entry (cnt=0) for file:/C:/path/to/dist/RhythmWheels.jarwas=com.sun.deploy.cache.CacheEntry (1406860207) now=com.sun.deploy.cache.CacheEntry (1406860207)
  176. network: Downloaded file:/C:/path/to/dist/RhythmWheels.jar: file:/C:/vamega/AppData/LocalLow/Sun/Java/Deployment/cache/6.0/62/71aa407e-170cfbc9
  177. network: Download Progress: jarsDone: 2
  178. network: CleanupThread used 2 us
  179. network: CleanupThread used 2 us
  180. network: CleanupThread used 2 us
  181. network: CleanupThread used 2 us
  182. network: Cache entry found [url: file:/C:/path/to/dist/lib/tritonus_share-0.3.6.jar, version: null] prevalidated=false/0
  183. network: ResponseCode for file:/C:/path/to/dist/lib/tritonus_share-0.3.6.jar : 200
  184. network: Encoding for file:/C:/path/to/dist/lib/tritonus_share-0.3.6.jar : null
  185. cache: Replacing MemoryCache entry (cnt=0) for file:/C:/path/to/dist/lib/tritonus_share-0.3.6.jarwas=com.sun.deploy.cache.CacheEntry (1304545579) now=com.sun.deploy.cache.CacheEntry (1304545579)
  186. network: Downloaded file:/C:/path/to/dist/lib/tritonus_share-0.3.6.jar: file:/C:/Users/vamega/AppData/LocalLow/Sun/Java/Deployment/cache/6.0/13/37f47a8d-6e9abe57
  187. network: Download Progress: jarsDone: 3
  188. network: Created version ID: 1.5+
  189. network: Created version ID: 1.6
  190. network: Created version ID: 1.6.0.24
  191. network: Created version ID: 1.6
  192. basic: LaunchDesc location: file:/C:/path/to/dist/launch.jnlp
  193. network: Created version ID: 1.0+
  194. network: Created version ID: 6.0.18
  195. basic: passing security checks; secureArgs:false, allSigned:false
  196. basic: continuing launch in this VM
  197. basic: JNLP2ClassLoader.findClass: RhythmWheels.RWApplet: try again ..
  198. basic: JNLP2ClassLoader.getPermissions() ..
  199. security: JAVAWS AppPolicy Permission requested for: file:/C:/path/to/dist/RhythmWheels.jar
  200. security: Add sandbox permissions
  201. basic: JNLP2ClassLoader.getPermissions() X
  202. basic: Applet loaded.
  203. basic: Applet resized and added to parent container
  204. basic: PERF: AppletExecutionRunnable - applet.init() BEGIN ; jvmLaunch dt -1 us, pluginInit dt 94319644656 us, TotalTime: 94319644655 us
  205. basic: JNLP2ClassLoader.findClass: RhythmWheels.RhythmWheel: try again ..
  206. basic: JNLP2ClassLoader.findClass: RhythmWheels.WheelPanel: try again ..
  207. basic: JNLP2ClassLoader.findClass: RhythmWheels.SoundPanel: try again ..
  208. basic: JNLP2ClassLoader.findClass: RhythmWheels.ControlsPanel: try again ..
  209. basic: JNLP2ClassLoader.findClass: RhythmWheels.MyGlassPane: try again ..
  210. basic: JNLP2ClassLoader.findClass: RhythmWheels.Sound: try again ..
  211. basic: JNLP2ClassLoader.findClass: RhythmWheels.ConcatThread: try again ..
  212. basic: JNLP2ClassLoader.findClass: RhythmWheels.AudioConcat: try again ..
  213. basic: JNLP2ClassLoader.findClass: RhythmWheels.SequenceAudioInputStream: try again ..
  214. basic: JNLP2ClassLoader.findClass: RhythmWheels.MixingAudioInputStream: try again ..
  215. basic: JNLP2ClassLoader.findClass: RhythmWheels.LatinoCaribbean: try again ..
  216. basic: JNLP2ClassLoader.findClass: RhythmWheels.SoundCategory: try again ..
  217. basic: JNLP2ClassLoader.findClass: RhythmWheels.Rest: try again ..
  218. security: Loading Root CA certificates from C:\\Program Files\\Java\\jdk1.6.0_24\\jre\\lib\security\cacerts
  219. security: Loaded Root CA certificates from C:\\Program Files\\Java\\jdk1.6.0_24\\jre\\lib\security\cacerts
  220. security: Loading Deployment certificates from C:\Users\vamega\AppData\LocalLow\Sun\Java\Deployment\security\trusted.certs
  221. security: Loaded Deployment certificates from C:\Users\vamega\AppData\LocalLow\Sun\Java\Deployment\security\trusted.certs
  222. security: Loading certificates from Deployment session certificate store
  223. security: Loaded certificates from Deployment session certificate store
  224. security: Validate the certificate chain using CertPath API
  225. security: Obtain certificate collection in Root CA certificate store
  226. security: Obtain certificate collection in Root CA certificate store
  227. security: Start to check whether root CA is replaced
  228. security: The root CA hasnt been replaced
  229. security: No timestamping info available
  230. security: Found jurisdiction list file
  231. security: No need to checking trusted extension for this certificate
  232. security: The CRL support is disabled
  233. security: The OCSP support is disabled
  234. security: This OCSP End Entity validation is disabled
  235. security: Checking if certificate is in Deployment denied certificate store
  236. security: Checking if certificate is in Deployment permanent certificate store
  237. security: Checking if certificate is in Deployment session certificate store
  238. security: User has granted the priviledges to the code for this session only
  239. security: Adding certificate in Deployment session certificate store
  240. security: Added certificate in Deployment session certificate store
  241. security: Saving certificates in Deployment session certificate store
  242. security: Saved certificates in Deployment session certificate store
  243. security: Loading certificates from Deployment session certificate store
  244. security: Loaded certificates from Deployment session certificate store
  245. security: Validate the certificate chain using CertPath API
  246. security: Obtain certificate collection in Root CA certificate store
  247. security: Obtain certificate collection in Root CA certificate store
  248. security: Start to check whether root CA is replaced
  249. security: The root CA hasnt been replaced
  250. security: No timestamping info available
  251. security: Found jurisdiction list file
  252. security: No need to checking trusted extension for this certificate
  253. security: The CRL support is disabled
  254. security: The OCSP support is disabled
  255. security: This OCSP End Entity validation is disabled
  256. security: Checking if certificate is in Deployment denied certificate store
  257. security: Checking if certificate is in Deployment permanent certificate store
  258. security: Checking if certificate is in Deployment session certificate store
  259. basic: JNLP2ClassLoader.findClass: RhythmWheels.Open: try again ..
  260. basic: JNLP2ClassLoader.findClass: RhythmWheels.Tip: try again ..
  261. basic: JNLP2ClassLoader.findClass: RhythmWheels.Slap: try again ..
  262. basic: JNLP2ClassLoader.findClass: RhythmWheels.Heel: try again ..
  263. basic: JNLP2ClassLoader.findClass: RhythmWheels.Neck: try again ..
  264. basic: JNLP2ClassLoader.findClass: RhythmWheels.Mouth: try again ..
  265. basic: JNLP2ClassLoader.findClass: RhythmWheels.Clave: try again ..
  266. basic: JNLP2ClassLoader.findClass: RhythmWheels.Maracas: try again ..
  267. basic: JNLP2ClassLoader.findClass: RhythmWheels.Tamborine: try again ..
  268. basic: JNLP2ClassLoader.findClass: RhythmWheels.HipHop: try again ..
  269. basic: JNLP2ClassLoader.findClass: RhythmWheels.Scratch1: try again ..
  270. basic: JNLP2ClassLoader.findClass: RhythmWheels.Scratch2: try again ..
  271. basic: JNLP2ClassLoader.findClass: RhythmWheels.Scratch3: try again ..
  272. basic: JNLP2ClassLoader.findClass: RhythmWheels.Hup: try again ..
  273. basic: JNLP2ClassLoader.findClass: RhythmWheels.Clap: try again ..
  274. basic: JNLP2ClassLoader.findClass: RhythmWheels.Tube: try again ..
  275. basic: JNLP2ClassLoader.findClass: RhythmWheels.BassDrum: try again ..
  276. basic: JNLP2ClassLoader.findClass: RhythmWheels.HiHat: try again ..
  277. basic: JNLP2ClassLoader.findClass: RhythmWheels.Rock: try again ..
  278. basic: JNLP2ClassLoader.findClass: RhythmWheels.AcousticBass: try again ..
  279. basic: JNLP2ClassLoader.findClass: RhythmWheels.AcousticSnare: try again ..
  280. basic: JNLP2ClassLoader.findClass: RhythmWheels.ElectricSnare: try again ..
  281. basic: JNLP2ClassLoader.findClass: RhythmWheels.LowFloorTom: try again ..
  282. basic: JNLP2ClassLoader.findClass: RhythmWheels.OpenHighConga: try again ..
  283. basic: JNLP2ClassLoader.findClass: RhythmWheels.HiHatO: try again ..
  284. basic: JNLP2ClassLoader.findClass: RhythmWheels.Splash: try again ..
  285. basic: JNLP2ClassLoader.findClass: RhythmWheels.Crash: try again ..
  286. basic: JNLP2ClassLoader.findClass: RhythmWheels.imagePanel: try again ..
  287. basic: JNLP2ClassLoader.findClass: RhythmWheels.NumberPanel: try again ..
  288. basic: JNLP2ClassLoader.findClass: RhythmWheels.Wheel: try again ..
  289. basic: JNLP2ClassLoader.findClass: RhythmWheels.Listener: try again ..
  290. basic: Applet initialized
  291. basic: Removed progress listener: null
  292. basic: Applet made visible
  293. basic: Starting applet
  294. basic: completed perf rollup
  295. basic: Applet started
  296. basic: Told clients applet is started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement