Monday, May 14, 2012

CloudReport Install

A Step by step tutorial for CloudReport.


Cloud Report is designed as GUI for Cloudsim.

http://tinyurl.com/cloudreport

15 comments:

FutureMan said...

You may face some error if your system is not connected with internet.
While doing MVN clean package and mvn clean package jar:jar you should be online. A normal net connection is enough. I did installation on my room with GPRS

IIIIllllIlIIl said...

hi, I'm one of CloudSim group user, I've followed the tutorial to set up the CloudReport.

I have some question about CloudReport:

1.what is the single threshold when i set the provider's datacenter allocation policy?

2.the SAN meens storage ??

3.network bandwith and latency unit are MB/s??

thx !


gmail: soldier724@gmail.com

FutureMan said...

Hey,

I could nt reply you.
Have you got the answer for your question

kusuma said...
This comment has been removed by the author.
vava said...

sir,
there is no file in this link
https://github.com/thiagotts/CloudReports/downloads
what to do?

FutureMan said...

Hi Vava,

Try the new link
https://github.com/thiagotts/CloudReports

ASHWIN said...

I am very new to cloudsim.I managed to embed cloudsim on eclipse.Now i need an overall idea.please help me.

Unknown said...

Hi Ajith,
I have gone through your CloudReports Blog. Actually readme doc of CloudReports says that "You can either compile CloudReports from source or run the .jar file directly (see the downloads page)."
Can you explain this please.
In addition have you run it under jdk 7, as official website says that it runs fine in jdk 6 and not been tested in 7. I have tried to run it but was unsuccessful.
Kindly reply,
Thanks & regards,
Gayathri,
Research Scholar.

Unknown said...

please explain installation steps of cloudsim

Unknown said...

I want to run Cloudsim 3.0.3 in GUI mode. is it possible? please answer me.
my e-mail ID: souravacademia@gmail.com

Unknown said...
This comment has been removed by the author.
Unknown said...

Hi...... my problem is solved,But again I am getting some new problem while running MainView.java class in eclipse......please help me.......I get the following error
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/hibernate/HibernateException
at cloudreports.gui.MainView.(MainView.java:164)
at cloudreports.gui.MainView$12.run(MainView.java:676)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.ClassNotFoundException: org.hibernate.HibernateException
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 10 more

dvs007 said...

For me its showing an error "the goal you specified requires a project to execute but there is no pom in the directory ". Please verify you invoked marven from the correct directory.

Unknown said...

Where to write own code in CloudReports? I want to add a tab in specificDataCenterview but when I run the project I am not able to view it

Deepali Tripathi said...

kashavjmera is your problem solved, i am having the same
log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment).
log4j:WARN Please initialize the log4j system properly.
Nov 03, 2016 11:54:02 AM cloudreports.dao.DatacenterRegistryDAO getListOfDatacenters
SEVERE: null
org.hibernate.exception.JDBCConnectionException: Cannot open connection
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:74)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:420)
at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139)
at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1538)
at org.hibernate.loader.Loader.doQuery(Loader.java:661)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
at org.hibernate.loader.Loader.doList(Loader.java:2211)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2095)
at org.hibernate.loader.Loader.list(Loader.java:2090)
at org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:95)
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1569)
at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:283)
at cloudreports.dao.DatacenterRegistryDAO.getListOfDatacenters(DatacenterRegistryDAO.java:211)
at cloudreports.dao.DatacenterRegistryDAO.getNumOfDatacenters(DatacenterRegistryDAO.java:230)
at cloudreports.gui.datacenters.OverallDatacenterView.(OverallDatacenterView.java:51)
at cloudreports.gui.MainView.(MainView.java:194)
at cloudreports.gui.MainView$12.run(MainView.java:676)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: java.sql.SQLException: No suitable driver found for jdbc:sqlite:db/New Environment.cre
at java.sql.DriverManager.getConnection(DriverManager.java:596)
at java.sql.DriverManager.getConnection(DriverManager.java:187)
at org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:110)
at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:417)
... 30 more

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Bluehost Review