Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Publishing problems in WTP 3.2.x
Publishing problems in WTP 3.2.x [message #553972] Thu, 19 August 2010 14:27 Go to next message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
Hello!
Since I switched to Helios/WTP 3.2.0, sometimes I'm encountering
problems with publishing. Apart from the performance degradation fixed
in 3.2.1 (because of the re-activation of some caching), it happens that
the content of my dynamic web project do not get published correctly.
The web module and the server are marked as "Synchronized", but only
partial content is deployed to wtpwebapps in the publish target folder.
Cleaning the affected project does not help. I have to remove and add
again the web module to fix the problem. For big webapps, this is time
wasting.

Please note that:
- I'm working on Windows XP x64 Edition
- I'm publishing to Tomcat 6
- build automatically is on
- "automatically publish when resources change" is on
- in the "publishing actions" of the server editor I have "Update
contexts paths" checked
- I'm not using "serve modules without publishing", of course

I also tried to change the deploy path to a custom location, to avoid
problems with file permissions or with too long file paths.

Since I don't have the steps to repro, I was wondering if someone knows
about this problem or if there's something I can do to investigate.

By the way, this is a regression against WTP 3.1.x.

Mauro.
Re: Publishing problems in WTP 3.2.x [message #554061 is a reply to message #553972] Fri, 20 August 2010 00:27 Go to previous messageGo to next message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
On 8/19/2010 10:27 AM, Mauro Molinari wrote:
> Hello!
> Since I switched to Helios/WTP 3.2.0, sometimes I'm encountering
> problems with publishing. Apart from the performance degradation fixed
> in 3.2.1 (because of the re-activation of some caching), it happens that
> the content of my dynamic web project do not get published correctly.
> The web module and the server are marked as "Synchronized", but only
> partial content is deployed to wtpwebapps in the publish target folder.
> Cleaning the affected project does not help. I have to remove and add
> again the web module to fix the problem. For big webapps, this is time
> wasting.
>
> Please note that:
> - I'm working on Windows XP x64 Edition
> - I'm publishing to Tomcat 6
> - build automatically is on
> - "automatically publish when resources change" is on
> - in the "publishing actions" of the server editor I have "Update
> contexts paths" checked
> - I'm not using "serve modules without publishing", of course
>
> I also tried to change the deploy path to a custom location, to avoid
> problems with file permissions or with too long file paths.
>
> Since I don't have the steps to repro, I was wondering if someone knows
> about this problem or if there's something I can do to investigate.
>
> By the way, this is a regression against WTP 3.1.x.
>
> Mauro.

Mauro,

There have been some sporadic reports of this kind of problem, but
nothing that has been traced to something specific. Feel free to open a
bug on ServerTools where we can pursue the cause. I would be curious
what isn't published, jars, class files, static content, all of the
above? Also, does forcing a "full" publish with "Clean..." fix the
publishing problem?

Cheers,
Larry
Re: Publishing problems in WTP 3.2.x [message #554115 is a reply to message #554061] Fri, 20 August 2010 08:31 Go to previous messageGo to next message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
Il 20/08/2010 2.27, Larry Isaacs ha scritto:
> There have been some sporadic reports of this kind of problem, but
> nothing that has been traced to something specific. Feel free to open a
> bug on ServerTools where we can pursue the cause. I would be curious
> what isn't published, jars, class files, static content, all of the
> above? Also, does forcing a "full" publish with "Clean..." fix the
> publishing problem?

I'll try a Clean on the server (rather than on the project) next time.
I'll let you know.

From what I can remember, META-INF and WEB-INF folders were created,
along with web.xml e MANIFEST.MF, but static resources were not
published. If I remember well, classes were not published, while I'm
pretty sure that just some of the JARS in WEB-INF/lib were.

In the log, a suspicious entry might be:

!ENTRY org.eclipse.ui 4 0 2010-08-19 15:42:51.375
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable
(java.util.ConcurrentModificationException)
at org.eclipse.swt.SWT.error(SWT.java:4083)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:137)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:4041)
at org.eclipse.swt.widgets.Display.msgFilterProc(Display.java:3 375)
at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:256)
at org.eclipse.swt.widgets.Display.runPopups(Display.java:4107)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3651)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:24 27)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:663)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:115)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:369)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
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.equinox.launcher.Main.invokeFramework(Main.java: 619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Caused by: java.util.ConcurrentModificationException
at java.util.AbstractList$Itr.checkForComodification(Unknown Source)
at java.util.AbstractList$Itr.next(Unknown Source)
at
org.eclipse.wst.wsdl.ui.internal.WSDLEditorResourceChangeHan dler$1.run(WSDLEditorResourceChangeHandler.java:186)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:134)
... 27 more

