SwitchEV / RISE-V2G

The only fully-featured reference implementation of the Vehicle-2-Grid communication interface ISO 15118
MIT License
220 stars 92 forks source link

Config file not found on running StartSECC (Properties file location './SECCConfig.properties' not found (FileNotFoundException) #72

Open hughsheehy opened 3 years ago

hughsheehy commented 3 years ago

I clone the project from Github, set it up in IntelliJ as a project using the PARENT pom.xml. Get all the dependencies. That all runs fine.

But when I try to run StartSECC it tells me this MiscUtils: Properties file location './SECCConfig.properties' not found (FileNotFoundException).

Then, apparently because it can't find the config file it says MiscUtils: No entry found in the properties file for property 'network.interface'

I've previously gone through the instructions to make sure that IPv6 is configured on this machine.

Here's a screenshot of the error.

screenshot-nimbus-capture-2021 10 01-16_28_55

hughsheehy commented 3 years ago

If I run the same code in Eclipse, it tells me that there's no loopback. Stuck either way.

24 hours in to the one hour course. Linux and Win 10, and several IDEs.

H

screenshot-nimbus-capture-2021 10 01-17_17_04

Magniveo commented 2 years ago

Problem Actual, for solve IT need change route in file RISE-V2G-master\RISE-V2G-Shared\src\main\java\com\v2gclarity\risev2g\shared\enumerations\GlobalValues.java

dportnrj commented 2 years ago

Or you can add RISE-V2G-master\RISE-V2G-SECC to PATH.