[one-ecosystem] OCCI Server 0.5 doesn't stop a VM

John Samonakis samon at ucnet.uoc.gr
Sun Apr 8 00:34:13 PDT 2012


Hi!

 

I use OpenNebula 3.2 with OCCI Server 0.5 and I am trying to stop VMs, using
curl, without success!

The response status is "200 OK", although, VM doesn't stop (Sunstone show
the VM running and 

I can open VNC viewer)

 

In passenger log I notice a message "No backend method configured => doing
nothing..."

but I don't know what it means..

 

Also, I have some similar problems with Sunstone. When I stop a VM using
Sunstone command, 

VM status become "failed" and I can't start it again (with Sunstone
commands)

 

Below, I mention:

1.       the curl command I send

2.       the response I receive

3.       the passenger log

 

Any ideas?

 

Thanks a lot!

John

 

The curl command I send is:

 

curl -v -X POST --header "Category: stop;
scheme=\"http://schemas.ogf.org/occi/infrastructure/compute/action#\";class=
\"action\";" --header "X-OCCI-Attribute: method=\"poweroff\""
http://vdi.datacenter.uoc.gr:3000/compute/1f5ed705-b13a-5047-98ef-4f64d78ef3
9f?action=stop

 

the response I receive is:

 

oneadmin at opennebula:~> curl -v -X POST --header "Category: stop;
scheme=\"http://schemas.ogf.org/occi/infrastructure/compute/action#\";class=
\"action\";" --header "X-OCCI-Attribute: method=\"poweroff\""
http://vdi.datacenter.uoc.gr:3000/compute/1f5ed705-b13a-5047-98ef-4f64d78ef3
9f?action=stop

