This message means that SVM with custom kernel does not support loading from file. You can try following things:
- use one of the standard kernels (obviously)
- implement your kernel as standard and optionally contribute it to the mainline
- set kernel to standard before saving to file and back to custom after loading from file (workaround)
- implement mechanism for saving/loading custom kernels with parameters (can be hard)