1. [arek@localhost ~]$ eclipse -consolelog -debug
  2. Start VM: /usr/bin/java
  3. -Xms40m
  4. -Xmx512m
  5. -XX:MaxPermSize=128m
  6. -XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
  7. -XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,<init>
  8. -XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates,instantiateTemplate
  9. -XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage,addBinding
  10. -XX:CompileCommand=exclude,org/python/pydev/editor/codecompletion/revisited/PythonPathHelper,isValidSourceFile
  11. -XX:CompileCommand=exclude,org/python/pydev/ui/filetypes/FileTypesPreferencesPage,getDottedValidSourceFiles
  12. -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins
  13. -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib64/xulrunner-1.9.1/xulrunner
  14. -jar /usr/lib64/eclipse/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
  15. -os linux
  16. -ws gtk
  17. -arch x86_64
  18. -showsplash
  19. -launcher /usr/lib64/eclipse/eclipse
  20. -name Eclipse
  21. --launcher.library /usr/lib64/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.101.R34x_v20080731/eclipse_1116.so
  22. -startup /usr/lib64/eclipse/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
  23. -exitdata 378010
  24. -consolelog
  25. -debug
  26. -vm /usr/bin/java
  27. -vmargs
  28. -Xms40m
  29. -Xmx512m
  30. -XX:MaxPermSize=128m
  31. -XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
  32. -XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,<init>
  33. -XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates,instantiateTemplate
  34. -XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage,addBinding
  35. -XX:CompileCommand=exclude,org/python/pydev/editor/codecompletion/revisited/PythonPathHelper,isValidSourceFile
  36. -XX:CompileCommand=exclude,org/python/pydev/ui/filetypes/FileTypesPreferencesPage,getDottedValidSourceFiles
  37. -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins
  38. -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib64/xulrunner-1.9.1/xulrunner
  39. -jar /usr/lib64/eclipse/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
  40. CompilerOracle: exclude org/eclipse/core/internal/dtree/DataTreeNode.forwardDeltaWith
  41. CompilerOracle: exclude org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding.<init>
  42. CompilerOracle: exclude org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates.instantiateTemplate
  43. CompilerOracle: exclude org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage.addBinding
  44. CompilerOracle: exclude org/python/pydev/editor/codecompletion/revisited/PythonPathHelper.isValidSourceFile
  45. CompilerOracle: exclude org/python/pydev/ui/filetypes/FileTypesPreferencesPage.getDottedValidSourceFiles
  46. Install location:
  47. file:/usr/lib64/eclipse/
  48. Configuration file:
  49. file:/usr/lib64/eclipse/configuration/config.ini loaded
  50. Configuration location:
  51. file:/home/arek/.eclipse/org.eclipse.platform_3.4.0_793567567/configuration/
  52. Configuration file:
  53. file:/home/arek/.eclipse/org.eclipse.platform_3.4.0_793567567/configuration/config.ini loaded
  54. Shared configuration location:
  55. file:/usr/lib64/eclipse/configuration/
  56. Framework located:
  57. file:/usr/lib64/eclipse/plugins/org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar
  58. Framework classpath:
  59. file:/usr/lib64/eclipse/plugins/org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar
  60. Splash location:
  61. /usr/lib64/eclipse/plugins/org.fedoraproject.ide.platform_3.4.2/splash.bmp
  62. Debug options:
  63. file:/home/arek/.options not found
  64. Time to load bundles: 7
  65. !SESSION 2009-07-08 15:20:58.163 -----------------------------------------------
  66. eclipse.buildId=M20090211-1700
  67. java.version=1.6.0_13
  68. java.vendor=Sun Microsystems Inc.
  69. BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=pl_PL
  70. Command-line arguments: -os linux -ws gtk -arch x86_64 -consolelog -debug
  71.  
  72. !ENTRY org.eclipse.equinox.app 0 0 2009-07-08 15:20:59.396
  73. !MESSAGE Product org.fedoraproject.ide.platform.product could not be found.
  74. Starting application: 1296
  75.  
  76. !ENTRY org.eclipse.osgi 4 0 2009-07-08 15:20:59.486
  77. !MESSAGE Application error
  78. !STACK 1
  79. java.lang.RuntimeException: No application id has been found.
  80. at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236)
  81. at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
  82. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  83. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  84. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
  85. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
  86. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  88. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  89. at java.lang.reflect.Method.invoke(Unknown Source)
  90. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
  91. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
  92. at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
  93. at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
  94.  
  95. !ENTRY org.eclipse.osgi 2 0 2009-07-08 15:20:59.981
  96. !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
  97. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:20:59.982
  98. !MESSAGE Bundle reference:file:plugins/org.eclipse.team.cvs.core_3.3.101.r34x_20090115.jar was not resolved.
  99. !SUBENTRY 2 org.eclipse.team.cvs.core 2 0 2009-07-08 15:20:59.983
  100. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  101. !SUBENTRY 2 org.eclipse.team.cvs.core 2 0 2009-07-08 15:20:59.984
  102. !MESSAGE Missing imported package com.ibm.icu.util_0.0.0.
  103. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:20:59.985
  104. !MESSAGE Bundle reference:file:plugins/org.eclipse.team.ui_3.4.1.r34x_20080827.jar was not resolved.
  105. !SUBENTRY 2 org.eclipse.team.ui 2 0 2009-07-08 15:20:59.986
  106. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  107. !SUBENTRY 2 org.eclipse.team.ui 2 0 2009-07-08 15:20:59.987
  108. !MESSAGE Missing imported package com.ibm.icu.util_0.0.0.
  109. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:20:59.988
  110. !MESSAGE Bundle reference:file:plugins/org.eclipse.equinox.p2.ui_1.0.4.R34x_v20090123.jar was not resolved.
  111. !SUBENTRY 2 org.eclipse.equinox.p2.ui 2 0 2009-07-08 15:20:59.989
  112. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  113. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:20:59.990
  114. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.views.properties.tabbed_3.4.2.M20090127-1700.jar was not resolved.
  115. !SUBENTRY 2 org.eclipse.ui.views.properties.tabbed 2 0 2009-07-08 15:20:59.998
  116. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  117. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:20:59.998
  118. !MESSAGE Bundle reference:file:plugins/org.eclipse.debug.ui_3.4.2.v20090110_r342.jar was not resolved.
  119. !SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-07-08 15:20:59.999
  120. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  121. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.000
  122. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar was not resolved.
  123. !SUBENTRY 2 org.eclipse.ui.browser 2 0 2009-07-08 15:21:00.007
  124. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  125. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.009
  126. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.ide.application_1.0.1.M20090204-0800.jar was not resolved.
  127. !SUBENTRY 2 org.eclipse.ui.ide.application 2 0 2009-07-08 15:21:00.010
  128. !MESSAGE Missing required bundle com.ibm.icu_3.8.1.
  129. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.011
  130. !MESSAGE Bundle reference:file:plugins/org.eclipse.ltk.core.refactoring_3.4.2.r342_v20081028-0800.jar was not resolved.
  131. !SUBENTRY 2 org.eclipse.ltk.core.refactoring 2 0 2009-07-08 15:21:00.013
  132. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  133. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.014
  134. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.forms_3.3.103.v20081027_34x.jar was not resolved.
  135. !SUBENTRY 2 org.eclipse.ui.forms 2 0 2009-07-08 15:21:00.031
  136. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  137. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.032
  138. !MESSAGE Bundle reference:file:plugins/org.eclipse.core.filebuffers_3.4.0.v20080603-2000.jar was not resolved.
  139. !SUBENTRY 2 org.eclipse.core.filebuffers 2 0 2009-07-08 15:21:00.034
  140. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  141. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.041
  142. !MESSAGE Bundle reference:file:plugins/org.eclipse.jface.text_3.4.2.r342_v20081119-0800.jar was not resolved.
  143. !SUBENTRY 2 org.eclipse.jface.text 2 0 2009-07-08 15:21:00.041
  144. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  145. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.042
  146. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.cheatsheets_3.3.101.v20080702_34x.jar was not resolved.
  147. !SUBENTRY 2 org.eclipse.ui.cheatsheets 2 0 2009-07-08 15:21:00.043
  148. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  149. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.044
  150. !MESSAGE Bundle reference:file:plugins/org.eclipse.ltk.ui.refactoring_3.4.1.r341_v20080716-0800.jar was not resolved.
  151. !SUBENTRY 2 org.eclipse.ltk.ui.refactoring 2 0 2009-07-08 15:21:00.045
  152. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  153. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.046
  154. !MESSAGE Bundle reference:file:plugins/org.eclipse.core.databinding_1.1.1.M20080827-0800b.jar was not resolved.
  155. !SUBENTRY 2 org.eclipse.core.databinding 2 0 2009-07-08 15:21:00.047
  156. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  157. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.048
  158. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.console_3.3.1.v20090128_r342.jar was not resolved.
  159. !SUBENTRY 2 org.eclipse.ui.console 2 0 2009-07-08 15:21:00.049
  160. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  161. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.050
  162. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.ide_3.4.2.M20090127-1700.jar was not resolved.
  163. !SUBENTRY 2 org.eclipse.ui.ide 2 0 2009-07-08 15:21:00.051
  164. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  165. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.054
  166. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar was not resolved.
  167. !SUBENTRY 2 org.eclipse.ui.workbench 2 0 2009-07-08 15:21:00.055
  168. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  169. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.057
  170. !MESSAGE Bundle reference:file:plugins/org.eclipse.team.cvs.ui_3.3.100.r34x_20090121.jar was not resolved.
  171. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.058
  172. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  173. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.069
  174. !MESSAGE Missing imported package com.ibm.icu.util_0.0.0.
  175. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.070
  176. !MESSAGE Bundle reference:file:plugins/org.eclipse.compare_3.4.1.r34x_20090121.jar was not resolved.
  177. !SUBENTRY 2 org.eclipse.compare 2 0 2009-07-08 15:21:00.071
  178. !MESSAGE Missing imported package com.ibm.icu.util_0.0.0.
  179. !SUBENTRY 2 org.eclipse.compare 2 0 2009-07-08 15:21:00.072
  180. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  181. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.073
  182. !MESSAGE Bundle reference:file:plugins/org.eclipse.text_3.4.0.v20080605-1800.jar was not resolved.
  183. !SUBENTRY 2 org.eclipse.text 2 0 2009-07-08 15:21:00.077
  184. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  185. !SUBENTRY 2 org.eclipse.text 2 0 2009-07-08 15:21:00.078
  186. !MESSAGE Missing imported package com.ibm.icu.util_0.0.0.
  187. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.079
  188. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.editors_3.4.0.v20080603-2000.jar was not resolved.
  189. !SUBENTRY 2 org.eclipse.ui.editors 2 0 2009-07-08 15:21:00.079
  190. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  191. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.080
  192. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.presentations.r21_3.2.100.I20080512-2000.jar was not resolved.
  193. !SUBENTRY 2 org.eclipse.ui.presentations.r21 2 0 2009-07-08 15:21:00.081
  194. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  195. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.082
  196. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.workbench.texteditor_3.4.1.r341_v20080827-1100.jar was not resolved.
  197. !SUBENTRY 2 org.eclipse.ui.workbench.texteditor 2 0 2009-07-08 15:21:00.083
  198. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  199. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.084
  200. !MESSAGE Bundle reference:file:plugins/org.eclipse.help.ui_3.3.102.v20081014_34x.jar was not resolved.
  201. !SUBENTRY 2 org.eclipse.help.ui 2 0 2009-07-08 15:21:00.085
  202. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  203. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.087
  204. !MESSAGE Bundle reference:file:plugins/org.eclipse.debug.core_3.4.1.v20090106_r342.jar was not resolved.
  205. !SUBENTRY 2 org.eclipse.debug.core 2 0 2009-07-08 15:21:00.088
  206. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  207. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.088
  208. !MESSAGE Bundle reference:file:plugins/org.eclipse.help.webapp_3.3.101.M20080805_34x.jar was not resolved.
  209. !SUBENTRY 2 org.eclipse.help.webapp 2 0 2009-07-08 15:21:00.089
  210. !MESSAGE Missing required bundle org.apache.jasper_5.5.17.
  211. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.091
  212. !MESSAGE Bundle reference:file:plugins/org.eclipse.equinox.jsp.jasper_1.0.100.v20080427-0830.jar was not resolved.
  213. !SUBENTRY 2 org.eclipse.equinox.jsp.jasper 2 0 2009-07-08 15:21:00.092
  214. !MESSAGE Missing imported package org.apache.jasper.servlet_0.0.0.
  215. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.093
  216. !MESSAGE Bundle reference:file:plugins/org.eclipse.search_3.4.1.r341_v20080813-0800.jar was not resolved.
  217. !SUBENTRY 2 org.eclipse.search 2 0 2009-07-08 15:21:00.098
  218. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  219. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.100
  220. !MESSAGE Bundle reference:file:plugins/org.eclipse.jface.databinding_1.2.1.M20080827-0800a.jar was not resolved.
  221. !SUBENTRY 2 org.eclipse.jface.databinding 2 0 2009-07-08 15:21:00.101
  222. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  223. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.103
  224. !MESSAGE Bundle reference:file:plugins/org.eclipse.help.base_3.3.103.v20090128_34x.jar was not resolved.
  225. !SUBENTRY 2 org.eclipse.help.base 2 0 2009-07-08 15:21:00.104
  226. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  227.  
  228. !ENTRY org.eclipse.osgi 2 0 2009-07-08 15:21:00.392
  229. !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
  230. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.393
  231. !MESSAGE Bundle reference:file:plugins/org.eclipse.compare_3.4.1.r34x_20090121.jar [13] was not resolved.
  232. !SUBENTRY 2 org.eclipse.compare 2 0 2009-07-08 15:21:00.394
  233. !MESSAGE Missing required bundle org.eclipse.ui_[3.3.0,4.0.0).
  234. !SUBENTRY 2 org.eclipse.compare 2 0 2009-07-08 15:21:00.395
  235. !MESSAGE Missing required bundle org.eclipse.jface.text_[3.3.0,4.0.0).
  236. !SUBENTRY 2 org.eclipse.compare 2 0 2009-07-08 15:21:00.395
  237. !MESSAGE Missing required bundle org.eclipse.ui.ide_[3.3.0,4.0.0).
  238. !SUBENTRY 2 org.eclipse.compare 2 0 2009-07-08 15:21:00.396
  239. !MESSAGE Missing required bundle org.eclipse.ui.views_[3.2.0,4.0.0).
  240. !SUBENTRY 2 org.eclipse.compare 2 0 2009-07-08 15:21:00.397
  241. !MESSAGE Missing required bundle org.eclipse.ui.workbench.texteditor_[3.3.0,4.0.0).
  242. !SUBENTRY 2 org.eclipse.compare 2 0 2009-07-08 15:21:00.398
  243. !MESSAGE Missing required bundle org.eclipse.ui.editors_[3.3.0,4.0.0).
  244. !SUBENTRY 2 org.eclipse.compare 2 0 2009-07-08 15:21:00.399
  245. !MESSAGE Missing required bundle org.eclipse.ui.forms_[3.2.0,4.0.0).
  246. !SUBENTRY 2 org.eclipse.compare 2 0 2009-07-08 15:21:00.400
  247. !MESSAGE Missing imported package com.ibm.icu.util_0.0.0.
  248. !SUBENTRY 2 org.eclipse.compare 2 0 2009-07-08 15:21:00.406
  249. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  250. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.409
  251. !MESSAGE Bundle reference:file:plugins/org.eclipse.core.databinding_1.1.1.M20080827-0800b.jar [17] was not resolved.
  252. !SUBENTRY 2 org.eclipse.core.databinding 2 0 2009-07-08 15:21:00.410
  253. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  254. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.410
  255. !MESSAGE Bundle reference:file:plugins/org.eclipse.core.databinding.beans_1.1.1.M20080827-0800a.jar [18] was not resolved.
  256. !SUBENTRY 2 org.eclipse.core.databinding.beans 2 0 2009-07-08 15:21:00.411
  257. !MESSAGE Missing required bundle org.eclipse.core.databinding_[1.0.0,2.0.0).
  258. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.412
  259. !MESSAGE Bundle reference:file:plugins/org.eclipse.core.filebuffers_3.4.0.v20080603-2000.jar [20] was not resolved.
  260. !SUBENTRY 2 org.eclipse.core.filebuffers 2 0 2009-07-08 15:21:00.413
  261. !MESSAGE Missing required bundle org.eclipse.text_[3.4.0,4.0.0).
  262. !SUBENTRY 2 org.eclipse.core.filebuffers 2 0 2009-07-08 15:21:00.414
  263. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  264. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.422
  265. !MESSAGE Bundle reference:file:plugins/org.eclipse.debug.core_3.4.1.v20090106_r342.jar [33] was not resolved.
  266. !SUBENTRY 2 org.eclipse.debug.core 2 0 2009-07-08 15:21:00.423
  267. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  268. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.425
  269. !MESSAGE Bundle reference:file:plugins/org.eclipse.debug.ui_3.4.2.v20090110_r342.jar [34] was not resolved.
  270. !SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-07-08 15:21:00.433
  271. !MESSAGE Missing required bundle org.eclipse.ui_[3.4.0,4.0.0).
  272. !SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-07-08 15:21:00.434
  273. !MESSAGE Missing required bundle org.eclipse.ui.console_[3.2.0,4.0.0).
  274. !SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-07-08 15:21:00.435
  275. !MESSAGE Missing required bundle org.eclipse.debug.core_[3.4.1,4.0.0).
  276. !SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-07-08 15:21:00.436
  277. !MESSAGE Missing required bundle org.eclipse.jface.text_[3.3.0,4.0.0).
  278. !SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-07-08 15:21:00.444
  279. !MESSAGE Missing required bundle org.eclipse.ui.workbench.texteditor_[3.3.0,4.0.0).
  280. !SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-07-08 15:21:00.445
  281. !MESSAGE Missing required bundle org.eclipse.ui.ide_[3.3.0,4.0.0).
  282. !SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-07-08 15:21:00.447
  283. !MESSAGE Missing required bundle org.eclipse.ui.editors_[3.3.0,4.0.0).
  284. !SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-07-08 15:21:00.448
  285. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  286. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.449
  287. !MESSAGE Bundle reference:file:plugins/org.eclipse.equinox.jsp.jasper_1.0.100.v20080427-0830.jar [49] was not resolved.
  288. !SUBENTRY 2 org.eclipse.equinox.jsp.jasper 2 0 2009-07-08 15:21:00.450
  289. !MESSAGE Missing imported package org.apache.jasper.servlet_0.0.0.
  290. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.453
  291. !MESSAGE Bundle reference:file:plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.0.v20080427-0830.jar [50] was not resolved.
  292. !SUBENTRY 2 org.eclipse.equinox.jsp.jasper.registry 2 0 2009-07-08 15:21:00.454
  293. !MESSAGE Missing imported package org.eclipse.equinox.jsp.jasper_0.0.0.
  294. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.461
  295. !MESSAGE Bundle reference:file:plugins/org.eclipse.equinox.p2.ui_1.0.4.R34x_v20090123.jar [70] was not resolved.
  296. !SUBENTRY 2 org.eclipse.equinox.p2.ui 2 0 2009-07-08 15:21:00.462
  297. !MESSAGE Missing required bundle org.eclipse.ui_0.0.0.
  298. !SUBENTRY 2 org.eclipse.equinox.p2.ui 2 0 2009-07-08 15:21:00.463
  299. !MESSAGE Missing required bundle org.eclipse.equinox.security.ui_[1.0.0,2.0.0).
  300. !SUBENTRY 2 org.eclipse.equinox.p2.ui 2 0 2009-07-08 15:21:00.471
  301. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  302. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.472
  303. !MESSAGE Bundle reference:file:plugins/org.eclipse.equinox.p2.ui.sdk_1.0.1.R34x_v20081029.jar [71] was not resolved.
  304. !SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-07-08 15:21:00.473
  305. !MESSAGE Missing required bundle org.eclipse.ui_0.0.0.
  306. !SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-07-08 15:21:00.474
  307. !MESSAGE Missing imported package org.eclipse.equinox.internal.provisional.p2.ui_0.0.0.
  308. !SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-07-08 15:21:00.478
  309. !MESSAGE Missing imported package org.eclipse.equinox.internal.provisional.p2.ui.actions_0.0.0.
  310. !SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-07-08 15:21:00.479
  311. !MESSAGE Missing imported package org.eclipse.equinox.internal.provisional.p2.ui.dialogs_0.0.0.
  312. !SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-07-08 15:21:00.480
  313. !MESSAGE Missing imported package org.eclipse.equinox.internal.provisional.p2.ui.model_0.0.0.
  314. !SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-07-08 15:21:00.481
  315. !MESSAGE Missing imported package org.eclipse.equinox.internal.provisional.p2.ui.operations_0.0.0.
  316. !SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-07-08 15:21:00.482
  317. !MESSAGE Missing imported package org.eclipse.equinox.internal.provisional.p2.ui.policy_0.0.0.
  318. !SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-07-08 15:21:00.483
  319. !MESSAGE Missing imported package org.eclipse.equinox.internal.provisional.p2.ui.query_0.0.0.
  320. !SUBENTRY 2 org.eclipse.equinox.p2.ui.sdk 2 0 2009-07-08 15:21:00.484
  321. !MESSAGE Missing imported package org.eclipse.equinox.internal.provisional.p2.ui.viewers_0.0.0.
  322. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.485
  323. !MESSAGE Bundle reference:file:plugins/org.eclipse.equinox.security.ui_1.0.0.v20080603-1810.jar [77] was not resolved.
  324. !SUBENTRY 2 org.eclipse.equinox.security.ui 2 0 2009-07-08 15:21:00.485
  325. !MESSAGE Missing required bundle org.eclipse.ui_[3.4.0,4.0.0).
  326. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.486
  327. !MESSAGE Bundle reference:file:plugins/org.eclipse.help.base_3.3.103.v20090128_34x.jar [81] was not resolved.
  328. !SUBENTRY 2 org.eclipse.help.base 2 0 2009-07-08 15:21:00.487
  329. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  330. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.488
  331. !MESSAGE Bundle reference:file:plugins/org.eclipse.help.ui_3.3.102.v20081014_34x.jar [82] was not resolved.
  332. !SUBENTRY 2 org.eclipse.help.ui 2 0 2009-07-08 15:21:00.489
  333. !MESSAGE Missing required bundle org.eclipse.help.base_[3.3.0,4.0.0).
  334. !SUBENTRY 2 org.eclipse.help.ui 2 0 2009-07-08 15:21:00.490
  335. !MESSAGE Missing required bundle org.eclipse.ui_[3.2.0,4.0.0).
  336. !SUBENTRY 2 org.eclipse.help.ui 2 0 2009-07-08 15:21:00.491
  337. !MESSAGE Missing required bundle org.eclipse.ui.forms_[3.2.0,4.0.0).
  338. !SUBENTRY 2 org.eclipse.help.ui 2 0 2009-07-08 15:21:00.492
  339. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  340. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.493
  341. !MESSAGE Bundle reference:file:plugins/org.eclipse.help.webapp_3.3.101.M20080805_34x.jar [83] was not resolved.
  342. !SUBENTRY 2 org.eclipse.help.webapp 2 0 2009-07-08 15:21:00.495
  343. !MESSAGE Missing required bundle org.eclipse.help.base_[3.1.0,4.0.0).
  344. !SUBENTRY 2 org.eclipse.help.webapp 2 0 2009-07-08 15:21:00.502
  345. !MESSAGE Missing required bundle org.apache.jasper_5.5.17.
  346. !SUBENTRY 2 org.eclipse.help.webapp 2 0 2009-07-08 15:21:00.505
  347. !MESSAGE Missing required bundle org.eclipse.equinox.jsp.jasper.registry_1.0.0.
  348. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.507
  349. !MESSAGE Bundle reference:file:plugins/org.eclipse.jface.databinding_1.2.1.M20080827-0800a.jar [85] was not resolved.
  350. !SUBENTRY 2 org.eclipse.jface.databinding 2 0 2009-07-08 15:21:00.508
  351. !MESSAGE Missing required bundle org.eclipse.core.databinding_[1.0.0,2.0.0).
  352. !SUBENTRY 2 org.eclipse.jface.databinding 2 0 2009-07-08 15:21:00.509
  353. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  354. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.509
  355. !MESSAGE Bundle reference:file:plugins/org.eclipse.jface.text_3.4.2.r342_v20081119-0800.jar [86] was not resolved.
  356. !SUBENTRY 2 org.eclipse.jface.text 2 0 2009-07-08 15:21:00.510
  357. !MESSAGE Missing required bundle org.eclipse.text_[3.4.0,4.0.0).
  358. !SUBENTRY 2 org.eclipse.jface.text 2 0 2009-07-08 15:21:00.511
  359. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  360. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.512
  361. !MESSAGE Bundle reference:file:plugins/org.eclipse.jsch.ui_1.1.100.I20080415.jar [88] was not resolved.
  362. !SUBENTRY 2 org.eclipse.jsch.ui 2 0 2009-07-08 15:21:00.513
  363. !MESSAGE Missing required bundle org.eclipse.ui_0.0.0.
  364. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.514
  365. !MESSAGE Bundle reference:file:plugins/org.eclipse.ltk.core.refactoring_3.4.2.r342_v20081028-0800.jar [89] was not resolved.
  366. !SUBENTRY 2 org.eclipse.ltk.core.refactoring 2 0 2009-07-08 15:21:00.516
  367. !MESSAGE Missing required bundle org.eclipse.core.filebuffers_[3.4.0,4.0.0).
  368. !SUBENTRY 2 org.eclipse.ltk.core.refactoring 2 0 2009-07-08 15:21:00.517
  369. !MESSAGE Missing required bundle org.eclipse.text_[3.4.0,4.0.0).
  370. !SUBENTRY 2 org.eclipse.ltk.core.refactoring 2 0 2009-07-08 15:21:00.517
  371. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  372. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.518
  373. !MESSAGE Bundle reference:file:plugins/org.eclipse.ltk.ui.refactoring_3.4.1.r341_v20080716-0800.jar [90] was not resolved.
  374. !SUBENTRY 2 org.eclipse.ltk.ui.refactoring 2 0 2009-07-08 15:21:00.519
  375. !MESSAGE Missing required bundle org.eclipse.core.filebuffers_[3.4.0,4.0.0).
  376. !SUBENTRY 2 org.eclipse.ltk.ui.refactoring 2 0 2009-07-08 15:21:00.520
  377. !MESSAGE Missing required bundle org.eclipse.ltk.core.refactoring_[3.4.0,4.0.0).
  378. !SUBENTRY 2 org.eclipse.ltk.ui.refactoring 2 0 2009-07-08 15:21:00.521
  379. !MESSAGE Missing required bundle org.eclipse.jface.text_[3.4.0,4.0.0).
  380. !SUBENTRY 2 org.eclipse.ltk.ui.refactoring 2 0 2009-07-08 15:21:00.522
  381. !MESSAGE Missing required bundle org.eclipse.ui_[3.3.0,4.0.0).
  382. !SUBENTRY 2 org.eclipse.ltk.ui.refactoring 2 0 2009-07-08 15:21:00.523
  383. !MESSAGE Missing required bundle org.eclipse.ui.navigator_[3.3.0,4.0.0).
  384. !SUBENTRY 2 org.eclipse.ltk.ui.refactoring 2 0 2009-07-08 15:21:00.525
  385. !MESSAGE Missing required bundle org.eclipse.compare_[3.3.0,4.0.0).
  386. !SUBENTRY 2 org.eclipse.ltk.ui.refactoring 2 0 2009-07-08 15:21:00.534
  387. !MESSAGE Missing required bundle org.eclipse.team.ui_[3.3.0,4.0.0).
  388. !SUBENTRY 2 org.eclipse.ltk.ui.refactoring 2 0 2009-07-08 15:21:00.536
  389. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  390. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.537
  391. !MESSAGE Bundle reference:file:plugins/org.eclipse.platform_3.3.101.v200902111700/ [93] was not resolved.
  392. !SUBENTRY 2 org.eclipse.platform 2 0 2009-07-08 15:21:00.538
  393. !MESSAGE Missing required bundle org.eclipse.ui.intro_[3.2.0,4.0.0).
  394. !SUBENTRY 2 org.eclipse.platform 2 0 2009-07-08 15:21:00.545
  395. !MESSAGE Missing optionally required bundle org.eclipse.ui.cheatsheets_[3.2.0,4.0.0).
  396. !SUBENTRY 2 org.eclipse.platform 2 0 2009-07-08 15:21:00.546
  397. !MESSAGE Missing optionally required bundle org.eclipse.ui.forms_[3.2.0,4.0.0).
  398. !SUBENTRY 2 org.eclipse.platform 2 0 2009-07-08 15:21:00.547
  399. !MESSAGE Missing optionally required bundle org.eclipse.ui_[3.2.0,4.0.0).
  400. !SUBENTRY 2 org.eclipse.platform 2 0 2009-07-08 15:21:00.548
  401. !MESSAGE Missing optionally required bundle org.eclipse.update.ui_[3.1.0,4.0.0).
  402. !SUBENTRY 2 org.eclipse.platform 2 0 2009-07-08 15:21:00.549
  403. !MESSAGE Missing required bundle org.eclipse.ui.intro.universal_[3.2.0,4.0.0).
  404. !SUBENTRY 2 org.eclipse.platform 2 0 2009-07-08 15:21:00.550
  405. !MESSAGE Missing required bundle org.eclipse.ui.ide.application_[1.0.0,2.0.0).
  406. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.550
  407. !MESSAGE Bundle reference:file:plugins/org.eclipse.search_3.4.1.r341_v20080813-0800.jar [96] was not resolved.
  408. !SUBENTRY 2 org.eclipse.search 2 0 2009-07-08 15:21:00.553
  409. !MESSAGE Missing required bundle org.eclipse.core.filebuffers_[3.4.0,4.0.0).
  410. !SUBENTRY 2 org.eclipse.search 2 0 2009-07-08 15:21:00.556
  411. !MESSAGE Missing required bundle org.eclipse.ui_[3.3.0,4.0.0).
  412. !SUBENTRY 2 org.eclipse.search 2 0 2009-07-08 15:21:00.557
  413. !MESSAGE Missing required bundle org.eclipse.ui.ide_[3.3.0,4.0.0).
  414. !SUBENTRY 2 org.eclipse.search 2 0 2009-07-08 15:21:00.557
  415. !MESSAGE Missing required bundle org.eclipse.ui.workbench.texteditor_[3.4.0,4.0.0).
  416. !SUBENTRY 2 org.eclipse.search 2 0 2009-07-08 15:21:00.558
  417. !MESSAGE Missing required bundle org.eclipse.jface.text_[3.4.0,4.0.0).
  418. !SUBENTRY 2 org.eclipse.search 2 0 2009-07-08 15:21:00.559
  419. !MESSAGE Missing required bundle org.eclipse.ui.forms_[3.3.0,4.0.0).
  420. !SUBENTRY 2 org.eclipse.search 2 0 2009-07-08 15:21:00.560
  421. !MESSAGE Missing required bundle org.eclipse.ltk.core.refactoring_[3.4.0,4.0.0).
  422. !SUBENTRY 2 org.eclipse.search 2 0 2009-07-08 15:21:00.563
  423. !MESSAGE Missing required bundle org.eclipse.ltk.ui.refactoring_[3.4.0,4.0.0).
  424. !SUBENTRY 2 org.eclipse.search 2 0 2009-07-08 15:21:00.563
  425. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  426. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.564
  427. !MESSAGE Bundle reference:file:plugins/org.eclipse.team.cvs.core_3.3.101.r34x_20090115.jar [100] was not resolved.
  428. !SUBENTRY 2 org.eclipse.team.cvs.core 2 0 2009-07-08 15:21:00.564
  429. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  430. !SUBENTRY 2 org.eclipse.team.cvs.core 2 0 2009-07-08 15:21:00.564
  431. !MESSAGE Missing imported package com.ibm.icu.util_0.0.0.
  432. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.564
  433. !MESSAGE Bundle reference:file:plugins/org.eclipse.team.cvs.ssh_3.2.100.I20080604.jar [101] was not resolved.
  434. !SUBENTRY 2 org.eclipse.team.cvs.ssh 2 0 2009-07-08 15:21:00.564
  435. !MESSAGE Missing required bundle org.eclipse.team.cvs.core_[3.2.0,4.0.0).
  436. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.565
  437. !MESSAGE Bundle reference:file:plugins/org.eclipse.team.cvs.ssh2_3.2.200.I20080604.jar [102] was not resolved.
  438. !SUBENTRY 2 org.eclipse.team.cvs.ssh2 2 0 2009-07-08 15:21:00.565
  439. !MESSAGE Missing required bundle org.eclipse.team.cvs.core_[3.3.0,4.0.0).
  440. !SUBENTRY 2 org.eclipse.team.cvs.ssh2 2 0 2009-07-08 15:21:00.565
  441. !MESSAGE Missing required bundle org.eclipse.team.cvs.ssh_[3.2.0,4.0.0).
  442. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.565
  443. !MESSAGE Bundle reference:file:plugins/org.eclipse.team.cvs.ui_3.3.100.r34x_20090121.jar [103] was not resolved.
  444. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.566
  445. !MESSAGE Missing optionally required bundle org.eclipse.ui.ide_[3.3.0,4.0.0).
  446. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.566
  447. !MESSAGE Missing optionally required bundle org.eclipse.ui.views_[3.2.0,4.0.0).
  448. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.567
  449. !MESSAGE Missing optionally required bundle org.eclipse.jface.text_[3.3.0,4.0.0).
  450. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.574
  451. !MESSAGE Missing optionally required bundle org.eclipse.ui.workbench.texteditor_[3.3.0,4.0.0).
  452. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.575
  453. !MESSAGE Missing optionally required bundle org.eclipse.ui.editors_[3.3.0,4.0.0).
  454. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.576
  455. !MESSAGE Missing required bundle org.eclipse.ui_[3.3.0,4.0.0).
  456. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.577
  457. !MESSAGE Missing required bundle org.eclipse.ui.console_[3.2.0,4.0.0).
  458. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.578
  459. !MESSAGE Missing required bundle org.eclipse.team.ui_[3.3.0,4.0.0).
  460. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.579
  461. !MESSAGE Missing required bundle org.eclipse.team.cvs.core_[3.3.0,4.0.0).
  462. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.580
  463. !MESSAGE Missing required bundle org.eclipse.compare_[3.3.0,4.0.0).
  464. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.582
  465. !MESSAGE Missing required bundle org.eclipse.ui.navigator.resources_[3.2.0,4.0.0).
  466. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.583
  467. !MESSAGE Missing required bundle org.eclipse.ui.navigator_[3.3.0,4.0.0).
  468. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.584
  469. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  470. !SUBENTRY 2 org.eclipse.team.cvs.ui 2 0 2009-07-08 15:21:00.585
  471. !MESSAGE Missing imported package com.ibm.icu.util_0.0.0.
  472. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.585
  473. !MESSAGE Bundle reference:file:plugins/org.eclipse.team.ui_3.4.1.r34x_20080827.jar [104] was not resolved.
  474. !SUBENTRY 2 org.eclipse.team.ui 2 0 2009-07-08 15:21:00.586
  475. !MESSAGE Missing optionally required bundle org.eclipse.ui.ide_[3.3.0,4.0.0).
  476. !SUBENTRY 2 org.eclipse.team.ui 2 0 2009-07-08 15:21:00.587
  477. !MESSAGE Missing required bundle org.eclipse.ui_[3.3.0,4.0.0).
  478. !SUBENTRY 2 org.eclipse.team.ui 2 0 2009-07-08 15:21:00.588
  479. !MESSAGE Missing required bundle org.eclipse.compare_[3.3.0,4.0.0).
  480. !SUBENTRY 2 org.eclipse.team.ui 2 0 2009-07-08 15:21:00.589
  481. !MESSAGE Missing required bundle org.eclipse.ui.forms_[3.3.0,4.0.0).
  482. !SUBENTRY 2 org.eclipse.team.ui 2 0 2009-07-08 15:21:00.589
  483. !MESSAGE Missing required bundle org.eclipse.ui.navigator_[3.3.0,4.0.0).
  484. !SUBENTRY 2 org.eclipse.team.ui 2 0 2009-07-08 15:21:00.589
  485. !MESSAGE Missing required bundle org.eclipse.jface.text_[3.3.0,4.0.0).
  486. !SUBENTRY 2 org.eclipse.team.ui 2 0 2009-07-08 15:21:00.589
  487. !MESSAGE Missing required bundle org.eclipse.ui.navigator.resources_[3.2.0,4.0.0).
  488. !SUBENTRY 2 org.eclipse.team.ui 2 0 2009-07-08 15:21:00.590
  489. !MESSAGE Missing required bundle org.eclipse.ui.editors_[3.3.0,4.0.0).
  490. !SUBENTRY 2 org.eclipse.team.ui 2 0 2009-07-08 15:21:00.590
  491. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  492. !SUBENTRY 2 org.eclipse.team.ui 2 0 2009-07-08 15:21:00.590
  493. !MESSAGE Missing imported package com.ibm.icu.util_0.0.0.
  494. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.590
  495. !MESSAGE Bundle reference:file:plugins/org.eclipse.text_3.4.0.v20080605-1800.jar [105] was not resolved.
  496. !SUBENTRY 2 org.eclipse.text 2 0 2009-07-08 15:21:00.593
  497. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  498. !SUBENTRY 2 org.eclipse.text 2 0 2009-07-08 15:21:00.595
  499. !MESSAGE Missing imported package com.ibm.icu.util_0.0.0.
  500. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.600
  501. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui_3.4.2.M20090204-0800.jar [106] was not resolved.
  502. !SUBENTRY 2 org.eclipse.ui 2 0 2009-07-08 15:21:00.604
  503. !MESSAGE Missing required bundle org.eclipse.ui.workbench_[3.4.2,4.0.0).
  504. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.605
  505. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.browser_3.2.201.v20080708_34x.jar [107] was not resolved.
  506. !SUBENTRY 2 org.eclipse.ui.browser 2 0 2009-07-08 15:21:00.605
  507. !MESSAGE Missing required bundle org.eclipse.ui_[3.2.0,4.0.0).
  508. !SUBENTRY 2 org.eclipse.ui.browser 2 0 2009-07-08 15:21:00.606
  509. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  510. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.607
  511. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.cheatsheets_3.3.101.v20080702_34x.jar [108] was not resolved.
  512. !SUBENTRY 2 org.eclipse.ui.cheatsheets 2 0 2009-07-08 15:21:00.608
  513. !MESSAGE Missing required bundle org.eclipse.ui_[3.2.0,4.0.0).
  514. !SUBENTRY 2 org.eclipse.ui.cheatsheets 2 0 2009-07-08 15:21:00.609
  515. !MESSAGE Missing required bundle org.eclipse.ui.forms_[3.2.0,4.0.0).
  516. !SUBENTRY 2 org.eclipse.ui.cheatsheets 2 0 2009-07-08 15:21:00.610
  517. !MESSAGE Missing optionally required bundle org.eclipse.help.base_[3.2.0,4.0.0).
  518. !SUBENTRY 2 org.eclipse.ui.cheatsheets 2 0 2009-07-08 15:21:00.627
  519. !MESSAGE Missing optionally required bundle org.eclipse.help.ui_[3.2.0,4.0.0).
  520. !SUBENTRY 2 org.eclipse.ui.cheatsheets 2 0 2009-07-08 15:21:00.627
  521. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  522. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.628
  523. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.console_3.3.1.v20090128_r342.jar [109] was not resolved.
  524. !SUBENTRY 2 org.eclipse.ui.console 2 0 2009-07-08 15:21:00.628
  525. !MESSAGE Missing required bundle org.eclipse.ui_[3.3.0,4.0.0).
  526. !SUBENTRY 2 org.eclipse.ui.console 2 0 2009-07-08 15:21:00.629
  527. !MESSAGE Missing required bundle org.eclipse.jface.text_[3.3.0,4.0.0).
  528. !SUBENTRY 2 org.eclipse.ui.console 2 0 2009-07-08 15:21:00.629
  529. !MESSAGE Missing required bundle org.eclipse.ui.workbench.texteditor_[3.3.0,4.0.0).
  530. !SUBENTRY 2 org.eclipse.ui.console 2 0 2009-07-08 15:21:00.629
  531. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  532. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.630
  533. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.editors_3.4.0.v20080603-2000.jar [110] was not resolved.
  534. !SUBENTRY 2 org.eclipse.ui.editors 2 0 2009-07-08 15:21:00.630
  535. !MESSAGE Missing required bundle org.eclipse.ui.ide_[3.3.0,4.0.0).
  536. !SUBENTRY 2 org.eclipse.ui.editors 2 0 2009-07-08 15:21:00.630
  537. !MESSAGE Missing required bundle org.eclipse.ui_[3.4.0,4.0.0).
  538. !SUBENTRY 2 org.eclipse.ui.editors 2 0 2009-07-08 15:21:00.630
  539. !MESSAGE Missing required bundle org.eclipse.jface.text_[3.4.0,4.0.0).
  540. !SUBENTRY 2 org.eclipse.ui.editors 2 0 2009-07-08 15:21:00.631
  541. !MESSAGE Missing required bundle org.eclipse.ui.workbench.texteditor_[3.4.0,4.0.0).
  542. !SUBENTRY 2 org.eclipse.ui.editors 2 0 2009-07-08 15:21:00.631
  543. !MESSAGE Missing required bundle org.eclipse.core.filebuffers_[3.4.0,4.0.0).
  544. !SUBENTRY 2 org.eclipse.ui.editors 2 0 2009-07-08 15:21:00.631
  545. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  546. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.631
  547. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.externaltools_3.2.0.v20080514-1542.jar [111] was not resolved.
  548. !SUBENTRY 2 org.eclipse.ui.externaltools 2 0 2009-07-08 15:21:00.632
  549. !MESSAGE Missing optionally required bundle org.eclipse.ui.ide_[3.2.0,4.0.0).
  550. !SUBENTRY 2 org.eclipse.ui.externaltools 2 0 2009-07-08 15:21:00.632
  551. !MESSAGE Missing required bundle org.eclipse.ui_[3.2.0,4.0.0).
  552. !SUBENTRY 2 org.eclipse.ui.externaltools 2 0 2009-07-08 15:21:00.632
  553. !MESSAGE Missing required bundle org.eclipse.debug.core_[3.2.0,4.0.0).
  554. !SUBENTRY 2 org.eclipse.ui.externaltools 2 0 2009-07-08 15:21:00.636
  555. !MESSAGE Missing required bundle org.eclipse.debug.ui_[3.2.0,4.0.0).
  556. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.637
  557. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.forms_3.3.103.v20081027_34x.jar [112] was not resolved.
  558. !SUBENTRY 2 org.eclipse.ui.forms 2 0 2009-07-08 15:21:00.638
  559. !MESSAGE Missing optionally required bundle org.eclipse.ui_[3.2.0,4.0.0).
  560. !SUBENTRY 2 org.eclipse.ui.forms 2 0 2009-07-08 15:21:00.640
  561. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  562. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.646
  563. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.ide_3.4.2.M20090127-1700.jar [113] was not resolved.
  564. !SUBENTRY 2 org.eclipse.ui.ide 2 0 2009-07-08 15:21:00.648
  565. !MESSAGE Missing required bundle org.eclipse.ui_[3.4.0,4.0.0).
  566. !SUBENTRY 2 org.eclipse.ui.ide 2 0 2009-07-08 15:21:00.649
  567. !MESSAGE Missing optionally required bundle org.eclipse.ui.views_[3.2.0,4.0.0).
  568. !SUBENTRY 2 org.eclipse.ui.ide 2 0 2009-07-08 15:21:00.653
  569. !MESSAGE Missing optionally required bundle org.eclipse.update.ui_[3.1.100,4.0.0).
  570. !SUBENTRY 2 org.eclipse.ui.ide 2 0 2009-07-08 15:21:00.655
  571. !MESSAGE Missing required bundle org.eclipse.jface.text_[3.2.0,4.0.0).
  572. !SUBENTRY 2 org.eclipse.ui.ide 2 0 2009-07-08 15:21:00.656
  573. !MESSAGE Missing optionally required bundle org.eclipse.ui.forms_[3.3.0,4.0.0).
  574. !SUBENTRY 2 org.eclipse.ui.ide 2 0 2009-07-08 15:21:00.657
  575. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  576. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.657
  577. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.ide.application_1.0.1.M20090204-0800.jar [114] was not resolved.
  578. !SUBENTRY 2 org.eclipse.ui.ide.application 2 0 2009-07-08 15:21:00.658
  579. !MESSAGE Missing required bundle org.eclipse.ui.ide_[3.4.0,4.0.0).
  580. !SUBENTRY 2 org.eclipse.ui.ide.application 2 0 2009-07-08 15:21:00.659
  581. !MESSAGE Missing required bundle org.eclipse.ui_[3.3.0,4.0.0).
  582. !SUBENTRY 2 org.eclipse.ui.ide.application 2 0 2009-07-08 15:21:00.660
  583. !MESSAGE Missing required bundle org.eclipse.ui.navigator.resources_[3.2.100,4.0.0).
  584. !SUBENTRY 2 org.eclipse.ui.ide.application 2 0 2009-07-08 15:21:00.661
  585. !MESSAGE Missing required bundle com.ibm.icu_3.8.1.
  586. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.662
  587. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.intro_3.2.201.v20080702_34x.jar [115] was not resolved.
  588. !SUBENTRY 2 org.eclipse.ui.intro 2 0 2009-07-08 15:21:00.663
  589. !MESSAGE Missing optionally required bundle org.eclipse.help.base_[3.2.0,4.0.0).
  590. !SUBENTRY 2 org.eclipse.ui.intro 2 0 2009-07-08 15:21:00.665
  591. !MESSAGE Missing required bundle org.eclipse.ui_[3.2.0,4.0.0).
  592. !SUBENTRY 2 org.eclipse.ui.intro 2 0 2009-07-08 15:21:00.666
  593. !MESSAGE Missing required bundle org.eclipse.ui.forms_[3.2.0,4.0.0).
  594. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.670
  595. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.intro.universal_3.2.200.v20080508/ [116] was not resolved.
  596. !SUBENTRY 2 org.eclipse.ui.intro.universal 2 0 2009-07-08 15:21:00.671
  597. !MESSAGE Missing required bundle org.eclipse.ui_[3.2.0,4.0.0).
  598. !SUBENTRY 2 org.eclipse.ui.intro.universal 2 0 2009-07-08 15:21:00.672
  599. !MESSAGE Missing required bundle org.eclipse.ui.intro_[3.2.0,4.0.0).
  600. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.672
  601. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.navigator_3.3.102.M20090127-1700.jar [117] was not resolved.
  602. !SUBENTRY 2 org.eclipse.ui.navigator 2 0 2009-07-08 15:21:00.673
  603. !MESSAGE Missing required bundle org.eclipse.ui.workbench_[3.2.1,4.0.0).
  604. !SUBENTRY 2 org.eclipse.ui.navigator 2 0 2009-07-08 15:21:00.674
  605. !MESSAGE Missing required bundle org.eclipse.ui_[3.2.1,4.0.0).
  606. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.674
  607. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.navigator.resources_3.3.101.M20080910-0800.jar [118] was not resolved.
  608. !SUBENTRY 2 org.eclipse.ui.navigator.resources 2 0 2009-07-08 15:21:00.675
  609. !MESSAGE Missing required bundle org.eclipse.ui.ide_[3.2.0,4.0.0).
  610. !SUBENTRY 2 org.eclipse.ui.navigator.resources 2 0 2009-07-08 15:21:00.676
  611. !MESSAGE Missing required bundle org.eclipse.ui_[3.2.0,4.0.0).
  612. !SUBENTRY 2 org.eclipse.ui.navigator.resources 2 0 2009-07-08 15:21:00.676
  613. !MESSAGE Missing required bundle org.eclipse.ui.navigator_[3.2.1,4.0.0).
  614. !SUBENTRY 2 org.eclipse.ui.navigator.resources 2 0 2009-07-08 15:21:00.676
  615. !MESSAGE Missing required bundle org.eclipse.ui.views.properties.tabbed_[3.2.0,4.0.0).
  616. !SUBENTRY 2 org.eclipse.ui.navigator.resources 2 0 2009-07-08 15:21:00.677
  617. !MESSAGE Missing required bundle org.eclipse.ui.workbench.texteditor_[3.2.0,4.0.0).
  618. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.677
  619. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.net_1.0.0.I20080605.jar [119] was not resolved.
  620. !SUBENTRY 2 org.eclipse.ui.net 2 0 2009-07-08 15:21:00.677
  621. !MESSAGE Missing required bundle org.eclipse.ui_[3.3.0,4.0.0).
  622. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.677
  623. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.presentations.r21_3.2.100.I20080512-2000.jar [120] was not resolved.
  624. !SUBENTRY 2 org.eclipse.ui.presentations.r21 2 0 2009-07-08 15:21:00.678
  625. !MESSAGE Missing required bundle org.eclipse.ui_[3.2.0,4.0.0).
  626. !SUBENTRY 2 org.eclipse.ui.presentations.r21 2 0 2009-07-08 15:21:00.678
  627. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  628. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.678
  629. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.views_3.3.1.M20081112-0800.jar [121] was not resolved.
  630. !SUBENTRY 2 org.eclipse.ui.views 2 0 2009-07-08 15:21:00.679
  631. !MESSAGE Missing required bundle org.eclipse.ui_[3.3.0,4.0.0).
  632. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.679
  633. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.views.properties.tabbed_3.4.2.M20090127-1700.jar [122] was not resolved.
  634. !SUBENTRY 2 org.eclipse.ui.views.properties.tabbed 2 0 2009-07-08 15:21:00.680
  635. !MESSAGE Missing required bundle org.eclipse.ui.forms_[3.3.0,4.0.0).
  636. !SUBENTRY 2 org.eclipse.ui.views.properties.tabbed 2 0 2009-07-08 15:21:00.683
  637. !MESSAGE Missing required bundle org.eclipse.ui.views_[3.2.0,4.0.0).
  638. !SUBENTRY 2 org.eclipse.ui.views.properties.tabbed 2 0 2009-07-08 15:21:00.685
  639. !MESSAGE Missing required bundle org.eclipse.ui_[3.3.0,4.0.0).
  640. !SUBENTRY 2 org.eclipse.ui.views.properties.tabbed 2 0 2009-07-08 15:21:00.686
  641. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  642. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.690
  643. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.workbench_3.4.2.M20090127-1700.jar [123] was not resolved.
  644. !SUBENTRY 2 org.eclipse.ui.workbench 2 0 2009-07-08 15:21:00.692
  645. !MESSAGE Missing required bundle org.eclipse.jface.databinding_[1.1.0,2.0.0).
  646. !SUBENTRY 2 org.eclipse.ui.workbench 2 0 2009-07-08 15:21:00.693
  647. !MESSAGE Missing required bundle org.eclipse.core.databinding_[1.0.0,2.0.0).
  648. !SUBENTRY 2 org.eclipse.ui.workbench 2 0 2009-07-08 15:21:00.694
  649. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  650. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.695
  651. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20080509-2000/ [124] was not resolved.
  652. !SUBENTRY 2 org.eclipse.ui.workbench.compatibility 2 0 2009-07-08 15:21:00.696
  653. !MESSAGE Missing host org.eclipse.ui.workbench_[3.0.0,4.0.0).
  654. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.698
  655. !MESSAGE Bundle reference:file:plugins/org.eclipse.ui.workbench.texteditor_3.4.1.r341_v20080827-1100.jar [125] was not resolved.
  656. !SUBENTRY 2 org.eclipse.ui.workbench.texteditor 2 0 2009-07-08 15:21:00.699
  657. !MESSAGE Missing required bundle org.eclipse.jface.text_[3.4.0,4.0.0).
  658. !SUBENTRY 2 org.eclipse.ui.workbench.texteditor 2 0 2009-07-08 15:21:00.711
  659. !MESSAGE Missing required bundle org.eclipse.ui_[3.4.0,4.0.0).
  660. !SUBENTRY 2 org.eclipse.ui.workbench.texteditor 2 0 2009-07-08 15:21:00.711
  661. !MESSAGE Missing imported package com.ibm.icu.text_0.0.0.
  662. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.711
  663. !MESSAGE Bundle reference:file:plugins/org.eclipse.update.scheduler_3.2.100.v20080404.jar [129] was not resolved.
  664. !SUBENTRY 2 org.eclipse.update.scheduler 2 0 2009-07-08 15:21:00.711
  665. !MESSAGE Missing required bundle org.eclipse.update.ui_[3.1.0,4.0.0).
  666. !SUBENTRY 2 org.eclipse.update.scheduler 2 0 2009-07-08 15:21:00.712
  667. !MESSAGE Missing required bundle org.eclipse.ui_[3.2.0,4.0.0).
  668. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.712
  669. !MESSAGE Bundle reference:file:plugins/org.eclipse.update.ui_3.2.101.R34x_v20081128.jar [130] was not resolved.
  670. !SUBENTRY 2 org.eclipse.update.ui 2 0 2009-07-08 15:21:00.712
  671. !MESSAGE Missing required bundle org.eclipse.ui_[3.2.0,4.0.0).
  672. !SUBENTRY 2 org.eclipse.update.ui 2 0 2009-07-08 15:21:00.712
  673. !MESSAGE Missing required bundle org.eclipse.ui.forms_[3.2.0,4.0.0).
  674. !SUBENTRY 1 org.eclipse.osgi 2 0 2009-07-08 15:21:00.713
  675. !MESSAGE Bundle reference:file:plugins/org.fedoraproject.ide.platform_3.4.2/ [131] was not resolved.
  676. !SUBENTRY 2 org.fedoraproject.ide.platform 2 0 2009-07-08 15:21:00.713
  677. !MESSAGE Missing required bundle org.eclipse.ui.intro_0.0.0.
  678. !SUBENTRY 2 org.fedoraproject.ide.platform 2 0 2009-07-08 15:21:00.713
  679. !MESSAGE Missing required bundle org.eclipse.ui.intro.universal_0.0.0.
  680. !SUBENTRY 2 org.fedoraproject.ide.platform 2 0 2009-07-08 15:21:00.713
  681. !MESSAGE Missing required bundle org.eclipse.ui_0.0.0.
  682.  
  683. (.:6187): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed