Corporate Home Open Source Home
Syndicate content
Eucalyptus
6 replies [Last post]
Bingosoft
Offline
Joined: 11/19/2009

I meet following errores.
Could anybody help me ?

13:10:23 [DefaultServiceExceptionStrategy:Volume.9] ERROR
********************************************************************************
Message : Component that caused exception is: Volume. Message payload is of type: CreateVolumeType
Type : org.mule.api.service.ServiceException
Code : MULE_ERROR--2
Payload : <?xml version="1.0" encoding="UTF-8"?>

8f496fce-1c71-4114-b004-a37843022caa
admin
eucalyptus

1
stage0

JavaDoc : http://mule.mulesource.org/docs/apidocs/org/mule/api/service/ServiceExce...
********************************************************************************
Exception stack is:
1. Error communicating with Storage Controller: CreateStorageVolume:Internal Error. (com.eucalyptus.util.EucalyptusCloudException)
edu.ucsb.eucalyptus.cloud.ws.VolumeManager:165 (null)
2. Component that caused exception is: Volume. Message payload is of type: CreateVolumeType (org.mule.api.service.ServiceException)
org.mule.component.DefaultLifecycleAdapter:214 (http://mule.mulesource.org/docs/apidocs/org/mule/api/service/ServiceExce...)
********************************************************************************
Root Exception stack trace:
com.eucalyptus.util.EucalyptusCloudException: Error communicating with Storage Controller: CreateStorageVolume:Internal Error.
at edu.ucsb.eucalyptus.cloud.ws.VolumeManager.CreateVolume(VolumeManager.java:165)
at sun.reflect.GeneratedMethodAccessor230.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.mule.model.resolvers.AbstractEntryPointResolver.invokeMethod(AbstractEntryPointResolver.java:147)
at org.mule.model.resolvers.ReflectionEntryPointResolver.invoke(ReflectionEntryPointResolver.java:127)
at org.mule.model.resolvers.DefaultEntryPointResolverSet.invoke(DefaultEntryPointResolverSet.java:50)
at org.mule.component.DefaultLifecycleAdapter.intercept(DefaultLifecycleAdapter.java:202)
at org.mule.component.AbstractJavaComponent.invokeComponentInstance(AbstractJavaComponent.java:82)
at org.mule.component.AbstractJavaComponent.doOnCall(AbstractJavaComponent.java:73)
at org.mule.component.AbstractComponent.onCall(AbstractComponent.java:87)
at org.mule.model.seda.SedaService$ComponentStageWorker.run(SedaService.java:533)
at org.mule.work.WorkerContext.run(WorkerContext.java:310)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
at java.lang.Thread.run(Thread.java:636)

********************************************************************************

Bingosoft
Offline
Joined: 11/19/2009
Re: errors when creating volume

I know ,there is limition "Disk space reserved for volumes"

bukhary
Offline
Joined: 02/02/2010
Having the same problem too

Just installed fresh from on ubuntu using apt-get.

Bingosoft
Offline
Joined: 11/19/2009
for supporting Windows ,I

for supporting Windows ,I need install from source.

graziano
Offline
Joined: 01/14/2010
Hello, casoul, I'm not fully

Hello,

casoul, I'm not fully sure I understand your follow-up: are you still seeing this problem? Can you check that you have enough disk space, and that the permission on the directories are correct? Also does it still happen if you restart the CLC?

cheers
graziano

seenu_735
Offline
Joined: 01/21/2010
Problem in creating volume

Hello,

I am also getting the same error, Can any one help me on this.
I have enough disk space in SC and i have restarted CLC aslo.

thanks
Seenu

charliezon
Offline
Joined: 05/04/2009
Hi, I am also encountering

Hi,

I am also encountering this problem.
It was when I try to terminate a windows instance without detaching the volume from it.
Then no instance can be started...and I found some exceptions that claimed some volumes could not be found..
So I removed all of the volumes from /var/lib/eucalyptus/volumes.
And then I can start instances but can not create new volumes any more.
Whenever I try to create a volume, it just respond an error "Error communicating with Storage Controller: CreateStorageVolume:Internal Error. (com.eucalyptus.util.EucalyptusCloudException)".