Skip to content

trouble running the server on my laptop #18

Open
banana-rdf/banana-rdf
#365
@michielbdejong

Description

@michielbdejong

Hi!

I installed Akka, then copied sbt and dist-sbt into this repo, then ran ./sbt and it all seems to work except:

exception caught when loading module class TurtleWriter$: java.lang.AssertionError: assertion failed: duplicate module class TurtleWriter$#363075; previous was class TurtleWriter$#363069
[error] -- [E008] Not Found Error: /Users/michiel/gh/co-operating-systems/Reactive-SoLiD/src/main/scala/run/cosy/ldp/fs/BasicContainer.scala:100:16 
[error] 100 |	val ldpBC = ldp.BasicContainer.toAkka
[error]     |	            ^^^^^^^^^^^^^^^^^^
[error]     |value BasicContainer is not a member of org.w3.banana.LDPPrefix[run.cosy.RDF.Rdf], but could be made available as an extension method.
[error]     |
[error]     |One of the following imports might make progress towards fixing the problem:
[error]     |
[error]     |  import akka.http.impl.util.JavaMapping.Implicits.convertToScala
[error]     |  import akka.http.javadsl.server.RoutingJavaMapping.Implicits.convertToScala
[error]     |  import scalaz.Leibniz.subst
[error]     |
exception caught when loading module class TriGWriter$: java.lang.AssertionError: assertion failed: duplicate module class TriGWriter$#363386; previous was class TriGWriter$#363380
[error] -- [E008] Not Found Error: /Users/michiel/gh/co-operating-systems/Reactive-SoLiD/src/main/scala/run/cosy/ldp/fs/BasicContainer.scala:172:14 
[error] 172 |		LinkValue(ldp.BasicContainer.toAkka, LinkParams.rel("type")),
[error]     |		          ^^^^^^^^^^^^^^^^^^
[error]     |value BasicContainer is not a member of org.w3.banana.LDPPrefix[run.cosy.RDF.Rdf]
[error] two errors found
[error] two errors found
[error] (Compile / compileIncremental) Compilation failed
[error] Total time: 44 s, completed 12 May 2021, 21:55:42
sbt:cosy> 

Any idea what might be causing this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions