Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is an example java exception #24

Open
macqueen opened this issue Jul 22, 2016 · 0 comments
Open

This is an example java exception #24

macqueen opened this issue Jul 22, 2016 · 0 comments
Assignees

Comments

@macqueen
Copy link
Owner

http://localhost:8000/sentry/earth/issues/99/

javax.servlet.ServletException: Something bad happened
(15 additional frame(s) were not displayed)
...
    at com.example.myproject.OutputBufferFilter.doFilter(OutputBufferFilter.java:33)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
    at com.example.myproject.ExceptionHandlerFilter.doFilter(ExceptionHandlerFilter.java:28)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
    at com.example.myproject.OpenSessionInViewFilter.doFilter(OpenSessionInViewFilter.java:60)

com.example.myproject.MyProjectServletException: 
(1 additional frame(s) were not displayed)
...
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at com.example.myproject.MyServlet.doPost(MyServlet.java:169)

java.sql.SQLException: Violation of unique constraint MY_ENTITY_UK_1: duplicate value(s) for column(s) MY_COLUMN in statement [...]
    at org.hibernate.id.insert.AbstractSelectingDelegate.performInsert(AbstractSelectingDelegate.java:57)
    at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:105)
    at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate
    at org.hsqldb.jdbc.Util.throwError

This is an example java exception
@macqueen macqueen self-assigned this Jul 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant