- This topic has 9 replies, 7 voices, and was last updated 11 years, 9 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
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.
amichaudMemberHi,
yes, it was a configuration corruption.
Thank
support-swapnaModeratoramichaud,
Glad that the issue is resolved.
Do let us know if you see any issues.
danwaylandParticipantSame exact problem, and this solution worked for me as well
support-swapnaModeratordanwayland,
Glad that you got it working.
Do let us know if you see any issues.
patrickomMemberThis worked but it’s still happening from time to time. It’s starting to be really annoying.
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.
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 !
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