My last question about GAE...
For my simple application I see different behavior between a local and remote
deployment, even for the simplest of actions. The app is here:
http://rich-contact-manager.appspot.com/RichContactsManager.jsp
For instance, clicking the "new" button several times in a row does not cause
any errors locally... the dialog is non-modal and a 2nd dialog does not open
and there are no exceptions.
When deployed in GAE remotely, the "new" dialog is still non-modal, but
clicking new several times produces exceptions like "caller already
registered".
Any ideas why this might not work when remotely deployed? The User Guide to ULC
doesn't have any hints that I could find.
com.ulcjava.base.shared.internal.IllegalStateException: callable already
registered: 1048
at com.ulcjava.base.client.Registry.register(Registry.java:22)
at com.ulcjava.base.client.UISession.newInstance(UISession.java:176)
at com.ulcjava.base.client.UISession.handleRequest(UISession.java:257)
at com.ulcjava.base.client.UISession.b(UISession.java:260)
at com.ulcjava.base.client.UISession.access$2500(UISession.java:68)
at com.ulcjava.base.client.UISession$k_$2$0.run(UISession$k_$2$0.java:1)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at
com.ulcjava.base.client.FilteringEventQueue.dispatchEvent(FilteringEventQueue.java:40)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
--
Hamlet D'Arcy
[email protected]
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer