apache-cloudstack

Unable to access CloudPlatform Client

断了今生、忘了曾经 提交于 2020-01-25 06:11:01
问题 I've installed Apache CloudStack 4.7.0.0 and after startup, when accessing the CloudPlatform Web Console, I get the following error: HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 1 in the generated java file The type java.io.ObjectInputStream cannot be resolved. It is indirectly

Unable to access CloudPlatform Client

断了今生、忘了曾经 提交于 2020-01-25 06:09:25
问题 I've installed Apache CloudStack 4.7.0.0 and after startup, when accessing the CloudPlatform Web Console, I get the following error: HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 1 in the generated java file The type java.io.ObjectInputStream cannot be resolved. It is indirectly

Apache CloudStack Installation Error at setingup the database

删除回忆录丶 提交于 2019-12-25 08:58:21
问题 I am a student and setting up research environment for Apache CloudStack. I am at the setup where i need to setup the database. When i am running the below command it getting stuck at "Processing Encryption".I tried to look on internet but didn't found any help. [root@csman /]# cloudstack-setup-databases cloud:abbas123@127.0.0.1 --deploy-as=root:nimda123 Mysql user name:cloud [ OK ] Mysql user password:****** [ OK ] Mysql server ip:127.0.0.1 [ OK ] Mysql server port:3306 [ OK ] Mysql root

Calling Cloud Stack With Parameters

旧街凉风 提交于 2019-12-20 04:47:52
问题 i am trying to make an api call using the below code and it works fine import urllib2 import urllib import hashlib import hmac import base64 baseurl='http://www.xxxx.com:8080/client/api?' request={} request['command']='listUsers' request['response']='xml' request['apikey']='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' secretkey='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' request_str='&'.join(['='.join([k,urllib.quote_plus(request[k])]) for k in request.keys()]) sig

Error in resolving buildtime dependencies while installing CloudStack on ubuntu.

主宰稳场 提交于 2019-12-17 19:38:28
问题 I am installing cloudstack on ubuntu and it uses maven to resolve its dependencies. I am getting the following errors when am running the command mvn -P deps [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.cloudstack:cloudstack:4.2.0 (/home/cloud/apache-cloudstack-4.2.0-src/pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Could not transfer artifact org.apache:apache:pom:11 from/to central (http://repo.maven.apache.org/maven2): repo.maven

Fail to register iso template on cloudstack(2)

不羁岁月 提交于 2019-12-13 22:41:59
问题 Now I can start 2 system VMs in cloudstack 4.0. However, it comes back to the old problem that I am unable to register iso or template. This very strange that there are two system VMs displaying on UI but I get the log infomation: 2013-10-26 10:52:36,894 DEBUG [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1 is not ready to launch secondary storage VM yet 2013-10-26 10:52:36,979 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not

how to connect to cloudstack on java platform

坚强是说给别人听的谎言 提交于 2019-12-11 19:36:09
问题 I have setup cloudstack server completely and want to create a program on the Java platform for control cloudstack by passing by program. How do I connect with cloudstack? 回答1: CloudStack provides an API that yo can use to program against. You can find the API reference under: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html/API_Developers_Guide/index.html The API Developers Guide contains also many useful information (e.g. how to bypass authentication for testing): http:/

Calling Cloud Stack With Parameters

百般思念 提交于 2019-12-02 06:03:58
i am trying to make an api call using the below code and it works fine import urllib2 import urllib import hashlib import hmac import base64 baseurl='http://www.xxxx.com:8080/client/api?' request={} request['command']='listUsers' request['response']='xml' request['apikey']='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' secretkey='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' request_str='&'.join(['='.join([k,urllib.quote_plus(request[k])]) for k in request.keys()]) sig_str='&'.join(['='.join([k.lower(),urllib.quote_plus(request[k].lower().replace('+','%20'))])for k in

Error in resolving buildtime dependencies while installing CloudStack on ubuntu.

旧时模样 提交于 2019-11-28 11:00:53
I am installing cloudstack on ubuntu and it uses maven to resolve its dependencies. I am getting the following errors when am running the command mvn -P deps [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.cloudstack:cloudstack:4.2.0 (/home/cloud/apache-cloudstack-4.2.0-src/pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Could not transfer artifact org.apache:apache:pom:11 from/to central (http://repo.maven.apache.org/maven2): repo.maven.apache.org: Name or service not known and 'parent.relativePath' points at wrong local POM @ line 14,