tliron / prudence

An opinionated lightweight web framework built for scale
https://prudence.threecrickets.com
Apache License 2.0
13 stars 5 forks source link

can't open http://localhost:8080/ #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
can't open http://localhost:8080/

In Windows 

use for javascript

logs files not find ever errer

Original issue reported on code.google.com by highj...@gmail.com on 26 Apr 2011 at 5:36

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Did you use "run.bat console"? Can you copy-paste here what you saw as output?

Original comment by tal.liron on 27 Apr 2011 at 6:14

GoogleCodeExporter commented 9 years ago
We've done a few more tests here, and did find a bug which occurs if you try to 
use run.bat from a directory that includes spaces in it. We fixed this on the 
Subversion build, but in the meantime you can try to install Prudence in a 
directory without spaces.

We will be releasing a new RC tonight that will include this fix.

I'll keep this issue open, waiting for you to provide feedback as to whether 
this is indeed the issue.

Original comment by tal.liron on 28 Apr 2011 at 12:04

GoogleCodeExporter commented 9 years ago
RC7 was released, please let us know if it solved your problem.

Original comment by tal.liron on 28 Apr 2011 at 3:52

GoogleCodeExporter commented 9 years ago
use IE can't open admin page
but FireFox is OK

why ? it too Magical!!

Original comment by highj...@gmail.com on 1 May 2011 at 10:07

GoogleCodeExporter commented 9 years ago
Haha... maybe! Can you tell us exactly what issue you saw with IE? For us, IE8 
works fine.

Which version of Prudence are you running on which OS?

Original comment by tal.liron on 1 May 2011 at 7:24

GoogleCodeExporter commented 9 years ago
use OS is windows xp sp2  , IE8 also not works , Firefox 4.0 works fine

current version is  1.1-984 for JavaScript.

Original comment by highj...@gmail.com on 5 May 2011 at 4:53

GoogleCodeExporter commented 9 years ago
We fixed the problem, and committed a fix on Subversion (revision 991). It will 
be available for download on the next release candidate.

Thank you very much for the bug report!

In case anyone is interested: it has to do with how IE handles the "deflate" 
compression. While most browsers are OK with the two-byte magic header, IE 
chokes on it. The trick it decode in Java using nowrap=true mode.

Original comment by tal.liron on 6 May 2011 at 1:46