[
https://issues.apache.org/jira/browse/SLING-4259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253194#comment-14253194
]
Bertrand Delacretaz commented on SLING-4259:
--------------------------------------------
Thanks Stefan - I'm wondering if Andrei might have a bad copy of a bundle,
here's the digests of the bundles listed above, Andrei it might be useful to
compare with what you have.
{code}
MD5 (bndlib-1.50.0.jar) = 87e30bfe9c465f29321df847fca76246
MD5 (commons-io-1.4.jar) = b6a50c8a15ece8753e37cbe5700bf84f
MD5 (httpclient-osgi-4.1.2.jar) = 9696c667e65b6860e0dded10a7387fe5
MD5 (httpcore-osgi-4.1.2.jar) = 1d7bda39e23fc338387cd0c704075829
MD5 (junit-4.11.jar) = 3c42be5ea7cbf3635716abbb429cb90d
MD5 (org.apache.felix.scr.annotations-1.9.8.jar) =
f8edaa3b72c7c0a130da803fdd5cbfd6
MD5 (org.apache.sling.commons.json-2.0.6.jar) = 22c16806976f0859a2b125df33567143
MD5 (org.apache.sling.junit.core-1.0.10.jar) = ddeb1f028b673e21fe3a98f498e98d61
MD5 (org.apache.sling.junit.performance-1.0.0-SNAPSHOT.jar) =
be59a75e7139c1372eb56531a0829f3c
MD5 (org.apache.sling.junit.remote-1.0.10.jar) =
5d5a411237831272911073d62b89cf4b
MD5 (org.apache.sling.junit.scriptable-1.0.8.jar) =
1c03a8f7cb359b6879ef8190e99829d8
MD5 (org.apache.sling.launchpad-8-SNAPSHOT-standalone.jar) =
35c1b19e7d753a3fccc132b459092500
MD5 (org.apache.sling.servlets.post-2.3.4.jar) =
06ce6f18be3cc5e8b1df4d408aa3313d
MD5 (org.apache.sling.testing.samples.failingtests-1.0.7-SNAPSHOT.jar) =
291b23a0fb4121256ac85ab7fddf40b1
MD5 (org.apache.sling.testing.samples.sampletests-1.0.7-SNAPSHOT.jar) =
3d4d6d2c85698be446d465dbfc720bf8
MD5 (slf4j-api-1.5.11.jar) = 30cb7bee9b52fcb5f5b03d2a006e26e8
MD5 (slf4j-simple-1.5.11.jar) = 1cd567f331b435b6dadb85a8b53df9e0
{code}
> testing/samples/integration-tests build fails under Windows
> -----------------------------------------------------------
>
> Key: SLING-4259
> URL: https://issues.apache.org/jira/browse/SLING-4259
> Project: Sling
> Issue Type: Bug
> Affects Versions: Launchpad Builder 8
> Environment: Windows 7 64 bit, apache sling latest trunk version
> (8-SNAPSHOT), java 1.7 64-bit, maven 3.2.3
> Reporter: Andrei Zafiu
> Assignee: Bertrand Delacretaz
> Priority: Minor
> Attachments: error.log
>
>
> After a SVN checkout from the main trunk, all the tests from
> testing/samples/integration-tests will fail when using the "mvn clean
> install" command.
> The main error seems to be that the bundles are not properly installed:
> org.apache.felix.http.jetty %bundles.pluginTitle: Cannot start
> (org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.apache.sling.junit.scriptable [107]: Unable to resolve 107.0: missing
> requirement [107.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.apache.sling.junit)(version>=1.0.0)(!(version>=2.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.apache.sling.junit.scriptable [107]: Unable to resolve 107.0: missing
> requirement [107.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.apache.sling.junit)(version>=1.0.0)(!(version>=2.0.0)))
> I have attached the error.log file from sling/default/logs after 2 runs, one
> with the "mvn clean install command" and one with the "mvn clean verify
> -DkeepJarRunning=true -Dhttp.port=8999" command.
> Additional information: If I start the sling launchpad from the sling trunk
> and set the properties in the pom.xml of the integration-test folder to use
> the launched instance instead of the bundled one then the test will pass.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)