Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Encountering error "URI has an authority component" on certain SQLDev operations

rgrandeFeb 23 2018 — edited Apr 20 2018

Hello!

I started seeing this error when doing certain things in SQlDeveloper (current version 17.2, but it also happens in 17.4). I first noticed it when I was trying to use the export wizard:

pastedImage_1.png

But It also appears when I check Tools>Preferences>Database>Advanced. Again, the "URI has an authority component" error appears:

pastedImage_3.png

java.lang.IllegalArgumentException: URI has an authority component

at java.io.File.<init>(File.java:423)

at oracle.dbtools.raptor.ui.URLFileChooser.toFile(URLFileChooser.java:402)

at oracle.dbtools.raptor.ui.URLFileChooser.setToFirstContextPathDirectory(URLFileChooser.java:1495)

at oracle.dbtools.raptor.ui.URLFileChooser.setCurrentDirectoryFromPathContext(URLFileChooser.java:1471)

at oracle.dbtools.raptor.ui.URLFileChooser.setDefaultPathContext(URLFileChooser.java:1537)

...

This also happens when I try to create or edit connections:

pastedImage_5.png

After clicking ok, I can not see my oracle connection option:

pastedImage_6.png

Has anybody experienced this issue? I tried to google the error, but found nothing so far.

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2018
Added on Feb 23 2018
3 comments
4,327 views