I tried to set up SensiNact following the documentation (https://eclipse-sensinact.readthedocs.io/en/latest/setup.html), but when I run curl http://localhost:8082/sensinact , I get a 404 Not Found error. (The same happens with curl http://localhost:8082/sensinact/providers/sensiNact/services/system/resources/version/GET .)
Details are as follows:
Environment
Ubuntu 22.04LTS
Java version: 17.0.11
Maven version: 3.9.6
What I did
Cloned the project repository (git clone git@github.com:eclipse/org.eclipse.sensinact.gateway.git)
Compiled using the following command:
mvn clean install
Unzipped the generated zip file (/distribution/assembly/target/gateway.zip)
Changed the permissions of start.sh using chmod +x start.sh
Setting up the HTTP REST northbound provider
Edited the /configuration/configuration.json file and changed it to the following:
I tried to set up SensiNact following the documentation (https://eclipse-sensinact.readthedocs.io/en/latest/setup.html), but when I run
curl http://localhost:8082/sensinact
, I get a404 Not Found
error. (The same happens withcurl http://localhost:8082/sensinact/providers/sensiNact/services/system/resources/version/GET
.)Details are as follows:
Environment
What I did
git clone git@github.com:eclipse/org.eclipse.sensinact.gateway.git
)mvn clean install
chmod +x start.sh
Setting up the HTTP REST northbound provider
./start.sh
curl http://localhost:8082/sensinact
404 Not Found