Test this script :
<?php var_dump(function_exists('xmlrpc_decode')); ?>
- return "bool (true)" if the function exists.
- return "bool (false)" if the function does not exist.
What version of PHP are you using ?
Have you installed XML-RPC PHP extension ?
NB : Current jOpenSim release is v0.3.2.0