Unsatisfied Dependencies (first time configure)

76 views
Skip to first unread message

Hammad Aslam Khan

unread,
Oct 12, 2014, 11:03:46 AM10/12/14
to mong...@googlegroups.com

Hi,

I am trying to make MongoEMF work with my EMF model thats giving exception;
java.lang.NullPointerException

when executing below line of code in ExampleComponent taken from repo's example application;

ResourceSet resourceSet = resourceSetFactory.createResourceSet();
 

...on checking OSGi through console following are unsatisfied (the others are ok from org.eclipselabs.*)

52 Unsatisfied org.eclipselabs.emongo.clientProvider org.eclipselabs.emongo.components(bid=758)
53 Unsatisfied org.eclipselabs.emongo.databaseProvider org.eclipselabs.emongo.components(bid=758)
54 Unsatisfied org.eclipselabs.emongo.idFactory org.eclipselabs.emongo.components(bid=758)
58 Unsatisfied org.eclipselabs.emongo.junit.config org.eclipselabs.emongo.junit.config(bid=760)
61 Unsatisfied org.eclipselabs.emodeling.components.uriMapping org.eclipselabs.emodeling.components(bid=766)
64 Unsatisfied org.eclipselabs.mongoemf.handlers.mongoURIHandlerProvider org.eclipselabs.mongoemf.handlers(bid=773)

 have installed on target platform all dependencies for PDE as explained here;
i.e. eUnit, eMongo, eModeling, MongoEMF

any pointers would be really appreciated. Thanks.

Bryan Hunt

unread,
Oct 12, 2014, 11:09:29 AM10/12/14
to mong...@googlegroups.com
Hi Hammad,


If this doesn’t help, let me know.  It’s usually a missing bundle, or a missing configuration.

Bryan

--
You received this message because you are subscribed to the Google Groups "MongoEMF" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongoemf+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hammad Aslam Khan

unread,
Oct 12, 2014, 11:25:38 AM10/12/14
to mong...@googlegroups.com

Hi Bryan,
Thanks for prompt reply.

More or less all of them are because of component missing configuration; I know it must be something stupid - I have attached my project's important files if you may please have a look.

osgi> comp 52
Dynamic information :
  The component is satisfied
  All component references are satisfied
  Component configurations :
  *The component has NO built configurations! The reason might be that it requires initialization by configuration provided by Configuration Admin but none was found

osgi> comp 53
Dynamic information :  *The component is NOT satisfied
  The following references are not satisfied:
  Reference[name = MongoClientProvider, interface = org.eclipselabs.emongo.MongoClientProvider, policy = static, cardinality = 1..1, target = null, bind = bindMongoClientProvider, unbind = null]
 Component configurations

osgi> comp 54

