Uploaded image for project: 'Apache Gearpump'
  1. Apache Gearpump
  2. GEARPUMP-19

JarStoreService is not on the client classpath

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Invalid
    • 0.8.0
    • None
    • core, daemon
    • None

    Description

      To submit an application jar, client creates JarStore and requires JarStoreService (daemon module) to be on the classpath but daemon is not published. This breaks any application that is not submit by Gearpump. E.g.

      Exception in thread "main" java.util.NoSuchElementException: None.get
      	at scala.None$.get(Option.scala:347)
      	at scala.None$.get(Option.scala:345)
      	at io.gearpump.jarstore.JarStoreService$.get(JarStoreService.scala:81)
      	at io.gearpump.jarstore.JarStoreService$.get(JarStoreService.scala:72)
      	at io.gearpump.cluster.client.ClientContext.<init>(ClientContext.scala:61)
      	at io.gearpump.cluster.client.ClientContext$.apply(ClientContext.scala:164)
      	at io.gearpump.cluster.client.ClientContext.apply(ClientContext.scala)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            mauzhang Manu Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: