Failed to fetch job status from queue url 'http://127.0.0.1:8888/queue/item/378/', received code '404' and message '<html>
63736 <head>
63737 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
63738 <title>Error 404 Not Found</title>
63739 </head>
63740 <body><h2>HTTP ERROR 404</h2>
63741 <p>Problem accessing /queue/item/378/api/json. Reason:
63742 <pre> Not Found</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
...
<body><h2>HTTP ERROR 404</h2>
63830 <p>Problem accessing /queue/item/382/api/json. Reason:
64224 <body><h2>HTTP ERROR 404</h2>
64225 <p>Problem accessing /queue/item/389/api/json. Reason:
| +// private final FifoMap<Integer,LeftItem> leftItems = new FifoMap<Integer,LeftItem>(256); | ||
| + private final Cache<Integer,LeftItem> leftItems = CacheBuilder.newBuilder().expireAfterWrite(5*60, TimeUnit.SECONDS).build(); |
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/FC8C2B4A-90F8-4624-8F83-B88E762D023B%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.