Invalid or Stale Connection found in the Connection Cache

Hi, all.
I try to use Oracle MapViewer 11g to display real-time GPS data - JavaScrip API refreshes FOI every 10 seconds. And I get every 3-4 minutes "Invalid or Stale Connection found in the Connection Cache" error. Does anybody know how to prevent it?
Thanks,
Ihor.
P.S. Here is the stack trace from mapviewer.log:
24-Nov-2009 2:41:15 PM oracle.sdovis.theme.DynGeomThemeProducer prepareData
SEVERE: Error fetching data.
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)
24-Nov-2009 2:41:15 PM oracle.sdovis.LoadThemeData2 run
SEVERE: Exception fetching data for theme GPS_MESSAGES.
Message:null
Description: Nested exception is:
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)
24-Nov-2009 2:41:18 PM oracle.sdovis.theme.DynGeomThemeProducer prepareData
SEVERE: Error fetching data.
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)
24-Nov-2009 2:41:18 PM oracle.sdovis.LoadThemeData2 run
SEVERE: Exception fetching data for theme GPS_MESSAGES.
Message:null
Description: Nested exception is:
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)
24-Nov-2009 2:41:21 PM oracle.sdovis.theme.DynGeomThemeProducer prepareData
SEVERE: Error fetching data.
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)
24-Nov-2009 2:41:21 PM oracle.sdovis.LoadThemeData2 run
SEVERE: Exception fetching data for theme GPS_MESSAGES.
Message:null
Description: Nested exception is:
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)
24-Nov-2009 2:41:21 PM oracle.lbs.foi.FOIServlet doPost
SEVERE: MAPVIEWER-06009: Error processing an FOI request.
Message:Error fetching theme based FOI data.
Tue Nov 24 14:41:21 EST 2009
Severity: 0
Description:
Message:null
Description: Nested exception is:
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)
24-Nov-2009 2:46:15 PM oracle.sdovis.theme.DynGeomThemeProducer prepareData
SEVERE: Error fetching data.
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)
24-Nov-2009 2:46:15 PM oracle.sdovis.LoadThemeData2 run
SEVERE: Exception fetching data for theme GPS_MESSAGES.
Message:null
Description: Nested exception is:
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)
24-Nov-2009 2:46:15 PM oracle.lbs.foi.FOIServlet doPost
SEVERE: MAPVIEWER-06009: Error processing an FOI request.
Message:Error fetching theme based FOI data.
Tue Nov 24 14:46:15 EST 2009
Severity: 0
Description:
Message:null
Description: Nested exception is:
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)
24-Nov-2009 2:48:04 PM oracle.sdovis.theme.DynGeomThemeProducer prepareData
SEVERE: Error fetching data.
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)
24-Nov-2009 2:48:04 PM oracle.sdovis.LoadThemeData2 run
SEVERE: Exception fetching data for theme GPS_MESSAGES.
Message:null
Description: Nested exception is:
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)
24-Nov-2009 2:48:04 PM oracle.lbs.foi.FOIServlet doPost
SEVERE: MAPVIEWER-06009: Error processing an FOI request.
Message:Error fetching theme based FOI data.
Tue Nov 24 14:48:04 EST 2009
Severity: 0
Description:
Message:null
Description: Nested exception is:
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)
24-Nov-2009 2:50:45 PM oracle.lbs.foi.ThemeAbortingThread run
WARNING: Aborting theme: killing the theme rendering thread forcefully.
24-Nov-2009 2:50:54 PM oracle.sdovis.theme.DynGeomThemeProducer prepareData
SEVERE: Error fetching data.
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)
24-Nov-2009 2:50:54 PM oracle.sdovis.LoadThemeData2 run
SEVERE: Exception fetching data for theme GPS_MESSAGES.
Message:null
Description: Nested exception is:
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
     at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
     at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:116)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:177)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:233)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:407)
     at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:403)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:374)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:178)
     at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:156)
     at oracle.sdovis.ds.NativeOracleDataSource.getConnection(NativeOracleDataSource.java:306)
     at oracle.sdovis.ds.DSUtil.getDBConnection(DSUtil.java:103)
     at oracle.sdovis.theme.DynGeomThemeProducer.prepareData(DynGeomThemeProducer.java:307)
     at oracle.sdovis.Theme.prepareData(Theme.java:183)
     at oracle.sdovis.LoadThemeData2.run(LoadThemeData2.java:67)
     at oracle.sdovis.DBMapMaker.prepareThemes2(DBMapMaker.java:2289)
     at oracle.sdovis.DBMapMaker.prepareThemes(DBMapMaker.java:2221)
     at oracle.lbs.foi.FOIDataProducer.getFoiData(FOIDataProducer.java:143)
     at oracle.lbs.foi.ThemeRenderingThread.getFeatures(ThemeRenderingThread.java:742)
     at oracle.lbs.foi.ThemeRenderingThread.render(ThemeRenderingThread.java:244)
     at oracle.lbs.foi.ThemeRenderingThread.run(ThemeRenderingThread.java:159)

