You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by "Chris@bcbsnc" <ch...@bcbsnc.com> on 2006/05/04 16:41:37 UTC

DB2 problem

I have installed Roller 2.1.1 on IBM AIX 5.2 with Tomcat 5.0.28.  I keep
getting an error in the log, see below.  The interface comes up,but the
options on the right are "null" "Main Menu" "Login".  From the docs I
expeced to see a "Register" link.

INFO  2006-05-04 09:59:51,749 RollerConfig:<clinit> - successfully loaded
default properties.
INFO  2006-05-04 09:59:51,753 RollerConfig:<clinit> - successfully loaded
custom properties file from classpath
INFO  2006-05-04 09:59:51,753 RollerConfig:<clinit> - no custom properties
file specified via jvm option
INFO  2006-05-04 09:59:51,863 UpgradeDatabase:upgradeDatabase - New
installation found, setting db version to 211
INFO  2006-05-04 09:59:52,263 Environment:<clinit> - Hibernate 3.0.5
INFO  2006-05-04 09:59:52,264 Environment:<clinit> - hibernate.properties
not found
INFO  2006-05-04 09:59:52,266 Environment:<clinit> - using CGLIB reflection
optimizer
INFO  2006-05-04 09:59:52,267 Environment:<clinit> - using JDK 1.4
java.sql.Timestamp handling
INFO  2006-05-04 09:59:52,329 Configuration:configure - configuring from
resource: /hibernate.cfg.xml
INFO  2006-05-04 09:59:52,330 Configuration:getConfigurationInputStream -
Configuration resource: /hibernate.cfg.xml
INFO  2006-05-04 09:59:52,494 Configuration:addResource - Mapping resource:
org/roller/business/HitCountData.hbm.xml
INFO  2006-05-04 09:59:52,557 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.business.HitCountData -> referer
INFO  2006-05-04 09:59:52,635 Configuration:addResource - Mapping resource:
org/roller/pojos/BookmarkData.hbm.xml
INFO  2006-05-04 09:59:52,643 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.BookmarkData -> bookmark
INFO  2006-05-04 09:59:52,649 Configuration:addResource - Mapping resource:
org/roller/pojos/CommentData.hbm.xml
INFO  2006-05-04 09:59:52,658 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.CommentData -> roller_comment
INFO  2006-05-04 09:59:52,660 Configuration:addResource - Mapping resource:
org/roller/pojos/EntryAttributeData.hbm.xml
INFO  2006-05-04 09:59:52,667 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.EntryAttributeData -> entryattribute
INFO  2006-05-04 09:59:52,668 Configuration:addResource - Mapping resource:
org/roller/pojos/FolderAssoc.hbm.xml
INFO  2006-05-04 09:59:52,676 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.FolderAssoc -> folderassoc
INFO  2006-05-04 09:59:52,677 Configuration:addResource - Mapping resource:
org/roller/pojos/FolderData.hbm.xml
INFO  2006-05-04 09:59:52,685 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.FolderData -> folder
INFO  2006-05-04 09:59:52,688 Configuration:addResource - Mapping resource:
org/roller/pojos/WeblogTemplate.hbm.xml
INFO  2006-05-04 09:59:52,695 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.WeblogTemplate -> webpage
INFO  2006-05-04 09:59:52,697 Configuration:addResource - Mapping resource:
org/roller/pojos/PingCategoryRestrictionData.hbm.xml
INFO  2006-05-04 09:59:52,704 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.PingCategoryRestrictionData ->
pingcategory
INFO  2006-05-04 09:59:52,705 Configuration:addResource - Mapping resource:
org/roller/pojos/AutoPingData.hbm.xml
INFO  2006-05-04 09:59:52,718 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.AutoPingData -> autoping
INFO  2006-05-04 09:59:52,720 Configuration:addResource - Mapping resource:
org/roller/pojos/PingQueueEntryData.hbm.xml
INFO  2006-05-04 09:59:52,727 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.PingQueueEntryData -> pingqueueentry
INFO  2006-05-04 09:59:52,728 Configuration:addResource - Mapping resource:
org/roller/pojos/PingTargetData.hbm.xml
INFO  2006-05-04 09:59:52,736 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.PingTargetData -> pingtarget
INFO  2006-05-04 09:59:52,737 Configuration:addResource - Mapping resource:
org/roller/pojos/RefererData.hbm.xml
INFO  2006-05-04 09:59:52,746 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.RefererData -> referer
INFO  2006-05-04 09:59:52,749 Configuration:addResource - Mapping resource:
org/roller/pojos/RoleData.hbm.xml
INFO  2006-05-04 09:59:52,755 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.RoleData -> userrole
INFO  2006-05-04 09:59:52,757 Configuration:addResource - Mapping resource:
org/roller/pojos/RollerConfigData.hbm.xml
INFO  2006-05-04 09:59:52,783 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.RollerConfigData -> rollerconfig
INFO  2006-05-04 09:59:52,788 Configuration:addResource - Mapping resource:
org/roller/pojos/UserData.hbm.xml
INFO  2006-05-04 09:59:52,802 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.UserData -> rolleruser
INFO  2006-05-04 09:59:52,806 Configuration:addResource - Mapping resource:
org/roller/pojos/WeblogCategoryData.hbm.xml
INFO  2006-05-04 09:59:52,813 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.WeblogCategoryData -> weblogcategory
INFO  2006-05-04 09:59:52,814 Configuration:addResource - Mapping resource:
org/roller/pojos/WeblogCategoryAssoc.hbm.xml
INFO  2006-05-04 09:59:52,822 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.WeblogCategoryAssoc -> weblogcategoryassoc
INFO  2006-05-04 09:59:52,823 Configuration:addResource - Mapping resource:
org/roller/pojos/WeblogEntryData.hbm.xml
INFO  2006-05-04 09:59:52,830 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.WeblogEntryData -> weblogentry
INFO  2006-05-04 09:59:52,833 Configuration:addResource - Mapping resource:
org/roller/pojos/WebsiteData.hbm.xml
INFO  2006-05-04 09:59:52,841 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.WebsiteData -> website
INFO  2006-05-04 09:59:52,845 Configuration:addResource - Mapping resource:
org/roller/pojos/RollerPropertyData.hbm.xml
INFO  2006-05-04 09:59:52,851 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.RollerPropertyData -> roller_properties
INFO  2006-05-04 09:59:52,852 Configuration:addResource - Mapping resource:
org/roller/pojos/PermissionsData.hbm.xml
INFO  2006-05-04 09:59:52,858 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.PermissionsData -> roller_user_permissions
INFO  2006-05-04 09:59:52,859 Configuration:addResource - Mapping resource:
org/roller/pojos/PlanetConfigData.hbm.xml
INFO  2006-05-04 09:59:52,866 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.PlanetConfigData -> rag_config
INFO  2006-05-04 09:59:52,868 Configuration:addResource - Mapping resource:
org/roller/pojos/PlanetGroupData.hbm.xml
INFO  2006-05-04 09:59:52,875 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.PlanetGroupData -> rag_group
INFO  2006-05-04 09:59:52,876 Configuration:addResource - Mapping resource:
org/roller/pojos/PlanetEntryData.hbm.xml
INFO  2006-05-04 09:59:52,883 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.PlanetEntryData -> rag_entry
INFO  2006-05-04 09:59:52,885 Configuration:addResource - Mapping resource:
org/roller/pojos/PlanetSubscriptionData.hbm.xml
INFO  2006-05-04 09:59:52,892 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.PlanetSubscriptionData -> rag_subscription
INFO  2006-05-04 09:59:52,894 Configuration:addResource - Mapping resource:
org/roller/pojos/PlanetGroupSubscriptionAssoc.hbm.xml
INFO  2006-05-04 09:59:52,899 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.roller.pojos.PlanetGroupSubscriptionAssoc ->
rag_group_subscription
INFO  2006-05-04 09:59:52,901 Configuration:doConfigure - Configured
SessionFactory: null
INFO  2006-05-04 09:59:52,902 Configuration:secondPassCompile - processing
extends queue
INFO  2006-05-04 09:59:52,902 Configuration:secondPassCompile - processing
collection mappings
INFO  2006-05-04 09:59:52,903 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.roller.pojos.FolderData.bookmarks -> bookmark
INFO  2006-05-04 09:59:52,904 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.roller.pojos.UserData.permissions -> roller_user_permissions
INFO  2006-05-04 09:59:52,905 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.roller.pojos.UserData.roles -> userrole
INFO  2006-05-04 09:59:52,905 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.roller.pojos.WeblogEntryData.entryAttributes ->
entryattribute
INFO  2006-05-04 09:59:52,906 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.roller.pojos.WebsiteData.permissions ->
roller_user_permissions
INFO  2006-05-04 09:59:52,907 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.roller.pojos.PlanetGroupData.groupSubscriptionAssocs ->
rag_group_subscription
INFO  2006-05-04 09:59:52,907 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.roller.pojos.PlanetSubscriptionData.groupSubscriptionAssocs
-> rag_group_subscription
INFO  2006-05-04 09:59:52,908 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.roller.pojos.PlanetSubscriptionData.entries -> rag_entry
INFO  2006-05-04 09:59:52,909 Configuration:secondPassCompile - processing
association property references
INFO  2006-05-04 09:59:52,909 Configuration:secondPassCompile - processing
foreign key constraints
INFO  2006-05-04 09:59:52,927 NamingHelper:getInitialContext - JNDI
InitialContext properties:{}
INFO  2006-05-04 09:59:52,928 DatasourceConnectionProvider:configure - Using
datasource: java:comp/env/jdbc/rollerdb
INFO  2006-05-04 09:59:52,929 SettingsFactory:buildSettings - RDBMS:
DB2/6000, version: SQL08015
INFO  2006-05-04 09:59:52,929 SettingsFactory:buildSettings - JDBC driver:
IBM DB2 JDBC Universal Driver Architecture, version: 2.4.19
INFO  2006-05-04 09:59:52,954 Dialect:<init> - Using dialect:
org.hibernate.dialect.MySQLDialect
INFO  2006-05-04 09:59:52,962
TransactionFactoryFactory:buildTransactionFactory - Using default
transaction strategy (direct JDBC transactions)
INFO  2006-05-04 09:59:52,964
TransactionManagerLookupFactory:getTransactionManagerLookup - No
TransactionManagerLookup configured (in JTA environment, use of read-write
or transactional second-level cache is not recommended)
INFO  2006-05-04 09:59:52,965 SettingsFactory:buildSettings - Automatic
flush during beforeCompletion(): disabled
INFO  2006-05-04 09:59:52,966 SettingsFactory:buildSettings - Automatic
session close at end of transaction: disabled
INFO  2006-05-04 09:59:52,966 SettingsFactory:buildSettings - JDBC batch
size: 15
INFO  2006-05-04 09:59:52,967 SettingsFactory:buildSettings - JDBC batch
updates for versioned data: disabled
INFO  2006-05-04 09:59:52,968 SettingsFactory:buildSettings - Scrollable
result sets: enabled
INFO  2006-05-04 09:59:52,969 SettingsFactory:buildSettings - JDBC3
getGeneratedKeys(): disabled
INFO  2006-05-04 09:59:52,970 SettingsFactory:buildSettings - Connection
release mode: null
INFO  2006-05-04 09:59:52,971 SettingsFactory:buildSettings - Maximum outer
join fetch depth: 2
INFO  2006-05-04 09:59:52,972 SettingsFactory:buildSettings - Default batch
fetch size: 1
INFO  2006-05-04 09:59:52,972 SettingsFactory:buildSettings - Generate SQL
with comments: disabled
INFO  2006-05-04 09:59:52,973 SettingsFactory:buildSettings - Order SQL
updates by primary key: disabled
INFO  2006-05-04 09:59:52,973 SettingsFactory:createQueryTranslatorFactory -
Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
INFO  2006-05-04 09:59:52,977 ASTQueryTranslatorFactory:<init> - Using
ASTQueryTranslatorFactory
INFO  2006-05-04 09:59:52,977 SettingsFactory:buildSettings - Query language
substitutions: {}
INFO  2006-05-04 09:59:52,978 SettingsFactory:buildSettings - Second-level
cache: enabled
INFO  2006-05-04 09:59:52,978 SettingsFactory:buildSettings - Query cache:
disabled
INFO  2006-05-04 09:59:52,979 SettingsFactory:createCacheProvider - Cache
provider: org.hibernate.cache.EhCacheProvider
INFO  2006-05-04 09:59:52,983 SettingsFactory:buildSettings - Optimize cache
for minimal puts: disabled
INFO  2006-05-04 09:59:52,984 SettingsFactory:buildSettings - Structured
second-level cache entries: enabled
INFO  2006-05-04 09:59:52,991 SettingsFactory:buildSettings - Statistics:
enabled
INFO  2006-05-04 09:59:52,991 SettingsFactory:buildSettings - Deleted entity
synthetic identifier rollback: disabled
INFO  2006-05-04 09:59:52,993 SettingsFactory:buildSettings - Default
entity-mode: pojo
INFO  2006-05-04 09:59:53,139 SessionFactoryImpl:<init> - building session
factory
INFO  2006-05-04 09:59:54,847 SessionFactoryObjectFactory:addInstance - Not
binding factory to JNDI, no JNDI name configured
INFO  2006-05-04 09:59:54,847 SessionFactoryImpl:checkNamedQueries -
Checking 0 named queries
INFO  2006-05-04 09:59:54,852 RollerFactory:setRoller - Using Roller Impl:
org.roller.business.hibernate.HibernateRollerImpl
INFO  2006-05-04 09:59:55,090 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property site.name ... setting value to [Roller Site]
INFO  2006-05-04 09:59:55,090 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property site.shortName ... setting value to [Front
Page]
INFO  2006-05-04 09:59:55,091 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property site.description ... setting value to [A
default install of the Roller Weblogger open source blog server]
INFO  2006-05-04 09:59:55,091 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property site.adminemail ... setting value to []
INFO  2006-05-04 09:59:55,092 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property site.absoluteurl ... setting value to []
INFO  2006-05-04 09:59:55,092 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property pings.suspendPingProcessing ... setting value
to [false]
INFO  2006-05-04 09:59:55,096 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property site.debugMode ... setting value to [false]
INFO  2006-05-04 09:59:55,096 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property users.registration.enabled ... setting value to
[true]
INFO  2006-05-04 09:59:55,097 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property users.registration.url ... setting value to []
INFO  2006-05-04 09:59:55,097 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property users.editor.pages ... setting value to
[editor-ekit.jsp,editor-text.jsp,editor-dhtml.jsp,editor-text-js.jsp,editor-wiki-js.jsp,editor-rte.jsp]
INFO  2006-05-04 09:59:55,098 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property users.comments.enabled ... setting value to
[true]
INFO  2006-05-04 09:59:55,098 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property users.trackbacks.enabled ... setting value to
[true]
INFO  2006-05-04 09:59:55,099 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property users.comments.autoformat ... setting value to
[true]
INFO  2006-05-04 09:59:55,099 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property users.comments.escapehtml ... setting value to
[false]
INFO  2006-05-04 09:59:55,100 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property users.comments.emailnotify ... setting value to
[false]
INFO  2006-05-04 09:59:55,100 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property site.trackbackVerification.enabled ... setting
value to [false]
INFO  2006-05-04 09:59:55,101 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property site.linkbacks.enabled ... setting value to
[false]
INFO  2006-05-04 09:59:55,101 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property site.newsfeeds.defaultEntries ... setting value
to [50]
INFO  2006-05-04 09:59:55,102 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property site.newsfeeds.maxEntries ... setting value to
[50]
INFO  2006-05-04 09:59:55,102 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property uploads.enabled ... setting value to [true]
INFO  2006-05-04 09:59:55,103 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property uploads.types.allowed ... setting value to
[jpg,jpeg,gif,png]
INFO  2006-05-04 09:59:55,103 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property uploads.types.forbid ... setting value to []
INFO  2006-05-04 09:59:55,104 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property uploads.file.maxsize ... setting value to
[1.00]
INFO  2006-05-04 09:59:55,104 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property uploads.dir.maxsize ... setting value to [4.00]
INFO  2006-05-04 09:59:55,105 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property users.themes.path ... setting value to
[/themes]
INFO  2006-05-04 09:59:55,105 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property themes.customtheme.allowed ... setting value to
[true]
INFO  2006-05-04 09:59:55,106 PropertiesManagerImpl:initializeMissingProps -
Found uninitialized property spam.blacklist ... setting value to []
INFO  2006-05-04 09:59:55,125 ThemeManagerImpl:loadThemeFromDisk - Loading
theme basic
INFO  2006-05-04 09:59:55,128 ThemeManagerImpl:loadThemeFromDisk - Loading
theme brushedmetal
INFO  2006-05-04 09:59:55,129 ThemeManagerImpl:loadThemeFromDisk - Loading
theme cheb
INFO  2006-05-04 09:59:55,130 ThemeManagerImpl:loadThemeFromDisk - Loading
theme clean
INFO  2006-05-04 09:59:55,131 ThemeManagerImpl:loadThemeFromDisk - Loading
theme currency
INFO  2006-05-04 09:59:55,132 ThemeManagerImpl:loadThemeFromDisk - Loading
theme currency-i18n
INFO  2006-05-04 09:59:55,133 ThemeManagerImpl:loadThemeFromDisk - Loading
theme grey2
INFO  2006-05-04 09:59:55,134 ThemeManagerImpl:loadThemeFromDisk - Loading
theme moonshine
INFO  2006-05-04 09:59:55,135 ThemeManagerImpl:loadThemeFromDisk - Loading
theme movablemanila
INFO  2006-05-04 09:59:55,136 ThemeManagerImpl:loadThemeFromDisk - Loading
theme pacifica
INFO  2006-05-04 09:59:55,137 ThemeManagerImpl:loadThemeFromDisk - Loading
theme robot
INFO  2006-05-04 09:59:55,138 ThemeManagerImpl:loadThemeFromDisk - Loading
theme rolling
INFO  2006-05-04 09:59:55,140 ThemeManagerImpl:loadThemeFromDisk - Loading
theme sotto
INFO  2006-05-04 09:59:55,140 ThemeManagerImpl:loadThemeFromDisk - Loading
theme sunsets
INFO  2006-05-04 09:59:55,141 ThemeManagerImpl:loadThemeFromDisk - Loading
theme werner
INFO  2006-05-04 09:59:55,142 ThemeManagerImpl:loadThemeFromDisk - Loading
theme x2
INFO  2006-05-04 09:59:55,143 ThemeManagerImpl:<init> - Loaded 16 themes
from disk.
INFO  2006-05-04 09:59:55,888 IndexManagerImpl:<init> - search enabled: true
INFO  2006-05-04 09:59:55,889 IndexManagerImpl:<init> - index dir:
/http/roller_data/search-index
INFO  2006-05-04 09:59:55,970 IndexManagerImpl:<init> - Index was
inconsistent. Rebuilding index in the background...
INFO  2006-05-04 09:59:56,064 WriteToIndexOperation:run - Starting search
index operation
INFO  2006-05-04 09:59:56,106 PingConfig:initializeCommonTargets - Creating
common ping target 'Technorati' from configuration properties.
INFO  2006-05-04 09:59:56,107 PingConfig:initializeCommonTargets - Creating
common ping target 'Weblogs.com' from configuration properties.
INFO  2006-05-04 09:59:56,108 PingConfig:initializeCommonTargets - Creating
common ping target 'blo.gs' from configuration properties.
INFO  2006-05-04 09:59:56,109 PingConfig:initializeCommonTargets - Creating
common ping target 'java.blogs' from configuration properties.
INFO  2006-05-04 09:59:56,110 PingConfig:initializeCommonTargets - Creating
common ping target 'blogrolling.com' from configuration properties.
INFO  2006-05-04 09:59:56,116 RollerContext:setupPingQueueTask - Scheduling
ping queue task to run at 5 minute intervals.
INFO  2006-05-04 09:59:56,761 RollerContext:setupScheduledTasks - Setting
daily task: org.roller.presentation.TurnoverReferersTask
INFO  2006-05-04 09:59:57,242 RebuildWebsiteIndexOperation:doRun - Completed
rebuilding index for all users in '1.178' secs
INFO  2006-05-04 09:59:57,242 WriteToIndexOperation:run - Search index
operation complete
INFO  2006-05-04 09:59:57,691 RollerContext:initializeSecurityFeatures -
Remember Me enabled: true
INFO  2006-05-04 09:59:58,008 BreadCrumbFilter:init - set breadcrumb stack
size to 3
INFO  2006-05-04 09:59:58,012 FeedCacheFilter:init - Initializing feed cache
INFO  2006-05-04 09:59:58,013 FeedCacheFilter:init - {timeout=3600,
size=200}
INFO  2006-05-04 09:59:58,018 CacheManager:<clinit> - Cache Manager
Initialized.
INFO  2006-05-04 09:59:58,019 CacheManager:<clinit> - Default cache factory
= org.roller.presentation.cache.ExpiringLRUCacheFactoryImpl
INFO  2006-05-04 09:59:58,026 MainPageCacheFilter:init - Initializing main
page cache
INFO  2006-05-04 09:59:58,027 MainPageCacheFilter:init - {timeout=1800,
excludeOwnerEditPages=false, size=10}
INFO  2006-05-04 09:59:58,032 IfPlanetModifiedFilter:init - Initializing
if-modified planet filter
INFO  2006-05-04 09:59:58,034 RefererFilter:init - Referrer processing
enabled = true
INFO  2006-05-04 09:59:58,037 WeblogPageCacheFilter:init - Initializing
weblog page cache
INFO  2006-05-04 09:59:58,038 WeblogPageCacheFilter:init - {timeout=3600,
excludeOwnerEditPages=false, size=400}
INFO  2006-05-04 09:59:58,041 IfModifiedWeblogPageCacheFilter:init -
Initializing if-modified cache
INFO  2006-05-04 09:59:58,042 IfModifiedWeblogPageCacheFilter:init -
{timeout=14400, size=1000}
INFO  2006-05-04 09:59:58,046 IfModifiedFeedCacheFilter:init - Initializing
if-modified feed cache
INFO  2006-05-04 09:59:58,047 IfModifiedFeedCacheFilter:init -
{timeout=14400, size=200}
INFO  2006-05-04 09:59:58,050 PlanetCacheFilter:init - Initializing planet
cache
INFO  2006-05-04 09:59:58,050 PlanetCacheFilter:init - {timeout=1800,
excludeOwnerEditPages=false, size=10}
WARN  2006-05-04 10:04:56,204 JDBCExceptionReporter:logExceptions - SQL
Error: -104, SQLState: 42601
ERROR 2006-05-04 10:04:56,205 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -104, SQLSTATE: 42601, SQLERRMC: limit;_ where
this_.name=?;CONCAT
WARN  2006-05-04 10:04:56,205 JDBCExceptionReporter:logExceptions - SQL
Error: -727, SQLState: 56098
ERROR 2006-05-04 10:04:56,206 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-104;42601;limit|_ where
this_.name=?|CONCAT
WARN  2006-05-04 10:04:56,206 JDBCExceptionReporter:logExceptions - SQL
Error: -727, SQLState: 56098
ERROR 2006-05-04 10:04:56,206 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-104;42601;limit|_ where
this_.name=?|CONCAT
WARN  2006-05-04 10:04:56,211 RollerRuntimeConfig:getProperty - Trouble
accessing property: pings.suspendPingProcessing
org.roller.RollerException
	at
