question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

FAILURE on trying to startup UAA locally

See original GitHub issue

SECURITY NOTICE: If you have found a security problem in the UAA, please do not file a public github issue. Instead, please send an email to security@cloudfoundry.org

Thanks for taking the time to file an issue. You’ll minimize back and forth and help us help you more effectively by answering all of the following questions as specifically and completely as you can.

What version of UAA are you running?

we have pulled down commit: 754f2716d3d8f2e227952f74adcfde5378b17b96

What output do you see from curl <YOUR_UAA>/info -H'Accept: application/json' FAILURE

How are you deploying the UAA?

I am deploying the UAA

  • locally only using gradlew

What did you do?

git clone git://github.com/cloudfoundry/uaa.git cd uaa gradlew run

curl -H “Accept: application/json” localhost:8080/uaa/login

What did you expect to see? What goal are you trying to achieve with the UAA?

We expect UAA to startup

What did you see instead?

FAILURE Please include UAA logs if available. uaa-server.log

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6

github_iconTop GitHub Comments

4reactions
BloodWorkXGamingcommented, Jul 12, 2018

I’m sorry for answering to such an old issue, however I just wanted to help anyone out running into the same issue and stumbling onto this issue: replacing: -DLOGIN_CONFIG_URL=file://" + new File(".").absolutePath + "/uaa/sr... by -DLOGIN_CONFIG_URL=file:///" + new File(".").absolutePath + "/uaa/sr (tripple ///) fixed the issue for me due to reasons described here: https://stackoverflow.com/questions/2680837/java-net-unknownhostexception-on-file-method The line to change is located here: https://github.com/cloudfoundry/uaa/blob/85d5c483ceb2d21cfafb3ed982fc011102ac2d62/build.gradle#L310

1reaction
dev-indbcommented, Sep 15, 2018

@BloodWorkXGaming
Same issue. I replaced in build.gradle file -DLOGIN_CONFIG_URL=file://" by -DLOGIN_CONFIG_URL=file:///" according to your solution and everything works now Thanks for your help !

Read more comments on GitHub >

github_iconTop Results From Across the Web

User Account and Authentication (UAA) Server
This command starts a UAA server running in a local Apache Tomcat instance. By default, the service URL is set to http://localhost:8080/uaa ....
Read more >
Troubleshooting Local Agent startup issues - ACCELQ
Make sure you are not running the local agent as sudo on Mac or Linux. Browser invocation and subsequent behavior may be unpredictable....
Read more >
Troubleshooting ALBD startup failures on Microsoft Windows
Follow the below steps to resolve the issue: Attempt to log in interactively as the ALBD on the failing host. Take note of...
Read more >
239 of the biggest, costliest startup failures of all time
“Our failure was not for lack of trying,” founder Jeffrey Katzenberg ... like starting a print catalogue and delivering for local retailers.
Read more >
6 Reasons Startups Fail - For Entrepreneurs
Once a product has started to show that it has product/market fit, i.e. it delivers business value, and customers want to buy it,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found