Problem: java.lang.illegalstateexception: invalid host: LB:// MSG_ provider
Follow up source code:
It is found that this step resolves to false, resulting in the following error
Resolved to false because the schemepattern does not have a matching URI
Our URI contains underscores, which are not included in the regular here, so it resolves to false
At the same time, uri.gethost is also empty
Solution: remove the underline
Similar Posts:
- [Solved] expected single matching bean but found 2
- Python: `if not x:` VS `if x is not None:` VS `if not x is None:`
- Perl : Quantifier follows nothing in regex; marked by
- [Solved] PHP Error: ErrorException: preg_match(): Compilation failed: invalid range in character class at offset …
- Leet code 44 wildcard matching – wildcard matching – Java
- Android Studio Real machine failed to run: Installation failed with message Invalid File…..
- [Solved] Hbase Startup Normally but Execute Error: Server is not running yet
- Reloading the current routing page using UI router in angularjs
- Android SDK manager can’t be updated to solve the problem that dl.google.com can’t be connected
- Shell script error: ‘[: =: unary operator expected’