exp.propertyvalidator" does not exist

LabKey Support Forum (Inactive)
exp.propertyvalidator" does not exist wnels2  2009-06-26 12:28
Status: Closed
 
I just ran the drts and I got the exception below. The database scripts did run ok when I restarted labkey after the rebuild. I'm running rebuild again to double check that it was cleaned but pretty sure it was. It is Friday afternoon though.
Thanks,
Bill


ERROR Table 2009-06-26 15:16:13,037 http-8080-Processor25 : SQL Exception
org.postgresql.util.PSQLException: ERROR: relation "exp.list" does not exist
    at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1608)
    at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1343)
    at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:254)
    at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
    at org.labkey.api.data.ConnectionWrapper$StatementWrapper.executeQuery(ConnectionWrapper.java:984)
    at org.labkey.api.data.Table._executeQuery(Table.java:117)
    at org.labkey.api.data.Table._executeQuery(Table.java:89)
    at org.labkey.api.data.Table.internalExecuteQueryArray(Table.java:323)
    at org.labkey.api.data.Table.select(Table.java:1220)