500 error

View: New views
8 Messages — Rating Filter:   Alert me  

500 error

by Dave Lyons-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok so I had a SMALL mishappen and fatally wounded my new imac so I busted out my powerbook and fired it up, went to login into cfmx admin to make a mapping and it turns the wheel a bit then gives me a 500 null error. So I un-installed and re-installed and same thing... thinking it might be the new java breaking it I checked and I still only have 1.4.2 which should be fine. Now this has always run on here fine. I took a peek at source and its

 <head><title>JRun Servlet Error</title></head><h1>500 null</h1><body>

</body>
any ideas?

~Dave the disruptor~



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:48:2583
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/48
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:48
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Re: 500 error

by Sean Corfield :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

What is in the log files?

On 5/24/06, dave <cflist@...> wrote:
> Ok so I had a SMALL mishappen and fatally wounded my new imac so I busted out my powerbook and fired it up, went to login into cfmx admin to make a mapping and it turns the wheel a bit then gives me a 500 null error.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:48:2584
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/48
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:48
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Parent Message unknown Re: 500 error

by Dave Lyons-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

theres a log? sheesh
lemme go look

~Dave the disruptor~

----------------------------------------
From: "Sean Corfield" <seancorfield@...>
Sent: Wednesday, May 24, 2006 10:50 PM
To: CF-Mac <cf-mac@...>
Subject: Re: 500 error

What is in the log files?

On 5/24/06, dave  wrote:
> Ok so I had a SMALL mishappen and fatally wounded my new imac so I busted out my powerbook and fired it up, went to login into cfmx admin to make a mapping and it turns the wheel a bit then gives me a 500 null error.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:48:2585
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/48
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:48
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Parent Message unknown Re: 500 error

by Dave Lyons-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

"Error","web-0","05/24/06","20:45:42","cfadmin"," The specific sequence of files included or processed is: /Applications/ColdFusionMX7/wwwroot/CFIDE/administrator/index.cfm, line: 303 "

there isnt a line 303 (in code)

~Dave the disruptor~

----------------------------------------
From: "Sean Corfield" <seancorfield@...>
Sent: Wednesday, May 24, 2006 10:50 PM
To: CF-Mac <cf-mac@...>
Subject: Re: 500 error

What is in the log files?

On 5/24/06, dave  wrote:
> Ok so I had a SMALL mishappen and fatally wounded my new imac so I busted out my powerbook and fired it up, went to login into cfmx admin to make a mapping and it turns the wheel a bit then gives me a 500 null error.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:48:2586
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/48
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:48
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Re: 500 error

by Sean Corfield :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 5/24/06, dave <cflist@...> wrote:
> "Error","web-0","05/24/06","20:45:42","cfadmin"," The specific sequence of files included or processed is: /Applications/ColdFusionMX7/wwwroot/CFIDE/administrator/index.cfm, line: 303 "

Try some other page, like a simple index.cfm page you created. See
what the logs say then.
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:48:2588
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/48
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:48
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Parent Message unknown Re: 500 error

by Dave Lyons-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I cant run any of my reg sites because of course it cant find datasources but I ran this code and it ran fine (just too see if cfm would run it)

<h2>Hi there mr test page</h2>
<p>La la al al al al lal a a a la la </p>
<cfset hi = "hi">
<cfoutput>#hi#</cfoutput>

nothing in the logs when I run this page.

~Dave the disruptor~

----------------------------------------
From: "Sean Corfield" <seancorfield@...>
Sent: Thursday, May 25, 2006 1:27 AM
To: CF-Mac <cf-mac@...>
Subject: Re: 500 error

On 5/24/06, dave  wrote:
> "Error","web-0","05/24/06","20:45:42","cfadmin"," The specific sequence of files included or processed is: /Applications/ColdFusionMX7/wwwroot/CFIDE/administrator/index.cfm, line: 303 "

Try some other page, like a simple index.cfm page you created. See
what the logs say then.
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:48:2589
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/48
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:48
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Re: 500 error

by Sean Corfield :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 5/24/06, dave <cflist@...> wrote:
> I cant run any of my reg sites because of course it cant find datasources but I ran this code and it ran fine (just too see if cfm would run it)

Interesting. So some things run but not others. Are you sure you're
still using JVM 1.4.2? If you accepted one of the recent Apple
updates, you'll be using 1.5 by default. In a Terminal window, type
this:

java -version

and see what you get.
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:48:2590
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/48
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:48
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Parent Message unknown Re: 500 error

by Dave Lyons-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

that was the first thing i tried, I have been purposely avoiding that dl but I just ran a software update and its not there this time, strange, here are the results.

Strange thing is this is almost same problem I have on my now fried intel imac, it will show you the cfm admin login page but goes to a blank page when u submit login so u cant get into the cfm admin at least on here it throws an error.

Last login: Wed May 24 20:29:11 on ttyp1
Welcome to Darwin!
dave-powerbook-g4:~ jamwerx$ java -version
java version "1.4.2_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-232)
Java HotSpot(TM) Client VM (build 1.4.2-54, mixed mode)
dave-powerbook-g4:~ jamwerx$

~Dave the disruptor~

----------------------------------------
From: "Sean Corfield" <seancorfield@...>
Sent: Thursday, May 25, 2006 2:06 AM
To: CF-Mac <cf-mac@...>
Subject: Re: 500 error

On 5/24/06, dave  wrote:
> I cant run any of my reg sites because of course it cant find datasources but I ran this code and it ran fine (just too see if cfm would run it)

Interesting. So some things run but not others. Are you sure you're
still using JVM 1.4.2? If you accepted one of the recent Apple
updates, you'll be using 1.5 by default. In a Terminal window, type
this:

java -version

and see what you get.
--
Sean A Corfield -- http://corfield.org/
Got frameworks?

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:48:2591
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/48
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:48
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
LightInTheBox - Buy quality products at wholesale price!