Netbeans "waiting for connection" error only on new project with WAMP [duplicate] - netbeans

This question already has answers here:
Netbeans Xdebug on Windows 7 "waiting for connection" WAMP
(3 answers)
netbeans shows "Waiting For Connection (netbeans-xdebug)"
(24 answers)
Waiting for connection(netbeans-xDebug)-php-XAMPP
(1 answer)
Closed 4 years ago.
I'm running NetBeans IDE 8.2 with WAMP 3.1.0 on Windows 10.
On starting a debug session with a new project, the message "Waiting for connection (netbeans-xdebug)" has recently begun to appear.
Previous projects debug as expected with no change in any configurations. I've created and worked with half a dozen projects on the current setup and none has previously caused trouble.
Could somebody point me to possible reasons why one project can be debugged but another on exactly the same system can't? I've tried everything, even copying over a working project folder and making the necessary changes. (That worked once but not since, unfortunately.)

Related

v3.2.6 of SourceTree for Windows showing ALL closed branches

I was on v3.2.5 of SourceTree for Windows, working fine without any problem.
Then after upgrading to v3.2.6, my HgFlow-enabled repo is listing ALL the closed branches, ALL the closed features, ALL the closed releases in the treeview on the left!!
There is no way to rollback to v3.2.5, so I re-downloaded SourceTree from the web site, which installed v3.1.3.  The upgrade notification says a new version is available, but the version it says is unavailable is v3.2.6, so I will be sticking to v3.1.3 for now.
Anyone else experiencing this problem in v3.2.6?

Remove old Postgres version from Mac [duplicate]

This question already has answers here:
Completely uninstall PostgreSQL 9.0.4 from Mac OSX Lion?
(10 answers)
Closed 4 years ago.
I'm trying to remove an old version of Postgres on my local Macbook Pro but cannot figure it out. In PG Admin I see two servers, version 9.2 and 9.4. When I try to run Heroku commands such as pg:pull, its referring to the old server. But my database is located on the new one, version 9.4.
The uninstaller is located in /library/PostgreSQL/9.2/uninstall-postgresql. Running that uninstaller removed my old version and left the newer one in place.

error installing eclipse enterprise edition on windows 7 64bit [duplicate]

This question already has answers here:
Failed to load the JNI shared Library (JDK)
(39 answers)
Closed 9 years ago.
I have tried to install eclipse enterprise edition multiple times but evry time this problem occured. please give me soltion for this error
failed to load the JNI shared library "c:\Program Files(x86)\java\jdk1.6.0_16\bin..\jre\bin\client\jvm.dll"
Your version of eclipse should match the version of JDK, either both 64 or both 32

Several ports(8080,8009) required by tomcat v7.0 server at localhost are already in use [duplicate]

This question already has answers here:
Several ports (8005, 8080, 8009) required by Tomcat Server at localhost are already in use
(36 answers)
Closed 6 years ago.
I built a new web project and added a JSP file to test if it works with the tomcat service. The IDE is Eclipse 3.7 for Java EE, I ran the project, then it showed:
Several ports(8080,8009)required by tomcat v7.0 server at localhost are already in use...
So I changed the two ports and ran it again(I'v restarted the tomcat service),but it still didn't work,it showed:
Server tomcat v7.0 server at localhost failed to start.
So what's the problem?
hmm.. on which base OS you 're working . Windows or Linux
If it is Windows and you have installed tomcat as a service.. then go to run box in start and type services.msc and then in the opened window you will get to see many service running or stopped in the system. Find out the Tomcat Service and stop it. Then again just run your project again and it will automatically prompt you to start server.

Can google web toolkit(GWT ) migrate to AIX? [duplicate]

This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
Can google web toolkit(GWT ) used on AIX ?
Currently GWT works on Solaris... is it possible to migrate it to AIX. If so is there any online document available on the net. Please provide for the same.
GWT application not runs on Windows, Linux, Solaris, AIX etc. It runs on application server like Tomcat, JBoss, Websphere. Generally speaking you need just install application .war file on the other machine.
However - there is also one more question to consider - is your application using some server specific API's