google-code-export / red5

Automatically exported from code.google.com/p/red5
0 stars 0 forks source link

save vector data in persitent remote shared object #409

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.create a persitent remote shared object with a flex client connected to a 
red5 server
2.assign Vector.<uint> attribute value to this RSO
3. restart red5 server

What is the expected output? What do you see instead?
After red5 server restart, the persistent shared object should have 
Vector.<uint> property set with value.

on the red5 terminal console I have the following trace :
------------------------------------------------------------------------
[ERROR] [Red5_Scheduler_Worker-1] org.red5.server.persistence.FilePersistence -
Error while saving org.red5.server.so.SharedObject@46c0fb2 in org.red5.server.pe
rsistence.FilePersistence@30d46770. java.lang.RuntimeException: Vector objects n
ot supported with AMF0
------------------------------------------------------------------------

What version of the product are you using? On what operating system?
red5 1.0.2 on win7 and centos 6.3 server, win7 IE9, Firefox 17 and Chrome 
browser with 11.7.700 flash player version.

Please provide any additional information below.

Thanks for any helps ...

Pierre

Original issue reported on code.google.com by pierrehu...@gmail.com on 27 Jun 2013 at 6:11