The error looks like a generic jdbc/database problem. Will the error go away if you restart mapviewer?

Similar Messages

  • Oracle 9i - Invalid or Stale Connection found in the Connection cache

    Hi all,
    I did the following steps:
    1. Deployed my application in Jboss and started the jboss and my application.
    2. Re-started my database when the application is alive and running.
    3. Tried to login to the application.
    4. I got the following exception:
    NO MORE DATA TO READ
    5. Then i set the Oracle Data Source property DB_VALIDATE_CONNECTION=true via my application.
    6. But still i get the following exception when i log in first time to the application. But not in subsequent attempts. I am able to login to the application except for the first time.
    “java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache”.
    Please let me know why this exception occurs.
    Thanks!!

    The error looks like a generic jdbc/database problem. Will the error go away if you restart mapviewer?

  • Surfing the web I constantly get a dialog box popping up that says "The connection was rest" or " Server not found" or "The connection has timed out"

    Surfing the web I constantly get a dialog box popping up that says "The connection was rest" or " Server not found" or "The connection has timed out". The panel gives me three possible causes, none of which are correct and tells me to "Try again". Sometimes when I try again the site appears, sometimes it does after several tries and sometimes it never does. I called my IP, Cox and they told me it is a result of something Microsoft put out in their updates to IE (presumably to discourage people from using Firefox). Can you help me get rid of this problem?

    Surfing the web I constantly get a dialog box popping up that says "The connection was rest" or " Server not found" or "The connection has timed out". The panel gives me three possible causes, none of which are correct and tells me to "Try again". Sometimes when I try again the site appears, sometimes it does after several tries and sometimes it never does. I called my IP, Cox and they told me it is a result of something Microsoft put out in their updates to IE (presumably to discourage people from using Firefox). Can you help me get rid of this problem?

  • What does "Error-2041: an invalid sample description was found in the movie"means?

    what does "Error-2041: an invalid sample description was found in the movie"means?

    I have the exact same problem. I have a PPC 6700, and now I can't view movies I created with it in mp4. If change extension file to 3GP video works just fine.
    Also, when I try to see a webpage with a Quicktime video clip, I only get a Quicktime logo with a big question mark in it, but no play.
    I tried uninstalling and reinstalling, but nothing seems to work.
    I have Windows XP, and it worked fine until a couple weeks ago. Not sure if when upgrading to Quicktime 7.2, though.

  • Error -2041: an invalid sample description was found in the movie

    I just tried to use quick time to open mp4 on my PC (taken from my dopod/HTC pda phone), but NOW get "error -2041: an invalid sample description was found in the movie". I used to be able to watch the vids, but no longer......

    I have the exact same problem. I have a PPC 6700, and now I can't view movies I created with it in mp4. If change extension file to 3GP video works just fine.
    Also, when I try to see a webpage with a Quicktime video clip, I only get a Quicktime logo with a big question mark in it, but no play.
    I tried uninstalling and reinstalling, but nothing seems to work.
    I have Windows XP, and it worked fine until a couple weeks ago. Not sure if when upgrading to Quicktime 7.2, though.

  • There is an invalid number of arguments found in the function '@PARENTVAL

    Hi
    In a prior version of Hyperion, we had a business rule which pushed values down to to a child member
    +Fix ( EE105, , @Children("FX entry"), &District, @UDA("Cost centre - primary", "DuplicateMbr"),C3090,[Opex_WriteScenario], [Opex_WriteVersion],&CurYear: &YearPlus6)+
    Month = @PARENTVAL("Cost Centre");
    Endfix;
    We are moving across to Calc Manager in version 11.1.2.1 and the problem is that I now get the following error message:
    An error occurred in: Calc Opex CC
    There is an invalid number of arguments found in the function '@PARENTVAL(Cost Centre)'. .
    Your assistance is appreciated.
    Cheers

    Check if you can validate this script again Essbase, I am sure you will be able to.
    If I remember correctly there were few functions missing in calc manager which were fixed in the patches released.
    Try it on the latest patch:
    Patch 14265667: Patch Set Update: 11.1.2.1.104 for Oracle Hyperion Calculation Manager
    Cheers..!!!
    Rahul S.

  • Damn this firefox ....Its was working fine till yesterday " The connection was reset.The connection to the server was reset while the page was loading

    It was all fine till yesterday.. no proxy nothig is blocking. All other browsers working fine. Please assist
    The connection was reset The connection to the server was reset while the page was loading.
    The site could be temporarily unavailable or too busy. Try again in a few
    moments. If you are unable to load any pages, check your computer's network
    connection. If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.

    Please try http://support.mozilla.com/en-US/kb/error%20loading%20web%20sites#w_interrupted-or-reset-connection

  • I am getting thr following erro The connection was reset The connection to the server was reset while the page was loading. The site could be temporarily

    When I try to access websites I get error message. Examples are e-bay or microsoft help.
    The connection was reset
    The connection to the server was reset while the page was loading.
    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer's network connection.
    If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

    Hi!
    Does this occur with other browsers? Is this will all websites you are trying to visit?
    Thanks!

  • OniPhone 6 Plus. Connectinge 6 Plus. Connecting Bluetooth to my Prius bluetooth has been successful However, I am unable to answer or place calls via the bluetooth connection even though the connection has been established. Can anyone help with this?

    With my new iPhone 6 Plus. Connectinge 6 Plus. Connecting Bluetooth to my Prius bluetooth has been successful. However, I am unable to answer or place calls via the bluetooth connection even though the connection has been established. It worked well with my previous iPhone 4S. Can anyone help with this?

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • Connection Issues in the Connection Manager

    Good Morning Friends,
    I hope i will get some answer or some directions here . I have been trying to find a solution for months. I have two servers TESTSQL(2008R2) PRODSQL(2008R2) . On these twos servers i have a package that loads data from source databases into the staging tables
    in the data warehouse. The source servers were 2005. The packages were running great with no problem. They have upgraded the source servers to 2008r2 and now the package on the PRODSQL(2008R2) is not working. I'm getting the connection manager connection error.
    we have checked all the possible places (like nameof the instance, firewall -- all the servers are internal servers). The package on TESTSQL is able to connect to the source servers and this is how we have been running the package for the time being. Please
    see the below error. Any documentatiuon or link will be of great help.
    TITLE: Connection Manager
    Test connection failed because of an error in initializing provider. Login timeout expired
    A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information
    see SQL Server Books Online.
    Named Pipes Provider: Could not open a connection to SQL Server [53].
    BUTTONS:
    OK

    Hi thinkingeye,
    Based on my research, this 503 error usually means that the SQL Server computer can't be found or that the TCP port number is either not known, or is not the correct port number, or is blocked by a firewall.
    According to your description, it seems that the issue is caused by you cannot ping the IP Address of the source server in the command prompt window of PRODSQL server or the source SQL Server is blocked by the firewall in the PRODSQL server.
    For more details about how to fix this issue, please refer to the following blog:
    http://social.technet.microsoft.com/wiki/contents/articles/2102.how-to-troubleshoot-connecting-to-the-sql-server-database-engine.aspx
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Failed to open the connection after changing the connection in CMC

    Hi
    Below are our environment details:
    BOXI 3.1 SP3
    Solaris Sparc 10
    Crystal Reports 2008 Sp3
    Weblogic 11g
    Our team is facing the problem as described below:
    We have created Crystal Reports using JDBC connection and it works fine
    in an environment(SIT).
    When we migrate these reports to the another environment(UAT) we get
    the error "Failed to open the connection"
    After migrating we indeed change the connection to Custom Database
    Login Information in CMC.
    So to troubleshoot we installed Crystal Reports in UAT environment and
    had to perform Set DataLocation after which
    the reports starting working fine.
    Now when we are migrating reports to Production we have the same issue.
    We cannot install Crystal Reports on Production this time and hence we
    are stuck.
    Please let us know if any known workaround or solution for the same.
    Thanks
    Kamal
    Edited by: Kamalaksha Shetty on Nov 15, 2011 4:18 AM

    Hi Meenal,
    I am not 100% sure I understood the workaround of having Crystal Designer on the server. Can you connect from UAT designer to production and perform the same operation?
    Check this KBA that describes this problem and a solution:
    https://service.sap.com/sap/support/notes/1445067
    Regards,
    Julian

  • I deleted the "Ethernet" connection option n the connectivity options. I cannot get the wireless icon to turn on. How do I reset and restore?

    I deleted the "ethernet" connection option in connectivity options. how do I restore this to my menu options for connectivity?

    Hi naxos2014,
    You can use the steps in this article to create a new network service (EG. the "ethernet" option):
    OS X Mavericks: Set up a network connection service
    http://support.apple.com/kb/PH13733
    All the best,
    Jeremy

  • Error message when loading "The connection to the server was reset while the page was loading" I have to hit "try again and then it connects.

    I get the following message when trying to connect to firefox:
    "The connection to the server was reset while the page was loading." I have to click on "try again" and then it connects.

    Did you check your security software (firewall)?
    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls

  • How to resolve "the connection was reset"error?

    ''Question duplicated; please continue at [/questions/1056868]''
    i was trying to load www.facebook.com and this is the error i get
    The connection was reset
    The connection to the server was reset while the page was loading.
    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer's network connection.
    If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
    thanks

    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full, unrestricted, access to install for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating

  • Gargoyle https router logon not working after version 27, when I try and logon it just says the connection was reset. works fine with 27.0.1 must be a bug

    I use a Gargoyle quota management router which has web access through https. It works fine with Firefox version 27.0.1 , and has worked for years with no problems. Somewhere after version 27.0.1 a bug was introduced which prooduces the error message "Problem loading page, The connection was reset, The connection to the server was reset while the page was loading" each time I go to the routers address. Reverting to 27.0.1 fixes the problem and it also works fine with Interney Explorer so it is not a firewall problem.

    HI techman88,
    Thank you for your question. I understand that the password for your router is no longer working in Firefox 27. Please download the new version of Firefox from your working browser and reset the profile.
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    More information about reinstalling Firefox can be found [[Troubleshoot and diagnose Firefox problems#w_5-reinstall-firefox|here]].
    <b>WARNING:</b> Do not run Firefox's uninstaller or use a third party remover as part of this process, because that could permanently delete your Firefox data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. <u>These cannot be easily recovered unless they have been backed up to an external device!</u>
    To reset Firefox go to about:support and and click Reset Firefox. However if there is a saved password in this profile you can manage the passwords under Options > Security> Passwords. Please check this out as well.

Maybe you are looking for

  • How can I navigate to a specific target folder when performing a save file command?

    Whenever i click on a Save option for a file, I am eventually presented with a dialog box that gives me a choice of Devices, Favorites and Recent file selections. Which i usually stare at knowing that the actual folder I want the file saved to will n

  • Missing emails in Mail

    After I remove Yahoo account from Mail in OS X 10.7.2, all the yahoo emails no longer display inside Mail. How to find them back/ They do not exist in the Yahoo Server anymore as Mail 'sucked' them out when I added Yahoo to Mail initially.

  • Problem in invoking BPEL process from jsp

    Dear Experts, I am trying to invoke BPEL process from simple JSP form, with guide lines of http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/invoke.htm. But I'm receiving the following error Error: JSP files must reside in the server

  • ValueListHandler and Struts

    Hi, I am trying to use ValueListHandler for generating a report in my project. I am using DAO and DAOImplementor, which will be called by my EJB method. I get the result in my Helper class, which is actually set in session, if i intend to directly us

  • Automatically determine the staging area and door

    Hello Gurus,         How to automatically determine the staging area and door ? and where to configure it? thanks very much!