WENDELMATTOSICLOUD / vmbix

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

Java exception No stream or system ID specified Nested exception: No stream or system ID specified #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. installed on debian using the stes described here 
http://code.google.com/p/vmbix/
2. I run vmbix -P 12050 -u root -p ***MYPAS*** -s https://**IPADDRESS**/sdk

I get:
RemoteException: java.rmi.RemoteException: VI SDK invoke 
exception:org.dom4j.DocumentException: No stream or system ID specified Nested 
exception: No stream or system ID specified
RemoteException: java.rmi.RemoteException: VI SDK invoke 
exception:org.dom4j.DocumentException: No stream or system ID specified Nested 
exception: No stream or system ID specified

version VmBix-1.0.1

I tried with an esxi vmbix on esxi5 and virtualcenter 5.0 

Original issue reported on code.google.com by tcal...@gmail.com on 21 Aug 2012 at 8:20

GoogleCodeExporter commented 8 years ago
Well. If you dont have java experience as do I, I would suggest you to change 
the linux distribution :). I tested it on RHEL and SLES, works perfectly.

Original comment by michal.b...@gmail.com on 6 Sep 2012 at 7:02

GoogleCodeExporter commented 8 years ago
Hi.
the problem is the java version/family installed,

remove the default java instalation (yum remove java)
and then install the oracle version, example jdk-7u1-linux-x64.rpm
then vmb
ix will work

Original comment by neoyag...@gmail.com on 11 Jun 2013 at 9:09