I'll try to be more precise next time it happens. Since I'm working on a
test project based on open source code, I may even provide you the
project to test. Would a ZIP containing the project help you to
investigate, alghouth the bug happens only sometimes?

Mauro.
icon5.gif  Re: Publishing problems in WTP 3.2.x [message #645114 is a reply to message #553972] Wed, 15 December 2010 15:50 Go to previous messageGo to next message
Rafael  is currently offline Rafael Friend
Messages: 4
Registered: May 2010
Junior Member
Hello,

I am having the same problem.

Every time I restart my Eclipse Helios I have to do a server clean. After cleaning everything goes ok.

If I publish in order to doing a clean, just after restarting Eclipse, does not work. Eclipse does not publish properly classes and jars bellow this path.
workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp 0\wtpwebapps ...

I have tried everything but the problem remains.

Helios Service Release 1
Build id: 20100917-0705
Windows Vista/XP.
jdk1.5.0_22
Tomcat 6.0

Thanks
Rafa
Re: Publishing problems in WTP 3.2.x [message #645316 is a reply to message #645114] Thu, 16 December 2010 15:49 Go to previous messageGo to next message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
On 12/15/2010 10:50 AM, Rafael wrote:
> Hello,
>
> I am having the same problem.
>
> Every time I restart my Eclipse Helios I have to do a server clean.
> After cleaning everything goes ok.
>
> If I publish in order to doing a clean, just after restarting Eclipse,
> does not work. Eclipse does not publish properly classes and jars bellow
> this path.
> workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp
> 0\wtpwebapps ...
>
> I have tried everything but the problem remains.
>
> Helios Service Release 1
> Build id: 20100917-0705
> Windows Vista/XP. jdk1.5.0_22
> Tomcat 6.0
>
> Thanks
> Rafa
>

Can you recreate this behavior in a new workspace and simple Dynamic Web
Project(s)?

Cheers,
Larry
Re: Publishing problems in WTP 3.2.x [message #646408 is a reply to message #645316] Thu, 23 December 2010 19:31 Go to previous messageGo to next message
Rafael  is currently offline Rafael Friend
Messages: 4
Registered: May 2010
Junior Member
No, I can't recreate this behavior in a new workspace and simple Dynamic Web.

Below is the error trace given when I tried to clean the server.
After this error I did a clean again and it worked ok

eclipse.buildId=M20100909-0800
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product

!ENTRY org.eclipse.ui.navigator 4 2 2010-12-23 17:01:03.197
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.navigator".
!STACK 0
java.lang.NullPointerException
at org.eclipse.wst.server.core.internal.Server.getModules(Serve r.java:2317)
at org.eclipse.wst.server.ui.internal.cnf.ServerContentProvider .hasChildren(ServerContentProvider.java:97)
at org.eclipse.ui.internal.navigator.extensions.SafeDelegateTre eContentProvider.hasChildren(SafeDelegateTreeContentProvider .java:110)
at org.eclipse.ui.internal.navigator.NavigatorContentServiceCon tentProvider.callNormalHasChildren(NavigatorContentServiceCo ntentProvider.java:428)
at org.eclipse.ui.internal.navigator.NavigatorContentServiceCon tentProvider.access$4(NavigatorContentServiceContentProvider .java:423)
at org.eclipse.ui.internal.navigator.NavigatorContentServiceCon tentProvider$3.run(NavigatorContentServiceContentProvider.ja va:393)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.navigator.NavigatorContentServiceCon tentProvider.hasChildren(NavigatorContentServiceContentProvi der.java:379)
at org.eclipse.ui.internal.navigator.NavigatorContentServiceCon tentProvider.hasChildren(NavigatorContentServiceContentProvi der.java:420)
at org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable(Ab stractTreeViewer.java:2082)
at org.eclipse.jface.viewers.TreeViewer.isExpandable(TreeViewer .java:588)
at org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable(Ab stractTreeViewer.java:2112)
at org.eclipse.jface.viewers.AbstractTreeViewer.updatePlus(Abst ractTreeViewer.java:2794)
at org.eclipse.jface.viewers.TreeViewer.updatePlus(TreeViewer.j ava:852)
at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh (AbstractTreeViewer.java:1832)
at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh (AbstractTreeViewer.java:1799)
at org.eclipse.ui.navigator.CommonViewer.internalRefresh(Common Viewer.java:561)
at org.eclipse.jface.viewers.StructuredViewer$8.run(StructuredV iewer.java:1514)
at org.eclipse.jface.viewers.StructuredViewer.preservingSelecti on(StructuredViewer.java:1422)
at org.eclipse.jface.viewers.TreeViewer.preservingSelection(Tre eViewer.java:403)
at org.eclipse.jface.viewers.StructuredViewer.preservingSelecti on(StructuredViewer.java:1383)
at org.eclipse.jface.viewers.StructuredViewer.refresh(Structure dViewer.java:1512)
at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer. java:548)
at org.eclipse.ui.navigator.CommonViewer.refresh(CommonViewer.j ava:350)
at org.eclipse.wst.server.ui.internal.cnf.ServersView2$5.run(Se rversView2.java:164)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:4041)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3660)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:24 38)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
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.equinox.launcher.Main.invokeFramework(Main.java: 619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)

