Eclipse unable to detect that a server has started - eclipse

I've been trying to solve a mind puzzling problem. I'm currently unable to use any server with eclipse, as they all start correctly but eclipses seems to be unable to see it.
I've tried using sun-java6-jdk instead of openjdk6.
I've tried using the command line given by the debug view and everything went fine
I've successfully reproduced that bug with Glassfish 3.1, JBoss 5.1, Tomcat 6.0
I'm trying to figure out how this is possible. Maybe a network issue?
Has anyone met the same problem ?

I've found a solution, but i'm not sure of what causes the problems. I've entered my computer local IP instead of localhost or 127.0.0.1 and it now detects the server is running.
My educated guess is that our IT proxy scripts do not exclude 127.0.0.1 from the proxified addresses.
Thanks for your time Mike !

Related

easyPHP Dev-server plug-in not installed

I am currently working with a student on a project using easyPHP 16.1. The program/s install fine, and to begin with we can write & test PHP code with no problem. However, on 2 totally separate PCs we have had the same problem occur. Suddenly, for no apparent reason, pages which were working fail to function and we get the following error:-
Failed to connect to DB. Check that the username is valid.
Plugin '*C06327039E918D3247E4438D3785C723719DC8B5' is not loaded
We can't find any reference to this 'plugin' and wondered what is going on. On my own PC, I initially got round the problem by removing easyPHP then reinstalling it, but the student has several hand-ins depending on testing PHP code, and could do without the hassle of repeatedly having to 'fix' the installation. Is there a fix? Is it an easy fix? If there's no fix, should we just use an alternative like WAMP?
This has been a serious issue for Easyphp since ver11.
so for me, after some time of use, I've just dropped using easyphp and switched over to WAMP.
From ver 16.1, Easyphp works in "portable mode" and becomes totally browser-based...
For a simple solution, I'd recommend to check out for alternate mySQL versions in your system, which can be interfering in the same port. Changing the Port No. can be useful in this case...

Mysql 6.1 db error

I am using mysql 6.1 workbench and having issues every time I turn on system. I've tried atleast 50 solutions from different sources but it is not getting fixed. Tried to change default port as well re-installed it quite a few times now. Couldn't understand why it's not getting fixed.
Error is: Can't connect to MySQL server on '127.0.0.1' (10061) (2003).
I've seen official documentation in detail and followed each step.
Please help.
I figured this out...actually when WAMP and MySQL Workbench both installed only then it shows this issue. Quitting WAMP closes connection so system shuts services down and workbench fails to start service at it's own. By removing one of both won't show such errors. Problem solved.

Connecting to Sails.js in windows xp

i have a simple sails chat project, when im trying to fire a message nothing is happening and in the console its just write "Connecting to Sails.js"
im using windows xp, can that be the problem ? and if so, how can i fix it?
when im trying to run the exact code in other computer with windows 7 it works like a charm
appreciate your help
This may not be an issue with Windows XP. Check this Github issue and see if you have the same symptoms. Then try switching browsers and see if the problem persists.
https://github.com/balderdashy/sails/issues/1622

PyDev Eclipse Install on OSX Failing

I'm having a similar problem to one of the earlier questions, but none of the recommendations has solved the problem. Trying to install PyDev in eclipse always fails to read the necessary files. I have the latest version of Eclipse (updated), I have tried multiple PyDev links including the nightly builds, and have tried installing Aptana. All will fail with the same sort of failed to read error. Would post a picture, but can't as a new user.
So it looks like my firewall was disrupting the installation to the point that it just timed out. There weren't any indications that this was happening, but the install works fine from an unsecured network (hotspot), but consistently fails behind a corporate firewall. I retested once I was behind the firewall again, and replicated the failure. I've seen this same time-out error in multiple questions that ultimately didn't get answered, so just wanted to include the resolution for my case.

Tomcat port in use in NetBeans

I tried searching for this problem here and in other forums but could not resolve this issue.
I have downloaded NetBeansBeans 7.0 Java EE pack which also installs Tomcat 7 which it did.
I created sample web application and when trying to deploy I get an error:
Starting of Tomcat failed, the server port 8080 is already in use.
I tried changing the ports but no success. However, when i try to run same Tomcat from Command prompt using "startup.bat" command, it runs successfully.
Operating system is Vista. I tried checking for open ports using "netstat -a" but no open port for 8080. also tried to see if any "java.exe" process is running but it was not.
Thanks in advance for the help.
Sometimes Vista, especially after hibernation, doesn't free a previously used port. Have you tried restarting the pc?