=== 2010-04-21 11:40:25,658 [l0-6] DEBUG SQLDataSource - [builtinApplication.ElementType_fetch] Executing row count query: SELECT COUNT(*) FROM $defaultTableClause WHERE $defaultWhereClause === 2010-04-21 11:40:25,659 [l0-2] DEBUG SQLDataSource - [builtinApplication.Element_fetch] Executing row count query: SELECT COUNT(*) FROM $defaultTableClause WHERE $defaultWhereClause === 2010-04-21 11:40:25,705 [l0-6] DEBUG PoolableSQLConnectionFactory - [builtinApplication.ElementType_fetch] Initializing SQL config for 'SQLServer' from system config - using DriverManager: net.sourceforge.jtds.jdbc.Driver === 2010-04-21 11:40:25,710 [l0-6] DEBUG PoolableSQLConnectionFactory - [builtinApplication.ElementType_fetch] net.sourceforge.jtds.jdbc.Driver lookup successful === 2010-04-21 11:40:25,710 [l0-6] DEBUG PoolableSQLConnectionFactory - [builtinApplication.ElementType_fetch] DriverManager fetching connection for SQLServer via jdbc url jdbc:jtds:sqlserver://127.0.0.1:1433;DatabaseName=sigh_tracker;User=sa;Password=%%DB_PASSWORD%% === 2010-04-21 11:40:25,710 [l0-6] DEBUG PoolableSQLConnectionFactory - [builtinApplication.ElementType_fetch] Passing JDBC URL only to getConnection === 2010-04-21 11:40:25,712 [l0-2] DEBUG PoolableSQLConnectionFactory - [builtinApplication.Element_fetch] DriverManager fetching connection for SQLServer via jdbc url jdbc:jtds:sqlserver://127.0.0.1:1433;DatabaseName=sigh_tracker;User=sa;Password=%%DB_PASSWORD%% === 2010-04-21 11:40:25,712 [l0-2] DEBUG PoolableSQLConnectionFactory - [builtinApplication.Element_fetch] Passing JDBC URL only to getConnection === 2010-04-21 11:40:25,798 [l0-6] DEBUG PoolableSQLConnectionFactory - [builtinApplication.ElementType_fetch] Returning pooled Connection === 2010-04-21 11:40:25,798 [l0-2] DEBUG PoolableSQLConnectionFactory - [builtinApplication.Element_fetch] Returning pooled Connection === 2010-04-21 11:40:25,804 [l0-2] INFO SQLDriver - [builtinApplication.Element_fetch] Executing SQL query on 'SQLServer': SELECT COUNT(*) FROM Element WHERE ('1'='1') === 2010-04-21 11:40:25,804 [l0-6] INFO SQLDriver - [builtinApplication.ElementType_fetch] Executing SQL query on 'SQLServer': SELECT COUNT(*) FROM ElementType WHERE ('1'='1') === 2010-04-21 11:40:25,826 [l0-2] DEBUG SQLServerDriver - [builtinApplication.Element_fetch] SQL Server version is '10.00.1600' === 2010-04-21 11:40:25,826 [l0-6] DEBUG SQLServerDriver - [builtinApplication.ElementType_fetch] SQL Server version is '10.00.1600' === 2010-04-21 11:40:25,827 [l0-6] DEBUG SQLDataSource - [builtinApplication.ElementType_fetch] Using SQL Limit query === 2010-04-21 11:40:25,827 [l0-2] DEBUG SQLDataSource - [builtinApplication.Element_fetch] Using SQL Limit query === 2010-04-21 11:40:25,830 [l0-2] DEBUG SQLDataSource - [builtinApplication.Element_fetch] SQL windowed select rows 0->75, result size 75. Query: SELECT Name, SelectOptions, MaxLength, Description, ElementID, ElementTypeID, MaxIntValue, MinIntValue, MaxFloatValue, BoolStartState, MinFloatValue FROM (SELECT Name, SelectOptions, MaxLength, Description, ElementID, ElementTypeID, MaxIntValue, MinIntValue, MaxFloatValue, BoolStartState, MinFloatValue, ROW_NUMBER() OVER (ORDER BY x.Name) AS rowID FROM (SELECT TOP 100 PERCENT Element.Name, Element.SelectOptions, Element.Description, Element.MaxLength, Element.ElementID, Element.ElementTypeID, Element.MinIntValue, Element.MaxIntValue, Element.MaxFloatValue, Element.BoolStartState, Element.MinFloatValue FROM Element WHERE ('1'='1') ORDER BY Element.Name) x) y WHERE y.rowID BETWEEN 1 AND 76 === 2010-04-21 11:40:25,831 [l0-2] DEBUG PoolableSQLConnectionFactory - [builtinApplication.Element_fetch] DriverManager fetching connection for SQLServer via jdbc url jdbc:jtds:sqlserver://127.0.0.1:1433;DatabaseName=sigh_tracker;User=sa;Password=%%DB_PASSWORD%% === 2010-04-21 11:40:25,831 [l0-2] DEBUG PoolableSQLConnectionFactory - [builtinApplication.Element_fetch] Passing JDBC URL only to getConnection === 2010-04-21 11:40:25,831 [l0-6] DEBUG SQLDataSource - [builtinApplication.ElementType_fetch] Using PK as default sorter: ElementTypeID === 2010-04-21 11:40:25,832 [l0-6] DEBUG SQLDataSource - [builtinApplication.ElementType_fetch] SQL windowed select rows 0->75, result size 75. Query: SELECT DefaultMinFloatValue, Description, RequireMinFloatValue, RequireSelectOptions, DefaultBoolStartState, RequireMaxLength, Name, DefaultMaxLength, ElementTypeID, DefaultMinIntValue, RequireMinIntValue, DBType, RequireBoolStartState, DefaultSelectOptions, RequireMaxIntValue, RequireMaxFloatValue, DefaultMaxFloatValue, WidgetType, DefaultMaxIntValue FROM (SELECT DefaultMinFloatValue, Description, RequireMinFloatValue, RequireSelectOptions, DefaultBoolStartState, RequireMaxLength, Name, DefaultMaxLength, ElementTypeID, DefaultMinIntValue, RequireMinIntValue, DBType, RequireBoolStartState, DefaultSelectOptions, RequireMaxIntValue, RequireMaxFloatValue, DefaultMaxFloatValue, WidgetType, DefaultMaxIntValue, ROW_NUMBER() OVER (ORDER BY x.ElementTypeID) AS rowID FROM (SELECT TOP 100 PERCENT ElementType.DefaultMinFloatValue, ElementType.Description, ElementType.RequireMinFloatValue, ElementType.RequireSelectOptions, ElementType.DefaultBoolStartState, ElementType.RequireMaxLength, ElementType.Name, ElementType.DefaultMaxLength, ElementType.ElementTypeID, ElementType.DefaultMinIntValue, ElementType.RequireMinIntValue, ElementType.DBType, ElementType.RequireBoolStartState, ElementType.RequireMaxIntValue, ElementType.DefaultSelectOptions, ElementType.RequireMaxFloatValue, ElementType.DefaultMaxIntValue, ElementType.WidgetType, ElementType.DefaultMaxFloatValue FROM ElementType WHERE ('1'='1')) x) y WHERE y.rowID BETWEEN 1 AND 76 === 2010-04-21 11:40:25,832 [l0-6] DEBUG PoolableSQLConnectionFactory - [builtinApplication.ElementType_fetch] DriverManager fetching connection for SQLServer via jdbc url jdbc:jtds:sqlserver://127.0.0.1:1433;DatabaseName=sigh_tracker;User=sa;Password=%%DB_PASSWORD%% === 2010-04-21 11:40:25,832 [l0-6] DEBUG PoolableSQLConnectionFactory - [builtinApplication.ElementType_fetch] Passing JDBC URL only to getConnection === 2010-04-21 11:40:25,849 [l0-6] DEBUG PoolableSQLConnectionFactory - [builtinApplication.ElementType_fetch] Returning pooled Connection === 2010-04-21 11:40:25,856 [l0-6] INFO DSResponse - [builtinApplication.ElementType_fetch] DSResponse: List with 9 items === 2010-04-21 11:40:25,857 [l0-6] DEBUG RPCManager - Content type for RPC transaction: text/plain; charset=UTF-8 === 2010-04-21 11:40:25,861 [l0-6] DEBUG XML - Parsed XML from /Users/macinp/Documents/GT/Clients/sigh/Dev/tracker-dev/workspace/Tracker/war/ds/ElementType.ds.xml: 4ms === 2010-04-21 11:40:25,863 [l0-2] DEBUG PoolableSQLConnectionFactory - [builtinApplication.Element_fetch] Returning pooled Connection === 2010-04-21 11:40:25,865 [l0-6] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2010-04-21 11:40:25,875 [l0-2] INFO DSResponse - [builtinApplication.Element_fetch] DSResponse: List with 16 items === 2010-04-21 11:40:25,886 [l0-2] DEBUG XML - Parsed XML from (in memory stream): 5ms === 2010-04-21 11:40:25,890 [l0-2] DEBUG AppBase - [builtinApplication.ElementType_fetch] No userTypes defined, allowing anyone access to all operations for this application === 2010-04-21 11:40:25,891 [l0-2] DEBUG AppBase - [builtinApplication.ElementType_fetch] No public zero-argument method named '_ElementType_fetch' found, performing generic datasource operation === 2010-04-21 11:40:25,891 [l0-2] INFO SQLDataSource - [builtinApplication.ElementType_fetch] Performing fetch operation with criteria: {} values: {} === 2010-04-21 11:40:25,891 [l0-2] INFO SQLWhereClause - [builtinApplication.ElementType_fetch] empty condition === 2010-04-21 11:40:25,891 [l0-2] INFO SQLDataSource - [builtinApplication.ElementType_fetch] derived query: SELECT $defaultSelectClause FROM $defaultTableClause WHERE $defaultWhereClause === 2010-04-21 11:40:25,892 [l0-2] DEBUG PoolableSQLConnectionFactory - [builtinApplication.ElementType_fetch] DriverManager fetching connection for SQLServer via jdbc url jdbc:jtds:sqlserver://127.0.0.1:1433;DatabaseName=sigh_tracker;User=sa;Password=%%DB_PASSWORD%% === 2010-04-21 11:40:25,892 [l0-2] DEBUG PoolableSQLConnectionFactory - [builtinApplication.ElementType_fetch] Passing JDBC URL only to getConnection === 2010-04-21 11:40:25,928 [l0-2] DEBUG PoolableSQLConnectionFactory - [builtinApplication.ElementType_fetch] Returning pooled Connection === 2010-04-21 11:40:25,929 [l0-2] INFO SQLDriver - [builtinApplication.ElementType_fetch] Executing SQL query on 'SQLServer': SELECT ElementType.DefaultMinFloatValue, ElementType.Description, ElementType.RequireMinFloatValue, ElementType.RequireSelectOptions, ElementType.DefaultBoolStartState, ElementType.RequireMaxLength, ElementType.Name, ElementType.DefaultMaxLength, ElementType.ElementTypeID, ElementType.DefaultMinIntValue, ElementType.RequireMinIntValue, ElementType.DBType, ElementType.RequireBoolStartState, ElementType.RequireMaxIntValue, ElementType.DefaultSelectOptions, ElementType.RequireMaxFloatValue, ElementType.DefaultMaxIntValue, ElementType.WidgetType, ElementType.DefaultMaxFloatValue FROM ElementType WHERE ('1'='1') === 2010-04-21 11:40:25,933 [l0-2] INFO DSResponse - [builtinApplication.ElementType_fetch] DSResponse: List with 9 items === 2010-04-21 11:40:25,938 [l0-2] DEBUG RPCManager - Content type for RPC transaction: text/plain; charset=UTF-8 === 2010-04-21 11:40:25,943 [l0-2] DEBUG XML - Parsed XML from /Users/macinp/Documents/GT/Clients/sigh/Dev/tracker-dev/workspace/Tracker/war/ds/Element.ds.xml: 4ms === 2010-04-21 11:40:25,947 [l0-2] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2010-04-21 11:40:25,948 [l0-2] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2010-04-21 11:41:27,183 [l0-2] INFO RequestContext - URL: '/tracker/sc/IDACall', User-Agent: 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7': Safari with Accept-Encoding header === 2010-04-21 11:41:27,191 [l0-2] DEBUG XML - Parsed XML from (in memory stream): 5ms === 2010-04-21 11:41:27,192 [l0-2] DEBUG RPCManager - Processing 1 requests. === 2010-04-21 11:41:27,193 [l0-2] DEBUG RPCManager - Request #1 (DSRequest) payload: { criteria:{ ElementTypeID:"1" }, operationConfig:{ dataSource:"ElementType", operationType:"fetch" }, appID:"builtinApplication", operation:"ElementType_fetch", oldValues:{ ElementTypeID:"1" } } === 2010-04-21 11:41:27,199 [l0-2] DEBUG XML - Parsed XML from (in memory stream): 6ms === 2010-04-21 11:41:27,201 [l0-2] DEBUG AppBase - [builtinApplication.ElementType_fetch] No userTypes defined, allowing anyone access to all operations for this application === 2010-04-21 11:41:27,201 [l0-2] DEBUG AppBase - [builtinApplication.ElementType_fetch] No public zero-argument method named '_ElementType_fetch' found, performing generic datasource operation === 2010-04-21 11:41:27,202 [l0-2] INFO SQLDataSource - [builtinApplication.ElementType_fetch] Performing fetch operation with criteria: {ElementTypeID:"1"} values: {ElementTypeID:"1"} === 2010-04-21 11:41:27,202 [l0-2] INFO SQLDataSource - [builtinApplication.ElementType_fetch] derived query: SELECT $defaultSelectClause FROM $defaultTableClause WHERE $defaultWhereClause === 2010-04-21 11:41:27,203 [l0-2] DEBUG PoolableSQLConnectionFactory - [builtinApplication.ElementType_fetch] DriverManager fetching connection for SQLServer via jdbc url jdbc:jtds:sqlserver://127.0.0.1:1433;DatabaseName=sigh_tracker;User=sa;Password=%%DB_PASSWORD%% === 2010-04-21 11:41:27,203 [l0-2] DEBUG PoolableSQLConnectionFactory - [builtinApplication.ElementType_fetch] Passing JDBC URL only to getConnection === 2010-04-21 11:41:27,214 [l0-2] DEBUG PoolableSQLConnectionFactory - [builtinApplication.ElementType_fetch] Returning pooled Connection === 2010-04-21 11:41:27,214 [l0-2] INFO SQLDriver - [builtinApplication.ElementType_fetch] Executing SQL query on 'SQLServer': SELECT ElementType.DefaultMinFloatValue, ElementType.Description, ElementType.RequireMinFloatValue, ElementType.RequireSelectOptions, ElementType.DefaultBoolStartState, ElementType.RequireMaxLength, ElementType.Name, ElementType.DefaultMaxLength, ElementType.ElementTypeID, ElementType.DefaultMinIntValue, ElementType.RequireMinIntValue, ElementType.DBType, ElementType.RequireBoolStartState, ElementType.RequireMaxIntValue, ElementType.DefaultSelectOptions, ElementType.RequireMaxFloatValue, ElementType.DefaultMaxIntValue, ElementType.WidgetType, ElementType.DefaultMaxFloatValue FROM ElementType WHERE (ElementType.ElementTypeID=1) === 2010-04-21 11:41:27,217 [l0-2] INFO DSResponse - [builtinApplication.ElementType_fetch] DSResponse: List with 1 items === 2010-04-21 11:41:27,219 [l0-2] DEBUG RPCManager - Content type for RPC transaction: text/plain; charset=UTF-8 === 2010-04-21 11:41:27,220 [l0-2] DEBUG RPCManager - non-DMI response, dropExtraFields: false === 2010-04-21 11:41:35,034 [l0-0] INFO RequestContext - URL: '/tracker/sc/IDACall', User-Agent: 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7': Safari with Accept-Encoding header === 2010-04-21 11:41:35,037 [l0-0] DEBUG XML - Parsed XML from (in memory stream): 2ms === 2010-04-21 11:41:35,039 [l0-0] DEBUG RPCManager - Processing 1 requests. === 2010-04-21 11:41:35,039 [l0-0] DEBUG RPCManager - Request #1 (RPCRequest) data: { appID:"isc_builtin", className:"builtin", methodName:"getAvailableScriptEngines", arguments:[ ], is_ISC_RPC_DMI:true }