java.sql.SQLException: [synaptris][MySQL JDBC Driver]Error writing data to client-side row cache. Verify that the directory specified by the java.io.tmpdir property exists and the current user has permission to read from and write to that directory.
at syn.jdbc.base.BaseStatement.postProcessExceptionFromCommonExecute(Unknown Source)
at syn.jdbc.base.BaseStatement.commonGetNextResultSet(Unknown Source)
at syn.jdbc.base.BaseStatement.executeQueryInternal(Unknown Source)
at syn.jdbc.base.BaseStatement.executeDatabaseMetaDataQuery(Unknown Source)
at syn.jdbc.base.BaseDatabaseMetaData.getProcedureColumns(Unknown Source)
at com.intelliview.bl.components.StoredProcedure.getInputParams4mMetaData(StoredProcedure.java:273)
Originally posted by Rusty Shackleford:
Does this run in a loop?
With nothing to block, of course it is going to take all your CPU time since it never rests.
IWAB0489E Error when deploying Web service to Axis runtime axis-admin failed with {http://xml.apache.org/axis/}HTTP (404)Not found
Originally posted by ankur rathi:
Try optimizing the process of getting data that you are displaying on that pop-up.