Hi,
I just installed ziptie server and got the following error message after adding an HP Procurve 5412zl and trying to back it up:
java.lang.Exception: Can't locate object method "backup" via package "ZipTie::Adapters::HP::ProCurve" at (eval 14) line 2.
at org.ziptie.server.job.backup.BackupTask.execute(BackupTask.java:157)
at org.ziptie.server.dispatcher.Operation.execute(Operation.java:100)
at org.ziptie.server.dispatcher.OperationExecutor$JobThread.runJob(OperationExecutor.java:684)
at org.ziptie.server.dispatcher.OperationExecutor$JobThread.run(OperationExecutor.java:561)
Caused by: javax.xml.ws.soap.SOAPFaultException: Base64:Q2FuJ3QgbG9jYXRlIG9iamVjdCBtZXRob2QgImJhY2t1cCIgdmlhIHBhY2thZ2UgIlppcFRpZTo6
QWRhcHRlcnM6OkhQOjpQcm9DdXJ2ZSIgYXQgKGV2YWwgMTQpIGxpbmUgMi4KCg==
at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:187)
at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:108)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:119)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:118)
at $Proxy65.backup(Unknown Source)
at org.ziptie.server.job.backup.BackupTask.execute(BackupTask.java:128)
... 3 more
I'm using JRE 1.5.0_14. Is there something else I need to install?
Any ideas?
Tom
Perl dependencies
Usually in ZipTie an error that says "Can't locate object method 'backup'..." is an indication of a missing Perl dependency. Run the perlcheck.pl file in the base of your server installation directory. It should reports any missing modules. You will need to install them.
-Brett