pombreda / scalr

Automatically exported from code.google.com/p/scalr
0 stars 0 forks source link

Browser alert "Error type LoadXML; Invalid XML" when creating new Application using Wizard #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. From client login, click on the Create new Application wizard link
2. Enter a domain name and submit
3.

What is the expected output? What do you see instead?
On step 2 of the wizard, I receive a browser pop-up/javascript-alert saying
"Error type: LoadXML", "Invalid XML" (2 lines).  There is nothing in the
list on the page and attempting to proceed to the next step gives an error
that I must select at least one tile.

What version of the product are you using? On what operating system?
scalr 1.0RC5, Ubuntu EC2 instance from alestic (ami-bf5eb9d6).

Please provide any additional information below.

I'm just starting to play with & learn about scalr and this is my first
attempted installation.  If this is caused by a mis-configuration,
apologies (though that would be a documentation defect then ;) )
The testenvironment.php script reported that by configuration was ok.
I also see a list of shared/community roles displayed from the roles page.

Original issue reported on code.google.com by Cenji.Ne...@gmail.com on 17 May 2009 at 7:15

GoogleCodeExporter commented 9 years ago
(typo above: *tile=role)

Original comment by Cenji.Ne...@gmail.com on 17 May 2009 at 7:16

GoogleCodeExporter commented 9 years ago
Browsing through the source, my guess is that the query for roles against a
particular farm returns an empty result as I didn't create a Farm.
Unfortunately, I can't create farm as I get this error instead:
Unexpected exception in javascript:Badly formed JSON string: '
\nFatal error: Class \'HttpRequest\' not found in
/mnt/vol/scalr/app/src/LibWebta/library/NET/API/AWS/class.AmazonS3.php on line 
454
\n'

I have installed the php-http-request package (assuming that is the correct 
one).
Will investigate this further and post what I find.

Original comment by Cenji.Ne...@gmail.com on 17 May 2009 at 8:21

GoogleCodeExporter commented 9 years ago
Solved - the http_request package wasn't installed properly.  Installed it from 
PECL
and the issue was resolved.  Also, I didn't have AllowOverride set correctly in 
my
Apache conf so the mod_rewrite reules in .htaccess weren't being picked-up.
Sorry for the noise (can't see how to delete this issue entirely).

Original comment by Cenji.Ne...@gmail.com on 18 May 2009 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by dicsydel@gmail.com on 21 May 2009 at 4:41