- This topic has 1 reply, 2 voices, and was last updated 11 years, 8 months ago by support-pradeep.
-
AuthorPosts
-
Michael StaceyParticipantWe have a project that has worked fine in the past but ME has started throwing a NullPointerException in the DeploymentBuilder.
The servers view cannot be opened either. Development in MyEclipse is halted until this can be addressed.Using version 10.7 build 10.7-20121026
The exception:
!ENTRY org.eclipse.core.resources 4 75 2013-04-10 07:00:35.545 !MESSAGE Errors occurred during the build. !SUBENTRY 1 com.genuitec.eclipse.ast.deploy.core 4 75 2013-04-10 07:00:35.545 !MESSAGE Errors running builder 'DeploymentBuilder' on project 'lco'. !STACK 0 java.lang.NullPointerException at com.genuitec.eclipse.ast.deploy.core.Deployment.<init>(Unknown Source) at com.genuitec.eclipse.ast.deploy.core.ModuleDeployment.<init>(Unknown Source) at com.genuitec.eclipse.ast.deploy.core.WebDeployment.<init>(Unknown Source) at com.genuitec.eclipse.ast.deploy.core.Deployment.create(Unknown Source) at com.genuitec.eclipse.ast.deploy.core.DeploymentManager.loadFromPreferences(Unknown Source) at com.genuitec.eclipse.ast.deploy.core.DeploymentManager.init(Unknown Source) at com.genuitec.eclipse.ast.deploy.core.DeploymentManager.<init>(Unknown Source) at com.genuitec.eclipse.ast.deploy.core.DeploymentManager.getDefault(Unknown Source) at com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder.webProjectBuildDelta(Unknown Source) at com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder.webProjectBuildDelta(Unknown Source) at com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder.buildDelta(Unknown Source) at com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder.build(Unknown Source) at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:728) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239) at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295) at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351) at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374) at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:143) at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Here
support-pradeepMemberstacey,
Sorry that you are seeing this issue.
This was an issue in MyEclipse 10.7 and was fixed in MyEclipse 10.7.1. Can you please update to MyEclipse 10.7.1 from the MyEclipse Configuration Center > Software > Software updates available section and check if you are still seeing this issue in MyEclipse 10.7.1 ?
I suggest you download and install our latest version – MyEclipse 2013 (formerly known as MyEclipse 11) as we have made good amount of fixes to it since version 10. MyEclipse 2013 is based on Eclipse 3.8.2 and powered by Genuitec’s Secure Delivery Center – installation is easy and will work alongside your existing MyEclipse installs.
You can download the MyEclipse 2013 installer from here :
http://www.myeclipseide.com/index.php?name=Recommend_Us&req=Download&version=MELet us know if you see any issues.
-
AuthorPosts