!ENTRY org.eclipse.ui.navigator 4 0 2010-12-23 17:01:03.250
!MESSAGE An exception occurred invoking extension: org.eclipse.wst.server.ui.ServersView.content.root for object org.eclipse.jface.viewers.TreePath@1ee1619
!STACK 0
java.lang.NullPointerException
at org.eclipse.wst.server.core.internal.Server.getModules(Serve r.java:2317)
at org.eclipse.wst.server.ui.internal.cnf.ServerContentProvider .hasChildren(ServerContentProvider.java:97)
at org.eclipse.ui.internal.navigator.extensions.SafeDelegateTre eContentProvider.hasChildren(SafeDelegateTreeContentProvider .java:110)
at org.eclipse.ui.internal.navigator.NavigatorContentServiceCon tentProvider.callNormalHasChildren(NavigatorContentServiceCo ntentProvider.java:428)
at org.eclipse.ui.internal.navigator.NavigatorContentServiceCon tentProvider.access$4(NavigatorContentServiceContentProvider .java:423)
at org.eclipse.ui.internal.navigator.NavigatorContentServiceCon tentProvider$3.run(NavigatorContentServiceContentProvider.ja va:393)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.navigator.NavigatorContentServiceCon tentProvider.hasChildren(NavigatorContentServiceContentProvi der.java:379)
at org.eclipse.ui.internal.navigator.NavigatorContentServiceCon tentProvider.hasChildren(NavigatorContentServiceContentProvi der.java:420)
at org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable(Ab stractTreeViewer.java:2082)
at org.eclipse.jface.viewers.TreeViewer.isExpandable(TreeViewer .java:588)
at org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable(Ab stractTreeViewer.java:2112)
at org.eclipse.jface.viewers.AbstractTreeViewer.updatePlus(Abst ractTreeViewer.java:2794)
at org.eclipse.jface.viewers.TreeViewer.updatePlus(TreeViewer.j ava:852)
at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh (AbstractTreeViewer.java:1832)
at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh (AbstractTreeViewer.java:1799)
at org.eclipse.ui.navigator.CommonViewer.internalRefresh(Common Viewer.java:561)
at org.eclipse.jface.viewers.StructuredViewer$8.run(StructuredV iewer.java:1514)
at org.eclipse.jface.viewers.StructuredViewer.preservingSelecti on(StructuredViewer.java:1422)
at org.eclipse.jface.viewers.TreeViewer.preservingSelection(Tre eViewer.java:403)
at org.eclipse.jface.viewers.StructuredViewer.preservingSelecti on(StructuredViewer.java:1383)
at org.eclipse.jface.viewers.StructuredViewer.refresh(Structure dViewer.java:1512)
at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer. java:548)
at org.eclipse.ui.navigator.CommonViewer.refresh(CommonViewer.j ava:350)
at org.eclipse.wst.server.ui.internal.cnf.ServersView2$5.run(Se rversView2.java:164)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:4041)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3660)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:24 38)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
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.equinox.launcher.Main.invokeFramework(Main.java: 619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)

