In hosted mode I am getting an error when compiling the RPC method.
See below for the stack trace.

I am using XP, GWT 1.6.  It appears to be some type of concurrent
access to the same file.  I found an old thread that talked a bit
about this but no solutions.

see the last message in this thread:
http://groups.google.com/group/Google-Web-Toolkit/browse_frm/thread/329f8076fbe73534/55080b6496cf0da4?lnk=gst&q=rpc+FileNotFoundException+Unable+to+create+file+#55080b6496cf0da4

Any ideas?

Thanks,
Chris....

[ERROR] Unable to create file 'C:\data\source3.4\upgradeToGWT1.6\gwt-
dvd\war\dvd\945DE88343A0FFB4731059276989278B.gwt.rpc'
java.io.FileNotFoundException: gwt-dvd\war\dvd
\945DE88343A0FFB4731059276989278B.gwt.rpc (The system cannot find the
path specified)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
        at com.google.gwt.dev.util.Util.copy(Util.java:176)
        at
com.google.gwt.core.ext.linker.impl.StandardLinkerContext.produceOutputDirectory
(StandardLinkerContext.java:453)
        at com.google.gwt.dev.HostedMode.relink(HostedMode.java:486)
        at com.google.gwt.dev.HostedMode.access$000(HostedMode.java:49)
        at com.google.gwt.dev.HostedMode$1.accept(HostedMode.java:304)
        at com.google.gwt.dev.shell.ShellModuleSpaceHost$1.accept
(ShellModuleSpaceHost.java:117)
        at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind
(StandardRebindOracle.java:65)
        at com.google.gwt.dev.shell.StandardRebindOracle.rebind
(StandardRebindOracle.java:172)
        at com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind
(ShellModuleSpaceHost.java:114)
        at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:474)
        at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate
(ModuleSpace.java:365)
        at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:
39)
        at com.google.gwt.core.client.GWT.create(GWT.java:91)
        at com.itsolut.framework.client.payload.service.SRouting.<init>
(SRouting.java:17)
        at com.itsolut.framework.client.payload.service.SRouting.instance
(SRouting.java:24)
        at com.itsolut.framework.client.data.ServiceAccessEntity.go
(ServiceAccessEntity.java:46)
        at com.itsolut.framework.client.data.ServiceAccessEntity.execute
(ServiceAccessEntity.java:19)
        at com.itsolut.framework.client.data.DataManager.executeBeanService
(DataManager.java:78)
        at com.itsolut.framework.client.data.DataCacheEntity.execute
(DataCacheEntity.java:82)
        at
com.itsolut.dvd.client.service.impl.ProductService.loadProductFromRpc
(ProductService.java:46)
        at com.itsolut.dvd.client.service.impl.ProductService.access$3
(ProductService.java:43)
        at com.itsolut.dvd.client.service.impl.ProductService$1.onExecuted
(ProductService.java:33)
        at com.itsolut.dvd.client.event.bus.AbstractBusEvent.dispatch
(AbstractBusEvent.java:14)
        at com.itsolut.dvd.client.event.bus.AbstractBusEvent.dispatch
(AbstractBusEvent.java:1)
        at com.google.gwt.event.shared.HandlerManager
$HandlerRegistry.fireEvent(HandlerManager.java:65)
        at com.google.gwt.event.shared.HandlerManager$HandlerRegistry.access$1
(HandlerManager.java:53)
        at com.google.gwt.event.shared.HandlerManager.fireEvent
(HandlerManager.java:178)
        at com.itsolut.dvd.client.event.bus.EventBusHandler.fireEvent
(EventBusHandler.java:46)
        at com.itsolut.dvd.client.presenter.PublishButtonViewer.doPublish
(PublishButtonViewer.java:53)
        at com.itsolut.dvd.client.presenter.PublishButtonViewer$1.onExecuted
(PublishButtonViewer.java:37)
        at com.itsolut.dvd.client.event.GenericPresenterEvent.dispatch
(GenericPresenterEvent.java:30)
        at com.itsolut.dvd.client.event.GenericPresenterEvent.dispatch
(GenericPresenterEvent.java:1)
        at com.google.gwt.event.shared.HandlerManager
$HandlerRegistry.fireEvent(HandlerManager.java:65)
        at com.google.gwt.event.shared.HandlerManager$HandlerRegistry.access$1
(HandlerManager.java:53)
        at com.google.gwt.event.shared.HandlerManager.fireEvent
(HandlerManager.java:178)
        at com.itsolut.dvd.client.event.GenericPresenterHandler.fireEvent
(GenericPresenterHandler.java:40)
        at com.itsolut.dvd.client.view.PublishButtonWidget$1.onBrowserEvent
(PublishButtonWidget.java:21)
        at com.google.gwt.user.client.DOM.dispatchEventImpl(DOM.java:1320)
        at com.google.gwt.user.client.DOM.dispatchEventAndCatch(DOM.java:
1299)
        at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:1262)
        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:597)
        at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:
103)
        at com.google.gwt.dev.shell.ie.IDispatchImpl.callMethod
(IDispatchImpl.java:126)
        at com.google.gwt.dev.shell.ie.IDispatchProxy.invoke
(IDispatchProxy.java:155)
        at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke
(IDispatchImpl.java:294)
        at com.google.gwt.dev.shell.ie.IDispatchImpl.method6
(IDispatchImpl.java:194)
        at org.eclipse.swt.internal.ole.win32.COMObject.callback6
(COMObject.java:117)
        at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
        at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
        at com.google.gwt.dev.SwtHostedModeBase.processEvents
(SwtHostedModeBase.java:235)
        at com.google.gwt.dev.HostedModeBase.pumpEventLoop
(HostedModeBase.java:558)
        at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:405)
        at com.google.gwt.dev.HostedMode.main(HostedMode.java:232)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to