Installing Apatana on Eclipse - eclipse

I just downloaded Eclipse and am trying to install Aptana.
I choose help, install new software, and enter
http://download.aptana.com/studio3/plugin/install
But I get:
HTTP Server 'Internal Error':
http://download.aptana.com/studio3/plugin/install/content.xml HTTP
Server 'Internal Error':
http://download.aptana.com/studio3/plugin/install/content.xml
HttpClient connection error response code 500.

There was an issue with the download site yesterday. It should be operational now.

the url is missing a "/" at the end. I had the same issue using their "copy to clipboard" feature.
use: http://download.aptana.com/studio3/plugin/install/

Related

Internal Server Error while setting up 2Fa in phpmyadmin 4.8 dev

So. Few hours ago I read that new development version of phpmyadmin supports 2FA. It excited me a lot, couse I felt lack of security in my previous installation of phpmyadmin. I successfully installed dev version 4.8, but on the moment of activation 2FA i got 500 Internal Server Error. It appears after clicking "Configure two-factor authentication". Screenshot is attached.
English versoin of error:
"Error in processing request
Error code: 500
Error text: Internal Server Error (rejected)
It seems that the connection to server has been lost. Please check your network connectivity and server status."
Is it a bug, or just my mistake somewhere?
I installed all the necessary extensions that were asked by phpmyadmin.
P.S. Sorry for my english and for being noob. lol
screenshot
For anyone wondering, the problem is that php-gd is not on the target system...

SVN plugin issue in eclipse

I have installed SVN plugin to my eclipse by 'Help->Install new software'. Used the URL - http://subclipse.tigris.org/update_1.6.x.
After installation, I tried connect my SVN URL(http://svnserver.com/svn) which worked others machine in tortaise svn. It got prompted with credentials, then it ended up with below error message in eclipse.
RA layer request failed
svn: Server sent unexpected return value (500 Internal Server Error) in response to OPTIONS request for 'http://svnserver.com/svn'
Note : I have connected client network in citrix (Cisco anyclient) after disabling the proxy in my machine.
Eclipse platform is v3.6.3
You should make sure that the SVN plug-in installed in Eclipse is up to date and that the entered URL is correct. Generally speaking, the error 500 Internal Server Error indicates a problem with the server. However, invalid repository URL might also produce such error in certain cases.
I have resolved my issue by adding host under proxy bypass in Window->preference->General->Network connections(Active provider = Manual).

Error by installing pydev into Eclipse

I have to install pydev plugin into eclipse. I did the following steps: help -> install new Software and I have used the pydev updates site but I became this error message:
"HTTP Server Unknown HTTP Response Code
(302):http://pydev.org/updates/content.xml HTTP Server Unknown HTTP
Response Code (302):http://pydev.org/updates/content.xml General
connection error with response code=302"
I also tried to install with the Eclipse Market without success. I can install another plugins but just Pydev don't work. I really don't know how to manage it.
Thanks.
That link is a redirect... try putting the direct url to see if it works (currently): https://dl.bintray.com/fabioz/pydev/5.6.0 -- visit http://www.pydev.org/updates/ to get the latest link for the current version.

Cannot connect to SonarQube from Eclipse

I'm trying to connect my Eclipse IDE to my company's sonar server instance, but I can't figure out why it doesn't work.
When I access the server (https://mycompany.com/sonar, for example purposes) through the browser, it works perfectly. In Eclipse, I added the url to the servers section of SonarQube and the same credentials I used in the browser. When I hit Test Connection, I get the error message:
Unable to connect: Query: https://mycompany.com/sonar//api/authentication/validate
I'm using the native option in Eclipse's network settings, since I'm not behind any proxy. The company SonarQube server version is 4.5.5.
Am I doing something wrong? Does anyone know how to fix this?
Edit: the certificate is also added to JRE
I suspect the /api/aut is due to some UI truncation, just expand the 'Add SonarQube Server' window to verify that.
You are trying to connect to an HTTPS URL, is the server certificate trusted by Java ? Use keytool to do that, as explained in this post.
Check the sonar link you have configured in eclipse - https://mycompany.com/sonar**//**api/authentication/validate
You need to give the url https://mycompany.com/sonar and not https://mycompany.com/sonar/

Unable to install BlackBerry Plug-in for Eclipse (Broken Repo link)

I am trying to configure Eclipse BlackBerry Plug-in following their guide using Eclipseeclipse-SDK-3.7.1-win32-x86_64 on Windows 7 64 bit.
I get an error while downloading the repository.
The link to the repository ( http://www.blackberry.com/go/eclipseUpdate/3.6/java ) from the documentation is broken. What is the correct link to their repository?
HTTP Server Unknown HTTP Response Code (-1):http://www.blackberry.com/go/eclipseUpdate/3.6/java/content.xml
HTTP Server Unknown HTTP Response Code (-1):http://www.blackberry.com/go/eclipseUpdate/3.6/java/content.xml
General connection error with response code=-1
That repository link seems to be broken. I came across this link that may help if you want to install the plugin over an existing eclipse installation.
http://cynigram.com/articles/blackberry-eclipse-plug-in-with-eclipse-3.7/