Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with Californium – is an unreleased version being used? #1

Open
matus-tomlein opened this issue Nov 10, 2015 · 0 comments
Open

Comments

@matus-tomlein
Copy link

I have had problems building and running the project that are related to Californium.

  1. In IDEServer and SemanticsServer, an object of the class CoapEndpoint is being created. When I tried to build the project it failed to find the class. I found out that it is actually called CoAPEndpoint in the current version of Californium so I renamed it in the 2 files and it worked.
  2. When trying to run java -jar semantic-ide-1.0-SNAPSHOT.jar or java -jar reasoning-server-1.0-SNAPSHOT.jar I get the error:
Nov 10, 2015 10:29:45 AM org.eclipse.californium.core.network.config.NetworkConfig createStandardWithFile
INFO: Loading standard properties from file Californium.properties
Exception in thread "main" java.lang.NoSuchMethodError: org.eclipse.californium.elements.UDPConnector.setLogPackets(Z)V
    at org.eclipse.californium.core.network.CoAPEndpoint.createUDPConnector(CoAPEndpoint.java:225)
    at org.eclipse.californium.core.network.CoAPEndpoint.<init>(CoAPEndpoint.java:191)
    at org.eclipse.californium.core.network.CoAPEndpoint.<init>(CoAPEndpoint.java:167)
    at ch.ethz.inf.vs.semantics.ide.IDEServer.main(IDEServer.java:22)

This makes me think that the project is using a different version of Californium that I was able to get.

I was unable to fix the second problem, is there a way I can do that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant