kucharzyk / spring-angular2-starter

PROJECT DISCONTINUED
MIT License
210 stars 65 forks source link

Config server #20

Closed kucharzyk closed 8 years ago

kucharzyk commented 8 years ago
kucharzyk commented 8 years ago

Now we have config service, but it's not yet finished.

Configurations must be moved to new repository and I have to add option to pass configuration repo from docker-compose.yml

tsukhu commented 8 years ago

There is one issue that I noticed when we run all the services . The config server is throwing an exception image I tried to include this dependency .. but still get the same error

com.jcraft jsch 0.1.53
kucharzyk commented 8 years ago

I didn't notice this exception. I'll check it

btw: ClassNotFoundException not always means that class wasn't found.

tsukhu commented 8 years ago

I agree .. we probably also should enable https for the production builds (off-course not related to this issue).

kucharzyk commented 8 years ago

I don't get exception like yours.

Internet says that such exception could be caused by broken jar in classpath. Could you check yours jars in shardis-config/target directory. Maybe one of them is broken?

Cleaning local maven repo is also an option

tsukhu commented 8 years ago

ok - I cleaned up maven , refreshed the source code and docker .. Now it works !!