Jump to content
HWBOT Community Forums

[BUGS] hwbot: Revision 4 up and running!


Christian Ney

Recommended Posts

  • Replies 511
  • Created
  • Last Reply

Top Posters In This Topic

Can't submit for Pifast or SPI 32m right now. Getting this error.

 

Oops. Something went wrong.

 

We could blame this on you but it's most likely our crappy coding skills. You could try again or nudge our developpers for fixing this.

 

Details:

 

java.lang.ClassCastException: org.hwbot.persistence.Country cannot be cast to org.hwbot.persistence.Application

Stack trace:

 

org.hwbot.facade.ApplicationFacadeImpl$$EnhancerByCGLIB$$98e5b23.findApplicationBySafeName(<generated>)

org.hwbot.web.actions.SubmitController.initSubmitBenchmark(SubmitController.java:1422)

sun.reflect.GeneratedMethodAccessor1322.invoke(Unknown Source)

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

java.lang.reflect.Method.invoke(Method.java:597)

org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:176)

org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:436)

org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:424)

org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)

org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)

org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:669)

org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:574)

javax.servlet.http.HttpServlet.service(HttpServlet.java:617)

javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)

org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)

org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)

org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)

org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:195)

org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:159)

org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:141)

org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:90)

org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:417)

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

org.hwbot.web.filter.CookieFilter.doFilter(CookieFilter.java:185)

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77)

org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)

org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)

org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

org.apache.catalina.valves.RequestFilterValve.process(RequestFilterValve.java:276)

org.apache.catalina.valves.RemoteAddrValve.invoke(RemoteAddrValve.java:81)

org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291)

org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)

org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)

org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:776)

org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:705)

org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:898)

org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)

java.lang.Thread.run(Thread.java:662)

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

It's not a bug, but something that could/should be improved. If we have a CPU category with 8 cores and dual-socket-ability - wouldn't it be a good idea to set 16 cores as default setting when you choose to have a look at the results achieved with a dual-socket-mainboard? Have a look at the Xeon E5-2687W for example:

http://hwbot.org/hardware/processor/xeon_e5_2687w/

You have to choose "Dual socket" first (which is fine) to see the benchmark overview. If you decide to watch the Wprime rankings the setting "Number of cores" has the value 8 - that would be useful if you would have chosen the "Single socket" option, but not if you're already at the "Dual socket" section. I suggest to adjust the "Number of core" setting according the chosen amount of sockets multiplied with the number of cores the CPU is specified for in general.

 

Example:

2-core-CPU + "single-socket" --> Default setting for "Number of cores" = 2

2-core-CPU + "dual-socket" --> Default setting for "Number of cores" = 4

2-core-CPU + "quad-socket" --> Default setting for "Number of cores" = 8

and so on.

 

Edit: Feel free to move this post into the feedback thread because I don't describe a bug.

Edited by Hyperhorn
Link to comment
Share on other sites

Something happends to the team-member page. UP for each member are displayed wrong. Now it seems that there are shown the "normal" league points of the members. Further more the new team submissions tab of our team, on the mainpage, doesn't display the score with hardware points+global points. Currently for some submissions there are only displayed the global points and some submissions are completely missing.

 

Recalculation of team didn't help. Sorry, i'm writing from mobile phone, so - no screenshots at the moment.

Link to comment
Share on other sites

Member page on team site not loading - no matter which browser or mobile phone and no matter if logged in or not.

 

 

Further more: "my wall" site not correctly displayed.

 

Same for me as well, but I think the last time this happened is when the site got busy.. I don't know for sure though

 

Vin

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 2 weeks later...

I see hwbot has started using external storage for screenshots.

Sample score: http://hwbot.org/submission/2305543

Sample screenshot link: http://d1ebmxcfh8bf9c.cloudfront.net/u25250/image_id_825120.x-png ... not a hwbot.org/* link like it used to be in the past. Because of this I can't actually view the screenshots in the browser, can only save them on my hard drive, which is a bit uncomfortable.

Edited by TaPaKaH
Link to comment
Share on other sites

  • 3 weeks later...
Guest
This topic is now closed to further replies.

×
×
  • Create New...