You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barrett Oglesby (Jira)" <ji...@apache.org> on 2019/10/30 21:47:00 UTC

[jira] [Created] (GEODE-7388) CI failure: TestExamples clientSecurity:compileJava failed

Barrett Oglesby created GEODE-7388:
--------------------------------------

             Summary: CI failure: TestExamples clientSecurity:compileJava failed
                 Key: GEODE-7388
                 URL: https://issues.apache.org/jira/browse/GEODE-7388
             Project: Geode
          Issue Type: Bug
          Components: examples
            Reporter: Barrett Oglesby


TestExamples build 394:

https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-examples/jobs/TestExamples/builds/394
{noformat}
> Task :clientSecurity:compileJava FAILED
/home/geode/geode/clientSecurity/src/main/java/org/apache/geode_examples/clientSecurity/Example.java:26: error: cannot find symbol
import org.apache.geode.internal.logging.LogService;
                                        ^
  symbol:   class LogService
  location: package org.apache.geode.internal.logging
/home/geode/geode/clientSecurity/src/main/java/org/apache/geode_examples/clientSecurity/ExampleAuthInit.java:23: error: cannot find symbol
import org.apache.geode.internal.logging.LogService;
                                        ^
  symbol:   class LogService
  location: package org.apache.geode.internal.logging
/home/geode/geode/clientSecurity/src/main/java/org/apache/geode_examples/clientSecurity/Example.java:29: error: cannot find symbol
  private static final Logger logger = LogService.getLogger();
                                       ^
  symbol:   variable LogService
  location: class Example
/home/geode/geode/clientSecurity/src/main/java/org/apache/geode_examples/clientSecurity/ExampleAuthInit.java:29: error: cannot find symbol
  private static final Logger logger = LogService.getLogger();
                                       ^
  symbol:   variable LogService
63 actionable tasks: 63 executed
  location: class ExampleAuthInit
Note: /home/geode/geode/clientSecurity/src/main/java/org/apache/geode_examples/clientSecurity/ExampleAuthInit.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
4 errors
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)