You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/04/25 18:02:00 UTC

[jira] [Commented] (GEODE-6120) CI Failure: TestExamples failing due to missing org.apache.commons.lang package

    [ https://issues.apache.org/jira/browse/GEODE-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16826290#comment-16826290 ] 

ASF subversion and git services commented on GEODE-6120:
--------------------------------------------------------

Commit 469382985e21edc53a0d8040e25d1de5ba75ea97 in geode-examples's branch refs/heads/master from Alexander Murmann
[ https://gitbox.apache.org/repos/asf?p=geode-examples.git;h=4693829 ]

GEODE-6120 - Fix missing commons-lang

The examples repo has been making use of the apache.commons-lang package
provided by the main Geode repo. In version 3 of commons-lang the
package was renamed to "commons-lang3". Since Geode updated its
dependency to that version we need to use the same package name in our
examples.


> CI Failure: TestExamples failing due to missing org.apache.commons.lang package
> -------------------------------------------------------------------------------
>
>                 Key: GEODE-6120
>                 URL: https://issues.apache.org/jira/browse/GEODE-6120
>             Project: Geode
>          Issue Type: Bug
>          Components: examples
>            Reporter: Ryan McMahon
>            Assignee: Alexander Murmann
>            Priority: Major
>
> {{clientSecurity verifyNoMembersRunning step seems to be failing due to inability to find package org.apache.commons.lang.}}
> *Error details:*
> {{3. Executing - shutdown --include-locators=true}}{{Shutdown is triggered}}{{:async:waitForExitingMembers}}
> {{Waiting at most 120 seconds for all members to shut down...}}
> {{...}}
> {{:async:runAll}}
> {{:clientSecurity:verifyNoMembersRunning}}
> {{Looking for existing member processes...}}
> {{:clientSecurity:compileJava/home/geode/geode/clientSecurity/src/main/java/org/apache/geode_examples/clientSecurity/Example.java:19: error: package org.apache.commons.lang does not exist}}
> {{import org.apache.commons.lang.Validate;}}{{1 error}}
> {{ FAILED}}
> *Failing build:*
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-examples/jobs/TestExamples/builds/43]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)