[JBoss Seam] - Re: seam context
by petemuir
Session Context in Seam is equivalent (funcctionally at least, maybe not in impl) to Session in JSF. JSF Request scope is the EVENT scope, the PAGE scope lasts from when a page is rendered to when it is navigated away from (i.e. if an instance of a page is refreshed e.g. for validation the you are still in the same PAGE scope but in a different EVENT scope.
Entities are normally (by default) bound to the conversation context, but you might want them in a different scope for design reasons (e.g. to ensure they are updated at every request) - you can do this either by using the @Scope annotation on the bean or by altering the scope used to outject (on @Factory or @Out).
I'm not up on the message example so hopefully you can infer answers from the general comments above.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000820#4000820
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000820
19 years, 3 months
[EJB/JBoss] - Connection.properties error- Urgent!!
by mithunk
Hi,
I am trying to deploy my EJB module (Jar) in JBoss. And MyEJB uses MYSQL as the database. I have done all the required configuration to point to MySQL. However when I try to deploy my EJB, I am getting the below error. Please let me know what else needs to be configured to resolve this issue.
Below are the errors shown on the console when I deploy my bean
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "processEscapeCodesForPrepStmts"
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "processEscapeCodesForPrepStmts"
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "profileSql"
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "profileSql"
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:507 com.mysql.jdbc.ConnectionProperties$StringConnectionProperty.initializeFrom(null)
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:507 com.mysql.jdbc.ConnectionProperties$StringConnectionProperty.initializeFrom(..) returning null
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "profileSQL"
14:59:07,798 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "profileSQL"
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "propertiesTransform"
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "propertiesTransform"
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:507 com.mysql.jdbc.ConnectionProperties$StringConnectionProperty.initializeFrom(null)
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:507 com.mysql.jdbc.ConnectionProperties$StringConnectionProperty.initializeFrom(..) returning null
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "queriesBeforeRetryMaster"
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "queriesBeforeRetryMaster"
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:371 com.mysql.jdbc.ConnectionProperties$IntegerConnectionProperty.initializeFrom(null)
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:371 com.mysql.jdbc.ConnectionProperties$IntegerConnectionProperty.initializeFrom(..) returning null
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "reconnectAtTxEnd"
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "reconnectAtTxEnd"
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "relaxAutoCommit"
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "relaxAutoCommit"
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "reportMetricsIntervalMillis"
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "reportMetricsIntervalMillis"
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:371 com.mysql.jdbc.ConnectionProperties$IntegerConnectionProperty.initializeFrom(null)
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:371 com.mysql.jdbc.ConnectionProperties$IntegerConnectionProperty.initializeFrom(..) returning null
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "requireSSL"
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "requireSSL"
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "retainStatementAfterResultSetClose"
14:59:07,814 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "retainStatementAfterResultSetClose"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "rollbackOnPooledClose"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "rollbackOnPooledClose"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "roundRobinLoadBalance"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "roundRobinLoadBalance"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "runningCTS13"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "runningCTS13"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "secondsBeforeRetryMaster"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "secondsBeforeRetryMaster"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:371 com.mysql.jdbc.ConnectionProperties$IntegerConnectionProperty.initializeFrom(null)
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:371 com.mysql.jdbc.ConnectionProperties$IntegerConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "serverTimezone"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "serverTimezone"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:507 com.mysql.jdbc.ConnectionProperties$StringConnectionProperty.initializeFrom(null)
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:507 com.mysql.jdbc.ConnectionProperties$StringConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "sessionVariables"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "sessionVariables"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:507 com.mysql.jdbc.ConnectionProperties$StringConnectionProperty.initializeFrom(null)
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:507 com.mysql.jdbc.ConnectionProperties$StringConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "slowQueryThresholdMillis"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "slowQueryThresholdMillis"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:371 com.mysql.jdbc.ConnectionProperties$IntegerConnectionProperty.initializeFrom(null)
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:371 com.mysql.jdbc.ConnectionProperties$IntegerConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "socketFactory"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "socketFactory"
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:507 com.mysql.jdbc.ConnectionProperties$StringConnectionProperty.initializeFrom(null)
14:59:07,829 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:507 com.mysql.jdbc.ConnectionProperties$StringConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "socketTimeout"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "socketTimeout"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:371 com.mysql.jdbc.ConnectionProperties$IntegerConnectionProperty.initializeFrom(null)
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:371 com.mysql.jdbc.ConnectionProperties$IntegerConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "strictFloatingPoint"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "strictFloatingPoint"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "strictUpdates"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "strictUpdates"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "overrideSupportsIntegrityEnhancementFacility"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "overrideSupportsIntegrityEnhancementFacility"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "tinyInt1isBit"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "tinyInt1isBit"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "traceProtocol"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "traceProtocol"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "transformedBitIsBoolean"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "transformedBitIsBoolean"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "useCompression"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "useCompression"
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(null)
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:97 com.mysql.jdbc.ConnectionProperties$BooleanConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom(..) returning null
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:199 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.initializeFrom({})
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,845 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "useConfigs"
14:59:07,861 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName()
14:59:07,861 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:185 com.mysql.jdbc.ConnectionProperties$ConnectionProperty.getPropertyName(..) returning "useConfigs"
14:59:07,861 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: --> ConnectionProperties.java:507 com.mysql.jdbc.ConnectionProperties$StringConnectionProperty.initializeFrom(null)
14:59:07,861 ERROR [STDERR] Fri Jan 12 14:59:07 GMT+05:30 2007 TRACE: <-- ConnectionProperties.java:507 com.mysql.jdbc.ConnectionProperties$StringConnectionProperty.initializeFrom(..) returning null
and it goes on.......
Thanks in advance,
MK
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000806#4000806
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000806
19 years, 3 months