
System Overview page crashes when a Detection Server is started. This occurred after upgrading from DLP 15.8 MP3 to DLP 16.1 MP1.
- No Detection Servers Running, the System Overview page displays normally
- Email Prevent Servers Running, the System Overview page displays normally
- WebPrevent Servers Running, this causes the System Overview page to crash
- Stopping the WebPrevent Servers will allow the System Overview page to display normally again.
Error Message:
Level: SEVERE
Source: com.vontu.manager
Message: [/SystemOverview]
Cause:
org.springframework.dao.IncorrectResultSizeDataAccessException: query did not return a unique result: 2; nested exception is javax.persistence.NonUniqueResultException: query did not return a unique result: 2org.springframework.dao.IncorrectResultSizeDataAccessException: query did not return a unique result: 2; nested exception is javax.persistence.NonUniqueResultException: query did not return a unique result: 2
at org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:385)
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:235)
at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:551)
at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:243)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:152)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:145)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:241)
at com.sun.proxy.$Proxy344.getLastDetectorHeartbeat(Unknown Source)
at com.vontu.monitor.controller.servercontrol.ServerCommunicatorUDS.getStatus(ServerCommunicatorUDS.java:99)
at com.vontu.monitor.controller.servercontrol.DataFlowServerController.getStatuses(DataFlowServerController.java:72)
at com.vontu.monitor.controller.servercontrol.RemotableWrapper.getStatuses(RemotableWrapper.java:65)