* About to connect() to vdi.datacenter.uoc.gr port 3000 (#0)

*   Trying 147.52.83.196... connected

* Connected to vdi.datacenter.uoc.gr (147.52.83.196) port 3000 (#0)

> POST /compute/1f5ed705-b13a-5047-98ef-4f64d78ef39f?action=stop HTTP/1.1

> User-Agent: curl/7.21.2 (x86_64-unknown-linux-gnu) libcurl/7.21.2
OpenSSL/1.0.0c zlib/1.2.5 libidn/1.15 libssh2/1.2.7

> Host: vdi.datacenter.uoc.gr:3000

> Accept: */*

> Category: stop;
scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#
<http://schemas.ogf.org/occi/infrastructure/compute/action>
";class="action";

> X-OCCI-Attribute: method="poweroff"

> 

< HTTP/1.1 200 OK

< Content-Type: text/plain

< Connection: keep-alive

< Status: 200

< X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.11

< X-Frame-Options: sameorigin

< X-XSS-Protection: 1; mode=block

< Content-Length: 0

< Server: Ruby OCCI Framework/0.4 OCCI/1.1

< Accept:
application/occi+json,application/json,text/plain,text/occi,text/uri-list

< 

* Connection #0 to host vdi.datacenter.uoc.gr left intact

* Closing connection #0

oneadmin at opennebula:~>

 

 

the passenger log

 

Sinatra::Base#options is deprecated and will be removed, use #settings
instead.

D, [2012-04-08T09:09:34.793595 #1866] DEBUG -- : No basic auth data
provided: using defaults from config (user = 'oneadmin')

D, [2012-04-08T09:09:34.793991 #1866] DEBUG -- : Initializing connection
with OpenNebula

D, [2012-04-08T09:09:34.794194 #1866] DEBUG -- : Loading existing resources
from backend...

D, [2012-04-08T09:09:35.531212 #1866] DEBUG -- : ONE compute object:
#<OpenNebula::VirtualMachine:0x7f23e7464990>

D, [2012-04-08T09:09:35.613749 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:35.616255 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:35.616306 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:35.616338 #1866] DEBUG -- : VNC port: 6893

D, [2012-04-08T09:09:35.616368 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:35.620200 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:35.626269 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:35.628997 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:35.629059 #1866] DEBUG -- : Compute Backend ID: 993

D, [2012-04-08T09:09:35.629101 #1866] DEBUG -- : OCCI compute object
location: /compute/185e673b-0f64-5fcc-b9d9-4716d6f339e1

D, [2012-04-08T09:09:35.673920 #1866] DEBUG -- : ONE compute object:
#<OpenNebula::VirtualMachine:0x7f23e7428ff8>

D, [2012-04-08T09:09:35.758769 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:35.761278 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:35.761328 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:35.761361 #1866] DEBUG -- : VNC port: 6897

D, [2012-04-08T09:09:35.761391 #1866] DEBUG -- : VNC host: cb1-6

....etc.......

D, [2012-04-08T09:09:37.594018 #1866] DEBUG -- : Compute Backend ID: 1044

D, [2012-04-08T09:09:37.594059 #1866] DEBUG -- : OCCI compute object
location: /compute/5182217d-831a-58e0-b53b-8cd4728c0df5

D, [2012-04-08T09:09:37.600432 #1866] DEBUG -- : ONE compute object:
#<OpenNebula::VirtualMachine:0x7f23e74b91e8>

D, [2012-04-08T09:09:37.682230 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:37.684679 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:37.684729 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:37.684761 #1866] DEBUG -- : VNC port: 6945

D, [2012-04-08T09:09:37.684790 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:37.688873 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:37.695348 #1866] DEBUG -- : Link successfully created

D, [2012-04-08T09:09:37.737681 #1866] DEBUG -- : Network Backend ID: 2

D, [2012-04-08T09:09:37.738476 #1866] DEBUG -- : network

D, [2012-04-08T09:09:37.739409 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:37.739478 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:37.739530 #1866] DEBUG -- : Compute Backend ID: 1045

D, [2012-04-08T09:09:37.739569 #1866] DEBUG -- : OCCI compute object
location: /compute/519a0c7c-9bbe-5dc7-bd33-ab309ace7f9b

D, [2012-04-08T09:09:37.745337 #1866] DEBUG -- : ONE compute object:
#<OpenNebula::VirtualMachine:0x7f23e75312b0>

D, [2012-04-08T09:09:37.828824 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:37.831101 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:37.831151 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:37.831193 #1866] DEBUG -- : VNC port: 6946

D, [2012-04-08T09:09:37.831226 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:37.835161 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:37.841518 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:37.844181 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:37.844240 #1866] DEBUG -- : Compute Backend ID: 1046

D, [2012-04-08T09:09:37.844281 #1866] DEBUG -- : OCCI compute object
location: /compute/1f5ed705-b13a-5047-98ef-4f64d78ef39f

D, [2012-04-08T09:09:37.928612 #1866] DEBUG -- : Backend ID: 2

D, [2012-04-08T09:09:38.028073 #1866] DEBUG -- : Backend ID: 7

D, [2012-04-08T09:09:38.099130 #1866] DEBUG -- : Backend ID: 8

D, [2012-04-08T09:09:38.171061 #1866] DEBUG -- : Backend ID: 9

D, [2012-04-08T09:09:38.201983 #1866] DEBUG -- : Backend ID: 10

D, [2012-04-08T09:09:38.280444 #1866] DEBUG -- : Backend ID: 11

I, [2012-04-08T09:09:38.280557 #1866]  INFO -- : ####################
Information on the client ####################

I, [2012-04-08T09:09:38.280599 #1866]  INFO -- : Client IP Adress:
147.52.83.196

I, [2012-04-08T09:09:38.280631 #1866]  INFO -- : Client User Agent:
curl/7.21.2 (x86_64-unknown-linux-gnu) libcurl/7.21.2 OpenSSL/1.0.0c
zlib/1.2.5 libidn/1.15 libssh2/1.2.7

I, [2012-04-08T09:09:38.280659 #1866]  INFO -- :
###################################################################

D, [2012-04-08T09:09:38.280723 #1866] DEBUG -- : Content type: text/plain

D, [2012-04-08T09:09:38.280757 #1866] DEBUG -- : Accept type:
application/occi+json,application/json,text/plain,text/occi,text/uri-list

D, [2012-04-08T09:09:38.280789 #1866] DEBUG -- : Server: Ruby OCCI
Framework/0.4 OCCI/1.1

D, [2012-04-08T09:09:38.280838 #1866] DEBUG -- : ##### Parsing HTTP header
#####

D, [2012-04-08T09:09:38.280875 #1866] DEBUG -- : Parsing Categories: stop;
scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#
<http://schemas.ogf.org/occi/infrastructure/compute/action>
";class="action";

D, [2012-04-08T09:09:38.282768 #1866] DEBUG -- : Parsed categories:
#<OpenStruct clazz="action", term="stop",
scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#
<http://schemas.ogf.org/occi/infrastructure/compute/action> ">

D, [2012-04-08T09:09:38.282819 #1866] DEBUG -- : Parsed links: 

D, [2012-04-08T09:09:38.282853 #1866] DEBUG -- : Parsing X-OCCI-Attribute:
method="poweroff"

D, [2012-04-08T09:09:38.283341 #1866] DEBUG -- : Parsed X-OCCI-Attributes:
method"poweroff"

D, [2012-04-08T09:09:38.283386 #1866] DEBUG -- : Parsing Location: 

D, [2012-04-08T09:09:38.283419 #1866] DEBUG -- : Parsed Location: 

D, [2012-04-08T09:09:38.283447 #1866] DEBUG -- : ##### Finnished parsing
HTTP header #####

D, [2012-04-08T09:09:38.283482 #1866] DEBUG -- : HTTP Request Headers: 

D, [2012-04-08T09:09:38.283517 #1866] DEBUG -- : HTTP_ACCEPT:*/*

D, [2012-04-08T09:09:38.283548 #1866] DEBUG -- :
HTTP_HOST:vdi.datacenter.uoc.gr:3000

D, [2012-04-08T09:09:38.283586 #1866] DEBUG -- : HTTP_USER_AGENT:curl/7.21.2
(x86_64-unknown-linux-gnu) libcurl/7.21.2 OpenSSL/1.0.0c zlib/1.2.5
libidn/1.15 libssh2/1.2.7

D, [2012-04-08T09:09:38.283625 #1866] DEBUG -- :
HTTP_X_OCCI_ATTRIBUTE:method="poweroff"

D, [2012-04-08T09:09:38.283660 #1866] DEBUG -- : HTTP_CATEGORY:stop;
scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#
<http://schemas.ogf.org/occi/infrastructure/compute/action>
";class="action";

D, [2012-04-08T09:09:38.283745 #1866] DEBUG -- : {}

D, [2012-04-08T09:09:38.283789 #1866] DEBUG -- : {"method"=>"\"poweroff\""}

D, [2012-04-08T09:09:38.283861 #1866] DEBUG -- : Action Category:
#<OCCI::Core::Category:0x7f23e8231b68>

I, [2012-04-08T09:09:38.283991 #1866]  INFO -- : Triggering action on
resource(s) below location /compute/1f5ed705-b13a-5047-98ef-4f64d78ef39f

D, [2012-04-08T09:09:38.284063 #1866] DEBUG -- : Searching context: compute

D, [2012-04-08T09:09:38.284195 #1866] DEBUG -- : Action
[http://schemas.ogf.org/occi/infrastructure/compute/action#stop] to be
triggered on [19] entities:

D, [2012-04-08T09:09:38.284268 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1044

D, [2012-04-08T09:09:38.387890 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:38.390372 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:38.390420 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:38.390452 #1866] DEBUG -- : VNC port: 6944

D, [2012-04-08T09:09:38.390481 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:38.427856 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:38.434898 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:38.437215 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:38.457141 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:38.458491 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e75401c0>] with parameters [] to
backend...

D, [2012-04-08T09:09:38.458570 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:38.476925 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:38.478270 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1041

D, [2012-04-08T09:09:38.606525 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:38.609005 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:38.609056 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:38.609088 #1866] DEBUG -- : VNC port: 6941

D, [2012-04-08T09:09:38.609117 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:38.612842 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:38.618962 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:38.621351 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:38.640541 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:38.641898 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e74e3588>] with parameters [] to
backend...

D, [2012-04-08T09:09:38.641968 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:38.694130 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:38.695426 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1036

D, [2012-04-08T09:09:38.790953 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:38.793194 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:38.793243 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:38.793274 #1866] DEBUG -- : VNC port: 6936

D, [2012-04-08T09:09:38.793301 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:38.797050 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:38.803482 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:38.806003 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:38.825843 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:38.860854 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e745c100>] with parameters [] to
backend...

D, [2012-04-08T09:09:38.861022 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:38.881200 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:38.882491 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1043

D, [2012-04-08T09:09:38.977031 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:38.979383 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:38.979438 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:38.979469 #1866] DEBUG -- : VNC port: 6943

D, [2012-04-08T09:09:38.979498 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:38.982990 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:38.989341 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:38.992036 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:39.044037 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:39.045253 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e74a9ab8>] with parameters [] to
backend...

D, [2012-04-08T09:09:39.045327 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:39.064932 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:39.066183 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1037

D, [2012-04-08T09:09:39.159205 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:39.161473 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:39.161525 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:39.161558 #1866] DEBUG -- : VNC port: 6937

D, [2012-04-08T09:09:39.161588 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:39.165179 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:39.171599 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:39.206811 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:39.226742 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:39.228055 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e7516488>] with parameters [] to
backend...

D, [2012-04-08T09:09:39.228127 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:39.246860 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:39.248189 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1045

D, [2012-04-08T09:09:39.342403 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:39.344836 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:39.344885 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:39.344916 #1866] DEBUG -- : VNC port: 6945

D, [2012-04-08T09:09:39.344944 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:39.382143 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:39.388852 #1866] DEBUG -- : Link successfully created

D, [2012-04-08T09:09:39.391795 #1866] DEBUG -- : Network Backend ID: 2

D, [2012-04-08T09:09:39.392453 #1866] DEBUG -- : network

D, [2012-04-08T09:09:39.393213 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:39.393261 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:39.414566 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:39.415930 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e74585f0>] with parameters [] to
backend...

D, [2012-04-08T09:09:39.416002 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:39.435611 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:39.437026 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1039

D, [2012-04-08T09:09:39.567096 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:39.569559 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:39.569613 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:39.569645 #1866] DEBUG -- : VNC port: 6939

D, [2012-04-08T09:09:39.569674 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:39.573453 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:39.579593 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:39.581952 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:39.601223 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:39.602536 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e7500930>] with parameters [] to
backend...

D, [2012-04-08T09:09:39.602609 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:39.654980 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:39.656277 #1866] DEBUG -- : Refreshing compute object
with backend ID: 998

D, [2012-04-08T09:09:39.750811 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:39.752974 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:39.753023 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:39.753055 #1866] DEBUG -- : VNC port: 6898

D, [2012-04-08T09:09:39.753083 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:39.756709 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:39.762930 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:39.765402 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:39.784621 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:39.785962 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e7431c20>] with parameters [] to
backend...

D, [2012-04-08T09:09:39.786034 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:39.839384 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:39.840667 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1033

D, [2012-04-08T09:09:39.933948 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:39.936446 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:39.936501 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:39.936532 #1866] DEBUG -- : VNC port: 6933

D, [2012-04-08T09:09:39.936560 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:39.940104 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:39.946716 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:39.949520 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:40.003237 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:40.004556 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e754e8d8>] with parameters [] to
backend...

D, [2012-04-08T09:09:40.004630 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:40.025344 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:40.026715 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1032

D, [2012-04-08T09:09:40.123681 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:40.126000 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:40.126049 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:40.126081 #1866] DEBUG -- : VNC port: 6932

D, [2012-04-08T09:09:40.126109 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:40.129972 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:40.136500 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:40.171986 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:40.192089 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:40.193407 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e74d74b8>] with parameters [] to
backend...

D, [2012-04-08T09:09:40.193485 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:40.212499 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:40.213856 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1038

D, [2012-04-08T09:09:40.306951 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:40.309410 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:40.309460 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:40.309496 #1866] DEBUG -- : VNC port: 6938

D, [2012-04-08T09:09:40.309529 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:40.313464 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:40.353191 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:40.355531 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:40.375622 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:40.376898 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e7444258>] with parameters [] to
backend...

D, [2012-04-08T09:09:40.376969 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:40.395441 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:40.396788 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1035

D, [2012-04-08T09:09:40.492577 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:40.528637 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:40.528781 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:40.528815 #1866] DEBUG -- : VNC port: 6935

D, [2012-04-08T09:09:40.528845 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:40.532894 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:40.538984 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:40.541283 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:40.560927 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:40.562262 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e7536288>] with parameters [] to
backend...

D, [2012-04-08T09:09:40.562333 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:40.580868 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:40.615485 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1042

D, [2012-04-08T09:09:40.711205 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:40.713524 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:40.713572 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:40.713604 #1866] DEBUG -- : VNC port: 6942

D, [2012-04-08T09:09:40.713633 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:40.717223 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:40.723801 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:40.726261 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:40.745703 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:40.747087 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e755bd80>] with parameters [] to
backend...

D, [2012-04-08T09:09:40.747162 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:40.799986 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:40.801228 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1040

D, [2012-04-08T09:09:40.895524 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:40.897718 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:40.897766 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:40.897797 #1866] DEBUG -- : VNC port: 6940

D, [2012-04-08T09:09:40.897825 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:40.901454 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:40.907715 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:40.910268 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:40.963025 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:40.964357 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e7431b08>] with parameters [] to
backend...

D, [2012-04-08T09:09:40.964458 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:40.984447 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:40.985778 #1866] DEBUG -- : Refreshing compute object
with backend ID: 993

D, [2012-04-08T09:09:41.085186 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:41.087535 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:41.087585 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:41.087616 #1866] DEBUG -- : VNC port: 6893

D, [2012-04-08T09:09:41.087644 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:41.091223 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:41.097321 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:41.099897 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:41.148350 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:41.149533 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e743dc00>] with parameters [] to
backend...

D, [2012-04-08T09:09:41.149600 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:41.168498 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:41.169747 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1034

D, [2012-04-08T09:09:41.257874 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:41.260385 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:41.260435 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:41.260466 #1866] DEBUG -- : VNC port: 6934

D, [2012-04-08T09:09:41.260495 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:41.264170 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:41.300156 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:41.302442 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:41.321675 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:41.322918 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e747c8d8>] with parameters [] to
backend...

D, [2012-04-08T09:09:41.322985 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:41.340841 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:41.342095 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1046

D, [2012-04-08T09:09:41.428576 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:41.431046 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:41.431096 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:41.431127 #1866] DEBUG -- : VNC port: 6946

D, [2012-04-08T09:09:41.431155 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:41.464756 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:41.471048 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:41.473255 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:41.492719 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:41.493980 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e74bd5b8>] with parameters [] to
backend...

D, [2012-04-08T09:09:41.494104 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:41.511879 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:41.513155 #1866] DEBUG -- : Refreshing compute object
with backend ID: 997

D, [2012-04-08T09:09:41.634216 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:41.636526 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:41.636576 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:41.636608 #1866] DEBUG -- : VNC port: 6897

D, [2012-04-08T09:09:41.636655 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:41.640243 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:41.646049 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:41.648345 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:41.666632 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:41.667925 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e74fd398>] with parameters [] to
backend...

D, [2012-04-08T09:09:41.667991 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:41.716314 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:41.717532 #1866] DEBUG -- : Refreshing compute object
with backend ID: 1046

D, [2012-04-08T09:09:41.806406 #1866] DEBUG -- : NOVNC path: public/novnc

D, [2012-04-08T09:09:41.808564 #1866] DEBUG -- : Graphics type: vnc

D, [2012-04-08T09:09:41.808613 #1866] DEBUG -- : VNC base port: 0

D, [2012-04-08T09:09:41.808643 #1866] DEBUG -- : VNC port: 6946

D, [2012-04-08T09:09:41.808670 #1866] DEBUG -- : VNC host: cb1-6

D, [2012-04-08T09:09:41.812039 #1866] DEBUG -- : Storage Backend ID: 9

D, [2012-04-08T09:09:41.818042 #1866] DEBUG -- : Link successfully created

I, [2012-04-08T09:09:41.820380 #1866]  INFO -- : OCCI compute object
created/updated

D, [2012-04-08T09:09:41.838701 #1866] DEBUG -- : current VM state is:
RUNNING

D, [2012-04-08T09:09:41.840011 #1866] DEBUG -- : Delegating invocation of
action [#<OCCI::Core::Action:0x7f23e8231bb8>] on resource
[#<OCCI::Infrastructure::Compute:0x7f23e74bd5b8>] with parameters [] to
backend...

D, [2012-04-08T09:09:41.840077 #1866] DEBUG -- : No backend method
configured => doing nothing...

D, [2012-04-08T09:09:41.889302 #1866] DEBUG -- : current VM state is:
RUNNING

147.52.83.196 - - [08/Apr/2012 09:09:41] "POST
/compute/1f5ed705-b13a-5047-98ef-4f64d78ef39f?action=stop " 200 - 7.0981

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opennebula.org/pipermail/ecosystem-opennebula.org/attachments/20120408/b3639866/attachment-0001.htm>


More information about the Ecosystem mailing list