I found this again in scalarizr_debug.log .. is this a bug ?
2012-12-28 10:13:28,984 - ERROR - scalarizr - syntax error: line 1, column 0
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/scalarizr/__init__.py", line 833, in
main
_init_services()
File "/usr/lib/pymodules/python2.7/scalarizr/__init__.py", line 309, in
_init_services
queryenv = QueryEnvService(queryenv_url, server_id,
cnf.key_path(cnf.DEFAULT_KEY), queryenv.get_latest_version())
File "/usr/lib/pymodules/python2.7/scalarizr/queryenv.py", line 184, in
get_latest_version
return self._request("get-latest-version",{},
self._read_get_latest_version_response)
File "/usr/lib/pymodules/python2.7/scalarizr/queryenv.py", line 209, in
_request
return response_reader(xml, *response_reader_args)
File "/usr/lib/pymodules/python2.7/scalarizr/queryenv.py", line 281, in
_read_get_latest_version_response
result = xml2dict(ET.XML(xml))
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1301, in XML
parser.feed(text)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1643, in feed
self._raiseerror(v)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1507, in
_raiseerror
raise err
ParseError: syntax error: line 1, column 0
2012-12-28 10:13:28,988 - DEBUG - scalarizr.config - Reading file
/etc/scalr/private.d/.state
On Friday, December 28, 2012 4:05:35 PM UTC+5:30, Sudip Dutta wrote:
>
> Hi Nick,
>
> Thank you for your support. I am now creating a new role through role
> builder to use my chef recipes. I took an Ubuntu 12.04 base with chef and
> created the role. Now the role is showing "installing-software" for more
> than 30 minutes . here is the log -
>
> Dec 28, 2012 00:30:05
> Server status: running
> Dec 28, 2012 00:28:04
> Server status: running
> Dec 28, 2012 00:26:04
> Server status: running
> Dec 28, 2012 00:24:04
> Server status: running
> Dec 28, 2012 00:22:04
> Server status: running
> Dec 28, 2012 00:20:04
> Server status: running
> Dec 28, 2012 00:18:04
> Server status: running
> Dec 28, 2012 00:16:04
> Server status: running
> Dec 28, 2012 00:14:09
> Starting importing to Scalr in background [ OK ]
> Dec 28, 2012 00:14:09
> Installing software [ OK ]
> Dec 28, 2012 00:14:09
> Creating runlist [ OK ]
> Dec 28, 2012 00:14:09
> Unpacking cookbooks [ OK ]
> Dec 28, 2012 00:14:08
> Creating chef configuration file [ OK ]
> Dec 28, 2012 00:14:08
> Installing chef [ OK ]
> Dec 28, 2012 00:14:08
> Installing rubygems [ OK ]
> Dec 28, 2012 00:14:08
> Unpacking rubygems [ OK ]
> Dec 28, 2012 00:14:08
> Downloading rubygems [ OK ]
>
> What is going wrong here ?
>
> Regards,
>
> Sudip
>
--