org.roller.business.hibernate.HibernatePropertiesManagerImpl.getProperty(HibernatePropertiesManagerImpl.java:57)
	at
org.roller.config.RollerRuntimeConfig.getProperty(RollerRuntimeConfig.java:51)
	at
org.roller.config.RollerRuntimeConfig.getBooleanProperty(RollerRuntimeConfig.java:68)
	at
org.roller.config.PingConfig.getSuspendPingProcessing(PingConfig.java:150)
	at
org.roller.presentation.pings.PingQueueProcessor.processQueue(PingQueueProcessor.java:73)
	at org.roller.presentation.pings.PingQueueTask.run(PingQueueTask.java:65)
	at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
	at java.util.TimerThread.run(Timer.java:397)
--- ROOT CAUSE ---
org.hibernate.exception.GenericJDBCException: could not execute query
	at
org.hibernate.exception.ErrorCodeConverter.handledNonSpecificException(ErrorCodeConverter.java:92)
	at
org.hibernate.exception.ErrorCodeConverter.convert(ErrorCodeConverter.java:80)
	at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
	at org.hibernate.loader.Loader.doList(Loader.java:1596)
	at org.hibernate.loader.Loader.list(Loader.java:1577)
	at
org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:111)
	at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1322)
	at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:300)
	at
org.roller.business.hibernate.HibernatePropertiesManagerImpl.getProperty(HibernatePropertiesManagerImpl.java:52)
	at
org.roller.config.RollerRuntimeConfig.getProperty(RollerRuntimeConfig.java:51)
	at
org.roller.config.RollerRuntimeConfig.getBooleanProperty(RollerRuntimeConfig.java:68)
	at
org.roller.config.PingConfig.getSuspendPingProcessing(PingConfig.java:150)
	at
org.roller.presentation.pings.PingQueueProcessor.processQueue(PingQueueProcessor.java:73)
	at org.roller.presentation.pings.PingQueueTask.run(PingQueueTask.java:65)
	at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
	at java.util.TimerThread.run(Timer.java:397)
Caused by: com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -104,
SQLSTATE: 42601, SQLERRMC: limit;_ where this_.name=?;CONCAT
	at com.ibm.db2.jcc.a.zc.e(zc.java:1606)
	at com.ibm.db2.jcc.a.zc.a(zc.java:1206)
	at com.ibm.db2.jcc.c.eb.h(eb.java:149)
	at com.ibm.db2.jcc.c.eb.a(eb.java:43)
	at com.ibm.db2.jcc.c.r.a(r.java:30)
	at com.ibm.db2.jcc.c.tb.g(tb.java:152)
	at com.ibm.db2.jcc.a.zc.n(zc.java:1186)
	at com.ibm.db2.jcc.a.ad.db(ad.java:1761)
	at com.ibm.db2.jcc.a.ad.d(ad.java:2203)
	at com.ibm.db2.jcc.a.ad.U(ad.java:489)
	at com.ibm.db2.jcc.a.ad.executeQuery(ad.java:472)
	at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
	at
org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:120)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:1272)
	at org.hibernate.loader.Loader.doQuery(Loader.java:391)
	at
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:218)
	at org.hibernate.loader.Loader.doList(Loader.java:1593)
	... 12 more
WARN  2006-05-04 10:04:56,216 PingQueueProcessor:processQueue - WARNING:
Skipping current ping queue processing round because we cannot yet determine
the site's absolute context url.
WARN  2006-05-04 10:09:56,131 JDBCExceptionReporter:logExceptions - SQL
Error: -104, SQLState: 42601
ERROR 2006-05-04 10:09:56,131 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -104, SQLSTATE: 42601, SQLERRMC: limit;_ where
this_.name=?;CONCAT
WARN  2006-05-04 10:09:56,132 JDBCExceptionReporter:logExceptions - SQL
Error: -727, SQLState: 56098
ERROR 2006-05-04 10:09:56,132 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-104;42601;limit|_ where
this_.name=?|CONCAT
WARN  2006-05-04 10:09:56,132 JDBCExceptionReporter:logExceptions - SQL
Error: -727, SQLState: 56098
ERROR 2006-05-04 10:09:56,133 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-104;42601;limit|_ where
this_.name=?|CONCAT
WARN  2006-05-04 10:09:56,133 RollerRuntimeConfig:getProperty - Trouble
accessing property: pings.suspendPingProcessing
org.roller.RollerException
	at
org.roller.business.hibernate.HibernatePropertiesManagerImpl.getProperty(HibernatePropertiesManagerImpl.java:57)
	at
org.roller.config.RollerRuntimeConfig.getProperty(RollerRuntimeConfig.java:51)
	at
org.roller.config.RollerRuntimeConfig.getBooleanProperty(RollerRuntimeConfig.java:68)
	at
org.roller.config.PingConfig.getSuspendPingProcessing(PingConfig.java:150)
	at
org.roller.presentation.pings.PingQueueProcessor.processQueue(PingQueueProcessor.java:73)
	at org.roller.presentation.pings.PingQueueTask.run(PingQueueTask.java:65)
	at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
	at java.util.TimerThread.run(Timer.java:397)
--- ROOT CAUSE ---
org.hibernate.exception.GenericJDBCException: could not execute query
	at
org.hibernate.exception.ErrorCodeConverter.handledNonSpecificException(ErrorCodeConverter.java:92)
	at
org.hibernate.exception.ErrorCodeConverter.convert(ErrorCodeConverter.java:80)
	at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
	at org.hibernate.loader.Loader.doList(Loader.java:1596)
	at org.hibernate.loader.Loader.list(Loader.java:1577)
	at
org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:111)
	at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1322)
	at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:300)
	at
org.roller.business.hibernate.HibernatePropertiesManagerImpl.getProperty(HibernatePropertiesManagerImpl.java:52)
	at
org.roller.config.RollerRuntimeConfig.getProperty(RollerRuntimeConfig.java:51)
	at
org.roller.config.RollerRuntimeConfig.getBooleanProperty(RollerRuntimeConfig.java:68)
	at
org.roller.config.PingConfig.getSuspendPingProcessing(PingConfig.java:150)
	at
org.roller.presentation.pings.PingQueueProcessor.processQueue(PingQueueProcessor.java:73)
	at org.roller.presentation.pings.PingQueueTask.run(PingQueueTask.java:65)
	at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
	at java.util.TimerThread.run(Timer.java:397)
Caused by: com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -104,
SQLSTATE: 42601, SQLERRMC: limit;_ where this_.name=?;CONCAT
	at com.ibm.db2.jcc.a.zc.e(zc.java:1606)
	at com.ibm.db2.jcc.a.zc.a(zc.java:1206)
	at com.ibm.db2.jcc.c.eb.h(eb.java:149)
	at com.ibm.db2.jcc.c.eb.a(eb.java:43)
	at com.ibm.db2.jcc.c.r.a(r.java:30)
	at com.ibm.db2.jcc.c.tb.g(tb.java:152)
	at com.ibm.db2.jcc.a.zc.n(zc.java:1186)
	at com.ibm.db2.jcc.a.ad.db(ad.java:1761)
	at com.ibm.db2.jcc.a.ad.d(ad.java:2203)
	at com.ibm.db2.jcc.a.ad.U(ad.java:489)
	at com.ibm.db2.jcc.a.ad.executeQuery(ad.java:472)
	at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
	at
org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:120)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:1272)
	at org.hibernate.loader.Loader.doQuery(Loader.java:391)
	at
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:218)
	at org.hibernate.loader.Loader.doList(Loader.java:1593)
	... 12 more
WARN  2006-05-04 10:09:56,134 PingQueueProcessor:processQueue - WARNING:
Skipping current ping queue processing round because we cannot yet determine
the site's absolute context url.
WARN  2006-05-04 10:14:56,134 JDBCExceptionReporter:logExceptions - SQL
Error: -104, SQLState: 42601
ERROR 2006-05-04 10:14:56,134 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -104, SQLSTATE: 42601, SQLERRMC: limit;_ where
this_.name=?;CONCAT
WARN  2006-05-04 10:14:56,135 JDBCExceptionReporter:logExceptions - SQL
Error: -727, SQLState: 56098
ERROR 2006-05-04 10:14:56,135 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-104;42601;limit|_ where
this_.name=?|CONCAT
WARN  2006-05-04 10:14:56,135 JDBCExceptionReporter:logExceptions - SQL
Error: -727, SQLState: 56098
ERROR 2006-05-04 10:14:56,136 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-104;42601;limit|_ where
this_.name=?|CONCAT
WARN  2006-05-04 10:14:56,136 RollerRuntimeConfig:getProperty - Trouble
accessing property: pings.suspendPingProcessing
org.roller.RollerException
	at
org.roller.business.hibernate.HibernatePropertiesManagerImpl.getProperty(HibernatePropertiesManagerImpl.java:57)
	at
org.roller.config.RollerRuntimeConfig.getProperty(RollerRuntimeConfig.java:51)
	at
org.roller.config.RollerRuntimeConfig.getBooleanProperty(RollerRuntimeConfig.java:68)
	at
org.roller.config.PingConfig.getSuspendPingProcessing(PingConfig.java:150)
	at
org.roller.presentation.pings.PingQueueProcessor.processQueue(PingQueueProcessor.java:73)
	at org.roller.presentation.pings.PingQueueTask.run(PingQueueTask.java:65)
	at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
	at java.util.TimerThread.run(Timer.java:397)
--- ROOT CAUSE ---
org.hibernate.exception.GenericJDBCException: could not execute query
	at
org.hibernate.exception.ErrorCodeConverter.handledNonSpecificException(ErrorCodeConverter.java:92)
	at
