[error] #PID<0.279.0> running Processor.Endpoint terminated
Server: localhost:4000 (http)
Request: POST /documents
** (exit) an exception was raised:
** (Phoenix.Template.UndefinedError) Could not render "create.html" for Processor.DocumentView, please define a clause for render/2 or define a template at "web/templates/document". The following templates were compiled:
* edit.html
* form.html
* index.html
* new.html
* process.html
* show.html
(processor) web/views/document_view.ex:2: Processor.DocumentView.template_not_found/2
(phoenix) lib/phoenix/view.ex:225: Phoenix.View.render_within/3
(phoenix) lib/phoenix/view.ex:243: Phoenix.View.render_to_iodata/3
(phoenix) lib/phoenix/controller.ex:460: Phoenix.Controller.render/4
(processor) web/controllers/document_controller.ex:1: Processor.DocumentController.phoenix_controller_pipeline/2
(processor) lib/phoenix/router.ex:300: Processor.Router.dispatch/2
(processor) lib/phoenix/router.ex:2: Processor.Router.call/2
(processor) lib/processor/endpoint.ex:1: Processor.Endpoint.phoenix_endpoint_pipeline/2
[info] Processing by Processor.DocumentController.process/2
Parameters: %{"filename" => "0052_201504091953.csv", "format" => "html", "id" => "52"}
Pipelines: [:browser]
[info] Sent 200 in 20ms
[error] #PID<0.281.0> running Processor.Endpoint terminated
Server: localhost:4000 (http)
Request: GET /documents/52/process/0052_201504091953.csv
** (exit) an exception was raised:
** (Plug.Conn.AlreadySentError) the response was already sent
(plug) lib/plug/conn.ex:458: Plug.Conn.put_resp_header/3
(phoenix) lib/phoenix/controller.ex:546: Phoenix.Controller.send_resp/4
(processor) web/controllers/document_controller.ex:1: Processor.DocumentController.phoenix_controller_pipeline/2
(processor) lib/phoenix/router.ex:300: Processor.Router.dispatch/2
(processor) lib/phoenix/router.ex:2: Processor.Router.call/2
(processor) lib/processor/endpoint.ex:1: Processor.Endpoint.phoenix_endpoint_pipeline/2
(processor) lib/plug/debugger.ex:90: Processor.Endpoint."call (overridable 3)"/2
(processor) lib/phoenix/endpoint/error_handler.ex:33: Processor.Endpoint.call/2