This post is more than 5 years old
60 Posts
0
3930
March 9th, 2016 15:00
Proxycp.jar error running --syncvmnames
Has anyone had issue running proxcp.jar --syncvmnames?
When I run it, it gets through a few VMs and then bombs out with this error:
Error : McsFaultMsgException
No Events found!
Amol
2 Intern
•
207 Posts
0
March 10th, 2016 10:00
I have uploaded a new version on FTP with some additional debug messages, please try the new version and let me know if that helps, if the issue still persist please attach the log with ---debug
sconstable
60 Posts
0
March 11th, 2016 09:00
The new version fixed the problem. Thanks.
suhasvm
5 Posts
0
December 9th, 2016 09:00
Hi, I have a similar issue.
The syncvmnames is failing with
dns01 dns01 true false
Error updating VM name on Avamar : /vc.domain.local/VirtualMachines/DNS02
With debug:
Error updating VM name on Avamar : /vc.domain.local/VirtualMachines/Reports
com.avamar.mc.sdk.client.McsFaultMsgException: McsFaultMsgException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at com.avamar.mc.sdk.client.McServiceStub.updateClient(McServiceStub.java:30922)
at proxycp.syncVmNames(proxycp.java:1782)
at proxycp.main(proxycp.java:1299)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.simontuffs.onejar.Boot.run(Boot.java:342)
at com.simontuffs.onejar.Boot.main(Boot.java:168)
Any thoughts?
Thanks
Suhas
umichklewis
3 Apprentice
•
1.2K Posts
0
December 9th, 2016 12:00
What version of the proxycp.jar file are you running? Check the following:
admin@bmhavautl:~/>: sudo java -jar /usr/local/avamar/bin/proxycp.jar --version
======================= Starting ProxyCP ==========================
Proxycp : v2.78
Date : December 9, 2016 3:21:53 PM EST
COMMAND : java -jar proxycp.jar --version
VDP/Nemo Detected : false
---------------------------------------
ProxyCP v 2.78
If you're not on the latest version, you can check for an upgrade:
admin@bmhavautl:~/>: sudo java -jar /usr/local/avamar/bin/proxycp.jar --updatecheck
======================= Starting ProxyCP ==========================
Proxycp : v2.78
Date : December 9, 2016 3:22:56 PM EST
COMMAND : java -jar proxycp.jar --updatecheck
VDP/Nemo Detected : false
----------------------------------------------------------------------------------------------------
220-Proceeding further constitutes acknowledgement to EMC Acceptable Use and Customer Security policies. Anonymous uploads are immediately moved to a secure server accessible only within EMC networks.
Anonymous users please login with anonymous and email address as your password.
220 (prd05)
USER avamar_ftp
331 User name okay, need password.
PASS anonymous
230 User logged in, proceed.
TYPE I
200 Command OK.
Connected to ftp.avamar.com.
PASV
227 Entering Passive Mode (168,159,219,40,160,2).
RETR /software/scripts/proxycp_version.txt
150 File OK.
You are running the latest version of Proxycp !!!
-------------------------------------------------------------------------------------------------
Closing Connection Pool : December 9, 2016 3:22:56 PM EST
After updating to the latest version, re-run the command post your results.
Let us know if that helps!
suhasvm
5 Posts
0
December 9th, 2016 13:00
Yep, same with the new file as well. Same stack trace.