For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 12 years, 8 months ago by
support-pradeep.
-
AuthorPosts
-
Michael StaceyParticipantA project that has been under development for quite some time has started throwing
Errors occurred during the build.
Errors running builder ‘DeploymentBuilder’ on project ‘lco’.
java.lang.NullPointerExceptionlog contains:
!ENTRY org.eclipse.core.resources 4 75 2013-04-01 10:44:38.717
!MESSAGE Errors occurred during the build.
!SUBENTRY 1 com.genuitec.eclipse.ast.deploy.core 4 75 2013-04-01 10:44:38.717
!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)Any ideas? I’ve confirmed that this happens after creating a fresh Maven web app project as well.
April 2, 2013 at 2:10 am #337370
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. If you are on MyEclipse 10.x, can you please update to MyEclipse 10.7.1(latest version) from the MyEclipse Configuration Center and check if you are still seeing this issue ?
Let us know if you see any issues.
April 2, 2013 at 6:18 am #337375
Michael StaceyParticipant@support-pradeep wrote:
stacey,
Sorry that you are seeing this issue.
This was an issue in MyEclipse 10.7 and was fixed in MyEclipse 10.7.1. If you are on MyEclipse 10.x, can you please update to MyEclipse 10.7.1(latest version) from the MyEclipse Configuration Center and check if you are still seeing this issue ?
Let us know if you see any issues.
I’m using 10.7, so I will update it. It is strange that the MyEclipse config center is showing no updates available…
April 2, 2013 at 7:11 am #337378
support-pradeepMemberstacey,
Sorry that you are seeing this issue.
You can goto MyEclipse configuration center > Software > Software updates available section (Wait for the list of available updates) and select MyEclipse Enterprise edition 10.7.1 and click on Apply changes and follow the wizard.
If you are still facing issues, can you please answer some more questions to help us investigate further :
> Can you please share your installation details from MyEclipse > Installation summary > Installation details ?
> Are you behind a firewall or proxy ? If yes then you can set proxy settings here : from MyEclipse menu click on Window > Preferences > Pulse > Network Settings.
> Can you please attach the screenshot of MyEclipse configuration center > Software tab to help us investigate further? -
AuthorPosts
