500 error when trying to run
2 posts
• Page 1 of 1
- cmendla-cct
- Posts: 10
- Joined: 22 Sep 2015, 15:52
500 error when trying to run
I am trying to run a rails 4.x app using helicon zoo
I got a 500 server error.
Here is my info
[list=]
[*]The app is in c:\inetpub\wwwroot\apps\research_library
[*]It runs locally under webbrick
[*]edit zoo application screenshot attached. [/list]
Error Page:
web.config:
I'd appreciate any thoughts. This is my first attempt with zoo.
I got a 500 server error.
Here is my info
[list=]
[*]The app is in c:\inetpub\wwwroot\apps\research_library
[*]It runs locally under webbrick
[*]edit zoo application screenshot attached. [/list]
Error Page:
- Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<heliconZoo>
<application name="rails.project" >
<environmentVariables>
<add name="DEPLOY_FILE" value="deploy.rb" />
<add name="DEPLOY_LOG" value="log\zoo-deploy.log" />
<add name="RACK_ENV" value="development" />
</environmentVariables>
<fastcgiVariables>
<add name="SCRIPT_NAME" value="%APPL_VIRTUAL_PATH%" />
</fastcgiVariables>
</application>
</heliconZoo>
<handlers>
<add name="rails.project#x86" scriptProcessor="ruby.1.9.rack"
path="*" verb="*" modules="HeliconZoo_x86"
preCondition="bitness32" resourceType="Unspecified"
requireAccess="Script" />
<add name="rails.project#x64" scriptProcessor="ruby.1.9.rack"
path="*" verb="*" modules="HeliconZoo_x64"
preCondition="bitness64" resourceType="Unspecified"
requireAccess="Script" />
</handlers>
</system.webServer>
</configuration>
web.config:
- Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<heliconZoo>
<application name="research_library">
<environmentVariables>
<add name="IDE" value="C:\Windows\System32\cmd.exe" />
<add name="RACK_ENV" value="production" />
<add name="CONSOLE_URL" value="_auto_console_dTziJvt85Dnm" />
</environmentVariables>
<fastcgiVariables>
<add name="SCRIPT_NAME" value="%APPL_VIRTUAL_PATH%" />
</fastcgiVariables>
</application>
</heliconZoo>
<handlers>
<add name="research_library#x64" path="*" verb="*" modules="HeliconZoo_x64" scriptProcessor="ruby.2.0.rack" resourceType="Unspecified" requireAccess="Script" preCondition="bitness64" />
<add name="research_library#x86" path="*" verb="*" modules="HeliconZoo_x86" scriptProcessor="ruby.2.0.rack" resourceType="Unspecified" requireAccess="Script" preCondition="bitness32" />
<add name="rails.project#x86" scriptProcessor="ruby.2.0.rack" path="*" verb="*" modules="HeliconZoo_x86" preCondition="bitness32" resourceType="Unspecified" requireAccess="Script" />
<add name="rails.project#x64" scriptProcessor="ruby.2.0.rack" path="*" verb="*" modules="HeliconZoo_x64" preCondition="bitness64" resourceType="Unspecified" requireAccess="Script" />
</handlers>
</system.webServer>
</configuration>
I'd appreciate any thoughts. This is my first attempt with zoo.
- cmendla-cct
- Posts: 10
- Joined: 22 Sep 2015, 15:52
Re: 500 error when trying to run
UPDATE -
I changed the path in the edit dialog to \apps\research_library.
Now, I am getting a 404 of
I changed the path in the edit dialog to \apps\research_library.
Now, I am getting a 404 of
- Code: Select all
Detailed Error Information:
Module IIS Web Core
Notification MapRequestHandler
Handler StaticFile
Error Code 0x80070002
Requested URL http://cctweb:80/apps/research_library/home
Physical Path C:\inetpub\wwwroot\apps\research_library\home
Logon Method Anonymous
Logon User Anonymous
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest