Hi Mario,

>Caused by: com.ulcjava.base.shared.internal.IllegalArgumentException: No
>coder registered for class
>ch.abacus.lib.ui.propertyinspector.display.DisplayProperty

You are using a custom type that ULC is trying to marshal but is unable to
find its coder to be able to serialise it.

For custom types that are exchanged between ULC client and ULC application
on the server, you are required to provide  coders both on the client and
server side and register them with respective CoderProviderRegisrty.

Please see sections 3.4.4 and 4.4 of ULC Extension Guide.

Thanks and regards,

Janak


>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Mario H.
>Castillo
>Sent: Wednesday, July 19, 2006 12:09 AM
>To: [EMAIL PROTECTED] Com
>Subject: [ULC-developer] Exception any clues what to look for?
>
>
>Hi,
>
>Any ideas where to begin looking, maybe you guys can help me where
>to look,
>what exactly does exception mean?
>
>19  18.07.2006 16:15:46.187 1,000 SEVERE Thread[ULC Communication
>Controller
>Thread,6,main] com.ulcjava.base.client.UISession$k_ run exception occured
>[com.ulcjava.base.client.ConnectorException: error while sending requests
> at
>com.ulcjava.base.development.DevelopmentConnector.sendRequests(Deve
>lopmentConnector.java:5)
> at com.ulcjava.base.client.UISession$k_.run(UISession$k_.java:79)
> at java.lang.Thread.run(Thread.java:595)
>Caused by: com.ulcjava.base.shared.internal.IllegalArgumentException: No
>coder registered for class
>ch.abacus.lib.ui.propertyinspector.display.DisplayProperty
> at
>com.ulcjava.base.shared.internal.UlcObjectOutputStream.a(UlcObjectO
>utputStream.java:102)
> at
>com.ulcjava.base.shared.internal.UlcObjectOutputStream.writeObject(
>UlcObjectOutputStream.java:19)
> at
>com.ulcjava.base.shared.streamcoder.CollectionCoder.writeObject(Col
>lectionCoder.java:19)
> at
>com.ulcjava.base.shared.internal.UlcObjectOutputStream.writeObject(
>UlcObjectOutputStream.java:171)
> at
>com.ulcjava.base.shared.internal.UlcObjectOutputStream.writeObject(
>UlcObjectOutputStream.java:72)
> at com.ulcjava.base.shared.internal.Request.writeRequests(Request.java:0)
> at
>com.ulcjava.base.development.DevelopmentConnector.a(DevelopmentConn
>ector.java:9)
> at
>com.ulcjava.base.development.DevelopmentConnector.sendRequests(Deve
>lopmentConnector.java:16)
> at com.ulcjava.base.client.UISession$k_.run(UISession$k_.java:79)
> at java.lang.Thread.run(Thread.java:595)
>]
>
>Mario
>Abacus Team
>
>_______________________________________________
>ULC-developer mailing list
>[email protected]
>http://lists.canoo.com/mailman/listinfo/ulc-developer

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to