scristalli / sql-developer-keepalive

MIT License
148 stars 21 forks source link

keepalive no longer working with Version 21.2.1.204 #40

Open j-christ opened 2 years ago

j-christ commented 2 years ago

Updated to Version 21.2.1.204, reinstalled keepalive 1.3.1, no icon on toolbar :(

Mac OS 10.15.7 (19H15), Catalina.

msampolwal commented 2 years ago

I have the same problem on Linux with version 21.2.

MarcusHoell commented 2 years ago

Can confirm that there is no icon in version 21.4.1.349

roband7 commented 2 years ago

Running 21.4.2.018 Same problem as noted above, no icon on toolbar.

rahulnagar1208 commented 1 year ago

Version 22.2.0.173, installed keepalive , no icon on the toolbar :( Mac OS Rahul

miadabdi commented 1 year ago

@rahulnagar1208 @roband7

Same issue here. When I run SqlDeveloper with sudo, it gets installed and shown, but not without it. When installing without sudo I get this error in terminal:

Installing updates...
Failed to backup /opt/sqldeveloper/sqldeveloper/extensions/keepalive.jar to /opt/sqldeveloper/sqldeveloper/extensions/keepalive.jar.backup.
Update installation failed.

Maybe not a good Idea, but doing this fixed the issue:

sudo chmod -R 777 /opt/sqldeveloper
radiodup commented 12 months ago

The chmod tip worked. But, I would just check the original owner, change to your user, and rollback the change ls -ltrad /opt/sqldeveloper (usually root) sudo chown -R larry_e /opt/sqldeveloper

start sqldeveloper with this user, install plugin, close the app.

chown -R root /opt/sqldeveloper

I didn't check if there is a file with another user inside sqldeveloper. But someone will do better than me and check.