Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleError messages early during Weave startup

You may notice a number of error messages that occur soon after Weave starts, similar to the following:

FrameworkEvent ERROR org.osgi.framework.BundleException: The bundle "org.eclipse.birt.report.data.oda.jdbc_4.3.1.v201308301349 [115]" could not be resolved. Reason: Missing Constraint: Require-Bundle: org.eclipse.core.runtime; bundle-version="[3.2.0,5.0.0)"

This is currently a known issue with the underlying OSGi platform and we're waiting for them to resolve the problem. Weave will still run correctly and the messages can be ignored.

Note: you can disable these warning for now by editing ...\weave\platform\configuration\config.ini and changing the line: 

osgi.bundles=org.slf4j@1:start,\

to

osgi.bundles=org.slf4j@3:start,\

Installation

Starting the installer

...