BillTheBest / xerela

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

Unable to pull configs from juniper gear #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set up xerela
2. Try to backup config from Juniper
3. Cry

What is the expected output? What do you see instead?
Configs are not pulling, instead I get an error:

javax.xml.stream.XMLStreamException: Unexpected character 'U' (code 85) in 
prolog; expected '<'
 at [row,col {unknown-source}]: [1,1]
Problematic XML:
null
    at org.xerela.server.job.backup.BackupTask.performTask(BackupTask.java:100)
    at org.xerela.server.job.AbstractAdapterTask.execute(AbstractAdapterTask.java:119)
    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)

What version of the product are you using? On what operating system?
Source repository on Ubuntu 11.10

Original issue reported on code.google.com by MBassett...@gmail.com on 4 Sep 2012 at 7:32

GoogleCodeExporter commented 9 years ago
I get this when running on debian 7 on random switches. On debian 6, it's fine.

Original comment by wmjos...@gmail.com on 30 Oct 2013 at 5:48