org.hibernate.exception.ErrorCodeConverter.convert(ErrorCodeConverter.java:80)
	at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
	at org.hibernate.loader.Loader.doList(Loader.java:1596)
	at org.hibernate.loader.Loader.list(Loader.java:1577)
	at
org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:111)
	at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1322)
	at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:300)
	at
org.roller.business.hibernate.HibernatePropertiesManagerImpl.getProperty(HibernatePropertiesManagerImpl.java:52)
	at
org.roller.config.RollerRuntimeConfig.getProperty(RollerRuntimeConfig.java:51)
	at
org.roller.config.RollerRuntimeConfig.getBooleanProperty(RollerRuntimeConfig.java:68)
	at
org.roller.config.PingConfig.getSuspendPingProcessing(PingConfig.java:150)
	at
org.roller.presentation.pings.PingQueueProcessor.processQueue(PingQueueProcessor.java:73)
	at org.roller.presentation.pings.PingQueueTask.run(PingQueueTask.java:65)
	at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
	at java.util.TimerThread.run(Timer.java:397)
Caused by: com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -104,
SQLSTATE: 42601, SQLERRMC: limit;_ where this_.name=?;CONCAT
	at com.ibm.db2.jcc.a.zc.e(zc.java:1606)
	at com.ibm.db2.jcc.a.zc.a(zc.java:1206)
	at com.ibm.db2.jcc.c.eb.h(eb.java:149)
	at com.ibm.db2.jcc.c.eb.a(eb.java:43)
	at com.ibm.db2.jcc.c.r.a(r.java:30)
	at com.ibm.db2.jcc.c.tb.g(tb.java:152)
	at com.ibm.db2.jcc.a.zc.n(zc.java:1186)
	at com.ibm.db2.jcc.a.ad.db(ad.java:1761)
	at com.ibm.db2.jcc.a.ad.d(ad.java:2203)
	at com.ibm.db2.jcc.a.ad.U(ad.java:489)
	at com.ibm.db2.jcc.a.ad.executeQuery(ad.java:472)
	at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
	at
org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:120)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:1272)
	at org.hibernate.loader.Loader.doQuery(Loader.java:391)
	at
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:218)
	at org.hibernate.loader.Loader.doList(Loader.java:1593)
	... 12 more
WARN  2006-05-04 10:14:56,137 PingQueueProcessor:processQueue - WARNING:
Skipping current ping queue processing round because we cannot yet determine
the site's absolute context url.
WARN  2006-05-04 10:19:56,126 JDBCExceptionReporter:logExceptions - SQL
Error: -104, SQLState: 42601
ERROR 2006-05-04 10:19:56,127 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -104, SQLSTATE: 42601, SQLERRMC: limit;_ where
this_.name=?;CONCAT
WARN  2006-05-04 10:19:56,127 JDBCExceptionReporter:logExceptions - SQL
Error: -727, SQLState: 56098
ERROR 2006-05-04 10:19:56,127 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-104;42601;limit|_ where
this_.name=?|CONCAT
WARN  2006-05-04 10:19:56,128 JDBCExceptionReporter:logExceptions - SQL
Error: -727, SQLState: 56098
ERROR 2006-05-04 10:19:56,128 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-104;42601;limit|_ where
this_.name=?|CONCAT
WARN  2006-05-04 10:19:56,128 RollerRuntimeConfig:getProperty - Trouble
accessing property: pings.suspendPingProcessing
org.roller.RollerException
	at
org.roller.business.hibernate.HibernatePropertiesManagerImpl.getProperty(HibernatePropertiesManagerImpl.java:57)
	at
org.roller.config.RollerRuntimeConfig.getProperty(RollerRuntimeConfig.java:51)
	at
org.roller.config.RollerRuntimeConfig.getBooleanProperty(RollerRuntimeConfig.java:68)
	at
org.roller.config.PingConfig.getSuspendPingProcessing(PingConfig.java:150)
	at
org.roller.presentation.pings.PingQueueProcessor.processQueue(PingQueueProcessor.java:73)
	at org.roller.presentation.pings.PingQueueTask.run(PingQueueTask.java:65)
	at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
	at java.util.TimerThread.run(Timer.java:397)
--- ROOT CAUSE ---
org.hibernate.exception.GenericJDBCException: could not execute query
	at
org.hibernate.exception.ErrorCodeConverter.handledNonSpecificException(ErrorCodeConverter.java:92)
	at
org.hibernate.exception.ErrorCodeConverter.convert(ErrorCodeConverter.java:80)
	at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
	at org.hibernate.loader.Loader.doList(Loader.java:1596)
	at org.hibernate.loader.Loader.list(Loader.java:1577)
	at
org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:111)
	at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1322)
	at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:300)
	at
org.roller.business.hibernate.HibernatePropertiesManagerImpl.getProperty(HibernatePropertiesManagerImpl.java:52)
	at
org.roller.config.RollerRuntimeConfig.getProperty(RollerRuntimeConfig.java:51)
	at
org.roller.config.RollerRuntimeConfig.getBooleanProperty(RollerRuntimeConfig.java:68)
	at
org.roller.config.PingConfig.getSuspendPingProcessing(PingConfig.java:150)
	at
org.roller.presentation.pings.PingQueueProcessor.processQueue(PingQueueProcessor.java:73)
	at org.roller.presentation.pings.PingQueueTask.run(PingQueueTask.java:65)
	at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
	at java.util.TimerThread.run(Timer.java:397)
Caused by: com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -104,
SQLSTATE: 42601, SQLERRMC: limit;_ where this_.name=?;CONCAT
	at com.ibm.db2.jcc.a.zc.e(zc.java:1606)
	at com.ibm.db2.jcc.a.zc.a(zc.java:1206)
	at com.ibm.db2.jcc.c.eb.h(eb.java:149)
	at com.ibm.db2.jcc.c.eb.a(eb.java:43)
	at com.ibm.db2.jcc.c.r.a(r.java:30)
	at com.ibm.db2.jcc.c.tb.g(tb.java:152)
	at com.ibm.db2.jcc.a.zc.n(zc.java:1186)
	at com.ibm.db2.jcc.a.ad.db(ad.java:1761)
	at com.ibm.db2.jcc.a.ad.d(ad.java:2203)
	at com.ibm.db2.jcc.a.ad.U(ad.java:489)
	at com.ibm.db2.jcc.a.ad.executeQuery(ad.java:472)
	at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
	at
org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:120)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:1272)
	at org.hibernate.loader.Loader.doQuery(Loader.java:391)
	at
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:218)
	at org.hibernate.loader.Loader.doList(Loader.java:1593)
	... 12 more
