vwjugow

junit html - 404 not found

Mar 21st, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. T E S T S
  2. -------------------------------------------------------
  3. Running app.client.local.AppIntegrationTest
  4. INFO [MetaDataScanner] added class scanning extensions: org.jboss.errai.common.metadata.JbossVFsTypeHandler
  5. INFO [Reflections] Reflections took 2184 ms to scan 20 urls, producing 833 keys and 6108 values [using 2 cores]
  6. INFO [NoopClusteringProvider] clustering support not configured.
  7. INFO [OrderedBootstrap] starting errai bus ...
  8. INFO [DefaultComponents] using dispatcher implementation: org.jboss.errai.bus.server.SimpleDispatcher
  9. INFO [DefaultComponents] using session provider implementation: org.jboss.errai.bus.server.HttpSessionProvider
  10. INFO [LoadExtensions] searching for errai extensions ...
  11. INFO [LoadExtensions] found extension org.jboss.errai.tools.monitoring.MonitorExtension
  12. INFO [OrderedBootstrap] errai bus started.
  13. logging for HtmlUnit thread
  14. [WARN] Obsolete content type encountered: 'application/x-javascript'.
  15. [WARN] Obsolete content type encountered: 'application/x-javascript'.
  16. [WARN] 404 - GET /app.App.JUnit/hopscotch.css (127.0.0.1) 1392 bytes
  17. INFO [WebClient] statusCode=[404] contentType=[text/html]
  18. INFO [WebClient] <html>
  19. <head>
  20. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
  21. <title>Error 404 NOT_FOUND</title>
  22. </head>
  23. <body><h2>HTTP ERROR 404</h2>
  24. <p>Problem accessing /app.App.JUnit/hopscotch.css. Reason:
  25. <pre> NOT_FOUND</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
  26. <br/>
  27. <br/>
  28. <br/>
  29. ...
  30. <br/>
  31.  
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment