Hello,
I have a problem with the use of Tools.
For example : no information in Tools / View / Hardware models.
No tool works fine.
I can back up all my devices => so credentials seem good.
I select all protocols by default.
Do you have any idea about this problem ?
Make sure you have the
Make sure you have the ZipTie::Client Perl module installed.
You can run your perlcheck.pl script in your server installation directory to see if you have it installed.
If you don't have it installed, use cpan to install it on linux. If you're on windows, download this new perlcheck.pl (http://fisheye.ziptie.org/browse/~raw,r=1.25/ZipTie/Build/perlcheck.pl) and run it. It gets the ZipTie::Client from the right repository.
I got your perlcheck.pl and
I got your perlcheck.pl and ran it.
Result :
Adding trouchelle repository using PPM ...
ppm rep failed: Repo trouchelle.com already set up with URL http://trouchelle.com/ppm/
Failed adding repository ...
Looking for modules to update. Please wait ...
ppm upgrade failed: No ordering between package Digest-MD4-1.5 and Digest-MD4-1.5-r1
4 required Perl module(s) is/are missing. Attempting to install missing modules ...
Installing 'IO-Socket-INET6' using PPM ...
ppm install failed: 404 File 'C:\Program Files\ZipTie Server\INET6.ppd' does not exist
Installing 'SOAP-Lite' using PPM...
No missing packages to install
Installing 'ZipTie-Client' using PPM...
No missing packages to install
Installing 'Term-ReadPassword' using PPM...
No missing packages to install
The following required Perl module(s) failed to be installed automatically. Here is the list of the missing module(s) and the command(s) used to install :
IO-Socket-INET6 ppm install IO-Socket INET6
Is it talking for you ?
Moreover, since the perlcheck.pl, backups and all jobs I launch do not finish.
Jobs are never ending.
Thanks for your help.
Run the original perlcheck
Run the original perlcheck that is in your server's home directory one more time. The important thing is that the ziptie::client module was installed so you should be able to run those tools now regardless of what that new (unstable) perlcheck says.
Ok - ran the old version of
Ok - ran the old version of perlcheck.pl
Result :
3 required Perl module(s) is/are missing. Attempting to install missing modules ...
Installing 'IO-Socket-INET6' using PPM ...
No missing packages to install
Installing 'SOAP-Lite' using PPM ...
No missing packages to install
Installing 'ZipTie-Client' using PPM ...
No missing packages to install
All of the missing Perl modules were successfully installed! Yatta!
Perlcheck.pl says that everything is OK BUT if I run several times the perlcheck.pl, each time the 3 perl modules are missing.
I think you may just need to
I think you may just need to upgrade SOAP::Lite to v0.69. Don't worry about INET6 unless you have IPv6 in your network.
Try this to upgrade SOAP::Lite
ppm upgrade SOAP-Lite
I used the Perl Package
I used the Perl Package Manager to upgrade SOAP::lite.
My current version is 0.710.05
So now, I can use the tools Read and Change but not the tools View.
No error but the result is blank.
A new problem appeared :
When I try to backup my devices, I have an error. Hereunder the error message :
com.sun.xml.ws.streaming.XMLStreamReaderException: XML reader error: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[12,1]
Message: XML document structures must start and end within the same entity.
at com.sun.xml.ws.streaming.XMLStreamReaderUtil.wrapException(XMLStreamReaderUtil.java:267)
at com.sun.xml.ws.streaming.XMLStreamReaderUtil.readRest(XMLStreamReaderUtil.java:70)
at com.sun.xml.ws.message.stream.StreamMessage.readPayloadAsJAXB(StreamMessage.java:250)
at com.sun.xml.ws.fault.SOAPFaultBuilder.create(SOAPFaultBuilder.java:478)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:118)
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 $Proxy66.backup(Unknown Source)
at org.ziptie.server.job.backup.BackupTask.performTask(BackupTask.java:76)
at org.ziptie.server.job.AbstractAdapterTask.execute(AbstractAdapterTask.java:119)
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.stream.XMLStreamException: ParseError at [row,col]:[12,1]
Message: XML document structures must start and end within the same entity.
at com.sun.xml.stream.XMLReaderImpl.next(XMLReaderImpl.java:563)
at com.sun.xml.ws.util.xml.XMLStreamReaderFilter.next(XMLStreamReaderFilter.java:92)
at com.sun.xml.ws.streaming.XMLStreamReaderUtil.readRest(XMLStreamReaderUtil.java:67)
... 11 more
Oh what a mess we have
Oh what a mess we have started here....
Your new version of SOAP::Lite requires the 'version' module.
So... do a 'ppm install version'.
Jim,I've made some updates
Jim,
I've made some updates to the perlcheck script to make it more predictable. I would advise...
1) uninstall ActivePerl
2) remove the install directory, probably c:\Perl. This will remove all old modules.
3) install ActivePerl
4) Grab the most recent perlcheck and run it - http://fisheye.ziptie.org/browse/~raw,r=1.27/ZipTie/Build/perlcheck.pl
Let me know if you still have issues after that.
Thank you for your help.It
Thank you for your help.
It seems working.
I can make backup of the equipments of my plant without any problem.
BUT I still have some issues with the Tools / View menu. No data returned.
Is there some particular options or protocols to activate ?