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.

java.io.FileNotFoundExcetion from library code

See original GitHub issue

I am trying to do openID connect Auth, successfully got AuthorizationResponse, but getting:

AuthorizationException: {“type”:0,“code”:3,“errorDescription”:“Network error”} caused by

java.io.FileNotFoundException: http://api.my_addr.com:8080/connect/token

on line #154 of AuthorizationService.class is = conn.getInputStream(); I found answer on stackoverflow (http://stackoverflow.com/questions/9365829/filenotfoundexception-for-httpurlconnection-in-ice-cream-sandwich), but I cannot edit library code.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:26 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mattingercommented, Jan 17, 2017

@iainmcgin There’s two possible pull requests to address this issue. Any idea when you can get to choosing one and releasing? This is blocking part of my development.

1reaction
mattingercommented, Jan 11, 2017
Read more comments on GitHub >

github_iconTop Results From Across the Web

java.io.FileNotFoundException in Java - GeeksforGeeks
java.io.FileNotFoundException which is a common exception which occurs while we try to access a file. FileNotFoundExcetion is thrown by ...
Read more >
How to Fix the FileNotFoundException in Java.io - Rollbar
The FileNotFoundException is a checked exception in Java that occurs when an attempt to open a file denoted by a specified pathname fails....
Read more >
FileNotFoundException (Java Platform SE 7 )
Signals that an attempt to open the file denoted by a specified pathname has failed. This exception will be thrown by the FileInputStream...
Read more >
java.io.FileNotFoundException: the system cannot find the file ...
It is in the same directory as my java file. But when I try to access it in the following code this file...
Read more >
Solving java.io.FileNotFoundException
java.io.filenotfoundexception is thrown during a failed attempt to open the file denoted by a specified pathname.
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