Internal Server Error

The requested URL /pontiac/index.html resulted in an error.

Exception:

javax.ejb.EJBException: nested exception is: com.edmunds.common.persistence.DAOFindException: java.lang.RuntimeException

Stacktrace:

javax.ejb.EJBException: nested exception is: com.edmunds.common.persistence.DAOFindException: java.lang.RuntimeException com.edmunds.common.persistence.DAOFindException: java.lang.RuntimeException at com.edmunds.editorial.db.ArticleHibernateDAO.findBySubsubtypeIdMakeAndMaxResults(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;(ArticleHibernateDAO.java:464) at com.edmunds.editorial.service.ArticleServiceBean.findBySubsubtypeIdMakeAndMaxResults(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;(ArticleServiceBean.java:1692) at com.edmunds.editorial.service.ArticleService_gj8jny_ELOImpl.findBySubsubtypeIdMakeAndMaxResults(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;(ArticleService_gj8jny_ELOImpl.java:4923) at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source) at jrockit.reflect.NativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method) at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method) at java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;(Optimized Method) at org.springframework.ejb.access.LocalSlsbInvokerInterceptor.invoke(Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;(Optimized Method) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method) at $Proxy196.findBySubsubtypeIdMakeAndMaxResults(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;(Unknown Source) at com.edmunds.day.tags.CheckModifiedTag.isHistoryModified(Ljava/lang/String;J)Ljava/util/Date;(CheckModifiedTag.java:234) at com.edmunds.day.tags.CheckModifiedTag.getBean()Ljava/lang/Object;(Optimized Method) at com.edmunds.common.web.tags.ScopedBeanTag.setAttributeInScope()V(Optimized Method) at com.edmunds.common.web.tags.ScopedBeanTag.doEndTag()I(Optimized Method) at apps.edmunds.templates.vehicledirectory.scriptbase.checkmodified$jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(checkmodified$jsp.java:201) at com.day.jasper40.runtime.HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(Optimized Method) at javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCallInternal(Lcom/day/cq/jsp/JspHandler$JspLock;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCall(Ljava/lang/String;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.tag.IncludeTagHandler.doEndTag()I(Optimized Method) at apps.edmunds.templates.global1024.main$jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(main$jsp.java:97) at com.day.jasper40.runtime.HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(Optimized Method) at javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCallInternal(Lcom/day/cq/jsp/JspHandler$JspLock;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCall(Ljava/lang/String;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.tag.IncludeTagHandler.doEndTag()I(Optimized Method) at apps.edmunds.templates.vehicledirectory.makeindex.start$jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(start$jsp.java:342) at com.day.jasper40.runtime.HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(Optimized Method) at javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCallInternal(Lcom/day/cq/jsp/JspHandler$JspLock;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCall(Ljava/lang/String;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) Caused by: java.lang.RuntimeException at com.edmunds.common.persistence.hibernate.HibernateManager.getSession(Z)Lnet/sf/hibernate/Session;(Optimized Method) at com.edmunds.common.persistence.hibernate.HibernateManager.getSession()Lnet/sf/hibernate/Session;(HibernateManager.java:95) at com.edmunds.editorial.db.ArticleHibernateDAO.findBySubsubtypeIdMakeAndMaxResults(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;(ArticleHibernateDAO.java:440) at com.edmunds.editorial.service.ArticleServiceBean.findBySubsubtypeIdMakeAndMaxResults(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;(ArticleServiceBean.java:1692) at com.edmunds.editorial.service.ArticleService_gj8jny_ELOImpl.findBySubsubtypeIdMakeAndMaxResults(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;(ArticleService_gj8jny_ELOImpl.java:4923) at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source) at jrockit.reflect.NativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method) at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method) at java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;(Optimized Method) at org.springframework.ejb.access.LocalSlsbInvokerInterceptor.invoke(Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;(Optimized Method) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method) at $Proxy196.findBySubsubtypeIdMakeAndMaxResults(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;(Unknown Source) at com.edmunds.day.tags.CheckModifiedTag.isHistoryModified(Ljava/lang/String;J)Ljava/util/Date;(CheckModifiedTag.java:234) at com.edmunds.day.tags.CheckModifiedTag.getBean()Ljava/lang/Object;(Optimized Method) at com.edmunds.common.web.tags.ScopedBeanTag.setAttributeInScope()V(Optimized Method) at com.edmunds.common.web.tags.ScopedBeanTag.doEndTag()I(Optimized Method) at apps.edmunds.templates.vehicledirectory.scriptbase.checkmodified$jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(checkmodified$jsp.java:201) at com.day.jasper40.runtime.HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(Optimized Method) at javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCallInternal(Lcom/day/cq/jsp/JspHandler$JspLock;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCall(Ljava/lang/String;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.tag.IncludeTagHandler.doEndTag()I(Optimized Method) at apps.edmunds.templates.global1024.main$jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(main$jsp.java:97) at com.day.jasper40.runtime.HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(Optimized Method) at javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCallInternal(Lcom/day/cq/jsp/JspHandler$JspLock;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCall(Ljava/lang/String;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.tag.IncludeTagHandler.doEndTag()I(Optimized Method) at apps.edmunds.templates.vehicledirectory.makeindex.start$jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(start$jsp.java:342) at com.day.jasper40.runtime.HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(Optimized Method) at javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(Optimized Method) javax.ejb.EJBException: nested exception is: com.edmunds.common.persistence.DAOFindException: java.lang.RuntimeException at com.edmunds.editorial.service.ArticleServiceBean.findBySubsubtypeIdMakeAndMaxResults(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;(ArticleServiceBean.java:1695) at com.edmunds.editorial.service.ArticleService_gj8jny_ELOImpl.findBySubsubtypeIdMakeAndMaxResults(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;(ArticleService_gj8jny_ELOImpl.java:4923) at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source) at jrockit.reflect.NativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method) at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method) at java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;(Optimized Method) at org.springframework.ejb.access.LocalSlsbInvokerInterceptor.invoke(Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;(Optimized Method) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method) at $Proxy196.findBySubsubtypeIdMakeAndMaxResults(Ljava/lang/Long;Ljava/lang/String;Ljava/lang/Integer;)Ljava/util/List;(Unknown Source) at com.edmunds.day.tags.CheckModifiedTag.isHistoryModified(Ljava/lang/String;J)Ljava/util/Date;(CheckModifiedTag.java:234) at com.edmunds.day.tags.CheckModifiedTag.getBean()Ljava/lang/Object;(Optimized Method) at com.edmunds.common.web.tags.ScopedBeanTag.setAttributeInScope()V(Optimized Method) at com.edmunds.common.web.tags.ScopedBeanTag.doEndTag()I(Optimized Method) at apps.edmunds.templates.vehicledirectory.scriptbase.checkmodified$jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(checkmodified$jsp.java:201) at com.day.jasper40.runtime.HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(Optimized Method) at javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCallInternal(Lcom/day/cq/jsp/JspHandler$JspLock;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCall(Ljava/lang/String;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.tag.IncludeTagHandler.doEndTag()I(Optimized Method) at apps.edmunds.templates.global1024.main$jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(main$jsp.java:97) at com.day.jasper40.runtime.HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(Optimized Method) at javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCallInternal(Lcom/day/cq/jsp/JspHandler$JspLock;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCall(Ljava/lang/String;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.tag.IncludeTagHandler.doEndTag()I(Optimized Method) at apps.edmunds.templates.vehicledirectory.makeindex.start$jsp._jspService(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(start$jsp.java:342) at com.day.jasper40.runtime.HttpJspBase.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V(Optimized Method) at javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCallInternal(Lcom/day/cq/jsp/JspHandler$JspLock;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCall(Ljava/lang/String;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(Optimized Method) at com.day.cq.jsp.JspHandler.doCall(Lcom/day/cq/delivery/script/ScriptInfo;Ljavax/servlet/http/HttpServlet;Lcom/day/cq/delivery/DeliveryHttpServletRequest;Lcom/day/cq/delivery/DeliveryHttpServletResponse;)V(JspHandler.java:207)
Communiqué 4.2 at www.edmunds.com