!ENTRY org.eclipse.wst.server.core 4 0 2010-12-23 17:05:24.658
!MESSAGE Task failed
!STACK 1
org.eclipse.core.runtime.CoreException: Could not replace with temp file C:\desarrollo\eclipse-3.6-SR1\workspace\.metadata\.plugins\o rg.eclipse.wst.server.core\tmp0\temp\tmp7836803613724866063. null.
at org.eclipse.jst.server.tomcat.core.internal.PublishOperation 2.throwException(PublishOperation2.java:266)
at org.eclipse.jst.server.tomcat.core.internal.PublishOperation 2.execute(PublishOperation2.java:109)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.pe rformTasks(ServerBehaviourDelegate.java:1251)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.pu blish(ServerBehaviourDelegate.java:929)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.pu blish(ServerBehaviourDelegate.java:775)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Serv er.java:2889)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(S erver.java:337)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
!SUBENTRY 1 org.eclipse.wst.server.core 4 0 2010-12-23 17:05:24.659
!MESSAGE Could not replace with temp file C:\desarrollo\eclipse-3.6-SR1\workspace\.metadata\.plugins\o rg.eclipse.wst.server.core\tmp0\temp\tmp7836803613724866063. null.

!ENTRY org.eclipse.wst.server.core 4 0 2010-12-23 17:06:54.630
!MESSAGE Could not replace with temp file C:\desarrollo\eclipse-3.6-SR1\workspace\.metadata\.plugins\o rg.eclipse.wst.server.core\tmp0\temp\tmp7836803613724866063. null.


Best regards,
Rafa
Re: Publishing problems in WTP 3.2.x [message #646532 is a reply to message #646408] Mon, 27 December 2010 16:01 Go to previous messageGo to next message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
On 12/23/2010 2:31 PM, Rafael wrote:
> No, I can't recreate this behavior in a new workspace and simple Dynamic
> Web.
>
> Below is the error trace given when I tried to clean the server.
> After this error I did a clean again and it worked ok
> eclipse.buildId=M20100909-0800
> java.version=1.6.0_22
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
> Framework arguments: -product org.eclipse.epp.package.jee.product
> Command-line arguments: -os win32 -ws win32 -arch x86 -product
> org.eclipse.epp.package.jee.product
>
> !ENTRY org.eclipse.ui.navigator 4 2 2010-12-23 17:01:03.197
> !MESSAGE Problems occurred when invoking code from plug-in:
> "org.eclipse.ui.navigator".
> !STACK 0
> java.lang.NullPointerException
> at org.eclipse.wst.server.core.internal.Server.getModules(Serve
> r.java:2317)
<snip/>
>
>
> !ENTRY org.eclipse.wst.server.core 4 0 2010-12-23 17:05:24.658
> !MESSAGE Task failed
> !STACK 1
> org.eclipse.core.runtime.CoreException: Could not replace with temp file
> C:\desarrollo\eclipse-3.6-SR1\workspace\.metadata\.plugins\o
> rg.eclipse.wst.server.core\tmp0\temp\tmp7836803613724866063. null.
> at org.eclipse.jst.server.tomcat.core.internal.PublishOperation
> 2.throwException(PublishOperation2.java:266)
<snip/>
>
> Best regards,
> Rafa

The NPE looks to be thread safety issue and it's a bug that "null" is
printed for the "Could not replace" message. I'll see what can be done
to improve these in WTP 3.2.2 and 3.3. Unfortunately, these don't give
much of a clue as to what exactly is going wrong or how to work around
it. If you are interested, it is not difficult to create a patched
plug-in. We try some simple changes to see if it helps your situation.

Cheers,
Larry
Re: Publishing problems in WTP 3.2.x [message #646650 is a reply to message #646532] Wed, 29 December 2010 16:15 Go to previous message
Rafael  is currently offline Rafael Friend
Messages: 4
Registered: May 2010
Junior Member
Thank you very much.

I will also look for the origin of the mistake when I have some time.

Best regards
Rafa
Previous Topic:Web Page Editor Input on memory
Next Topic:WebPageEditor Show my input and work whit Context html
Goto Forum:
  


Current Time: Thu Apr 25 00:18:14 GMT 2024

Powered by FUDForum. Page generated in 0.03182 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top