| From | Sent On | Attachments |
|---|---|---|
| phon...@mobileandembedded.org | May 28, 2008 8:39 am | |
| phon...@mobileandembedded.org | May 28, 2008 10:47 am | |
| Hinkmond Wong | May 28, 2008 3:34 pm | |
| phon...@mobileandembedded.org | May 29, 2008 3:06 am | |
| phon...@mobileandembedded.org | May 29, 2008 9:29 am | |
| phon...@mobileandembedded.org | May 29, 2008 9:30 am | |
| Hinkmond Wong | May 29, 2008 12:55 pm | |
| phon...@mobileandembedded.org | May 31, 2008 9:08 am | |
| phon...@mobileandembedded.org | Jun 2, 2008 9:26 am | |
| phon...@mobileandembedded.org | Jun 2, 2008 9:38 am | |
| Hinkmond Wong | Jun 2, 2008 12:01 pm |
| Subject: | running jade mobility with phoneME | |
|---|---|---|
| From: | phon...@mobileandembedded.org (phon...@mobileandembedded.org) | |
| Date: | May 28, 2008 8:39:07 am | |
| List: | net.java.dev.phoneme.advanced | |
Hi guys,
I've compiled phoneME using
# svn checkout https://phoneme.dev.java.net/svn/phoneme/components/cdc/trunk
cdc
# svn checkout https://phoneme.dev.java.net/svn/phoneme/components/jump/trunk
jump
# svn checkout https://phoneme.dev.java.net/svn/phoneme/components/midp/trunk
midp
# svn checkout https://phoneme.dev.java.net/svn/phoneme/components/pcsl/trunk
pcsl
# svn checkout
https://phoneme.dev.java.net/svn/phoneme/components/tools/trunk tools
for a PXA270 with no errors.
the problem is when i use jade, everything works perfectly until we talk about
mobility. The mobility works well from ubuntu to ubuntu, but when my PXA270
enters the game, i got the following error
Moving now to location : Container-1
jade.core.mobility.AgentMobility: Class [Ljava.lang.Object; not found
jade.core.mobility.AgentMobility: Class [Ljava.lang.Object; not found
jade.core.mobility.AgentMobility: Error creating agent on destination container.
Abort transfer. A class was not found during de-serialization [nested
java.lang.ClassNotFoundException: [Ljava.lang.Object;]
Can someone help me with it ? Is the serialization working well with phoneME ?
Here is some of the variables used for the compilation, notice that
serialization and reflect are true
export USE_AAPCS=true
export CVM_ARM_HAS_WMMX=true
export CVM_OPTIMIZED=true
export CVM_CLASSLOADING=true
export CVM_SERIALIZATION=true
export CVM_REFLECT=true
export CVM_DYNAMIC_LINKING=true
export CVM_JIT=true
export CVM_JIT_REGISTER_LOCALS=true
export USE_MIDP=true
export CVM_DUAL_STACK=true
export USE_SCRIPT_UTILS=true
export USE_JUMP=false
export J2ME_CLASSLIB=basis
Thanks [Message sent by forum member 'fpillone' (fpillone)]





