java.sql.SQLException: ERROR: Relation 'site' does not exist
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 807553, 1 year ago
via Google Groups by Jerome O'Neil, 2 years ago
via Google Groups by Ian deSouza, 2 years ago
via Google Groups by Arcadius A., 2 years ago
via Google Groups by milend, 6 months ago
via Google Groups by Fatih Oguz, 6 months ago
java.sql.SQLException: ERROR: Relation 'site' does not exist
at org.postgresql.Connection.ExecSQL(Connection.java:393)
at org.postgresql.jdbc2.Statement.execute(Statement.java:273)
at org.postgresql.jdbc2.Statement.executeQuery(Statement.java:54)
at or.kernel.api.base.reloadalldata(base.java:93)
at or.kernel.api.base.reloadalldata(base.java:65)
at or.kernel.api.base.initialize(base.java:59)
at or.webor.main.init(main.java:46)
at sun.servlet.ServletLoader.loadServlet(ServletLoader.java:102)
at sun.servlet.http.HttpServer.getServlet(HttpServer.java:326)
at sun.servlet.http.HttpServerHandler.sendResponse(HttpServerHandler.java:152)
at sun.servlet.http.HttpServerHandler.handleConnection(HttpServerHandler.java:121)
at sun.servlet.http.HttpServerHandler.run(HttpServerHandler.java:90)
at java.lang.Thread.run(Thread.java:484)