facebook

No Error Message when the Deployment fails

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #228250 Reply

    Hello,
    I’m deploying a Enterprise Application on JBoss. The deployment dialog says “Successfully deployed”, but not all files are copied. There is an error message in the .metadata/.log file.
    The reason was that the workspace was out of sync, i.e. a file was deleted outside of eclipse and therefore could not be copied.

    I would expect a error message that there has occurred a deployment failure.

    Bernhard

    – System Setup ——————————-
    Operating System and version: Windows XP
    Eclipse version:
    Eclipse build id:
    Fresh Eclipse install (y/n): y
    If not, was it upgraded to its current version using the update manager?
    Other installed external plugins:
    Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
    MyEclipse version: 3.8.4 with Quick Fix 2
    Eclipse JDK version: 1.4.2_06
    Application Server JDK version: 1.4.1_05
    Are there any exceptions in the Eclipse log file? yes
    !ENTRY com.ibm.sse.editor 4 4 Apr 18, 2005 14:07:03.773
    !MESSAGE File not found: D:\Projekte\OSPP_40\TaoWebApp\WebContent\WEB-INF\conf\tao\wfs\application\menu\wf_menu.xml.
    !STACK 1
    org.eclipse.core.internal.resources.ResourceException: File not found: D:\Projekte\OSPP_40\TaoWebApp\WebContent\WEB-INF\conf\tao\wfs\application\menu\wf_menu.xml.
    at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:500)
    at org.eclipse.core.internal.resources.File.getContents(File.java:262)
    at org.eclipse.core.internal.resources.ContentDescriptionManager.readDescription(ContentDescriptionManager.java:90)
    at org.eclipse.core.internal.resources.ContentDescriptionManager.getDescriptionFor(ContentDescriptionManager.java:57)
    at org.eclipse.core.internal.resources.File.getContentDescription(File.java:244)
    at com.ibm.sse.editor.ui.ConvertLineDelimitersToCRLFActionDelegate.processorAvailable(Unknown Source)
    at com.ibm.sse.editor.ui.ConvertLineDelimitersToCRLFActionDelegate.processorAvailable(Unknown Source)
    at com.ibm.sse.editor.ui.ResourceActionDelegate.selectionChanged(Unknown Source)
    at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:230)
    at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:297)
    at org.eclipse.ui.internal.ObjectActionContributor.contributeObjectActions(ObjectActionContributor.java:109)
    at org.eclipse.ui.internal.ObjectActionContributorManager.contributeObjectActions(ObjectActionContributorManager.java:131)
    at org.eclipse.ui.internal.PopupMenuExtender.addObjectActions(PopupMenuExtender.java:98)
    at org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(PopupMenuExtender.java:119)
    at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:286)
    at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:370)
    at org.eclipse.jface.action.MenuManager.access$0(MenuManager.java:367)
    at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:383)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:116)
    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.Widget.sendEvent(Widget.java:820)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801)
    at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3320)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:2993)
    at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1391)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338)
    at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
    at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:222)
    at org.eclipse.swt.widgets.Display.runPopups(Display.java:2798)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2425)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
    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(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    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)
    !SUBENTRY 1 org.eclipse.core.resources 4 271 Apr 18, 2005 14:07:03.773
    !MESSAGE File not found: D:\Projekte\OSPP_40\TaoWebApp\WebContent\WEB-INF\conf\tao\wfs\application\menu\wf_menu.xml.
    If this is a DB related question please answer the following:

    RDBMS vendor and version:
    JDBC driver vendor and version, and access type (thin, type-2, etc):
    Connection URL:
    Eclipse error logs related to com.genuitec.eclipse.sqlexplorer packages:

    – Message Body ——————————-

    #228269

    Riyad Kalla
    Member

    As I understand it, these are the steps to reproduce:
    1) Create a deployment for a project
    2) Go outside of eclipse and erase a file from the project
    3) Redeploy the file, note that it says “successful” however an exception is written to the log file

    Is this accurate?

    #228364

    1) Create a deployment for a project
    2) Go outside of eclipse and erase a file from the project
    3) Redeploy the file, note that it says “successful” however an exception is written to the log file

    Yes, this is accurate; step one ist optional.

    Bernhard Berbuir

    #228380

    Riyad Kalla
    Member

    Bernhard,
    On my end I don’t get an exception (very strange) but the deployment does infact fail. I will file this as a bug ASAP. Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: No Error Message when the Deployment fails

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