Cannot create new php project in eclipse - eclipse

I am using Zend Eclipse for PHP developers version 3.2.0.
I have just created a new workspace for an existing local project but Eclipse keeps coming up with an error when I try to create the project.
An error has occurred. See error log for more details.
org.eclipse.php.internal.server.core.manager.ServersManager.isEmptyServer(Lorg/eclipse/php/internal/server/core/Server;)Z
I have another workspace with a project on it which works fine, it just won't let me create a new project in a new workspace.
Anyone know what is going on?
Many thanks in advance.

Related

Scale IDE error when I try to make a new scala project

I installed Scala IDE 4.7.0 and tried to make a new scala project.
But there was "No Applicable Items". (File > New > No Applicable Items)
So, I opened the opening wizard by cmd+N, and chose the scala project.
And, Here is the error code:
Problem Opening Wizard
The selected wizard could not be started.
Plug-in org.scala-ide.sdt.core was unable to load class org.scalaide.ui.internal.wizards.ScalaProjectWizard.
An error occurred while automatically activating bundle org.scala-ide.sdt.core (333).
I did almost everything, e.g. reinstall, remove workspace directory, etc.
But nothing helped out.
Appreciate if someone fix this!

Can't Install New Relic in my app

I have already installed New Relic 3. I followed the steps on the website. However, I always encounter this error when I right click my project and Install New Relic.
What might be the problem in my project? Thanks!
This looks like a permissions issue on the project folder. Make sure that you have full permissions/rights to read/write/execute on the project folder and the error should no longer appear. Similar messages can also appear if the project folder was moved and eclipse was not updated to reference the new location.

Subversion with Eclipse for android

Okay I am starting to give up with this. I have been trying to setup sebversion in Eclipse for my android project. I have been following the following tutorial
http://blog.bauson.com/eclipse-subclipse-svn-hostgator-com.html
I got the following:
Created a repository called myRep
Created a project under with source files myRep/TestProject and attached it to trunk
installed subclipse and got it to grab the repository
Now when, it says "Checkout as a project configured using the new project wizard", I get to choose the type of project. If I choose android application project then it creates a default android project and nothing is checked out. But when I choose General Project, it does grab the whole thing in the following structure
Repositony->TestProject->Trunk->All my android files and folders
However I want it to be android project so I can compile and run it. I did a lot of googling and I need your help pleeease!
Never mind, I figured it out. Apperently, when you choose the repository you have to right click and click refresh and it will show you a list of Folders (stupid eclipse does not do it automatically). Then you choose your project and create it as a new project. Voilla, you get it compiling and running

Build error in eclipse

I am using eclipse HELIOS. I am getting the following error message whenever I build my project.
Has anyone else experienced such error? Is it a problem of eclipse or the project? It never occured to me before but for this project its happening. It says NullPointerException but that should not pop up such message.
Please help, its driving me nuts. I need to check in my codes but I cant test them due to this building error.
Let me know if more details is reqd.
I found the solution. It was a maven plugin issue. Cleaning up the repository solved it.
First try;
Clean your all project from under project menu and eclipse tries rebuild.
Second try;
Remove your project from eclipse
Delete all files(eclipse project
files like .project) except .java
files and other necessary code files
like .xml
And create a new project from
existing these source codes.
Otherwise you can check your java compiler or eclipse builder path or builder version.

ColdFusion Builder throwing an error about my open project

I am trying to open Adobe ColdFusion Builder, and it is throwing the following error:
"open project has encountered a problem"
Problems occurred opening the selected resources.
The project description file (.project) for 'dev - work' is missing.
This file contains important information about the project.
The project will not function properly until this file is restored.
How do I solve this issue?
What about ovbious steps? It looks like you accidentally deleted the Eclipse project configuration file.
Check if ''.project'' file exists in project directory. If it is missing, re-creating the project and copying the source files from the old is the way to fix it.
Also you can try to create project with same name and copy the ''.project'' file to the old one. Bu you'll need to remove this invalid project first (without deleting the source files) and import it later, because Eclipse (FBuilder) wont allow you to have two projects with same name in workspace.
if you are using developing on windows 7 platform, go to you workspace folder(not where you project is located) right click go to restore select an earlier version. it worked for me