Servlet Error
#21
Closed
opened 10 years ago by Marcelli
·
2 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I get an error when trying to master the second tutorial.
I created article.html.pmd. But if I click in the tree on "out" I get the following error. I have the same issue with all other files: "out" triggers a servlet error.
What do I do wrong?
`Exception
The application raised an exception with the message:
string-downcase: contract violation
expected: string?
given: 'gif
Stack trace:
loop at:
at:
line 255, column 18, in file /usr/share/racket/collects/racket/contract/private/arrow-val-first.rkt
out at:
at:
line 49, column 2, in file /home/marc/.racket/6.1/pkgs/pollen/server-routes.rkt
at:
line 58, column 2, in file /usr/share/racket/pkgs/web-server-lib/web-server/dispatchers/dispatch-servlets.rkt
at:
line 112, column 8, in file /usr/share/racket/pkgs/web-server-lib/web-server/private/dispatch-server-unit.rkt`
Thank you, this has been fixed. Use
raco pkg update --update-deps pollen
to get the fix.Thanks! It works!
Pollen is a fine program. I am looking forward to the third tutorial!