EMCECS / ecs-browser

Object browser for manipulating content in ECS.
10 stars 4 forks source link

Whitelabel Error Page when accessing the ECS browser tool #2

Open yogendramummaneni opened 6 years ago

yogendramummaneni commented 6 years ago

I have built the app using ./gradlew and ran the app using java -jar build/libs/ecs-browser-0.9.0.jar and when trying to access the tool using "http://:8080/ getting the below error.

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Mon Nov 27 15:41:06 UTC 2017 There was an unexpected error (type=Not Found, status=404). Not Found

DavidASeibert commented 6 years ago

@yogendramummaneni There was an error with the index page mapping that is fixed now. Sorry about that.

yogendramummaneni commented 6 years ago

It works now thanks @DavidASeibert What are the UID and secret? Are they access key and secret key? What is Endpoint, Is it Management Endpoint or Object Endpoint? I tried both with out success, I am getting error "These credentials are invalid!"

Thanks again!

DavidASeibert commented 6 years ago

Just updated the README page with that information, @yogendramummaneni . Can you connect now?