I have d/loaded the SDK (ver 3.11), created a new fecru plugin ( atlas-create-fecru-plugin ) and just ran the app without any changes ( atlas-run ).
Unfortunately I get an error message stating that the fastdev plugin could not be enabled.
INFO 13:51:18 ERROR - Unable to enable plugin com.atlassian.labs.fastdev-plugin
INFO com.atlassian.plugin.osgi.container.OsgiContainerException: Cannot start plugin: com.atlassian.labs.fastdev-plugin
...etc...
INFO Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle com.atlassian.labs.fastdev-plugin 44 : Unable to resolve 44.0: missing requirement 44.0 package; (&(package=com.atlassian.plugins.rest.common.security)(version>=2.4.0))
INFO at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)
INFO at org.apache.felix.framework.Felix.startBundle(Felix.java:1709)
INFO at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:905)
INFO at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:892)
INFO at com.atlassian.plugin.osgi.factory.OsgiPlugin.enableInternal(OsgiPlugin.java:382)
INFO ... 38 more
I know that the SDK is FREE, but I have extensively searched the forums and ASK web-sites for a solution with no success ... I only noticed an open JIRA ticket for this problem.
Is it possible there is a version mismatch somewhere?
Thanks,
MArek Gimza
It looks like the atlas-run command pulls FishEye/Crucible version 2.5.4 (track
this issue here:atlas-run Pulls FeCru 2.5.4 Instead of RELEASE) and the plugin
version 1.9.1 is incompatible with this version (track this issue here:
FastDev Plugin Incompatible With FeCru 2.5.4).
Run the the following command instead to pull the latest version of
FishEye/Crucible:
atlas-run --version 2.7.14-SNAPSHOT
Thanks,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.