Send ULC-developer mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.canoo.com/mailman/listinfo/ulc-developer
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of ULC-developer digest..."
Today's Topics:
1. caused by: java.io.IOException: No coder registered for
com.ulcjava.base.application.util.Insets (Mario H. Castillo)
2. caused by: java.io.IOException: No coder registered for
com.ulcjava.base.application.util.Insets (Mario H. Castillo)
3. RE: caused by: java.io.IOException: No coder registered for
com.ulcjava.base.application.util.Insets (Janak Mulani)
4. RE: ULC 6.1.1 Installer Fails (Daniel Pfeifer)
5. Re: caused by: java.io.IOException: No coder registered for
com.ulcjava.base.application.util.Insets (Mario H. Castillo)
6. Re: caused by: java.io.IOException: No coder registered for
com.ulcjava.base.application.util.Insets (Mario H. Castillo)
--__--__--
Message: 1
From: "Mario H. Castillo" <[EMAIL PROTECTED]>
To: <[email protected]>
Cc: "[EMAIL PROTECTED] Com" <[EMAIL PROTECTED]>
Date: Wed, 4 Oct 2006 09:59:12 -0400
Subject: [ULC-developer] caused by: java.io.IOException: No coder
registered for com.ulcjava.base.application.util.Insets
Reply-To: [email protected]
Janak,
I created a coder for my class but now I get this exception, in addition,
I've looked at my code looking for any use of Insets and there are none.
4.10.2006 09:56:17.644 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(DevelopmentConnector.java:0)
at com.ulcjava.base.client.UISession$k_.run(UISession$k_.java:11)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: No coder registered for
com.ulcjava.base.application.util.Insets
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.a(UlcObjectInputStream.java:7)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(UlcObjectInputStream.java:54)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(UlcObjectInputStream.java:23)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(UlcObjectInputStream.java:23)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(UlcObjectInputStream.java:23)
at com.ulcjava.base.shared.internal.Request.readRequests(Request.java:11)
at
com.ulcjava.base.development.DevelopmentConnector.a(DevelopmentConnector.java:18)
at
com.ulcjava.base.development.DevelopmentConnector.sendRequests(DevelopmentConnector.java:49)
at com.ulcjava.base.client.UISession$k_.run(UISession$k_.java:11)
at java.lang.Thread.run(Thread.java:595)
]
Any clues you might give me where/what to look for?
Mario
Abacus Research
--__--__--
Message: 2
From: "Mario H. Castillo" <[EMAIL PROTECTED]>
To: <[email protected]>
Cc: "[EMAIL PROTECTED] Com" <[EMAIL PROTECTED]>
Date: Wed, 4 Oct 2006 09:59:12 -0400
Subject: [ULC-developer] caused by: java.io.IOException: No coder
registered for com.ulcjava.base.application.util.Insets
Reply-To: [email protected]
Janak,
I created a coder for my class but now I get this exception, in addition,
I've looked at my code looking for any use of Insets and there are none.
4.10.2006 09:56:17.644 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(DevelopmentConnector.java:0)
at com.ulcjava.base.client.UISession$k_.run(UISession$k_.java:11)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: No coder registered for
com.ulcjava.base.application.util.Insets
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.a(UlcObjectInputStream.java:7)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(UlcObjectInputStream.java:54)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(UlcObjectInputStream.java:23)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(UlcObjectInputStream.java:23)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(UlcObjectInputStream.java:23)
at com.ulcjava.base.shared.internal.Request.readRequests(Request.java:11)
at
com.ulcjava.base.development.DevelopmentConnector.a(DevelopmentConnector.java:18)
at
com.ulcjava.base.development.DevelopmentConnector.sendRequests(DevelopmentConnector.java:49)
at com.ulcjava.base.client.UISession$k_.run(UISession$k_.java:11)
at java.lang.Thread.run(Thread.java:595)
]
Any clues you might give me where/what to look for?
Mario
Abacus Research
--__--__--
Message: 3
From: "Janak Mulani" <[EMAIL PROTECTED]>
To: "Mario H. Castillo" <[EMAIL PROTECTED]>
Cc: "[EMAIL PROTECTED] Com" <[EMAIL PROTECTED]>
Subject: RE: [ULC-developer] caused by: java.io.IOException: No coder
registered for com.ulcjava.base.application.util.Insets
Date: Wed, 4 Oct 2006 19:58:07 +0530
Reply-To: [email protected]
Hi Mario,
Please code your coders as follows:
public class MyServerRegistryProvider extends
DefaultServerCoderRegistryProvider {
protected void initializeRegistry(CoderRegistry registry) {
super.initializeRegistry(registry);
registry.registerCoder(...);
}
}
public class MyClientRegistryProvider extends
DefaultClientCoderRegistryProvider {
protected void initializeRegistry(CoderRegistry registry) {
super.initializeRegistry(registry);
registry.registerCoder(...);
}
}
I.e extend them from default coders and call super.initializeRegistry()
which puts coders for ULC classes into the registry.
I hope this helps.
Thanks and regards,
Janak
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mario H.
Castillo
Sent: Wednesday, October 04, 2006 7:29 PM
To: [email protected]
Cc: [EMAIL PROTECTED] Com
Subject: [ULC-developer] caused by: java.io.IOException: No coder
registered for com.ulcjava.base.application.util.Insets
Janak,
I created a coder for my class but now I get this exception, in addition,
I've looked at my code looking for any use of Insets and there are none.
4.10.2006 09:56:17.644 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:0)
at com.ulcjava.base.client.UISession$k_.run(UISession$k_.java:11)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: No coder registered for
com.ulcjava.base.application.util.Insets
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.a(UlcObjectIn
putStream.java:7)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(Ul
cObjectInputStream.java:54)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(Ul
cObjectInputStream.java:23)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(Ul
cObjectInputStream.java:23)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(Ul
cObjectInputStream.java:23)
at com.ulcjava.base.shared.internal.Request.readRequests(Request.java:11)
at
com.ulcjava.base.development.DevelopmentConnector.a(DevelopmentConn
ector.java:18)
at
com.ulcjava.base.development.DevelopmentConnector.sendRequests(Deve
lopmentConnector.java:49)
at com.ulcjava.base.client.UISession$k_.run(UISession$k_.java:11)
at java.lang.Thread.run(Thread.java:595)
]
Any clues you might give me where/what to look for?
Mario
Abacus Research
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer
--__--__--
Message: 4
From: "Daniel Pfeifer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>, <[email protected]>
Subject: RE: [ULC-developer] ULC 6.1.1 Installer Fails
Date: Wed, 4 Oct 2006 17:29:41 +0200
Reply-To: [email protected]
Hi,
what operating system are you on?
I am assuming it is Linux and therefore I have just retried
our installer again on RedHatLinux 9.0 and JDK 1.4.2.
It worked flawless for me.
The procedure was is follows:
- Download ulc-6.1.1-installer-linx.bin
- Open an X-Terminal and cd to where the downloaded
file is located
- Make sure the JDK 1.4 interpreter is on your PATH
E.g. set the PATH via something like
export PATH=$PATH:/j2sk1.4.2_05/bin
- Run the installer via
sh ulc-6.1.1-installer-linx.bin
That did the job for me.
Greetings,
Daniel
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of nbits
Sent: Mittwoch, 4. Oktober 2006 07:52
To: [email protected]
Subject: [ULC-developer] ULC 6.1.1 Installer Fails
Hello,
I recently downloaded ULC 6.1.1 and have spent several hours trying to
get the installer to work.
The self extracting installer is unable to find the Main class, and I
noticed that there is no
Manifest entry in installer.zip for the Main class. My installation of
BASH 3.0/RHEL 4.4 also reports a syntax error at line 327,
although I do not see a problem with the syntax, and the error does not
seem critical. It is just some code that checks
for adequate disk space, and continues with the installation even if the
check fails. So I have removed that code from the
install script. I did eventually get the installer to run by extracting
installer.zip inside the TEMP directory and invoking
the Main class from the command line, but when I enter my evaluation
key, the installer stops responding. There are some
blank lines in the key, so I tried deleting them, but that did not work.
There is a line that says "evaluation" that does not contain
an '=' sign, but none of the lines have been split, so I don't know what
do do with it. I have tried both jdk-1.5.0_07 and 1.4.2
to no avail .
Preparing to install...
Checking for POSIX df.
Found POSIX df.
True location of the self extractor:
/media/usbdisk/pkg/ulc-6.1.1-installer-linux.bin
Creating installer data directory: /tmp/install.dir.4646
Creating installer data directory: /tmp/install.dir.4646/InstallerData
Gathering free-space information...
Space needed to complete the self-extraction: 61064 blocks
Available space: blocks
Available blocks: Needed blocks: 61064 (block = 512 bytes)
WARNING! The amount of /tmp disk space required and/or available
could not be determined. The installation will be attempted anyway.
This installation does not contain a VM.
Extracting the installation resources from the installer archive...
Extracting install.zip from ./ulc-6.1.1-installer-linux.bin to
/tmp/install.dir.4646/InstallerData/installer.zip ...
Extracting done, exit code = 0
Configuring the installer for this system's environment...
========= Analyzing UNIX Environment =================================
Setting UNIX (linux) flavor specifics.
Importing UNIX environment into LAX properties.
Checking for POSIX awk.
========= Analyzing LAX ==============================================
LAX found............................ OK.
LAX properties read.................. OK.
========= Finding VM =================================================
Valid VM types.......................... J2 J1 MSJ MRJ
Expanded Valid VM types................. JRE_J2 JDK_J2 JRE_J1 JDK_J1
MSJ MRJ
WARNING! No valid lax.nl.current.vm available.
Searching for VMs in PATH:
Looking in:............................. /bin
Looking in:............................. /home/pyrrho/bin
Looking in:.............................
/oracle/orabase1/ant/apache-ant-1.6.5/bin
Looking in:.............................
/oracle/orabase1/jdk/jdk1.5.0_07/bin
Found VM:.............................
/oracle/orabase1/jdk/jdk1.5.0_07/bin/java
Looking in:............................. /oracle/orabase1/oracle/app/bin
Looking in:............................. /sbin
Looking in:............................. /usr/X11R6/bin
Looking in:............................. /usr/bin
Looking in:............................. /usr/kerberos/bin
Looking in:............................. /usr/kerberos/sbin
Looking in:............................. /usr/local/bin
Looking in:............................. /usr/local/sbin
Looking in:............................. /usr/local/scripts/bash/bin
Looking in:............................. /usr/sbin
Looking in:............................. /usr/xpg4/bin
* Using VM:.............................
/oracle/orabase1/jdk/jdk1.5.0_07/bin/java
Current VM is NOT a HotSpot VM
========= Virtual Machine Options ====================================
LAX properties incorporated............. OK.
classpath...............................
"/tmp/install.dir.4646/InstallerData:/tmp/install.dir.4646/InstallerData/ins
taller.zip"
main class.............................. "com.zerog.ia.installer.Main"
.lax file path.......................... "/tmp/install.dir.4646/temp.lax"
user directory.......................... "/tmp/install.dir.4646"
stdout to............................... "console"
sterr to................................ "console"
install directory....................... ""
JIT..................................... none
option (verify)......................... off
option (verbosity)...................... none
option (garbage collection extent)...... none
option (garbage collection thread)...... none
option (native stack max size).......... none
option (java stack max size)............ none
option (java heap max size)............. 50331648
option (java heap initial size)......... 16777216
option (lax.nl.java.option.additional).. none
========= Display settings ===========================================
X display............................... local
UI mode................................. gui
Launching installer...
========= VM Command Line ============================================
CLASSPATH=/tmp/install.dir.4646/InstallerData:/tmp/install.dir.4646/Installe
rData/installer.zip
"/oracle/orabase1/jdk/jdk1.5.0_07/bin/java" -Djava.compiler=NONE
-Xmx50331648 -Xms16777216 com.zerog.lax.LAX
"/tmp/install.dir.4646/temp.lax" "/tmp/env.properties.4646"
========= Executing JAVA =============================================
========= JAVA Finished ==============================================
Removing tmp install dir: "/tmp/install.dir.4646"
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer
--__--__--
Message: 5
From: "Mario H. Castillo" <[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED] Com" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Subject: Re: [ULC-developer] caused by: java.io.IOException: No coder
registered for com.ulcjava.base.application.util.Insets
Date: Wed, 4 Oct 2006 12:07:55 -0400
Reply-To: [email protected]
Hi Janak,
Thanks. I was registering the class backwards
(server->client,client->server)!
So it solved my problem however when I tried to register a second class
using the same method then it cannot find it. For example:
Class Data{
private int a;
private int b;
private subData X;
....
....
}
Class subData{
private int x;
private int y;
....
....
}
DevelopmentRunner.setServerRegistryProviderClassName("DataServerCoderRegistryProvider");
DevelopmentRunner.setClientRegistryProviderClassName("DataClientCoderRegistryProvider");
DevelopmentRunner.setServerRegistryProviderClassName("subDataServerCoderRegistryProvider");
DevelopmentRunner.setClientRegistryProviderClassName("subDataClientCoderRegistryProvider");
I created a coder and registered and I received an error "No coder" for
subData as expected. So I proceeded to create a second coder for subData.
But after I register the
second coder I get an error that a coder for Data is not found.
If I reverse the code:
DevelopmentRunner.setServerRegistryProviderClassName("subDataServerCoderRegistryProvider");
DevelopmentRunner.setClientRegistryProviderClassName("subDataClientCoderRegistryProvider");
DevelopmentRunner.setServerRegistryProviderClassName("DataServerCoderRegistryProvider");
DevelopmentRunner.setClientRegistryProviderClassName("DataClientCoderRegistryProvider");
Then I get an error "no coder for class subData". I am pretty sure I can
register more than one, what do you think is the problem?
Mario
----- Original Message -----
From: "Janak Mulani" <[EMAIL PROTECTED]>
To: "Mario H. Castillo" <[EMAIL PROTECTED]>
Cc: "[EMAIL PROTECTED] Com" <[EMAIL PROTECTED]>
Sent: Wednesday, October 04, 2006 10:28 AM
Subject: RE: [ULC-developer] caused by: java.io.IOException: No coder
registered for com.ulcjava.base.application.util.Insets
Hi Mario,
Please code your coders as follows:
public class MyServerRegistryProvider extends
DefaultServerCoderRegistryProvider {
protected void initializeRegistry(CoderRegistry registry) {
super.initializeRegistry(registry);
registry.registerCoder(...);
}
}
public class MyClientRegistryProvider extends
DefaultClientCoderRegistryProvider {
protected void initializeRegistry(CoderRegistry registry) {
super.initializeRegistry(registry);
registry.registerCoder(...);
}
}
I.e extend them from default coders and call super.initializeRegistry()
which puts coders for ULC classes into the registry.
I hope this helps.
Thanks and regards,
Janak
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mario H.
Castillo
Sent: Wednesday, October 04, 2006 7:29 PM
To: [email protected]
Cc: [EMAIL PROTECTED] Com
Subject: [ULC-developer] caused by: java.io.IOException: No coder
registered for com.ulcjava.base.application.util.Insets
Janak,
I created a coder for my class but now I get this exception, in addition,
I've looked at my code looking for any use of Insets and there are none.
4.10.2006 09:56:17.644 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:0)
at com.ulcjava.base.client.UISession$k_.run(UISession$k_.java:11)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: No coder registered for
com.ulcjava.base.application.util.Insets
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.a(UlcObjectIn
putStream.java:7)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(Ul
cObjectInputStream.java:54)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(Ul
cObjectInputStream.java:23)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(Ul
cObjectInputStream.java:23)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(Ul
cObjectInputStream.java:23)
at
com.ulcjava.base.shared.internal.Request.readRequests(Request.java:11)
at
com.ulcjava.base.development.DevelopmentConnector.a(DevelopmentConn
ector.java:18)
at
com.ulcjava.base.development.DevelopmentConnector.sendRequests(Deve
lopmentConnector.java:49)
at com.ulcjava.base.client.UISession$k_.run(UISession$k_.java:11)
at java.lang.Thread.run(Thread.java:595)
]
Any clues you might give me where/what to look for?
Mario
Abacus Research
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer
--__--__--
Message: 6
From: "Mario H. Castillo" <[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED] Com" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Subject: Re: [ULC-developer] caused by: java.io.IOException: No coder
registered for com.ulcjava.base.application.util.Insets
Date: Wed, 4 Oct 2006 12:07:55 -0400
Reply-To: [email protected]
Hi Janak,
Thanks. I was registering the class backwards
(server->client,client->server)!
So it solved my problem however when I tried to register a second class
using the same method then it cannot find it. For example:
Class Data{
private int a;
private int b;
private subData X;
....
....
}
Class subData{
private int x;
private int y;
....
....
}
DevelopmentRunner.setServerRegistryProviderClassName("DataServerCoderRegistryProvider");
DevelopmentRunner.setClientRegistryProviderClassName("DataClientCoderRegistryProvider");
DevelopmentRunner.setServerRegistryProviderClassName("subDataServerCoderRegistryProvider");
DevelopmentRunner.setClientRegistryProviderClassName("subDataClientCoderRegistryProvider");
I created a coder and registered and I received an error "No coder" for
subData as expected. So I proceeded to create a second coder for subData.
But after I register the
second coder I get an error that a coder for Data is not found.
If I reverse the code:
DevelopmentRunner.setServerRegistryProviderClassName("subDataServerCoderRegistryProvider");
DevelopmentRunner.setClientRegistryProviderClassName("subDataClientCoderRegistryProvider");
DevelopmentRunner.setServerRegistryProviderClassName("DataServerCoderRegistryProvider");
DevelopmentRunner.setClientRegistryProviderClassName("DataClientCoderRegistryProvider");
Then I get an error "no coder for class subData". I am pretty sure I can
register more than one, what do you think is the problem?
Mario
----- Original Message -----
From: "Janak Mulani" <[EMAIL PROTECTED]>
To: "Mario H. Castillo" <[EMAIL PROTECTED]>
Cc: "[EMAIL PROTECTED] Com" <[EMAIL PROTECTED]>
Sent: Wednesday, October 04, 2006 10:28 AM
Subject: RE: [ULC-developer] caused by: java.io.IOException: No coder
registered for com.ulcjava.base.application.util.Insets
Hi Mario,
Please code your coders as follows:
public class MyServerRegistryProvider extends
DefaultServerCoderRegistryProvider {
protected void initializeRegistry(CoderRegistry registry) {
super.initializeRegistry(registry);
registry.registerCoder(...);
}
}
public class MyClientRegistryProvider extends
DefaultClientCoderRegistryProvider {
protected void initializeRegistry(CoderRegistry registry) {
super.initializeRegistry(registry);
registry.registerCoder(...);
}
}
I.e extend them from default coders and call super.initializeRegistry()
which puts coders for ULC classes into the registry.
I hope this helps.
Thanks and regards,
Janak
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mario H.
Castillo
Sent: Wednesday, October 04, 2006 7:29 PM
To: [email protected]
Cc: [EMAIL PROTECTED] Com
Subject: [ULC-developer] caused by: java.io.IOException: No coder
registered for com.ulcjava.base.application.util.Insets
Janak,
I created a coder for my class but now I get this exception, in addition,
I've looked at my code looking for any use of Insets and there are none.
4.10.2006 09:56:17.644 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:0)
at com.ulcjava.base.client.UISession$k_.run(UISession$k_.java:11)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: No coder registered for
com.ulcjava.base.application.util.Insets
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.a(UlcObjectIn
putStream.java:7)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(Ul
cObjectInputStream.java:54)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(Ul
cObjectInputStream.java:23)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(Ul
cObjectInputStream.java:23)
at
com.ulcjava.base.shared.streamcoder.MapCoder.readObject(MapCoder.java:10)
at
com.ulcjava.base.shared.internal.UlcObjectInputStream.readObject(Ul
cObjectInputStream.java:23)
at
com.ulcjava.base.shared.internal.Request.readRequests(Request.java:11)
at
com.ulcjava.base.development.DevelopmentConnector.a(DevelopmentConn
ector.java:18)
at
com.ulcjava.base.development.DevelopmentConnector.sendRequests(Deve
lopmentConnector.java:49)
at com.ulcjava.base.client.UISession$k_.run(UISession$k_.java:11)
at java.lang.Thread.run(Thread.java:595)
]
Any clues you might give me where/what to look for?
Mario
Abacus Research
_______________________________________________
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
End of ULC-developer Digest