WARN  2006-05-04 10:19:56,129 PingQueueProcessor:processQueue - WARNING:
Skipping current ping queue processing round because we cannot yet determine
the site's absolute context url.
WARN  2006-05-04 10:24:56,127 JDBCExceptionReporter:logExceptions - SQL
Error: -104, SQLState: 42601
ERROR 2006-05-04 10:24:56,127 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -104, SQLSTATE: 42601, SQLERRMC: limit;_ where
this_.name=?;CONCAT
WARN  2006-05-04 10:24:56,128 JDBCExceptionReporter:logExceptions - SQL
Error: -727, SQLState: 56098
ERROR 2006-05-04 10:24:56,128 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-104;42601;limit|_ where
this_.name=?|CONCAT
WARN  2006-05-04 10:24:56,128 JDBCExceptionReporter:logExceptions - SQL
Error: -727, SQLState: 56098
ERROR 2006-05-04 10:24:56,129 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-104;42601;limit|_ where
this_.name=?|CONCAT
WARN  2006-05-04 10:24:56,129 RollerRuntimeConfig:getProperty - Trouble
accessing property: pings.suspendPingProcessing
org.roller.RollerException
	at
org.roller.business.hibernate.HibernatePropertiesManagerImpl.getProperty(HibernatePropertiesManagerImpl.java:57)
	at
org.roller.config.RollerRuntimeConfig.getProperty(RollerRuntimeConfig.java:51)
	at
org.roller.config.RollerRuntimeConfig.getBooleanProperty(RollerRuntimeConfig.java:68)
	at
org.roller.config.PingConfig.getSuspendPingProcessing(PingConfig.java:150)
	at
org.roller.presentation.pings.PingQueueProcessor.processQueue(PingQueueProcessor.java:73)
	at org.roller.presentation.pings.PingQueueTask.run(PingQueueTask.java:65)
	at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
	at java.util.TimerThread.run(Timer.java:397)
--- ROOT CAUSE ---
org.hibernate.exception.GenericJDBCException: could not execute query
	at
org.hibernate.exception.ErrorCodeConverter.handledNonSpecificException(ErrorCodeConverter.java:92)
	at
org.hibernate.exception.ErrorCodeConverter.convert(ErrorCodeConverter.java:80)
	at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
	at org.hibernate.loader.Loader.doList(Loader.java:1596)
	at org.hibernate.loader.Loader.list(Loader.java:1577)
	at
org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:111)
	at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1322)
	at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:300)
	at
org.roller.business.hibernate.HibernatePropertiesManagerImpl.getProperty(HibernatePropertiesManagerImpl.java:52)
	at
org.roller.config.RollerRuntimeConfig.getProperty(RollerRuntimeConfig.java:51)
	at
org.roller.config.RollerRuntimeConfig.getBooleanProperty(RollerRuntimeConfig.java:68)
	at
org.roller.config.PingConfig.getSuspendPingProcessing(PingConfig.java:150)
	at
org.roller.presentation.pings.PingQueueProcessor.processQueue(PingQueueProcessor.java:73)
	at org.roller.presentation.pings.PingQueueTask.run(PingQueueTask.java:65)
	at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
	at java.util.TimerThread.run(Timer.java:397)
Caused by: com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -104,
SQLSTATE: 42601, SQLERRMC: limit;_ where this_.name=?;CONCAT
	at com.ibm.db2.jcc.a.zc.e(zc.java:1606)
	at com.ibm.db2.jcc.a.zc.a(zc.java:1206)
	at com.ibm.db2.jcc.c.eb.h(eb.java:149)
	at com.ibm.db2.jcc.c.eb.a(eb.java:43)
	at com.ibm.db2.jcc.c.r.a(r.java:30)
	at com.ibm.db2.jcc.c.tb.g(tb.java:152)
	at com.ibm.db2.jcc.a.zc.n(zc.java:1186)
	at com.ibm.db2.jcc.a.ad.db(ad.java:1761)
	at com.ibm.db2.jcc.a.ad.d(ad.java:2203)
	at com.ibm.db2.jcc.a.ad.U(ad.java:489)
	at com.ibm.db2.jcc.a.ad.executeQuery(ad.java:472)
	at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
	at
org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:120)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:1272)
	at org.hibernate.loader.Loader.doQuery(Loader.java:391)
	at
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:218)
	at org.hibernate.loader.Loader.doList(Loader.java:1593)
	... 12 more
WARN  2006-05-04 10:24:56,130 PingQueueProcessor:processQueue - WARNING:
Skipping current ping queue processing round because we cannot yet determine
the site's absolute context url.
WARN  2006-05-04 10:29:56,129 JDBCExceptionReporter:logExceptions - SQL
Error: -104, SQLState: 42601
ERROR 2006-05-04 10:29:56,132 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -104, SQLSTATE: 42601, SQLERRMC: limit;_ where
this_.name=?;CONCAT
WARN  2006-05-04 10:29:56,132 JDBCExceptionReporter:logExceptions - SQL
Error: -727, SQLState: 56098
ERROR 2006-05-04 10:29:56,132 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-104;42601;limit|_ where
this_.name=?|CONCAT
WARN  2006-05-04 10:29:56,133 JDBCExceptionReporter:logExceptions - SQL
Error: -727, SQLState: 56098
ERROR 2006-05-04 10:29:56,134 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-104;42601;limit|_ where
this_.name=?|CONCAT
WARN  2006-05-04 10:29:56,135 RollerRuntimeConfig:getProperty - Trouble
accessing property: pings.suspendPingProcessing
org.roller.RollerException
	at
org.roller.business.hibernate.HibernatePropertiesManagerImpl.getProperty(HibernatePropertiesManagerImpl.java:57)
	at
org.roller.config.RollerRuntimeConfig.getProperty(RollerRuntimeConfig.java:51)
	at
org.roller.config.RollerRuntimeConfig.getBooleanProperty(RollerRuntimeConfig.java:68)
	at
org.roller.config.PingConfig.getSuspendPingProcessing(PingConfig.java:150)
	at
org.roller.presentation.pings.PingQueueProcessor.processQueue(PingQueueProcessor.java:73)
	at org.roller.presentation.pings.PingQueueTask.run(PingQueueTask.java:65)
	at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
	at java.util.TimerThread.run(Timer.java:397)
--- ROOT CAUSE ---
org.hibernate.exception.GenericJDBCException: could not execute query
	at
org.hibernate.exception.ErrorCodeConverter.handledNonSpecificException(ErrorCodeConverter.java:92)
	at
org.hibernate.exception.ErrorCodeConverter.convert(ErrorCodeConverter.java:80)
	at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
	at org.hibernate.loader.Loader.doList(Loader.java:1596)
	at org.hibernate.loader.Loader.list(Loader.java:1577)
	at
org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:111)
	at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1322)
	at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:300)
	at
org.roller.business.hibernate.HibernatePropertiesManagerImpl.getProperty(HibernatePropertiesManagerImpl.java:52)
	at
