| ERROR | SOLUTION |
|---|---|
| When I try to access to abiCloud from a remote client appears a pop error with this message: [RPC Fault faultString="Send failed" faultCode="Client.Error.MessagSend" faultDetail="Channel.Security.Error error Error #2048 url:'http://localhost:5050/abicloud_server/messagebroker/amf "] |
You must change the client-config.xml file located on abiCloud server folder and modify the two channels in order to modify "localhost" entrance by an accessible IP. |
| SEVERE: Error reading tld listeners java.lang.IllegalArgumentException: URI "file:./" is not hierarchical java.lang.IllegalArgumentException: URI "file:./" is not hierarchical at java.io.File.<init>(libgcj.so.90) |
Assure that you are using the sun jre 1.6. |
| In abicloud server: java.lang.UnsatisfiedLinkError: no virt_jni in java |
You need to download, build and install libvirt first, and the download, build and install libvirt for java. The process to install libvirt in a cloud node is valid for the server: [http://community.abiquo.com/display/AbiCloud/Libvirt|../display/AbiCloud/Libvirt] Then you need to download libvirt-java bindings from here: http://libvirt.org/sources/java/libvirt-java-0.2.1.tar.gz build and install following the instructions (./configure, make & make install, as usual) Now you have to configure the LD_LIBRARY_PATH, following the instructions in the docs. |
| Error copying file from "/home/user/abicloud-0.x.y/template/somefile.xml to /home/user/abicloud-0.x.y/tomcat/webapps/someproject/config/somefile.xml....:Destination not writable" | Assure that you have installed unzip. |
| $ ./abicloud-0.7.2-linux-installer.bin -bash: ./abicloud-0.7.2-linux-installer.bin: No such file or directory |
Your architecture is x64. You must install the i386 compatibility library. |
If you can't find a solution to your problem, please check our forums. If you think it can be a bug or an issue, you can enter it in our issue platform.


Comments (8)
Jun 03, 2009
Anonymous says:
I get the following error when trying to install abicloud even as root user on U...I get the following error when trying to install abicloud even as root user on Ubuntu 9.04.
Error copying file from /home/kenny/AbiCloud-0.6.0/template/abi.config.xml to /home/kenny/AbiCloud-0.6.0/tomcat/webapps/abicloud_server/WEB-INF/classes/conf/abi.config.xml
:Destination not writable
Jun 03, 2009
Marc Morata says:
I will open a ticket.I will open a ticket.
Jul 02, 2009
Anonymous says:
This will happen when the .war files located in tomcat/webapps folder were not e...This will happen when the .war files located in tomcat/webapps folder were not exploded. There are so many bugs in the abicloud 0.7.0 installer.. mostly everything is because of the folder locations. the scripts that are coming with the installer is not properly created and tested. I could finally install and start the server but after all those things i got a different error. After login when i click the Infrastructure button i am getting this error
Initialization failed: please check the API key,
swf location, version and network availability.
Jul 04, 2009
Marc Morata says:
Hi Anonumous, The first problem is that you need unzip program in your system &...Hi Anonumous,
The first problem is that you need unzip program in your system [GNU/linux only]. Please, install it and try again. I've added this requeriment in documentation.
For the error "Initialization failed: please check the API key,swf location, version and network availability." you only need to create a api key. Please, go to http://code.google.com/intl/en-US/apis/maps/signup.html, put your domain and copy the key to GOOGLE_MAPS_KEY entry in client-config.xml.
I hope this help you.
Jun 05, 2009
Anonymous says:
I am having similar problems with the bin installer. I have tried to do it...I am having similar problems with the bin installer. I have tried to do it by hand; but am running into the error[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend"
faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP:
Failed: url: 'http://localhost:8080/abicloud_server/messagebroker/amf'"]
upon trying to login. I am running tomcat on 8080
Jun 09, 2009
Marc Morata says:
Please, add a ticket to jira with the details of the error. Thank you.Please, add a ticket to jira with the details of the error.
Thank you.
Jul 17, 2009
Anonymous says:
Hola, He intentado instalar abiCloud-0.7.0-windows-installer.exe. En la maqui...Hola,
He intentado instalar abiCloud-0.7.0-windows-installer.exe. En la maquina no tengo un MySQL, el instalador intenta bajarlo de la web y da un error de timeout. Aparentemente Tomcat tampoco se ha instalado...
Saludos
Aug 25, 2009
Anonymous says:
I installed abiCloud on CentOS 5.3, and used xen and libvirt as the ...I installed abiCloud on CentOS 5.3, and used xen and libvirt as the hypervisor.
But when I run /etc/init.d/openwsmand, it says that it's missing libs such as libcrypt.so.0.9.8 OPENSSL_0.9.8 and etc.
In fact those components have been installed uptodate.
The openssl reports the version is : OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008,
And libcrypt is also uptodate.
But why is still such problem? Is it a bug?