This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR Error executing request: /services/v2/problem.json | |
org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON: No serializer found for class org.springframework.validation.DefaultMessageCodesResolver and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationConfig.Feature.FAIL_ON_EMPTY_BEANS) ) (through reference chain: com.teamhub.services.v2.support.ErrorWrapper["errors"]->org.springframework.validation.BeanPropertyBindingResult["messageCodesResolver"]); nested exception is org.codehaus.jackson.map.JsonMappingException: No serializer found for class org.springframework.validation.DefaultMessageCodesResolver and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationConfig.Feature.FAIL_ON_EMPTY_BEANS) ) (through reference chain: com.teamhub.services.v2.support.ErrorWrapper["errors"]->org.springframework.validation.BeanPropertyBindingResult["messageCodesResolver"]) | |
at org.springframework.http.conve |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-Jun-22 14:51:19,268 TeamHubHandlerExceptionResolver | |
ERROR Error executing request: /commands/giveReputation.json | |
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors | |
Field error in object 'reputationRequest' on field 'points': rejected value [15000000000]; codes [typeMismatch.reputationRequest.points,typeMismatch.points,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [reputationRequest.points,points]; arguments []; default message [points]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'points'; nested exception is java.lang.NumberFormatException: For input string: "15000000000"] | |
at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.doBind(HandlerMethodInvoker.java:818) | |
at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.resolveHandlerArgumen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-Jun-17 21:52:37,571 TeamHubHandlerExceptionResolver | |
ERROR Error executing request: /services/v2/node/impersonate/119/44/voteup | |
java.lang.NullPointerException | |
at com.teamhub.plugins.impersonation.node.NodeImpersonationService.canPerformAction(NodeImpersonationService.java:95) | |
at com.teamhub.plugins.impersonation.node.NodeImpersonationService.performAction(NodeImpersonationService.java:81) | |
at com.teamhub.plugins.impersonation.node.NodeImpersonationService.voteUp(NodeImpersonationService.java:53) | |
at com.teamhub.plugins.impersonation.node.NodeImpersonationService$$FastClassByCGLIB$$8c1752a4.invoke(<generated>) | |
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191) | |
at com.teamhub.infrastructure.utils.BeanUtils$SecurityInterceptor.intercept(BeanUtils.java:633) | |
at com.teamhub.plugins.impersonation.node.NodeImpersonationService$$EnhancerByCGLIB$$84896330.voteUp(<generated>) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR error | |
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.IllegalArgumentException: Model has no value for 'plugin.groupId' | |
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:894) | |
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:620) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) | |
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) | |
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) | |
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR Error executing request: /spaces/123/index.html | |
java.lang.NullPointerException | |
at com.teamhub.controllers.SpaceController.index(SpaceController.java:142) | |
at com.teamhub.controllers.SpaceController$$FastClassByCGLIB$$ebd93828.invoke(<generated>) | |
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191) | |
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) | |
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) | |
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80) | |
at com.teamhub.infrastructure.security.DefaultSecurityAspect.unsecureMethod(DefaultSecurityAspect.java:62) | |
at sun.reflect.GeneratedMethodAccessor525.invoke(Unknown Source) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR Error executing request: /users/7/userActivity.html | |
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.teamhub.models.node.Node#71] | |
at org.hibernate.internal.SessionFactoryImpl$1$1.handleEntityNotFound(SessionFactoryImpl.java:244) | |
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:212) | |
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:262) | |
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:150) | |
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1098) | |
at org.hibernate.internal.SessionImpl.internalLoad(SessionImpl.java:1025) | |
at org.hibernate.type.EntityType.resolveIdentifier(EntityType.java:671) | |
at org.hibernate.type.EntityType.resolve(EntityType.java:489) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-May-11 15:49:39,221 SqlExceptionHelper | |
ERROR Incorrect string value: '\xE6\xB5\x8B\xE8\xAF\x95...' for column 'c_body' at row 1 | |
2016-May-11 15:49:39,222 BatchingBatch | |
ERROR HHH000315: Exception executing batch [could not perform addBatch] | |
org.hibernate.exception.GenericJDBCException: could not perform addBatch | |
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:54) | |
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:125) | |
at org.hibernate.engine.jdbc.batch.internal.BatchingBatch.performExecution(BatchingBatch.java:114) | |
at org.hibernate.engine.jdbc.batch.internal.BatchingBatch.doExecuteBatch(BatchingBatch.java:101) | |
at org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl.execute(AbstractBatchImpl.java:149) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-abr-06 10:18:58,055 NetworkInfrastructureInitializer | |
INFO Network 6 initialized | |
2016-abr-06 10:22:26,836 TeamHubPackTag | |
WARN could not load pack resource /scripts/jquery-1.10.2.min.js | |
2016-abr-06 10:22:27,740 TeamHubPackTag | |
WARN could not load pack resource /scripts/bootstrap-notify.min.js | |
2016-abr-06 10:22:27,827 TeamHubPackTag | |
WARN could not load pack resource /scripts/thub.sockets.js | |
2016-abr-06 10:22:28,017 TeamHubPackTag | |
WARN could not load pack resource /scripts/thub.messages.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta property="og:description" content="<p>hello hellohellohello</p><p><img src=" s<="" p=""> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR Error executing request: /commands/64/manyVotes.json | |
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.teamhub.models.node.Node#25] | |
at org.hibernate.internal.SessionFactoryImpl$1$1.handleEntityNotFound(SessionFactoryImpl.java:244) | |
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:212) | |
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:262) | |
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:150) | |
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1098) | |
at org.hibernate.internal.SessionImpl.internalLoad(SessionImpl.java:1025) | |
at org.hibernate.type.EntityType.resolveIdentifier(EntityType.java:671) | |
at org.hibernate.type.EntityType.resolve(EntityType.java:489) |