Dynamic information :  *The component is NOT satisfied
  The following references are not satisfied:
  Reference[name = MongoDatabaseProvider, interface = org.eclipselabs.emongo.MongoDatabaseProvider, policy = static, cardinality = 1..1, target = null, bind = bindMongoDatabaseProvider, unbind = null
  Component configurations :

config.xml
example.xml
ServiceComponent.java
ServiceConfigurator.java
plugin.xml
build.properties

Bryan Hunt

unread,
Oct 12, 2014, 11:51:18 AM10/12/14
to mong...@googlegroups.com
Hi Hammad,

Are you using my example configurator, your own, or trying to use something like the Apache Web Console for configuration?

Bryan

<config.xml><example.xml><ServiceComponent.java><ServiceConfigurator.java><plugin.xml><build.properties>

Bryan Hunt

unread,
Oct 12, 2014, 11:53:32 AM10/12/14
to mong...@googlegroups.com
Ah, I just saw you seem to be using my configurator.  Do an ‘ss’ at the OSGi command prompt and post the results here.

Bryan

Hammad Aslam Khan

unread,
Oct 12, 2014, 11:56:09 AM10/12/14
to mong...@googlegroups.com
Hi Bryan,
For now, I am using your example configurator (the ones that I attached).
- ServiceConfigurator.java (is exactly your code)
- config.xml (is exactly your config from example)

Rgds,

Hammad Aslam Khan

unread,
Oct 12, 2014, 12:01:51 PM10/12/14
to mong...@googlegroups.com
here is the ss command result;

osgi> ss

"Framework is launched."

id State       Bundle

0 ACTIVE      org.eclipse.osgi_3.10.1.v20140909-1633

            Fragments=1

1 RESOLVED    org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414

            Master=0

2 ACTIVE      org.eclipse.equinox.simpleconfigurator_1.1.0.v20131217-1203

3 RESOLVED    com.google.guava_15.0.0.v201403281430

4 ACTIVE      com.ibm.icu_52.1.0.v201404241930

5 RESOLVED    com.jcraft.jsch_0.1.50.v201403120620

6 RESOLVED    com.sun.el_2.2.0.v201303151357

7 RESOLVED    javaewah_0.7.9.v201401101600

8 RESOLVED    javax.annotation_1.2.0.v201401042248

9 RESOLVED    javax.el_2.2.0.v201303151357

10 RESOLVED    javax.inject_1.0.0.v20091030

11 RESOLVED    javax.servlet_3.0.0.v201112011016

12 RESOLVED    javax.servlet.jsp_2.2.0.v201112011158

13 RESOLVED    javax.xml_1.3.4.v201005080400

14 RESOLVED    lpg.runtime.java_2.0.17.v201004271640

15 RESOLVED    org.apache.ant_1.9.2.v201404171502

16 RESOLVED    org.apache.batik.bridge_1.6.0.v201011041432

17 RESOLVED    org.apache.batik.css_1.7.0.v201011041433

18 RESOLVED    org.apache.batik.css_1.6.0.v201011041432

19 RESOLVED    org.apache.batik.dom_1.6.0.v201011041432

20 RESOLVED    org.apache.batik.dom.svg_1.6.0.v201011041432

21 RESOLVED    org.apache.batik.ext.awt_1.6.0.v201011041432

22 RESOLVED    org.apache.batik.parser_1.6.0.v201011041432

23 RESOLVED    org.apache.batik.pdf_1.6.0.v201105071520

24 RESOLVED    org.apache.batik.svggen_1.6.0.v201011041432

25 RESOLVED    org.apache.batik.transcoder_1.6.0.v201011041432

26 RESOLVED    org.apache.batik.util_1.7.0.v201011041433

27 RESOLVED    org.apache.batik.util_1.6.0.v201011041432

28 RESOLVED    org.apache.batik.util.gui_1.7.0.v200903091627

29 RESOLVED    org.apache.batik.util.gui_1.6.0.v201011041432

30 RESOLVED    org.apache.batik.xml_1.6.0.v201011041432

31 RESOLVED    org.apache.commons.codec_1.6.0.v201305230611

32 RESOLVED    org.apache.commons.compress_1.6.0.v201310281400

33 RESOLVED    org.apache.commons.httpclient_3.1.0.v201012070820

34 RESOLVED    org.apache.commons.io_2.0.1.v201105210651

35 RESOLVED    org.apache.commons.lang_2.6.0.v201404270220

36 RESOLVED    org.apache.commons.logging_1.1.1.v201101211721

37 ACTIVE      org.apache.felix.gogo.command_0.10.0.v201209301215

38 ACTIVE      org.apache.felix.gogo.runtime_0.10.0.v201209301036

39 ACTIVE      org.apache.felix.gogo.shell_0.10.0.v201212101605

40 RESOLVED    org.apache.httpcomponents.httpclient_4.2.6.v201311072007

41 RESOLVED    org.apache.httpcomponents.httpcore_4.2.5.v201311072007

42 RESOLVED    org.apache.jasper.glassfish_2.2.2.v201205150955

43 RESOLVED    org.apache.lucene.analysis_3.5.0.v20120725-1805

44 RESOLVED    org.apache.lucene.core_3.5.0.v20120725-1805

45 RESOLVED    org.apache.ws.commons.util_1.0.1.v20100518-1140

46 RESOLVED    org.apache.xerces_2.9.0.v201101211617

47 RESOLVED    org.apache.xml.resolver_1.2.0.v201005080400

48 RESOLVED    org.apache.xml.serializer_2.7.1.v201005080400

49 RESOLVED    org.apache.xmlrpc_3.0.0.v20100427-1100

50 STARTING    org.eclipse.acceleo.common_3.5.1.201409021433

51 STARTING    org.eclipse.acceleo.engine_3.5.1.201409021433

52 STARTING    org.eclipse.acceleo.model_3.5.1.201409021433

53 STARTING    org.eclipse.acceleo.parser_3.5.1.201409021433

54 STARTING    org.eclipse.acceleo.profiler_3.5.1.201409021433

55 STARTING    org.eclipse.amalgam.discovery.core_1.5.0.201404290822

56 STARTING    org.eclipse.amalgam.discovery.modeling_1.5.0.201404290822

57 STARTING    org.eclipse.amalgam.discovery.ui_1.5.0.201404290822

58 ACTIVE      org.eclipse.ant.core_3.3.0.v20140518-0042

59 STARTING    org.eclipse.ant.launching_1.0.400.v20140518-0030

60 ACTIVE      org.eclipse.ant.ui_3.5.500.v20140521-1557

61 ACTIVE      org.eclipse.compare_3.5.501.v20140817-1445

62 ACTIVE      org.eclipse.compare.core_3.5.400.v20130903-0736

63 RESOLVED    org.eclipse.core.commands_3.6.100.v20140528-1422

64 ACTIVE      org.eclipse.core.contenttype_3.4.200.v20140207-1251

65 STARTING    org.eclipse.core.databinding_1.4.2.v20140729-1044

66 RESOLVED    org.eclipse.core.databinding.beans_1.2.200.v20140214-0004

67 ACTIVE      org.eclipse.core.databinding.observable_1.4.1.v20140210-1835

68 STARTING    org.eclipse.core.databinding.property_1.4.200.v20140214-0004

69 ACTIVE      org.eclipse.core.expressions_3.4.600.v20140128-0851

70 STARTING    org.eclipse.core.externaltools_1.0.300.v20140219-0051

71 ACTIVE      org.eclipse.core.filebuffers_3.5.400.v20140127-1516

72 ACTIVE      org.eclipse.core.filesystem_1.4.100.v20140514-1614

            Fragments=73, 74

73 RESOLVED    org.eclipse.core.filesystem.java7_1.0.0.v20140429-1531

            Master=72

74 RESOLVED    org.eclipse.core.filesystem.macosx_1.3.0.v20140124-1940

            Master=72

75 ACTIVE      org.eclipse.core.jobs_3.6.0.v20140424-0053

76 ACTIVE      org.eclipse.core.net_1.2.200.v20140124-2013

77 ACTIVE      org.eclipse.core.resources_3.9.1.v20140825-1431

78 ACTIVE      org.eclipse.core.runtime_3.10.0.v20140318-2214

79 ACTIVE      org.eclipse.core.runtime.compatibility_3.2.200.v20140128-0851

80 RESOLVED    org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851

            Master=391

81 ACTIVE      org.eclipse.core.variables_3.2.800.v20130819-1716

82 STARTING    org.eclipse.cvs_1.4.100.v20140925-0400

83 ACTIVE      org.eclipse.debug.core_3.9.1.v20140805-1629

84 ACTIVE      org.eclipse.debug.ui_3.10.1.v20140822-1408

85 STARTING    org.eclipse.draw2d_3.9.101.201408150207

86 STARTING    org.eclipse.draw2d.doc.isv_3.9.101.201408150207

87 ACTIVE      org.eclipse.e4.core.commands_0.10.2.v20140424-2344

88 ACTIVE      org.eclipse.e4.core.contexts_1.3.100.v20140407-1019

89 ACTIVE      org.eclipse.e4.core.di_1.4.0.v20140414-1837

90 ACTIVE      org.eclipse.e4.core.di.extensions_0.12.0.v20140417-2033

91 ACTIVE      org.eclipse.e4.core.services_1.2.1.v20140808-1251

92 ACTIVE      org.eclipse.e4.ui.bindings_0.10.200.v20140424-2042

93 RESOLVED    org.eclipse.e4.ui.css.core_0.10.100.v20140424-2042

94 ACTIVE      org.eclipse.e4.ui.css.swt_0.11.101.v20140818-1343

95 ACTIVE      org.eclipse.e4.ui.css.swt.theme_0.9.300.v20140424-2042

96 ACTIVE      org.eclipse.e4.ui.di_1.0.0.v20140328-2112

97 ACTIVE      org.eclipse.e4.ui.model.workbench_1.1.0.v20140512-1820

98 ACTIVE      org.eclipse.e4.ui.services_1.1.0.v20140328-1925

99 RESOLVED    org.eclipse.e4.ui.widgets_1.0.0.v20140514-1823

100 ACTIVE      org.eclipse.e4.ui.workbench_1.2.1.v20140901-1244

101 ACTIVE      org.eclipse.e4.ui.workbench.addons.swt_1.1.1.v20140903-0821

102 ACTIVE      org.eclipse.e4.ui.workbench.renderers.swt_0.12.1.v20140903-1023

            Fragments=103

103 RESOLVED    org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.11.200.v20140417-0906

            Master=102

104 ACTIVE      org.eclipse.e4.ui.workbench.swt_0.12.100.v20140530-1436

105 RESOLVED    org.eclipse.e4.ui.workbench3_0.12.0.v20140227-2118

106 ACTIVE      org.eclipse.ecf_3.4.0.v20140827-1444

            Fragments=113

107 ACTIVE      org.eclipse.ecf.filetransfer_5.0.0.v20140827-1444

108 ACTIVE      org.eclipse.ecf.identity_3.4.0.v20140827-1444

109 ACTIVE      org.eclipse.ecf.provider.filetransfer_3.2.200.v20140827-1444

            Fragments=112

110 ACTIVE      org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.800.v20140827-1444

            Fragments=111

111 RESOLVED    org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.0.0.v20140827-1444

            Master=110

112 RESOLVED    org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20140827-1444

            Master=109

113 RESOLVED    org.eclipse.ecf.ssl_1.1.0.v20140827-1444

            Master=106

114 STARTING    org.eclipse.egit_3.4.1.201406201815-r

115 ACTIVE      org.eclipse.egit.core_3.4.1.201406201815-r

116 RESOLVED    org.eclipse.egit.doc_3.4.1.201406201815-r

117 ACTIVE      org.eclipse.egit.ui_3.4.1.201406201815-r

118 STARTING    org.eclipse.emf_2.6.0.v20140901-1055

119 STARTING    org.eclipse.emf.ant_2.8.0.v20140901-1055

120 STARTING    org.eclipse.emf.cdo_4.3.0.v20140520-1823

121 STARTING    org.eclipse.emf.cdo.admin_4.1.200.v20140114-0640

122 STARTING    org.eclipse.emf.cdo.common_4.3.0.v20140309-0644

123 STARTING    org.eclipse.emf.cdo.common.db_3.0.400.v20140114-0640

124 STARTING    org.eclipse.emf.cdo.compare_4.2.100.v20140606-1557

125 RESOLVED    org.eclipse.emf.cdo.doc_4.1.200.v20140218-1708

126 RESOLVED    org.eclipse.emf.cdo.ecore.retrofit_4.2.100.v20140308-0604

            Master=182

127 STARTING    org.eclipse.emf.cdo.edit_4.3.0.v20140308-0841

128 STARTING    org.eclipse.emf.cdo.efs_4.0.200.v20140114-0640

129 STARTING    org.eclipse.emf.cdo.examples.installer_4.1.200.v20140114-0640

130 STARTING    org.eclipse.emf.cdo.expressions_4.3.0.v20140309-0644

131 STARTING    org.eclipse.emf.cdo.expressions.edit_4.3.0.v20140114-0640

132 STARTING    org.eclipse.emf.cdo.expressions.editor_4.3.0.v20140218-1708

133 STARTING    org.eclipse.emf.cdo.location_4.0.300.v20140114-0640

134 RESOLVED    org.eclipse.emf.cdo.migrator_3.0.400.v20140308-0841

135 STARTING    org.eclipse.emf.cdo.net4j_4.1.200.v20140308-0604

136 STARTING    org.eclipse.emf.cdo.security_4.3.0.v20140309-0644

137 STARTING    org.eclipse.emf.cdo.security.edit_4.3.0.v20140114-0640

138 STARTING    org.eclipse.emf.cdo.security.editor_4.2.100.v20140129-1702

139 STARTING    org.eclipse.emf.cdo.security.ui_4.3.0.v20140309-0644

140 STARTING    org.eclipse.emf.cdo.server_4.3.0.v20140309-0644

141 STARTING    org.eclipse.emf.cdo.server.admin_4.2.0.v20140309-0644

142 STARTING    org.eclipse.emf.cdo.server.db_4.2.100.v20140526-0840

143 STARTING    org.eclipse.emf.cdo.server.net4j_4.1.100.v20140308-0604

144 RESOLVED    org.eclipse.emf.cdo.server.ocl_4.2.0.v20140309-0644

145 STARTING    org.eclipse.emf.cdo.server.product_4.1.200.v20140323-1856

146 STARTING    org.eclipse.emf.cdo.server.security_4.3.0.v20140309-0644

147 STARTING    org.eclipse.emf.cdo.team_4.1.100.v20140129-1702

148 STARTING    org.eclipse.emf.cdo.transfer_4.2.100.v20140114-0640

149 STARTING    org.eclipse.emf.cdo.transfer.repository_4.2.100.v20140114-0640

150 STARTING    org.eclipse.emf.cdo.transfer.ui_4.2.100.v20140114-0640

151 STARTING    org.eclipse.emf.cdo.transfer.workspace_4.2.100.v20140129-1702

152 STARTING    org.eclipse.emf.cdo.transfer.workspace.ui_4.2.100.v20140114-0640

153 STARTING    org.eclipse.emf.cdo.ui_4.3.0.v20140305-1745

154 STARTING    org.eclipse.emf.cdo.ui.admin_4.1.200.v20140308-0604

155 STARTING    org.eclipse.emf.cdo.ui.compare_4.2.100.v20140312-0617

156 STARTING    org.eclipse.emf.cdo.ui.efs_4.1.100.v20140114-0640

157 STARTING    org.eclipse.emf.cdo.ui.ide_4.1.100.v20140114-0640

158 STARTING    org.eclipse.emf.cdo.ui.location_4.0.300.v20140114-0640

159 STARTING    org.eclipse.emf.cdo.ui.shared_4.2.0.v20140114-0640

160 STARTING    org.eclipse.emf.cdo.ui.team_4.2.100.v20140408-1115

161 STARTING    org.eclipse.emf.cdo.ui.workspace_4.0.300.v20140114-0640

162 STARTING    org.eclipse.emf.cdo.workspace_4.1.200.v20140114-0640

163 STARTING    org.eclipse.emf.cdo.workspace.efs_4.0.200.v20140114-0640

164 STARTING    org.eclipse.emf.cheatsheets_2.5.0.v20140901-1055

165 STARTING    org.eclipse.emf.codegen_2.10.0.v20140901-1055

166 STARTING    org.eclipse.emf.codegen.ecore_2.10.1.v20140901-1055

167 STARTING    org.eclipse.emf.codegen.ecore.ui_2.10.0.v20140901-1055

168 STARTING    org.eclipse.emf.codegen.ui_2.6.0.v20140901-1055

169 ACTIVE      org.eclipse.emf.common_2.10.1.v20140901-1043

170 STARTING    org.eclipse.emf.common.ui_2.9.0.v20140901-1055

171 STARTING    org.eclipse.emf.compare_3.1.1.201408191310

172 STARTING    org.eclipse.emf.compare.doc_3.1.1.201408191310

173 STARTING    org.eclipse.emf.compare.edit_4.0.0.201408191310

174 STARTING    org.eclipse.emf.compare.ide_3.1.1.201408191310

175 STARTING    org.eclipse.emf.compare.ide.ui_4.0.1.201408191310

176 STARTING    org.eclipse.emf.compare.rcp_2.2.0.201408191310

177 STARTING    org.eclipse.emf.compare.rcp.ui_4.0.1.201408191310

178 STARTING    org.eclipse.emf.converter_2.7.0.v20140901-1055

179 STARTING    org.eclipse.emf.databinding_1.3.0.v20140901-1055

180 STARTING    org.eclipse.emf.databinding.edit_1.3.0.v20140901-1055

181 STARTING    org.eclipse.emf.doc_2.7.0.v20140901-1055

182 ACTIVE      org.eclipse.emf.ecore_2.10.1.v20140901-1043

            Fragments=126

183 STARTING    org.eclipse.emf.ecore.change_2.10.0.v20140901-1043

184 STARTING    org.eclipse.emf.ecore.change.edit_2.6.0.v20140901-1055

185 STARTING    org.eclipse.emf.ecore.edit_2.9.0.v20140901-1055

186 STARTING    org.eclipse.emf.ecore.editor_2.10.0.v20140901-1055

            Fragments=719

187 ACTIVE      org.eclipse.emf.ecore.xmi_2.10.1.v20140901-1043

188 STARTING    org.eclipse.emf.ecoretools_2.0.2.201409150953

189 STARTING    org.eclipse.emf.ecoretools.design_2.0.2.201409150953

190 RESOLVED    org.eclipse.emf.ecoretools.design.properties_2.0.2.201409150953

191 STARTING    org.eclipse.emf.ecoretools.doc_2.0.2.201409150953

192 STARTING    org.eclipse.emf.ecoretools.properties_2.0.2.201409150953

193 STARTING    org.eclipse.emf.ecoretools.tabbedproperties_2.0.2.201409150953

194 STARTING    org.eclipse.emf.ecp.application.e3_1.4.0.20140916-1322

195 STARTING    org.eclipse.emf.ecp.cdo.core_1.4.0.20140916-1322

196 STARTING    org.eclipse.emf.ecp.cdo.ui_1.4.0.20140916-1322

197 STARTING    org.eclipse.emf.ecp.common_1.4.0.20140916-1322

198 RESOLVED    org.eclipse.emf.ecp.common.ui_1.4.0.20140916-1322

199 STARTING    org.eclipse.emf.ecp.core_1.4.0.20140916-1322

200 STARTING    org.eclipse.emf.ecp.core.emffilter_1.4.0.20140916-1322

201 STARTING    org.eclipse.emf.ecp.edit_1.4.0.20140916-1322

202 STARTING    org.eclipse.emf.ecp.edit.swt_1.4.0.20140916-1322

203 STARTING    org.eclipse.emf.ecp.editor.e3_1.4.0.20140916-1322

204 STARTING    org.eclipse.emf.ecp.emfstore.core_1.4.0.20140916-1322

205 STARTING    org.eclipse.emf.ecp.emfstore.ui_1.4.0.20140916-1322

206 STARTING    org.eclipse.emf.ecp.emfstore.ui.e3_1.4.0.20140916-1322

207 STARTING    org.eclipse.emf.ecp.emfstore.ui.search_1.4.0.20140916-1322

208 STARTING    org.eclipse.emf.ecp.explorereditorbridge_1.4.0.20140916-1322

209 STARTING    org.eclipse.emf.ecp.ide.editor.view_1.4.0.20140916-1322

210 STARTING    org.eclipse.emf.ecp.ide.editor.view.control_1.4.0.20140916-1322

211 RESOLVED    org.eclipse.emf.ecp.ide.editor.viewmodel_1.4.0.20140916-1322

212 STARTING    org.eclipse.emf.ecp.ide.util_1.4.0.20140916-1322

213 STARTING    org.eclipse.emf.ecp.ide.view.service_1.4.0.20140916-1322

214 STARTING    org.eclipse.emf.ecp.makeithappen.wizards_1.4.0.20140916-1322

215 STARTING    org.eclipse.emf.ecp.ui_1.4.0.20140916-1322

            Fragments=217

216 STARTING    org.eclipse.emf.ecp.ui.e3_1.4.0.20140916-1322

217 RESOLVED    org.eclipse.emf.ecp.ui.rcp_1.4.0.20140916-1322

            Master=215

218 STARTING    org.eclipse.emf.ecp.ui.view_1.4.0.20140916-1322

219 STARTING    org.eclipse.emf.ecp.ui.view.editor.controls_1.4.0.20140916-1322

220 STARTING    org.eclipse.emf.ecp.ui.view.swt_1.4.0.20140916-1322

221 STARTING    org.eclipse.emf.ecp.validation_1.4.0.20140916-1322

222 STARTING    org.eclipse.emf.ecp.validation.connector_1.4.0.20140916-1322

223 STARTING    org.eclipse.emf.ecp.view.categorization.model_1.4.0.20140916-1322

224 STARTING    org.eclipse.emf.ecp.view.categorization.model.edit_1.4.0.20140916-1322

225 STARTING    org.eclipse.emf.ecp.view.categorization.swt_1.4.0.20140916-1322

226 STARTING    org.eclipse.emf.ecp.view.compoundcontrol.model_1.4.0.20140916-1322

227 STARTING    org.eclipse.emf.ecp.view.compoundcontrol.model.edit_1.4.0.20140916-1322

228 RESOLVED    org.eclipse.emf.ecp.view.compoundcontrol.swt_1.4.0.20140916-1322

229 STARTING    org.eclipse.emf.ecp.view.context_1.4.0.20140916-1322

230 STARTING    org.eclipse.emf.ecp.view.context.locale_1.4.0.20140916-1322

231 STARTING    org.eclipse.emf.ecp.view.control.multireference_1.4.0.20140916-1322

232 STARTING    org.eclipse.emf.ecp.view.core.swt_1.4.0.20140916-1322

233 STARTING    org.eclipse.emf.ecp.view.custom.model_1.4.0.20140916-1322

234 STARTING    org.eclipse.emf.ecp.view.custom.model.edit_1.4.0.20140916-1322

235 STARTING    org.eclipse.emf.ecp.view.custom.ui.swt_1.4.0.20140916-1322

236 STARTING    org.eclipse.emf.ecp.view.group.model_1.4.0.20140916-1322

237 STARTING    org.eclipse.emf.ecp.view.group.model.edit_1.4.0.20140916-1322

238 RESOLVED    org.eclipse.emf.ecp.view.group.swt.collapsable_1.4.0.20140916-1322

239 RESOLVED    org.eclipse.emf.ecp.view.group.swt.embedded_1.4.0.20140916-1322

240 STARTING    org.eclipse.emf.ecp.view.group.ui.swt_1.4.0.20140916-1322

241 STARTING    org.eclipse.emf.ecp.view.horizontal.model_1.4.0.20140916-1322

242 STARTING    org.eclipse.emf.ecp.view.horizontal.model.edit_1.4.0.20140916-1322

243 STARTING    org.eclipse.emf.ecp.view.horizontal.ui.swt_1.4.0.20140916-1322

244 STARTING    org.eclipse.emf.ecp.view.label.model_1.4.0.20140916-1322

245 STARTING    org.eclipse.emf.ecp.view.label.model.edit_1.4.0.20140916-1322

246 STARTING    org.eclipse.emf.ecp.view.label.ui.swt_1.4.0.20140916-1322

247 STARTING    org.eclipse.emf.ecp.view.model_1.4.0.20140916-1322

248 STARTING    org.eclipse.emf.ecp.view.model.common_1.4.0.20140916-1322

249 STARTING    org.eclipse.emf.ecp.view.model.edit_1.4.0.20140916-1322

250 STARTING    org.eclipse.emf.ecp.view.model.editor_1.4.0.20140916-1322

251 STARTING    org.eclipse.emf.ecp.view.model.preview.common_1.4.0.20140916-1322

252 STARTING    org.eclipse.emf.ecp.view.model.preview.e3_1.4.0.20140916-1322

253 STARTING    org.eclipse.emf.ecp.view.model.project.installer_1.4.0.20140916-1322

254 STARTING    org.eclipse.emf.ecp.view.model.provider.generator_1.4.0.20140916-1322

255 STARTING    org.eclipse.emf.ecp.view.model.provider.xmi_1.4.0.20140916-1322

256 STARTING    org.eclipse.emf.ecp.view.rule_1.4.0.20140916-1322

257 STARTING    org.eclipse.emf.ecp.view.rule.model_1.4.0.20140916-1322

258 STARTING    org.eclipse.emf.ecp.view.rule.model.edit_1.4.0.20140916-1322

259 STARTING    org.eclipse.emf.ecp.view.stack.model_1.4.0.20140916-1322

260 STARTING    org.eclipse.emf.ecp.view.stack.model.edit_1.4.0.20140916-1322

261 STARTING    org.eclipse.emf.ecp.view.stack.ui.swt_1.4.0.20140916-1322

262 RESOLVED    org.eclipse.emf.ecp.view.stack.viewmodel_1.4.0.20140916-1322

263 RESOLVED    org.eclipse.emf.ecp.view.swt.layout_1.4.0.20140916-1322

264 RESOLVED    org.eclipse.emf.ecp.view.table.columnservice_1.4.0.20140916-1322

265 STARTING    org.eclipse.emf.ecp.view.table.editor_1.4.0.20140916-1322

266 STARTING    org.eclipse.emf.ecp.view.table.migrate_1.4.0.20140916-1322

267 STARTING    org.eclipse.emf.ecp.view.table.model_1.4.0.20140916-1322

268 STARTING    org.eclipse.emf.ecp.view.table.model.edit_1.4.0.20140916-1322

269 STARTING    org.eclipse.emf.ecp.view.table.ui.swt_1.4.0.20140916-1322

270 STARTING    org.eclipse.emf.ecp.view.template.controls.swt_1.4.0.20140916-1322

271 STARTING    org.eclipse.emf.ecp.view.template.model_1.4.0.20140916-1322

272 STARTING    org.eclipse.emf.ecp.view.template.model.edit_1.4.0.20140916-1322

273 STARTING    org.eclipse.emf.ecp.view.template.service_1.4.0.20140916-1322

274 RESOLVED    org.eclipse.emf.ecp.view.template.tooling_1.4.0.20140916-1322

275 STARTING    org.eclipse.emf.ecp.view.treemasterdetail.model_1.4.0.20140916-1322

276 STARTING    org.eclipse.emf.ecp.view.treemasterdetail.model.edit_1.4.0.20140916-1322

277 STARTING    org.eclipse.emf.ecp.view.treemasterdetail.ui.swt_1.4.0.20140916-1322

278 RESOLVED    org.eclipse.emf.ecp.view.unset_1.4.0.20140916-1322

279 STARTING    org.eclipse.emf.ecp.view.util.swt_1.4.0.20140916-1322

280 STARTING    org.eclipse.emf.ecp.view.validation_1.4.0.20140916-1322

281 STARTING    org.eclipse.emf.ecp.view.vertical.model_1.4.0.20140916-1322

282 STARTING    org.eclipse.emf.ecp.view.vertical.model.edit_1.4.0.20140916-1322

283 STARTING    org.eclipse.emf.ecp.view.vertical.ui.swt_1.4.0.20140916-1322

284 STARTING    org.eclipse.emf.ecp.workspace.core_1.4.0.20140916-1322

285 STARTING    org.eclipse.emf.ecp.workspace.ui_1.4.0.20140916-1322

286 STARTING    org.eclipse.emf.edit_2.10.1.v20140901-1055

287 STARTING    org.eclipse.emf.edit.ui_2.10.1.v20140901-1055

288 RESOLVED    org.eclipse.emf.eef.branding_1.3.0.201311221533

289 STARTING    org.eclipse.emf.eef.codegen.ecore_1.3.0.201311221533

290 STARTING    org.eclipse.emf.eef.codegen.launcher_1.3.0.201311221533

291 STARTING    org.eclipse.emf.eef.runtime_1.3.0.201311221533

292 STARTING    org.eclipse.emf.emfstore.client_1.4.0.v20140912-0421

293 STARTING    org.eclipse.emf.emfstore.client.model.edit_1.4.0.v20140912-0421

294 STARTING    org.eclipse.emf.emfstore.client.ui_1.4.0.v20140912-0421

295 STARTING    org.eclipse.emf.emfstore.common_1.4.0.v20140912-0421

296 STARTING    org.eclipse.emf.emfstore.common.model_1.4.0.v20140912-0421

297 STARTING    org.eclipse.emf.emfstore.common.model.edit_1.4.0.v20140912-0421

298 STARTING    org.eclipse.emf.emfstore.ecore_1.4.0.v20140912-0421

299 STARTING    org.eclipse.emf.emfstore.example.installer_1.4.0.v20140912-0421

300 STARTING    org.eclipse.emf.emfstore.examplemodel_1.4.0.v20140912-0421

301 STARTING    org.eclipse.emf.emfstore.examplemodel.edit_1.4.0.v20140912-0421

302 STARTING    org.eclipse.emf.emfstore.migration_1.4.0.v20140912-0421

303 STARTING    org.eclipse.emf.emfstore.server_1.4.0.v20140912-0421

304 STARTING    org.eclipse.emf.emfstore.server.model_1.4.0.v20140912-0421

305 STARTING    org.eclipse.emf.emfstore.server.model.edit_1.4.0.v20140912-0421

306 STARTING    org.eclipse.emf.example.installer_1.3.1.v20140901-1055

307 STARTING    org.eclipse.emf.exporter_2.7.0.v20140901-1055

308 STARTING    org.eclipse.emf.importer_2.9.0.v20140901-1055

309 STARTING    org.eclipse.emf.importer.ecore_2.8.0.v20140901-1055

310 STARTING    org.eclipse.emf.importer.java_2.7.0.v20140901-1055

311 STARTING    org.eclipse.emf.importer.rose_2.7.0.v20140901-1055

312 STARTING    org.eclipse.emf.mapping_2.8.0.v20140901-1055

313 STARTING    org.eclipse.emf.mapping.ecore_2.6.0.v20140901-1055

314 STARTING    org.eclipse.emf.mapping.ecore.editor_2.6.0.v20140901-1055

315 STARTING    org.eclipse.emf.mapping.ecore2ecore_2.8.0.v20140901-1055

316 STARTING    org.eclipse.emf.mapping.ecore2ecore.editor_2.7.0.v20140901-1055

317 STARTING    org.eclipse.emf.mapping.ecore2xml_2.8.0.v20140901-1055

318 STARTING    org.eclipse.emf.mapping.ecore2xml.ui_2.7.0.v20140901-1055

319 STARTING    org.eclipse.emf.mapping.ui_2.6.0.v20140901-1055

320 STARTING    org.eclipse.emf.mapping.xsd2ecore_2.5.0.v20140901-1055

321 STARTING    org.eclipse.emf.mapping.xsd2ecore.editor_2.6.0.v20140901-1055

322 STARTING    org.eclipse.emf.query_1.7.0.201405281426

323 STARTING    org.eclipse.emf.query.doc_1.2.0.201405281426

324 STARTING    org.eclipse.emf.query.examples_1.2.0.201405281426

325 STARTING    org.eclipse.emf.query.ocl_2.0.0.201405281426

326 STARTING    org.eclipse.emf.transaction_1.8.0.201405281451

327 STARTING    org.eclipse.emf.transaction.doc_1.4.0.201405281451

328 STARTING    org.eclipse.emf.transaction.examples_1.2.100.201405281451

329 STARTING    org.eclipse.emf.transaction.ui_1.4.0.201405281451

330 STARTING    org.eclipse.emf.validation_1.8.0.201405281429

331 STARTING    org.eclipse.emf.validation.doc_1.3.0.201405281429

332 STARTING    org.eclipse.emf.validation.examples_1.3.0.201405281429

333 RESOLVED    org.eclipse.emf.validation.ocl_1.4.0.201405281429

334 STARTING    org.eclipse.emf.validation.ui_1.7.0.201405281429

335 STARTING    org.eclipse.emf.validation.ui.ide_1.3.0.201405281429

336 STARTING    org.eclipse.emf.workspace_1.5.1.201405281451

337 STARTING    org.eclipse.emf.workspace.doc_1.3.0.201405281451

338 STARTING    org.eclipse.emf.workspace.ui_1.3.0.201405281451

339 ACTIVE      org.eclipse.epp.mpc.core_1.3.1.v20140820-1706

340 RESOLVED    org.eclipse.epp.mpc.help.ui_1.3.1.v20140820-1706

341 ACTIVE      org.eclipse.epp.mpc.ui_1.3.1.v20140908-1651

342 RESOLVED    org.eclipse.epp.package.modeling_4.4.1.20140925-1820

343 ACTIVE      org.eclipse.equinox.app_1.3.200.v20130910-1609

344 STARTING    org.eclipse.equinox.bidi_0.10.0.v20130327-1442

345 ACTIVE      org.eclipse.equinox.common_3.6.200.v20130402-1505

346 STARTING    org.eclipse.equinox.concurrent_1.1.0.v20130327-1442

347 ACTIVE      org.eclipse.equinox.console_1.1.0.v20140131-1639

348 ACTIVE      org.eclipse.equinox.ds_1.4.200.v20131126-2331

349 ACTIVE      org.eclipse.equinox.event_1.3.100.v20140115-1647

350 ACTIVE      org.eclipse.equinox.frameworkadmin_2.0.100.v20131209-2144

351 STARTING    org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20131211-1531

352 STARTING    org.eclipse.equinox.http.jetty_3.0.200.v20131021-1843

353 RESOLVED    org.eclipse.equinox.http.registry_1.1.300.v20130402-1529

354 STARTING    org.eclipse.equinox.http.servlet_1.1.500.v20140318-1755

355 STARTING    org.eclipse.equinox.jsp.jasper_1.0.400.v20130327-1442

356 STARTING    org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442

357 RESOLVED    org.eclipse.equinox.launcher_1.3.0.v20140415-2008

            Fragments=358

358 RESOLVED    org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20140603-1326

            Master=357

359 ACTIVE      org.eclipse.equinox.p2.artifact.repository_1.1.300.v20131211-1531

360 STARTING    org.eclipse.equinox.p2.console_1.0.300.v20131113-1212

361 ACTIVE      org.eclipse.equinox.p2.core_2.3.0.v20131211-1531

362 ACTIVE      org.eclipse.equinox.p2.director_2.3.100.v20140224-1921

363 STARTING    org.eclipse.equinox.p2.director.app_1.0.300.v20140228-1829

364 ACTIVE      org.eclipse.equinox.p2.directorywatcher_1.1.0.v20131211-1531

365 RESOLVED    org.eclipse.equinox.p2.discovery_1.0.300.v20131210-1027

366 STARTING    org.eclipse.equinox.p2.discovery.compatibility_1.0.200.v20131211-1531

367 ACTIVE      org.eclipse.equinox.p2.engine_2.3.0.v20140506-1720

368 ACTIVE      org.eclipse.equinox.p2.extensionlocation_1.2.100.v20131119-0908

369 ACTIVE      org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210

370 RESOLVED    org.eclipse.equinox.p2.jarprocessor_1.0.300.v20131211-1531

371 ACTIVE      org.eclipse.equinox.p2.metadata_2.2.0.v20131211-1531

372 ACTIVE      org.eclipse.equinox.p2.metadata.repository_1.2.100.v20131209-2144

373 ACTIVE      org.eclipse.equinox.p2.operations_2.4.0.v20131119-0908

374 ACTIVE      org.eclipse.equinox.p2.publisher_1.3.0.v20140911-0143

375 STARTING    org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20140414-0825

376 STARTING    org.eclipse.equinox.p2.ql_2.0.100.v20131211-1531

377 ACTIVE      org.eclipse.equinox.p2.reconciler.dropins_1.1.200.v20131119-0908

378 ACTIVE      org.eclipse.equinox.p2.repository_2.3.0.v20131211-1531

379 STARTING    org.eclipse.equinox.p2.repository.tools_2.1.0.v20131211-1531

380 ACTIVE      org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20140512-1650

381 STARTING    org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20140523-0116

382 ACTIVE      org.eclipse.equinox.p2.transport.ecf_1.1.0.v20140408-1354

383 ACTIVE      org.eclipse.equinox.p2.ui_2.3.0.v20140404-1657

384 RESOLVED    org.eclipse.equinox.p2.ui.discovery_1.0.100.v20131210-1027

385 STARTING    org.eclipse.equinox.p2.ui.importexport_1.1.0.v20131210-1027

386 ACTIVE      org.eclipse.equinox.p2.ui.sdk_1.0.300.v20140407-1803

387 ACTIVE      org.eclipse.equinox.p2.ui.sdk.scheduler_1.2.0.v20140422-1847

388 ACTIVE      org.eclipse.equinox.p2.updatechecker_1.1.200.v20131119-0908

389 STARTING    org.eclipse.equinox.p2.updatesite_1.0.400.v20131211-1531

390 ACTIVE      org.eclipse.equinox.preferences_3.5.200.v20140224-1527

391 ACTIVE      org.eclipse.equinox.registry_3.5.400.v20140428-1507

            Fragments=80

392 ACTIVE      org.eclipse.equinox.security_1.2.0.v20130424-1801

            Fragments=393

393 RESOLVED    org.eclipse.equinox.security.macosx_1.100.200.v20130327-1442

            Master=392

394 STARTING    org.eclipse.equinox.security.ui_1.1.200.v20130626-2037

395 ACTIVE      org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20131217-1203

396 ACTIVE      org.eclipse.equinox.util_1.0.500.v20130404-1337

397 STARTING    org.eclipse.gef_3.9.100.201408150207

398 STARTING    org.eclipse.gef.doc.isv_3.9.100.201408150207

399 STARTING    org.eclipse.gef.examples.ui.pde_3.8.1.201408150207

400 STARTING    org.eclipse.gmf_1.8.1.201408201453

401 STARTING    org.eclipse.gmf.examples.runtime.ui.pde_1.7.0.201408201453

402 STARTING    org.eclipse.gmf.runtime.common.core_1.7.0.201408201453

403 STARTING    org.eclipse.gmf.runtime.common.ui_1.8.1.201408201453

404 STARTING    org.eclipse.gmf.runtime.common.ui.action_1.7.0.201408201453

405 STARTING    org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201408201453

406 STARTING    org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201408201453

            Fragments=407

407 RESOLVED    org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.201408201453

            Master=406

408 STARTING    org.eclipse.gmf.runtime.common.ui.services_1.7.0.201408201453

409 STARTING    org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201408201453

410 STARTING    org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.201408201453

411 STARTING    org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.201408201453

412 STARTING    org.eclipse.gmf.runtime.common.ui.services.properties_1.7.0.201408201453

413 STARTING    org.eclipse.gmf.runtime.diagram.core_1.7.0.201408201453

414 STARTING    org.eclipse.gmf.runtime.diagram.ui_1.8.0.201408201453

415 STARTING    org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201408201453

416 STARTING    org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.201408201453

417 STARTING    org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.201408201453

418 STARTING    org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201408201453

419 STARTING    org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201408201453

420 STARTING    org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201408201453

421 STARTING    org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201408201453

422 STARTING    org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201408201453

423 STARTING    org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201408201453

424 STARTING    org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201408201453

425 STARTING    org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201408201453

426 STARTING    org.eclipse.gmf.runtime.draw2d.ui_1.8.0.201408201453

427 STARTING    org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201408201453

428 STARTING    org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201408201453

429 STARTING    org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201408201453

430 STARTING    org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201408201453

431 STARTING    org.eclipse.gmf.runtime.emf.core_1.7.0.201408201453

432 STARTING    org.eclipse.gmf.runtime.emf.type.core_1.7.0.201408201453

433 STARTING    org.eclipse.gmf.runtime.emf.type.ui_1.7.0.201408201453

434 STARTING    org.eclipse.gmf.runtime.emf.ui_1.7.0.201408201453

435 STARTING    org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201408201453

436 STARTING    org.eclipse.gmf.runtime.gef.ui_1.7.0.201408201453

437 STARTING    org.eclipse.gmf.runtime.notation_1.8.0.201405281433

438 STARTING    org.eclipse.gmf.runtime.notation.edit_1.7.0.201405281433

439 STARTING    org.eclipse.gmf.runtime.notation.providers_1.7.0.201408201453

440 STARTING    org.eclipse.gmf.runtime.notation.sdk_1.7.0.201405281433

441 STARTING    org.eclipse.gmf.runtime.sdk_1.7.0.201408201453

442 ACTIVE      org.eclipse.help_3.6.0.v20130326-1254

443 STARTING    org.eclipse.help.base_4.0.200.v20140925-0400

444 STARTING    org.eclipse.help.ui_4.0.100.v20140401-0608

445 STARTING    org.eclipse.help.webapp_3.6.300.v20140407-1855

446 RESOLVED    org.eclipse.jdt_3.10.0.v20140925-0400

447 INSTALLED   org.eclipse.jdt.annotation_2.0.0.v20140415-1436

448 RESOLVED    org.eclipse.jdt.annotation_1.1.0.v20140129-1625

449 ACTIVE      org.eclipse.jdt.apt.core_3.3.600.v20140311-1758

450 ACTIVE      org.eclipse.jdt.apt.pluggable.core_1.0.400.v20131113-0353

451 STARTING    org.eclipse.jdt.apt.ui_3.3.400.v20140311-1758

452 RESOLVED    org.eclipse.jdt.compiler.apt_1.1.0.v20140509-1235

            Master=454

453 RESOLVED    org.eclipse.jdt.compiler.tool_1.0.300.v20140311-1758

            Master=454

454 ACTIVE      org.eclipse.jdt.core_3.10.0.v20140902-0626

            Fragments=452, 453

455 ACTIVE      org.eclipse.jdt.core.manipulation_1.5.0.v20130605-1748

456 ACTIVE      org.eclipse.jdt.debug_3.8.101.v20140902-1548

457 ACTIVE      org.eclipse.jdt.debug.ui_3.6.300.v20140512-1926

458 RESOLVED    org.eclipse.jdt.doc.isv_3.10.1.v20140827-1504

459 RESOLVED    org.eclipse.jdt.doc.user_3.10.1.v20140827-1504

460 ACTIVE      org.eclipse.jdt.junit_3.7.300.v20140418-0836

461 STARTING    org.eclipse.jdt.junit.core_3.7.300.v20140409-1618

462 RESOLVED    org.eclipse.jdt.junit.runtime_3.4.500.v20140527-1138

463 RESOLVED    org.eclipse.jdt.junit4.runtime_1.1.400.v20140314-0036

464 ACTIVE      org.eclipse.jdt.launching_3.7.101.v20140825-1922

465 ACTIVE      org.eclipse.jdt.launching.macosx_3.2.300.v20130801-1441

466 STARTING    org.eclipse.jdt.launching.ui.macosx_1.0.300.v20130801-1441

467 ACTIVE      org.eclipse.jdt.ui_3.10.1.v20140817-1500

468 RESOLVED    org.eclipse.jetty.continuation_8.1.14.v20131031

469 RESOLVED    org.eclipse.jetty.http_8.1.14.v20131031

470 RESOLVED    org.eclipse.jetty.io_8.1.14.v20131031

471 RESOLVED    org.eclipse.jetty.security_8.1.14.v20131031

472 RESOLVED    org.eclipse.jetty.server_8.1.14.v20131031

473 RESOLVED    org.eclipse.jetty.servlet_8.1.14.v20131031

474 RESOLVED    org.eclipse.jetty.util_8.1.14.v20131031

475 ACTIVE      org.eclipse.jface_3.10.1.v20140813-1009

476 RESOLVED    org.eclipse.jface.databinding_1.6.200.v20140528-1422

477 RESOLVED    org.eclipse.jface.text_3.9.1.v20140827-1810

478 ACTIVE      org.eclipse.jgit_3.4.1.201406201815-r

479 STARTING    org.eclipse.jgit.archive_3.4.1.201406201815-r

480 ACTIVE      org.eclipse.jsch.core_1.1.500.v20131112-1442

481 STARTING    org.eclipse.jsch.ui_1.1.500.v20131112-1442

482 ACTIVE      org.eclipse.ltk.core.refactoring_3.6.101.v20140817-1500

483 ACTIVE      org.eclipse.ltk.ui.refactoring_3.7.100.v20140324-1358

484 ACTIVE      org.eclipse.mylyn.bugzilla.core_3.13.0.v20140830-0030

485 RESOLVED    org.eclipse.mylyn.bugzilla.ide_3.13.0.v20140702-2225

486 ACTIVE      org.eclipse.mylyn.bugzilla.ui_3.13.0.v20140809-1218

487 ACTIVE      org.eclipse.mylyn.commons.core_3.13.0.v20140704-2323

488 STARTING    org.eclipse.mylyn.commons.identity.core_1.5.0.v20140702-2248

489 ACTIVE      org.eclipse.mylyn.commons.net_3.13.0.v20140702-2155

490 ACTIVE      org.eclipse.mylyn.commons.notifications.core_1.5.0.v20140702-2248

491 ACTIVE      org.eclipse.mylyn.commons.notifications.feed_1.5.0.v20140702-2248

492 STARTING    org.eclipse.mylyn.commons.notifications.ui_1.5.0.v20140702-2248

493 RESOLVED    org.eclipse.mylyn.commons.repositories.core_1.5.0.v20140905-0008

494 ACTIVE      org.eclipse.mylyn.commons.repositories.ui_1.5.0.v20140826-1731

495 RESOLVED    org.eclipse.mylyn.commons.screenshots_3.13.0.v20140702-2155

496 ACTIVE      org.eclipse.mylyn.commons.ui_3.13.0.v20140704-2323

497 ACTIVE      org.eclipse.mylyn.commons.workbench_3.13.0.v20140702-2155

498 STARTING    org.eclipse.mylyn.commons.xmlrpc_3.13.0.v20140702-2155

499 ACTIVE      org.eclipse.mylyn.context.core_3.13.0.v20140702-2225

500 ACTIVE      org.eclipse.mylyn.context.tasks.ui_3.13.0.v20140819-2236

501 ACTIVE      org.eclipse.mylyn.context.ui_3.13.0.v20140702-2225

502 STARTING    org.eclipse.mylyn.debug.ui_3.13.0.v20140814-1721

503 RESOLVED    org.eclipse.mylyn.discovery.core_3.13.0.v20140702-2155

504 RESOLVED    org.eclipse.mylyn.discovery.ui_3.13.0.v20140820-1854

505 STARTING    org.eclipse.mylyn.help.ui_3.13.0.v20140704-0050

506 STARTING    org.eclipse.mylyn.ide.ant_3.13.0.v20140702-2225

507 STARTING    org.eclipse.mylyn.ide.ui_3.13.0.v20140702-2225

508 ACTIVE      org.eclipse.mylyn.java.tasks_3.13.0.v20140819-2236

509 ACTIVE      org.eclipse.mylyn.java.ui_3.13.0.v20140702-2225

510 RESOLVED    org.eclipse.mylyn.monitor.core_3.13.0.v20140702-2155

511 ACTIVE      org.eclipse.mylyn.monitor.ui_3.13.0.v20140702-2155

512 STARTING    org.eclipse.mylyn.pde.ui_3.13.0.v20140702-2225

513 STARTING    org.eclipse.mylyn.resources.ui_3.13.0.v20140702-2225

514 STARTING    org.eclipse.mylyn.tasks.bugs_3.13.0.v20140704-0050

515 RESOLVED    org.eclipse.mylyn.tasks.core_3.13.0.v20140704-0050

516 STARTING    org.eclipse.mylyn.tasks.index.core_3.13.0.v20140704-0050

517 RESOLVED    org.eclipse.mylyn.tasks.index.ui_3.13.0.v20140704-0050

518 RESOLVED    org.eclipse.mylyn.tasks.search_3.13.0.v20140704-0050

519 ACTIVE      org.eclipse.mylyn.tasks.ui_3.13.0.v20140826-1734

520 RESOLVED    org.eclipse.mylyn.team.cvs_3.13.0.v20140702-2225

521 ACTIVE      org.eclipse.mylyn.team.ui_3.13.0.v20140702-2225

522 RESOLVED    org.eclipse.mylyn.wikitext.confluence.core_2.2.0.v20140905-1454

523 RESOLVED    org.eclipse.mylyn.wikitext.confluence.ui_2.2.0.v20140702-2138

524 STARTING    org.eclipse.mylyn.wikitext.context.ui_2.2.0.v20140902-2320

525 RESOLVED    org.eclipse.mylyn.wikitext.core_2.2.0.v20140905-1515

526 STARTING    org.eclipse.mylyn.wikitext.core.ant_2.2.0.v20140902-2320

527 STARTING    org.eclipse.mylyn.wikitext.core.osgi_2.2.0.v20140902-2320

528 RESOLVED    org.eclipse.mylyn.wikitext.help.ui_2.2.0.v20140902-2320

529 RESOLVED    org.eclipse.mylyn.wikitext.html.core_2.2.0.v20140905-1515

530 RESOLVED    org.eclipse.mylyn.wikitext.markdown.core_2.2.0.v20140903-1442

531 RESOLVED    org.eclipse.mylyn.wikitext.markdown.ui_2.2.0.v20140902-2320

532 RESOLVED    org.eclipse.mylyn.wikitext.mediawiki.core_2.2.0.v20140902-2320

533 RESOLVED    org.eclipse.mylyn.wikitext.mediawiki.ui_2.2.0.v20140702-2138

534 STARTING    org.eclipse.mylyn.wikitext.tasks.ui_2.2.0.v20140902-2320

535 RESOLVED    org.eclipse.mylyn.wikitext.textile.core_2.2.0.v20140905-1454

536 RESOLVED    org.eclipse.mylyn.wikitext.textile.ui_2.2.0.v20140702-2138

537 RESOLVED    org.eclipse.mylyn.wikitext.tracwiki.core_2.2.0.v20140902-2320

538 RESOLVED    org.eclipse.mylyn.wikitext.tracwiki.ui_2.2.0.v20140702-2138

539 RESOLVED    org.eclipse.mylyn.wikitext.twiki.core_2.2.0.v20140902-2320

540 RESOLVED    org.eclipse.mylyn.wikitext.twiki.ui_2.2.0.v20140702-2138

541 STARTING    org.eclipse.mylyn.wikitext.ui_2.2.0.v20140902-2320

542 STARTING    org.eclipse.net4j_4.3.0.v20140308-0604

543 STARTING    org.eclipse.net4j.db_4.3.0.v20140114-0640

544 STARTING    org.eclipse.net4j.db.h2_4.2.100.v20140114-0640

545 STARTING    org.eclipse.net4j.db.jdbc_4.3.0.v20140114-0640

546 STARTING    org.eclipse.net4j.debug_3.0.200.v20140114-0640

547 STARTING    org.eclipse.net4j.examples.installer_4.1.200.v20140114-0640

548 STARTING    org.eclipse.net4j.http_4.0.300.v20140114-0640

549 STARTING    org.eclipse.net4j.http.common_4.0.300.v20140114-0640

550 STARTING    org.eclipse.net4j.http.server_4.0.300.v20140114-0640

551 STARTING    org.eclipse.net4j.jvm_4.1.200.v20140114-0640

552 STARTING    org.eclipse.net4j.tcp_4.1.200.v20140114-0640

553 STARTING    org.eclipse.net4j.ui_4.2.100.v20140114-0640

554 STARTING    org.eclipse.net4j.ui.shared_4.2.100.v20140114-0640

555 STARTING    org.eclipse.net4j.util_3.4.0.v20140308-0604

556 STARTING    org.eclipse.net4j.util.ui_3.4.0.v20140114-0640

557 STARTING    org.eclipse.ocl_3.4.2.v20140725-2242

558 RESOLVED    org.eclipse.ocl.common_1.2.0.v20140610-0641

559 STARTING    org.eclipse.ocl.common.ui_1.1.102.v20140819-1612

560 STARTING    org.eclipse.ocl.doc_3.4.1.v20140621-1243

561 STARTING    org.eclipse.ocl.ecore_3.3.100.v20140610-0641

562 STARTING    org.eclipse.ocl.ecore.edit_4.0.0.v20140520-1211

563 STARTING    org.eclipse.ocl.edit_4.0.0.v20140520-1401

564 RESOLVED    org.eclipse.ocl.ui_1.2.0.v20140524-1428

565 STARTING    org.eclipse.ocl.uml_5.0.0.v20140610-0641

566 STARTING    org.eclipse.ocl.uml.edit_5.0.0.v20140520-1211

567 RESOLVED    org.eclipse.ocl.uml.ui_2.0.0.v20140520-1401

568 RESOLVED    org.eclipse.osgi.services_3.4.0.v20140312-2051

569 RESOLVED    org.eclipse.osgi.util_3.3.0.v20131023-1243

570 ACTIVE      org.eclipse.pde_3.8.200.v20140925-0400

571 ACTIVE      org.eclipse.pde.api.tools_1.0.600.v20140520-1809

572 RESOLVED    org.eclipse.pde.api.tools.annotations_1.0.0.v20140602-1527

573 ACTIVE      org.eclipse.pde.api.tools.ui_1.0.501.v20140808-0849

574 ACTIVE      org.eclipse.pde.build_3.9.0.v20140415-2029

575 ACTIVE      org.eclipse.pde.core_3.10.1.v20140902-1534

576 RESOLVED    org.eclipse.pde.doc.user_3.10.1.v20140828-1719

577 ACTIVE      org.eclipse.pde.ds.core_1.0.300.v20140204-1740

578 ACTIVE      org.eclipse.pde.ds.ui_1.0.300.v20140204-1740

579 STARTING    org.eclipse.pde.junit.runtime_3.4.400.v20140204-1740

580 ACTIVE      org.eclipse.pde.launching_3.6.200.v20140521-1231

581 STARTING    org.eclipse.pde.runtime_3.4.400.v20140512-1555

582 STARTING    org.eclipse.pde.ua.core_1.0.301.v20140702-1823

583 STARTING    org.eclipse.pde.ua.ui_1.0.300.v20140307-1548

584 ACTIVE      org.eclipse.pde.ui_3.8.101.v20140902-1534

585 STARTING    org.eclipse.pde.ui.templates_3.4.800.v20140410-2009

586 RESOLVED    org.eclipse.platform_4.4.0.v20140925-0400

587 RESOLVED    org.eclipse.platform.doc.isv_4.4.1.v20140903-1856

588 RESOLVED    org.eclipse.platform.doc.user_4.4.1.v20140829-1306

589 STARTING    org.eclipse.rcp_4.3.100.v20140925-0400

590 RESOLVED    org.eclipse.sdk_4.4.0.v20140925-0400

591 ACTIVE      org.eclipse.search_3.9.100.v20140226-1637

592 STARTING    org.eclipse.sirius_1.0.1.201408121314

593 STARTING    org.eclipse.sirius.common_1.0.1.201408121314

594 STARTING    org.eclipse.sirius.common.acceleo.mtl_1.0.1.201408121314

595 STARTING    org.eclipse.sirius.common.ui_1.0.1.201408121314

596 STARTING    org.eclipse.sirius.diagram_1.0.1.201408121314

597 STARTING    org.eclipse.sirius.diagram.layoutdata_1.0.1.201408121314

598 STARTING    org.eclipse.sirius.diagram.sequence_1.0.1.201408121314

599 STARTING    org.eclipse.sirius.diagram.sequence.edit_1.0.1.201408121314

600 STARTING    org.eclipse.sirius.diagram.sequence.ui_1.0.1.201408121314

601 STARTING    org.eclipse.sirius.diagram.ui_1.0.1.201408121314

602 STARTING    org.eclipse.sirius.ecore.extender_1.0.1.201408121314

603 STARTING    org.eclipse.sirius.eef.adapters_1.0.1.201408121314

604 RESOLVED    org.eclipse.sirius.ext.base_1.0.1.201408121314

605 RESOLVED    org.eclipse.sirius.ext.draw2d_1.0.1.201408121314

606 RESOLVED    org.eclipse.sirius.ext.e3_1.0.1.201408121314

607 RESOLVED    org.eclipse.sirius.ext.e3.ui_1.0.1.201408121314

608 RESOLVED    org.eclipse.sirius.ext.emf_1.0.1.201408121314

609 RESOLVED    org.eclipse.sirius.ext.emf.edit_1.0.1.201408121314

610 RESOLVED    org.eclipse.sirius.ext.emf.tx_1.0.1.201408121314

611 RESOLVED    org.eclipse.sirius.ext.gef_1.0.1.201408121314

612 RESOLVED    org.eclipse.sirius.ext.gmf.notation_1.0.1.201408121314

613 RESOLVED    org.eclipse.sirius.ext.gmf.runtime_1.0.1.201408121314

614 RESOLVED    org.eclipse.sirius.ext.jface_1.0.1.201408121314

615 RESOLVED    org.eclipse.sirius.ext.swt_1.0.1.201408121314

616 RESOLVED    org.eclipse.sirius.synchronizer_1.0.1.201408121314

617 STARTING    org.eclipse.sirius.table_1.0.1.201408121314

618 STARTING    org.eclipse.sirius.table.ui_1.0.1.201408121314

619 STARTING    org.eclipse.sirius.tree_1.0.1.201408121314

620 STARTING    org.eclipse.sirius.tree.ui_1.0.1.201408121314

621 STARTING    org.eclipse.sirius.ui_1.0.1.201408121314

622 RESOLVED    org.eclipse.swt_3.103.1.v20140903-1938

            Fragments=623

623 RESOLVED    org.eclipse.swt.cocoa.macosx.x86_64_3.103.1.v20140903-1947

            Master=622

624 ACTIVE      org.eclipse.team.core_3.7.0.v20130514-1224

625 ACTIVE      org.eclipse.team.cvs.core_3.3.600.v20131112-1442

626 STARTING    org.eclipse.team.cvs.ssh2_3.2.400.v20131112-1442

627 ACTIVE      org.eclipse.team.cvs.ui_3.3.600.v20130514-1224

628 ACTIVE      org.eclipse.team.ui_3.7.100.v20130710-1213

629 RESOLVED    org.eclipse.text_3.5.300.v20130515-1451

630 ACTIVE      org.eclipse.ui_3.106.0.v20140812-1751

            Fragments=633

631 STARTING    org.eclipse.ui.browser_3.4.200.v20131003-1453

632 STARTING    org.eclipse.ui.cheatsheets_3.4.200.v20131227-1524

633 RESOLVED    org.eclipse.ui.cocoa_1.1.100.v20140425-1618

            Master=630

634 ACTIVE      org.eclipse.ui.console_3.5.300.v20140424-1437

635 ACTIVE      org.eclipse.ui.editors_3.8.200.v20140401-1310

636 STARTING    org.eclipse.ui.externaltools_3.2.300.v20140327-1949

637 ACTIVE      org.eclipse.ui.forms_3.6.100.v20140422-1825

638 ACTIVE      org.eclipse.ui.ide_3.10.1.v20140828-0944

639 RESOLVED    org.eclipse.ui.ide.application_1.0.500.v20140514-2033

640 STARTING    org.eclipse.ui.intro_3.4.200.v20130326-1254

641 STARTING    org.eclipse.ui.intro.universal_3.2.700.v20130904-1701

642 STARTING    org.eclipse.ui.navigator_3.5.401.v20140724-1117

643 STARTING    org.eclipse.ui.navigator.resources_3.4.700.v20140407-1004

644 ACTIVE      org.eclipse.ui.net_1.2.200.v20120807-0927

645 ACTIVE      org.eclipse.ui.themes_1.0.1.v20140819-1717

646 ACTIVE      org.eclipse.ui.trace_1.0.201.v20140702-1807

647 ACTIVE      org.eclipse.ui.views_3.7.0.v20140408-0703

648 ACTIVE      org.eclipse.ui.views.log_1.0.500.v20140512-1221

649 STARTING    org.eclipse.ui.views.properties.tabbed_3.6.0.v20140519-0906

650 ACTIVE      org.eclipse.ui.workbench_3.106.1.v20140827-1737

651 ACTIVE      org.eclipse.ui.workbench.texteditor_3.9.0.v20140411-1521

652 RESOLVED    org.eclipse.uml2_5.0.0.v20140910-1354

653 STARTING    org.eclipse.uml2.ant_1.0.0.v20140910-1354

654 STARTING    org.eclipse.uml2.codegen.ecore_2.0.1.v20140910-1354

655 STARTING    org.eclipse.uml2.codegen.ecore.ui_2.0.0.v20140910-1354

656 STARTING    org.eclipse.uml2.common_2.0.1.v20140910-1354

657 STARTING    org.eclipse.uml2.common.edit_2.0.0.v20140910-1354

658 STARTING    org.eclipse.uml2.doc_5.0.0.v20140910-1354

659 RESOLVED    org.eclipse.uml2.examples_5.0.0.v20140910-1354

660 STARTING    org.eclipse.uml2.examples.uml.ui_5.0.0.v20140910-1354

661 STARTING    org.eclipse.uml2.types_2.0.0.v20140910-1354

662 STARTING    org.eclipse.uml2.uml_5.0.1.v20140910-1354

663 STARTING    org.eclipse.uml2.uml.ecore.exporter_3.0.0.v20140910-1354

664 STARTING    org.eclipse.uml2.uml.ecore.importer_3.0.0.v20140910-1354

665 STARTING    org.eclipse.uml2.uml.edit_5.0.0.v20140910-1354

666 STARTING    org.eclipse.uml2.uml.editor_5.0.1.v20140910-1354

667 STARTING    org.eclipse.uml2.uml.profile.standard_1.0.0.v20140910-1354

668 STARTING    org.eclipse.uml2.uml.resources_5.0.0.v20140910-1354

669 RESOLVED    org.eclipse.uml2.uml.validation_5.0.0.v20140910-1354

670 ACTIVE      org.eclipse.update.configurator_3.3.300.v20140518-1928

671 STARTING    org.eclipse.xsd_2.10.0.v20140901-1055

672 RESOLVED    org.eclipse.xsd.cheatsheets_2.6.0.v20140901-1055

673 STARTING    org.eclipse.xsd.doc_2.7.0.v20140901-1055

674 STARTING    org.eclipse.xsd.ecore.converter_2.6.0.v20140901-1055

675 STARTING    org.eclipse.xsd.ecore.exporter_2.5.0.v20140901-1055

676 STARTING    org.eclipse.xsd.ecore.importer_2.7.0.v20140901-1055

677 STARTING    org.eclipse.xsd.edit_2.7.0.v20140901-1055

678 STARTING    org.eclipse.xsd.editor_2.7.0.v20140901-1055

679 STARTING    org.eclipse.xsd.example.installer_1.2.0.v20140901-1055

680 STARTING    org.eclipse.xsd.mapping_2.6.0.v20140901-1055

681 STARTING    org.eclipse.xsd.mapping.editor_2.7.0.v20140901-1055

682 RESOLVED    org.h2_1.3.168.v201212121212

683 STARTING    org.hamcrest.core_1.3.0.v201303031735

684 RESOLVED    org.jsoup_1.7.2.v201304221138

685 RESOLVED    org.junit_4.11.0.v201303080030

686 RESOLVED    org.objectweb.asm_5.0.1.v201404251740

687 RESOLVED    org.objectweb.asm.tree_5.0.1.v201404251740

688 RESOLVED    org.sat4j.core_2.3.5.v201308161310

689 RESOLVED    org.sat4j.pb_2.3.5.v201404071733

690 RESOLVED    org.w3c.css.sac_1.3.1.v200903091627

691 RESOLVED    org.w3c.dom.events_3.0.0.draft20060413_v201105210656

692 RESOLVED    org.w3c.dom.smil_1.0.0.v200806040011

693 RESOLVED    org.w3c.dom.svg_1.1.0.v201011041433

694 STARTING    org.eclipse.graphiti_0.11.1.v20140903-1228

695 RESOLVED    org.eclipse.graphiti.doc_0.11.1.v20140903-1228

696 STARTING    org.eclipse.graphiti.examples.chess_0.11.1.v20140903-1228

697 STARTING    org.eclipse.graphiti.examples.common_0.11.1.v20140903-1228

698 STARTING    org.eclipse.graphiti.examples.composite_0.11.1.v20140903-1228

699 STARTING    org.eclipse.graphiti.examples.filesystem_0.11.1.v20140903-1228

700 STARTING    org.eclipse.graphiti.examples.filesystem.mm_0.11.1.v20140903-1228

701 STARTING    org.eclipse.graphiti.examples.tutorial_0.11.1.v20140903-1228

702 STARTING    org.eclipse.graphiti.mm_0.11.1.v20140903-1228

703 STARTING    org.eclipse.graphiti.pattern_0.11.1.v20140903-1228

704 STARTING    org.eclipse.graphiti.tools.newprojectwizard_0.11.1.v20140903-1228

705 STARTING    org.eclipse.graphiti.ui_0.11.1.v20140903-1228

706 RESOLVED    org.eclipse.graphiti.ui.capabilities_0.11.1.v20140903-1228

707 RESOLVED    com.google.inject_3.0.0.v201312141243

708 RESOLVED    org.antlr.runtime_3.2.0.v201101311130

709 RESOLVED    org.apache.commons.cli_1.2.0.v201404270220

710 RESOLVED    org.apache.log4j_1.2.15.v201012070815

711 STARTING    org.eclipse.emf.cdo.dawn_2.0.200.v20140114-0640

712 STARTING    org.eclipse.emf.cdo.dawn.codegen_1.0.300.v20140129-1702

713 STARTING    org.eclipse.emf.cdo.dawn.codegen.dawngenmodel_2.0.200.v20140114-0640

714 STARTING    org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit_2.0.200.v20140114-0640

715 STARTING    org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor_2.0.200.v20140218-1708

716 STARTING    org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf_1.0.200.v20140218-1708

717 STARTING    org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit_1.0.200.v20140114-0640

718 STARTING    org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui_1.0.200.v20140218-1708

719 RESOLVED    org.eclipse.emf.cdo.dawn.ecore.editor.dawn_1.0.200.v20140114-0640

            Master=186

720 STARTING    org.eclipse.emf.cdo.dawn.emf_2.0.200.v20140114-0640

721 RESOLVED    org.eclipse.emf.cdo.dawn.examples_1.0.300.v20140114-0640

722 STARTING    org.eclipse.emf.cdo.dawn.examples.acore_1.0.300.v20140114-0640

723 STARTING    org.eclipse.emf.cdo.dawn.examples.acore.diagram_1.0.300.v20140114-0640

            Fragments=724

724 RESOLVED    org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn_1.0.300.v20140114-0640

            Master=723

725 STARTING    org.eclipse.emf.cdo.dawn.examples.acore.edit_1.0.300.v20140114-0640

726 STARTING    org.eclipse.emf.cdo.dawn.examples.acore.editor_1.0.300.v20140218-1708

            Fragments=727

727 RESOLVED    org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn_1.0.300.v20140114-0640

            Master=726

728 STARTING    org.eclipse.emf.cdo.dawn.examples.acore.graphiti_1.0.200.v20140114-0640

            Fragments=729

729 RESOLVED    org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn_1.0.200.v20140114-0640

            Master=728

730 STARTING    org.eclipse.emf.cdo.dawn.gmf_2.1.100.v20140114-0640

731 STARTING    org.eclipse.emf.cdo.dawn.graphiti_2.1.100.v20140114-0640

732 RESOLVED    org.eclipse.emf.cdo.dawn.sdk_2.0.200.v20140114-0640

733 STARTING    org.eclipse.emf.cdo.dawn.ui_2.0.200.v20140530-1515

734 STARTING    org.eclipse.emf.cdo.dawn.util_2.0.200.v20140114-0640

735 STARTING    org.eclipse.emf.mwe.core_1.3.4.v201409021027

736 RESOLVED    org.eclipse.emf.mwe.utils_1.3.4.v201409021027

737 RESOLVED    org.eclipse.emf.mwe2.runtime_2.7.0.v201409021027

738 STARTING    org.eclipse.gmf.codegen_2.11.0.201409171321

739 STARTING    org.eclipse.gmf.codegen.edit_2.9.0.201409171321

740 STARTING    org.eclipse.gmf.common_1.3.0.201409171321

741 STARTING    org.eclipse.gmf.validate_1.2.0.v20100302-2359

742 STARTING    org.eclipse.gmf.xpand_2.2.0.201409171321

743 STARTING    org.eclipse.gmf.xpand.qvtlibrary_1.2.0.201409171321

744 STARTING    org.eclipse.m2m.qvt.oml_3.4.0.v20140610-1621

745 STARTING    org.eclipse.m2m.qvt.oml.common_3.4.0.v20140306-0649

746 STARTING    org.eclipse.m2m.qvt.oml.cst.parser_3.4.0.v20140429-1120

747 STARTING    org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.3.0.v20140317-1132

748 STARTING    org.eclipse.m2m.qvt.oml.emf.util_3.4.0.v20140306-0718

749 STARTING    org.eclipse.m2m.qvt.oml.project_3.4.0.v20140506-1859

750 STARTING    org.eclipse.m2m.qvt.oml.runtime_3.4.0.v20140610-1621

751 RESOLVED    org.eclipse.xpand_2.0.0.v201406030414

752 RESOLVED    org.eclipse.xtend_2.0.0.v201406030414

753 RESOLVED    org.eclipse.xtend.typesystem.emf_2.0.0.v201406030414

754 RESOLVED    org.hamcrest_1.3.0

755 RESOLVED    org.junit_4.11.0

756 STARTING    org.eclipselabs.eunit.junit.utils_1.0.0.201308191944

757 RESOLVED    org.eclipselabs.emongo.api_1.0.0.201309151141

758 ACTIVE      org.eclipselabs.emongo.components_1.0.0.201309151141

            Fragments=759

759 RESOLVED    org.eclipselabs.emongo.configurator_1.0.0.201309151141

            Master=758

760 STARTING    org.eclipselabs.emongo.junit.config_1.0.0.201309151141

761 RESOLVED    org.eclipselabs.emongo.junit.util_1.0.0.201309151141

762 RESOLVED    org.mongodb.mongo-java-driver_2.11.1.RELEASE

763 STARTING    org.eclipse.emf.ecore.xcore.lib_1.1.0.v20140909-0808

764 RESOLVED    org.eclipse.xtext.xbase.lib_2.7.2.v201409160908

765 ACTIVE      org.eclipselabs.emodeling.api_1.0.0.201307280847

766 ACTIVE      org.eclipselabs.emodeling.components_1.0.0.201307280847

767 RESOLVED    org.eclipselabs.emodeling.junit.util_1.0.0.201307280847

768 STARTING    org.eclipselabs.emodeling.log.core_1.0.0.201307280847

769 RESOLVED    org.eclipselabs.emodeling.query.simple_1.0.0.201307280847

770 ACTIVE      org.eclipselabs.mongoemf.api_0.8.0.201403232117

771 ACTIVE      org.eclipselabs.mongoemf.builders_0.8.0.201403232117

772 ACTIVE      org.eclipselabs.mongoemf.converter_0.8.0.201403232117

773 STARTING    org.eclipselabs.mongoemf.handlers_0.8.0.201403232117

774 RESOLVED    org.eclipselabs.mongoemf.log_0.8.0.201403232117

775 RESOLVED    org.eclipselabs.mongoemf.query.mongodb_1.0.0.201403232117

776 ACTIVE      org.eclipselabs.mongoemf.query.simple_0.8.0.201403232117

777 ACTIVE      org.eclipselabs.mongoemf.streams_0.8.0.201403232117

778 RESOLVED    biz.aQute.bndlib_2.4.0.201406101505

            Fragments=788

779 RESOLVED    biz.aQute.repository_2.2.0.201406101509

780 RESOLVED    biz.aQute.resolve_0.2.0.201406101510

781 RESOLVED    bndtools.api_2.0.0.201406102330

782 ACTIVE      bndtools.builder_2.3.1.201406102333

783 ACTIVE      bndtools.core_3.0.0.201406102333

784 RESOLVED    bndtools.jareditor_2.3.1.201406102333

785 STARTING    bndtools.release_2.3.1.201406102334

786 RESOLVED    bndtools.repository.base_2.3.1.201406102330

787 RESOLVED    javax.xml.stream_1.0.1.v201004272200

788 RESOLVED    org.bndtools.embeddedrepo_2.3.1.201406102334

            Master=778

789 ACTIVE      org.bndtools.headless.build.manager_1.0.0.201406102330

790 ACTIVE      org.bndtools.headless.build.plugin.ant_1.0.0.201406102334

791 ACTIVE      org.bndtools.headless.build.plugin.gradle_1.0.0.201406102334

792 ACTIVE      org.bndtools.versioncontrol.ignores.manager_1.0.0.201406102331

793 ACTIVE      org.bndtools.versioncontrol.ignores.plugin.git_1.0.0.201406102334

794 RESOLVED    org.junit_3.8.2.v3_8_2_v20100427-1100

osgi> 

Bryan Hunt

unread,
Oct 12, 2014, 12:04:35 PM10/12/14
to mong...@googlegroups.com
Looks like you are missing the Configuration Admin (cm) bundle.

Bryan

Hammad

unread,
Oct 13, 2014, 10:05:20 AM10/13/14
to mong...@googlegroups.com
Installed ConfigurationAdmin bundle, still have same unsatisfied dependencies and null pointer exception when trying to create resourceSetFactory.

osgi> ss

...trimmed...
795 RESOLVED    org.eclipse.equinox.cm_1.1.0.v20131021-1936

One more thing, when I launch application, I get following messages on concolse before application is fully launched... it seems that binding of some references is failing as first thing..

!ENTRY org.eclipse.equinox.ds 1 0 2014-10-13 21:35:16.133

!MESSAGE Could not bind a reference of component org.eclipselabs.emodeling.factory. The reference is: Reference[name = ResourceSetConfigurator, interface = org.eclipselabs.emodeling.ResourceSetConfigurator, policy = dynamic, cardinality = 0..n, target = null, bind = bindResourceSetConfigurator, unbind = unbindResourceSetConfigurator]


!ENTRY org.eclipse.equinox.ds 1 0 2014-10-13 21:35:16.136

!MESSAGE Could not bind a reference of component org.eclipselabs.emodeling.uriHandlerConfigurator. The reference is: Reference[name = UriHandlerProvider, interface = org.eclipselabs.emodeling.UriHandlerProvider, policy = dynamic, cardinality = 0..n, target = null, bind = bindUriHandlerProvider, unbind = unbindUriHandlerProvider]


!ENTRY org.eclipse.equinox.ds 1 0 2014-10-13 21:35:16.137

!MESSAGE Could not bind a reference of component org.eclipselabs.emodeling.uriHandlerConfigurator. The reference is: Reference[name = UriMapProvider, interface = org.eclipselabs.emodeling.UriMapProvider, policy = dynamic, cardinality = 0..n, target = null, bind = bindUriMapProvider, unbind = unbindUriMapProvider]


!ENTRY org.eclipse.equinox.ds 1 0 2014-10-13 21:35:16.182

!MESSAGE Could not bind a reference of component org.eclipselabs.emongo.components.database.metatype. The reference is: Reference[name = MongoClientProvider, interface = org.eclipselabs.emongo.MongoClientProvider, policy = dynamic, cardinality = 0..n, target = null, bind = bindMongoClientProvider, unbind = unbindMongoClientProvider]


!ENTRY org.eclipse.equinox.ds 1 0 2014-10-13 21:35:16.184

!MESSAGE Could not bind a reference of component org.eclipselabs.emongo.components.id.metatype. The reference is: Reference[name = MongoDatabaseProvider, interface = org.eclipselabs.emongo.MongoDatabaseProvider, policy = dynamic, cardinality = 0..n, target = null, bind = bindMongoDatabaseProvider, unbind = unbindMongoDatabaseProvider]


!ENTRY org.eclipse.equinox.ds 1 0 2014-10-13 21:35:16.264

!MESSAGE Could not bind a reference of component org.eclipselabs.mongoemf.streams.factory. The reference is: Reference[name = MongoIdFactory, interface = org.eclipselabs.emongo.MongoIdFactory, policy = dynamic, cardinality = 0..n, target = null, bind = bindMongoIdFactory, unbind = unbindMongoIdFactory]

Bryan Hunt

unread,
Oct 13, 2014, 11:34:17 AM10/13/14
to mong...@googlegroups.com
The cm bundle needs to be in the ACTIVE state.  Set auto-start to true for that bundle if you are launching with PDE.

Bryan


On Oct 13, 2014, at 09:05 AM, Hammad <raoh...@gmail.com> wrote:

Installed ConfigurationAdmin bundle, still have same unsatisfied dependencies and null pointer exception when trying to create resourceSetFactory.

osgi> ss

...trimmed...
795RESOLVED    org.eclipse.equinox.cm_1.1.0.v20131021-1936

794RESOLVED    org.junit_3.8.2.v3_8_2_v20100427-1100

Reply all
Reply to author
Forward
0 new messages