Today when I did box server start I got 127.0.0.1 ...
# cfml-general
f
Today when I did box server start I got 127.0.0.1 didn’t send any data. so i tried a simple cfml page like <cfoutput>hello</cfoutput> same error. Then I did box update --force and then relaunche...same error? What can I do to trouble shoot this error.This is not a live server so I can wipe out the .command directory if need be
s
it should have also give you a port like http://127.0.0.1:8082 for example. If the server failed to start you can do a
box start --trace --console
to give you more information
f
That's the output of box start --trace --console. Very confusing
s
well that tells me that you server is up and running on http://127.0.0.1:55283
f
I;m still getting "This page isn’t working right now 127.0.0.1 didn’t send any data.ERR_EMPTY_RESPONSE" in Chrome I hit refresh and the last lines in the log are [TRACE] Server Rules: Predicate [path-prefix( { '/flashservices/gateway', '/messagebroker', '/openamf/gateway', '/cfform-internal', '/CFFormGateway', '/flex2gateway', '/flex-internal' } )] resolved to false for HttpServerExchange{ GET /}. [TRACE] Server Rules: Regex pattern [\.(mxml|cfswf)$] DOES NOT MATCH input [/] for HttpServerExchange{ GET /}. [TRACE] Server Rules: Predicate [regex( pattern='\.(mxml|cfswf)$', value='%{RELATIVE_PATH}', full-match='false', case-sensitive='true' )] resolved to false for HttpServerExchange{ GET /}