org.roller.config.RollerRuntimeConfig.getProperty(RollerRuntimeConfig.java:51)
	at
org.roller.config.RollerRuntimeConfig.getBooleanProperty(RollerRuntimeConfig.java:68)
	at
org.roller.config.PingConfig.getSuspendPingProcessing(PingConfig.java:150)
	at
org.roller.presentation.pings.PingQueueProcessor.processQueue(PingQueueProcessor.java:73)
	at org.roller.presentation.pings.PingQueueTask.run(PingQueueTask.java:65)
	at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
	at java.util.TimerThread.run(Timer.java:397)
Caused by: com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -104,
SQLSTATE: 42601, SQLERRMC: limit;_ where this_.name=?;CONCAT
	at com.ibm.db2.jcc.a.zc.e(zc.java:1606)
	at com.ibm.db2.jcc.a.zc.a(zc.java:1206)
	at com.ibm.db2.jcc.c.eb.h(eb.java:149)
	at com.ibm.db2.jcc.c.eb.a(eb.java:43)
	at com.ibm.db2.jcc.c.r.a(r.java:30)
	at com.ibm.db2.jcc.c.tb.g(tb.java:152)
	at com.ibm.db2.jcc.a.zc.n(zc.java:1186)
	at com.ibm.db2.jcc.a.ad.db(ad.java:1761)
	at com.ibm.db2.jcc.a.ad.d(ad.java:2203)
	at com.ibm.db2.jcc.a.ad.U(ad.java:489)
	at com.ibm.db2.jcc.a.ad.executeQuery(ad.java:472)
	at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
	at
org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:120)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:1272)
	at org.hibernate.loader.Loader.doQuery(Loader.java:391)
	at
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:218)
	at org.hibernate.loader.Loader.doList(Loader.java:1593)
	... 12 more
WARN  2006-05-04 10:29:56,136 PingQueueProcessor:processQueue - WARNING:
Skipping current ping queue processing round because we cannot yet determine
the site's absolute context url.
WARN  2006-05-04 10:34:56,138 JDBCExceptionReporter:logExceptions - SQL
Error: -104, SQLState: 42601
ERROR 2006-05-04 10:34:56,139 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -104, SQLSTATE: 42601, SQLERRMC: limit;_ where
this_.name=?;CONCAT
WARN  2006-05-04 10:34:56,140 JDBCExceptionReporter:logExceptions - SQL
Error: -727, SQLState: 56098
ERROR 2006-05-04 10:34:56,141 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-104;42601;limit|_ where
this_.name=?|CONCAT
WARN  2006-05-04 10:34:56,141 JDBCExceptionReporter:logExceptions - SQL
Error: -727, SQLState: 56098
ERROR 2006-05-04 10:34:56,141 JDBCExceptionReporter:logExceptions - DB2 SQL
error: SQLCODE: -727, SQLSTATE: 56098, SQLERRMC: 2;-104;42601;limit|_ where
this_.name=?|CONCAT
WARN  2006-05-04 10:34:56,142 RollerRuntimeConfig:getProperty - Trouble
accessing property: pings.suspendPingProcessing
org.roller.RollerException
	at
org.roller.business.hibernate.HibernatePropertiesManagerImpl.getProperty(HibernatePropertiesManagerImpl.java:57)
	at
org.roller.config.RollerRuntimeConfig.getProperty(RollerRuntimeConfig.java:51)
	at
org.roller.config.RollerRuntimeConfig.getBooleanProperty(RollerRuntimeConfig.java:68)
	at
org.roller.config.PingConfig.getSuspendPingProcessing(PingConfig.java:150)
	at
org.roller.presentation.pings.PingQueueProcessor.processQueue(PingQueueProcessor.java:73)
	at org.roller.presentation.pings.PingQueueTask.run(PingQueueTask.java:65)
	at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
	at java.util.TimerThread.run(Timer.java:397)
--- ROOT CAUSE ---
org.hibernate.exception.GenericJDBCException: could not execute query
	at
org.hibernate.exception.ErrorCodeConverter.handledNonSpecificException(ErrorCodeConverter.java:92)
	at
org.hibernate.exception.ErrorCodeConverter.convert(ErrorCodeConverter.java:80)
	at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
	at org.hibernate.loader.Loader.doList(Loader.java:1596)
	at org.hibernate.loader.Loader.list(Loader.java:1577)
	at
org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:111)
	at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1322)
	at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:300)
	at
org.roller.business.hibernate.HibernatePropertiesManagerImpl.getProperty(HibernatePropertiesManagerImpl.java:52)
	at
org.roller.config.RollerRuntimeConfig.getProperty(RollerRuntimeConfig.java:51)
	at
org.roller.config.RollerRuntimeConfig.getBooleanProperty(RollerRuntimeConfig.java:68)
	at
org.roller.config.PingConfig.getSuspendPingProcessing(PingConfig.java:150)
	at
org.roller.presentation.pings.PingQueueProcessor.processQueue(PingQueueProcessor.java:73)
	at org.roller.presentation.pings.PingQueueTask.run(PingQueueTask.java:65)
	at java.util.TimerThread.mainLoop(Timer.java(Compiled Code))
	at java.util.TimerThread.run(Timer.java:397)
Caused by: com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -104,
SQLSTATE: 42601, SQLERRMC: limit;_ where this_.name=?;CONCAT
	at com.ibm.db2.jcc.a.zc.e(zc.java(Compiled Code))
	at com.ibm.db2.jcc.a.zc.a(zc.java:1206)
	at com.ibm.db2.jcc.c.eb.h(eb.java:149)
	at com.ibm.db2.jcc.c.eb.a(eb.java:43)
	at com.ibm.db2.jcc.c.r.a(r.java:30)
	at com.ibm.db2.jcc.c.tb.g(tb.java:152)
	at com.ibm.db2.jcc.a.zc.n(zc.java:1186)
	at com.ibm.db2.jcc.a.ad.db(ad.java:1761)
	at com.ibm.db2.jcc.a.ad.d(ad.java:2203)
	at com.ibm.db2.jcc.a.ad.U(ad.java:489)
	at com.ibm.db2.jcc.a.ad.executeQuery(ad.java:472)
	at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
	at
org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:120)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:1272)
	at org.hibernate.loader.Loader.doQuery(Loader.java:391)
	at
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:218)
	at org.hibernate.loader.Loader.doList(Loader.java:1593)
	... 12 more
WARN  2006-05-04 10:34:56,143 PingQueueProcessor:processQueue - WARNING:
Skipping current ping queue processing round because we cannot yet determine
the site's absolute context url.



--
View this message in context: http://www.nabble.com/DB2-problem-t1557461s12275.html#a4230436
Sent from the Roller - User forum at Nabble.com.