Hi, FYI, I was using Maven 3.0.5 which is not the recommended release. I have downloaded the 2.2.1 relase and rebuild everything.
Same error occurs. BR, Brice 2013/9/26 Brice Sommacal <[email protected]> > Hi Mark, > > It's quite the same error: > - with a "/" : > > HTTP/1.1 100 Continue > > HTTP/1.1 404 Not Found > Cache-Control: must-revalidate,no-cache,no-store > Content-Type: text/html; charset=iso-8859-1 > Content-Length: 1306 > Server: Jetty(6.1.26) > > <html> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> > <title>Error 404 NOT_FOUND</title> > </head> > <body> > <h2>HTTP ERROR: 404</h2> > <p>Problem accessing /backstage/data/disk/europeana-swe.json. Reason: > <pre> NOT_FOUND</pre></p> > <hr /><i><small>Powered by Jetty://</small></i> > > > without '/': > HTTP/1.1 100 Continue > > HTTP/1.1 404 Not Found > Cache-Control: must-revalidate,no-cache,no-store > Content-Type: text/html; charset=iso-8859-1 > Content-Length: 1287 > Server: Jetty(6.1.26) > > <html> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> > <title>Error 404 NOT_FOUND</title> > </head> > <body> > <h2>HTTP ERROR: 404</h2> > <p>Problem accessing /backstage/data/disk. Reason: > <pre> NOT_FOUND</pre></p> > <hr /><i><small>Powered by Jetty://</small></i> > > > Brice > > > > 2013/9/25 Mark Baker <[email protected]> > >> Hey, >> >> On Mon, Sep 23, 2013 at 11:15 AM, Brice Sommacal >> <[email protected]> wrote: >> > curl -i -H "Content-Type: application/json" -X POST -T >> europeana-swe.json >> > http://localhost:8181/backstage/data/disk >> >> Try terminating that URL with a '/' >> >> -- >> You received this message because you are subscribed to the Google Groups >> "SIMILE Widgets" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/simile-widgets. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets. For more options, visit https://groups.google.com/groups/opt_out.
