Hello,
I'm seeing an error with ConcourseSuite Community Edition downloaded late last week. The system is a Debian "testing" system runing Sun JVM 1.6.0-b105, Tomcat 5.5.25 and PostgreSQL 8.2.6.
The problem occurs when I try to add a new group in the Communications module. After I name the group, select a contact, and click "Save" then I get a java stack trace and error message delivered on a web page within the Centric UI. Looks like maybe the database schema wasn't setup properly...? Can anybody help me decipher this one? Here's what it says:
An Error Has Occurred
Please report the following error to Concourse Suite Community Edition
You may be able to hit the back button on your browser, review your selection, and try your request again.
The actual error is:
java.sql.SQLException: ERROR: column "source" of relation "saved_criterialist" does not exist
at org.aspcfs.modules.communications.base.SearchCriteriaList.insert(Unknown Source)
at org.aspcfs.modules.communications.actions.CampaignManagerGroup.executeCommandInsert(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.darkhorseventures.framework.servlets.ControllerServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:619)
Thanks for your help!
Jason