Select to view content in your preferred language

GPT Log File

1373
2
11-23-2010 08:33 AM
DanPfeffer
Emerging Contributor
Our version 10 portal GPT log file is filling up at a rate of 100mb per hour. Here is the error message that keeps repeating itself.

Nov 23, 2010 11:24:56 AM com.esri.gpt.framework.sql.DatabaseReference openConnection
  FINE: Connection opened for gpt, jndiName: jdbc/gpt, productName: Microsoft SQL Server, driver: Microsoft SQL Server JDBC Driver 2.0 2.0.1803.100

Any idea on how to fix this?
0 Kudos
2 Replies
GianniCampanile
Esri Contributor
It does'nt look like an error but as a debugging message. Probably the log level is still set to FINE.
Check the <Tomcat>\webapps\geoportalserver\WEB-INF\classes\logging.properties file and eventually set the com.esri.gpt.level to a highest value like WARNING.
Gianni
0 Kudos
CaoKang
New Contributor
Hi,
I have the same problem. The entire log just keep repeating this following section:
Nov 7, 2011 4:30:08 PM com.esri.gpt.framework.sql.DatabaseReference openConnection
FINE: Connection opened for gpt, jndiName: jdbc/gpt, productName: PostgreSQL, driver: PostgreSQL Native Driver PostgreSQL 8.4 JDBC4 (build 703)
Nov 7, 2011 4:30:08 PM com.esri.gpt.framework.sql.DatabaseReference closeConnection
FINE: Closing connection for gpt, jndiName: jdbc/gpt

My guess is that there must be some types of connection errors between geoportal and the postgresql database through jdbc. Any suggestions? Many thanks.
0 Kudos