I receive an exception when running my GWT project (with RPC). I can't
find the reason for this exception. Do you know what is the problem?

Thanks,
Uri.

12:19:41.429 [ERROR] [pazgalaccessjava] Unable to load module entry
point class pazgal.client.PazgalAccessJava (see associated exception
for details)

com.google.gwt.user.client.rpc.ServiceDefTarget
$NoServiceEntryPointSpecifiedException: Service implementation URL not
specified
    at
com.google.gwt.user.client.rpc.impl.RemoteServiceProxy.doPrepareRequestBuilderImpl(RemoteServiceProxy.java:
373)
    at
com.google.gwt.user.client.rpc.impl.RemoteServiceProxy.doInvoke(RemoteServiceProxy.java:
312)
    at
pazgal.shared.PazgalAccessWorkScheduleTableInterface_Proxy.returnWorkScheduleTable(PazgalAccessWorkScheduleTableInterface_Proxy.java:
40)
    at
pazgal.client.PazgalAccessJava.onModuleLoad(PazgalAccessJava.java:57)
    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 com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:
396)
    at
com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:
183)
    at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
510)
    at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
352)
    at java.lang.Thread.run(Unknown Source)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to