BillTheBest / xerela

Automatically exported from code.google.com/p/xerela
0 stars 1 forks source link

Protocols not available #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running any backup config for a device
2.
3.

What is the expected output? What do you see instead?
I can't backup any device.  I have tried installing this on 2 separate systems.

What version of the product are you using? On what operating system?
Latest build, Windows XP SP3, latest Perl, and JDK

Please provide any additional information below.
I have setup a network group with a single IP to start with, I added 
credentials which are named the "same" as the network group.  I know the 
credentials are valid.  I setup a network group name and added ssh & telnet, 
although I only need telnet, but that fails when selecting only that.  
Here is the job info:
org.xerela.protocols.NoEnabledProtocolsException: The necessary protocols for 
10.1.1.20 are either disabled or unreachable.

    at org.xerela.provider.credentials.XerelaProtocolManager.calculateProtocolSets(XerelaProtocolManager.java:207)

    at org.xerela.provider.credentials.XerelaProtocolManager.calculateSupportedProtocolSets(XerelaProtocolManager.java:162)

    at org.xerela.provider.credentials.CredentialsProvider.calculateSupportedProtocolSets(CredentialsProvider.java:223)

    at org.xerela.server.job.backup.CredentialElf.calculateProtocolSets(CredentialElf.java:154)

    at org.xerela.server.job.AbstractAdapterTask.resolveCredentialsAndProtocols(AbstractAdapterTask.java:217)

    at org.xerela.server.job.AbstractAdapterTask.execute(AbstractAdapterTask.java:88)

    at org.xerela.server.dispatcher.Operation.execute(Operation.java:120)

    at org.xerela.server.dispatcher.OperationExecutor$JobThread.runJob(OperationExecutor.java:704)

    at org.xerela.server.dispatcher.OperationExecutor$JobThread.run(OperationExecutor.java:581)

Original issue reported on code.google.com by virtuall...@gmail.com on 11 Apr 2011 at 2:00