Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-7388

CI failure: TestExamples clientSecurity:compileJava failed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • examples
    • None

    Description

      TestExamples build 394:

      https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-examples/jobs/TestExamples/builds/394

      > 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
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            boglesby Barrett Oglesby
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: