facebook

Strange ErrorMessage after setting of Deployment

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #226466 Reply

    erik_bors
    Member

    Hi to All,
    i was trying to set the Project Deployments, but after setting the right server and clicking to “Finish” i got the ErrorMessageBox with no ErrorMessage. Then in the list of the Deployments i have in the first column the exclamation sign, that “The Deployment is out to date due to changes in the underlying projects contents…”. But after clicking to Redeploy is nothing happened, only for a while (ca 400 ms) – Operation in progress… I had no problems with other projects only with this one. Can i see somewhere in the logs, what this empty ErrorMessageBox means?

    Thanx.

    #226472 Reply

    erik_bors
    Member

    Im using :
    Eclipse :
    Version: 3.1.0
    Build id: 200409240800

    MyEclipse :
    Version: 3.8.2
    Build id: 200409171200-3.8.2

    Tomcat 5.0 :

    ive found this error message in the log :

    !ENTRY org.eclipse.ui 4 4 III 10, 2005 14:52:30.80
    !MESSAGE Unhandled event loop exception

    !ENTRY org.eclipse.ui 4 0 III 10, 2005 14:52:30.961
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
    at com.genuitec.eclipse.ast.deploy.core.DeploymentUtil.isSourceFolder(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.DeploymentUtil.copyContainer(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.WebDeployment.resyncAll(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.ModuleDeployment.deployAsExplodedArchive(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.Deployment.deploy(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.Deployment.redeploy(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.ui.dialog.DeploymentManagerDialog.Ä…(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.ui.dialog.DeploymentManagerDialog.access$2(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.ui.dialog.DeploymentManagerDialog$5.handleEvent(Unknown Source)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2783)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:706)
    at org.eclipse.jface.window.Window.open(Window.java:684)
    at com.genuitec.eclipse.ast.deploy.core.ui.action.DeploymentMgmtActionDelegate.runWithEvent(Unknown Source)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:288)
    at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:221)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:555)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:505)
    at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:460)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2783)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1443)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1414)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:271)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
    at org.eclipse.core.launcher.Main.run(Main.java:704)
    at org.eclipse.core.launcher.Main.main(Main.java:688)

    !ENTRY org.eclipse.ui 4 4 III 10, 2005 14:52:53.924
    !MESSAGE Unhandled event loop exception

    !ENTRY org.eclipse.ui 4 0 III 10, 2005 14:52:53.934
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
    at com.genuitec.eclipse.ast.deploy.core.DeploymentUtil.isSourceFolder(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.DeploymentUtil.copyContainer(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.WebDeployment.resyncAll(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.ModuleDeployment.deployAsExplodedArchive(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.Deployment.deploy(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.Deployment.redeploy(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.ui.dialog.DeploymentManagerDialog.Ä…(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.ui.dialog.DeploymentManagerDialog.access$2(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.ui.dialog.DeploymentManagerDialog$5.handleEvent(Unknown Source)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2783)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:706)
    at org.eclipse.jface.window.Window.open(Window.java:684)
    at com.genuitec.eclipse.ast.deploy.core.ui.action.DeploymentMgmtActionDelegate.runWithEvent(Unknown Source)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:288)
    at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:221)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:555)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:505)
    at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:460)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2783)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2442)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1443)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1414)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:271)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
    at org.eclipse.core.launcher.Main.run(Main.java:704)
    at org.eclipse.core.launcher.Main.main(Main.java:688)

    #228293 Reply

    Don Lyon
    Member

    I’m getting the same thing, almost:

    Eclipse 3.0.2
    MyEclipse 3.8.4

    One of my projects deploys fine but the other shows the symptoms described above except the stack trace is slightly different.

    java.lang.NullPointerException
    at com.genuitec.eclipse.ast.deploy.core.DeploymentUtil.copyContainer(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.DeploymentUtil.copyContainer(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.Deployment.resyncAll(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.EARDeployment.resyncAll(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.EARDeployment.deployAsExplodedArchive(Unknown Source)
    at com.genuitec.eclipse.ast.deploy.core.Deployment.deploy(Unknown Source)

    I need some ideas on what else I can look for. Everything looks like it’s configured correctly and the project deployed with no problem on my previous installation using eclipse 3.0.1 and MyEclipse 3.8.3.

    #228294 Reply

    Don Lyon
    Member

    After looking at one of the other posts, I found my problem. My project had 2 externally linked files that had an environment variable in the path. My fresh eclipse installation did not have the variable defined. Looks OK now.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Strange ErrorMessage after setting of Deployment

You must be logged in to post in the forum log in