MySQL connection – Access denied for user ‘username’@’localhost’ (using password: YES)

I have a user that I use from my php pages to make queries to mysql db, and now I´m trying to use the same user in eclipse/BIRT in order to build some reports but I get the error Access denied for user ‘username’@’localhost’ (using password: YES) Does anyone know what I´m missing? Answer You … Read more

Federated Eclipse plugin update site

I’d like to provide an Eclipse update site on an internal corporate server so that we can manage the deployment of Eclipse features to our developers (as long as this is allowed by the plug-ins licence of course). Essentially I’d like one update site where we can store the plugins and developers can connect to … Read more

svn trouble with a commit from eclipse

org.apache.subversion.javahl.ClientException: svn: E204900: Commit failed (details follow): svn: E204900: Can’t open file ‘/var/repo/db/txn-current-lock’: Permission denied svn: E175002: MKACTIVITY of ‘/var/repo/!svn/act/d0d4d437-3701-0010-ac67-11b5ce96094c//’: 500 Internal Server Error (http://mywebsite.com) org.apache.subversion.javahl.ClientException: svn: E204900: Commit failed (details follow): svn: E204900: Can’t open file ‘/var/repo/db/txn-current-lock’: Permission denied svn: E175002: MKACTIVITY of ‘/var/repo/!svn/act/d0d4d437-3701-0010-ac67-11b5ce96094c//’: 500 Internal Server Error (http://mywebsite.com) How can I bypass this … Read more

Getting permissions on Ubuntu to create Eclipse project

I am trying to set up a new project in Eclipse, but it gives me an error saying that the directory where I am trying to set up the project is read-only. Here is the error: Parent of resource: /path/to/project/.project is marked as read-only. (Permission denied) I do know the password for the machine to … Read more

How to turn off Tomcat logging in Eclipse? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I develop a Vaadin project in Eclipse that I start through Tomcat 6 which gets started directly by Eclipse. Tomcat prints an enormous … Read more

Speed up Eclipse over X server

In my job we have tight security rules, so the development environment is all virtualized. Each developer has a workstation with Windows XP and Citrix Metaframe. From the Metaframe, the developer opens a remote desktop to Solaris on SPARC. And in there, from the terminal, he sshs into one of several remote Linux machines with … Read more

Gitlab HTTPS URI for repository cloning does not work – SSL host could not be verified – fatal: unable to access

When I make Eclipse -> File -> Import -> Projects -> Projects from Git -> Clone URI -> enter repository HTTPS URI from Gitlab, I get error: Possible reasons: Incorrect URL No network connection (e.g. wrong proxy settings) SSL host could not be verified (set http.sslVerify=false in Git configuration) I have added http.sslVerify false in … Read more

Java, Eclipse: How do I pause a running program?

I am running some computation on my Linux box and can’t really afford to run it on battery while I drive home. It requires a network connection and currently I am running this stuff on a wireless connection. After reaching home, I need to hook up an ethernet cable to get the Internet. I’ve never … Read more

How can I edit puppet .pp files with Eclipse & DLTK

The puppet editor tips page seems to suggest that using eclipse & dltk (presumably the ruby tools) will assist with editing .pp files. http://projects.puppetlabs.com/projects/1/wiki/Editor_Tips I can’t see any difference or get syntax highlighting with DLTK 1.0 and the ruby plugins installed. Is there something I’m missing or eclipse configuration I need to set for it … Read more