For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 9 replies, 7 voices, and was last updated 12 years, 6 months ago by
support-tony.
-
AuthorPosts
-
amichaudMemberHi,
After upgrading from 10.1 to 10.7, Server view is not created,Could not create the view: An unexpected exception was thrown.
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.ui.ServerTreeViewer$ServerTreeContentProvider.inputChanged(Unknown Source)
at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:276)
at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1690)
at com.genuitec.eclipse.ast.deploy.core.ui.ServerTreeViewer.<init>(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.ui.ServerView.createPartControl(Unknown Source)
at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:375)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:229)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:534)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1245)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:662)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:570)
at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:568)
.
.
.Is someone can help?
Thanks
November 19, 2012 at 4:06 am #332444
support-swapnaModeratoramichaud,
Sorry that you are seeing this issue. The issue might be due to some corruption in your deployments.
Can you please try these steps to fix it :
1. Shut down the workspace.
2. Delete the file com.genuitec.eclipse.ast.deploy.core.prefs which is located at <workspace dir>/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.ast.deploy.core.prefs
3. Start the IDE.
Let us know how it works for you.
November 19, 2012 at 4:24 am #332445
amichaudMemberHi,
yes, it was a configuration corruption.
Thank
November 19, 2012 at 10:21 pm #332473
support-swapnaModeratoramichaud,
Glad that the issue is resolved.
Do let us know if you see any issues.December 10, 2012 at 11:54 am #333195
danwaylandParticipantSame exact problem, and this solution worked for me as well
December 11, 2012 at 4:46 am #333247
support-swapnaModeratordanwayland,
Glad that you got it working.
Do let us know if you see any issues.January 22, 2013 at 1:51 am #334444
patrickomMemberThis worked but it’s still happening from time to time. It’s starting to be really annoying.
January 22, 2013 at 5:47 am #334459
Brian FernandesModeratorPatrick,
Here is an FAQ explaining the situation with an alternative workaround:
https://www.genuitec.com/forums/topic/servers-view-issue-in-myeclipse-10-7-0-fixed-in-10-7-1/We are working on releasing 10.7.1 this weekend with the fix for this problem included. Sorry for the inconvenience caused.
March 3, 2013 at 7:58 pm #336178
nerve-wongMember@support-swapna wrote:
amichaud,
Sorry that you are seeing this issue. The issue might be due to some corruption in your deployments.
Can you please try these steps to fix it :
1. Shut down the workspace.
2. Delete the file com.genuitec.eclipse.ast.deploy.core.prefs which is located at <workspace dir>/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.ast.deploy.core.prefs
3. Start the IDE.
Let us know how it works for you.
thank you very much !
March 4, 2013 at 1:11 am #336183
support-tonyKeymasterThis issue has now been fixed in maintenance release 10.7.1. You can use the Configuration Center to update to 10.7.1. Alternatively download the MyEclipse or MyEclipse Blue installer from our download page. If you use MyEclipse for Spring or MyEclipse Bling, the 10.7.1 installers for those editions are not currently available but the update from the Configuration Center should provide this fix.
Sorry for the inconvenience.
-
AuthorPosts