xmetdb / xmetdb-server

xmetdb web application
http://xmetdb.org/xmetdb
1 stars 1 forks source link

when attempting to copy observation 100 the server fails #45

Open patrikrydberg opened 11 years ago

patrikrydberg commented 11 years ago

is there perhaps a limitation to observations containing at most two numbers in the copy-code?

vedina commented 11 years ago

could you clarify ? There should be no any such restriction.

vedina commented 11 years ago

The error is due to NPE at org.xmetdb.rest.protocol.CallableProtocolCopy, line 65

    CopyStructureSOM copySOM = new CopyStructureSOM(pvSource, pvTarget);
    exec.process(copySOM);

TODO: check the reason (the observation was almost empty at the time of the copy attempt)