Hi Steve,

That error happens when Roller looks for the database version number
using a query like this:

select value from roller_properties where name = 'roller.database.version'

What do you get when you execute that query in your Oracle database?

Also, check the file WEB-INF/classes/hibernate.cfg.xml and make sure
you are using the Oracle dialect class (see the comments in that
file).

I really don't want to support using the Blogapps Server for
production, so please plan on using the Apache Roller 3.0 release for
your production work.

And one note, I don't mind helping you with this one problem, but in
the future please direct all support emails to the Roller user and dev
mailing lists. It's important that other benefit from the questions
and answers.

- Dave


On 8/30/06, Lihn, Steve <[EMAIL PROTECTED]> wrote:
Dave,
I am able to download blog-server to extract your latest build.
I modified the database driver to Oracle, went through the config, and the
Roller seems to be running...

But the roller.log gives me the following error (which does not seem to
interfere). It is quite strage the upgradedatabase error occurs before
database login message. Please help to debug this problem

Steve Lihn

--
INFO  2006-08-30 15:41:57,214 RollerConfig:<clinit> - successfully loaded
default properties.
INFO  2006-08-30 15:41:57,224 RollerConfig:<clinit> - no custom properties
file found in classpath
INFO  2006-08-30 15:41:57,226 RollerConfig:<clinit> - no custom properties
file specified via jvm option
ERROR 2006-08-30 15:41:59,441 UpgradeDatabase:upgradeDatabase - Couldn't
lookup current database version
java.lang.NumberFormatException: null
        at java.lang.Integer.parseInt(Integer.java:415)
        at java.lang.Integer.parseInt(Integer.java:497)
        at
org.apache.roller.business.utils.UpgradeDatabase.upgradeDatabase(UpgradeData
base.java:86)
        at
org.apache.roller.ui.core.RollerContext.upgradeDatabaseIfNeeded(RollerContex
t.java:395)
        at
org.apache.roller.ui.core.RollerContext.contextInitialized(RollerContext.jav
a:168)
        at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:
3729)
        at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4187)
        at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:7
59)
        at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
        at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
        at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:608)
        at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535
)
        at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
        at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
        at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
        at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor
t.java:119)
        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
        at
org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
        at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
        at
org.apache.catalina.core.StandardService.start(StandardService.java:450)
        at
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
INFO  2006-08-30 15:41:59,640 Environment:<clinit> - Hibernate 3.1.2
INFO  2006-08-30 15:41:59,652 Environment:<clinit> - hibernate.properties
not found
INFO  2006-08-30 15:41:59,659 Environment:<clinit> - using CGLIB reflection
optimizer
INFO  2006-08-30 15:41:59,662 Environment:<clinit> - using JDK 1.4
java.sql.Timestamp handling
INFO  2006-08-30 15:41:59,828 Configuration:configure - configuring from
resource: /hibernate.cfg.xml
INFO  2006-08-30 15:41:59,830 Configuration:getConfigurationInputStream -
Configuration resource: /hibernate.cfg.xml
INFO  2006-08-30 15:42:00,111 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/BookmarkData.hbm.xml
INFO  2006-08-30 15:42:00,368 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.BookmarkData -> bookmark
INFO  2006-08-30 15:42:00,610 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/CommentData.hbm.xml
INFO  2006-08-30 15:42:00,799 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.CommentData -> roller_comment
INFO  2006-08-30 15:42:00,804 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/EntryAttributeData.hbm.xml
INFO  2006-08-30 15:42:01,072 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.EntryAttributeData ->
entryattribute
INFO  2006-08-30 15:42:01,076 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/FolderAssoc.hbm.xml
INFO  2006-08-30 15:42:01,168 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.FolderAssoc -> folderassoc
INFO  2006-08-30 15:42:01,172 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/FolderData.hbm.xml
INFO  2006-08-30 15:42:01,213 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.FolderData -> folder
INFO  2006-08-30 15:42:01,226 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/WeblogTemplate.hbm.xml
INFO  2006-08-30 15:42:01,269 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.WeblogTemplate -> webpage
INFO  2006-08-30 15:42:01,274 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/PingCategoryRestrictionData.hbm.xml
INFO  2006-08-30 15:42:01,313 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.PingCategoryRestrictionData ->
pingcategory
INFO  2006-08-30 15:42:01,316 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/AutoPingData.hbm.xml
INFO  2006-08-30 15:42:01,355 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.AutoPingData -> autoping
INFO  2006-08-30 15:42:01,358 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/PingQueueEntryData.hbm.xml
INFO  2006-08-30 15:42:01,578 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.PingQueueEntryData ->
pingqueueentry
INFO  2006-08-30 15:42:01,581 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/PingTargetData.hbm.xml
INFO  2006-08-30 15:42:01,618 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.PingTargetData -> pingtarget
INFO  2006-08-30 15:42:01,621 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/RefererData.hbm.xml
INFO  2006-08-30 15:42:01,658 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.RefererData -> referer
INFO  2006-08-30 15:42:01,662 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/RoleData.hbm.xml
INFO  2006-08-30 15:42:01,693 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.RoleData -> userrole
INFO  2006-08-30 15:42:01,696 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/RollerConfigData.hbm.xml
INFO  2006-08-30 15:42:01,878 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.RollerConfigData -> rollerconfig
INFO  2006-08-30 15:42:01,883 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/UserData.hbm.xml
INFO  2006-08-30 15:42:01,920 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.UserData -> rolleruser
INFO  2006-08-30 15:42:01,924 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/WeblogCategoryData.hbm.xml
INFO  2006-08-30 15:42:01,956 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.WeblogCategoryData ->
weblogcategory
INFO  2006-08-30 15:42:01,959 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/WeblogCategoryAssoc.hbm.xml
INFO  2006-08-30 15:42:01,990 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.WeblogCategoryAssoc ->
weblogcategoryassoc
INFO  2006-08-30 15:42:02,013 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/WeblogEntryData.hbm.xml
INFO  2006-08-30 15:42:02,058 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.WeblogEntryData -> weblogentry
INFO  2006-08-30 15:42:02,064 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/WebsiteData.hbm.xml
INFO  2006-08-30 15:42:02,110 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.WebsiteData -> website
INFO  2006-08-30 15:42:02,115 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/RollerPropertyData.hbm.xml
INFO  2006-08-30 15:42:02,150 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.RollerPropertyData ->
roller_properties
INFO  2006-08-30 15:42:02,152 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/PermissionsData.hbm.xml
INFO  2006-08-30 15:42:02,188 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.PermissionsData ->
roller_user_permissions
INFO  2006-08-30 15:42:02,190 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/PlanetConfigData.hbm.xml
INFO  2006-08-30 15:42:02,223 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.PlanetConfigData -> rag_config
INFO  2006-08-30 15:42:02,227 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/PlanetGroupData.hbm.xml
INFO  2006-08-30 15:42:02,267 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.PlanetGroupData -> rag_group
INFO  2006-08-30 15:42:02,270 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/PlanetEntryData.hbm.xml
INFO  2006-08-30 15:42:02,309 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.PlanetEntryData -> rag_entry
INFO  2006-08-30 15:42:02,313 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/PlanetSubscriptionData.hbm.xml
INFO  2006-08-30 15:42:02,348 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.PlanetSubscriptionData ->
rag_subscription
INFO  2006-08-30 15:42:02,352 Configuration:addResource - Reading mappings
from resource: org/apache/roller/pojos/PlanetGroupSubscriptionAssoc.hbm.xml
INFO  2006-08-30 15:42:02,382 HbmBinder:bindRootPersistentClassCommonValues
- Mapping class: org.apache.roller.pojos.PlanetGroupSubscriptionAssoc ->
rag_group_subscription
INFO  2006-08-30 15:42:02,385 Configuration:doConfigure - Configured
SessionFactory: null
INFO  2006-08-30 15:42:02,392 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.apache.roller.pojos.FolderData.bookmarks -> bookmark
INFO  2006-08-30 15:42:02,405 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.apache.roller.pojos.UserData.permissions ->
roller_user_permissions
INFO  2006-08-30 15:42:02,407 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.apache.roller.pojos.UserData.roles -> userrole
INFO  2006-08-30 15:42:02,408 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.apache.roller.pojos.WeblogEntryData.entryAttributes ->
entryattribute
INFO  2006-08-30 15:42:02,410 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.apache.roller.pojos.WebsiteData.permissions ->
roller_user_permissions
INFO  2006-08-30 15:42:02,411 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.apache.roller.pojos.PlanetGroupData.groupSubscriptionAssocs
-> rag_group_subscription
INFO  2006-08-30 15:42:02,413 HbmBinder:bindCollectionSecondPass - Mapping
collection:
org.apache.roller.pojos.PlanetSubscriptionData.groupSubscriptionAssocs ->
rag_group_subscription
INFO  2006-08-30 15:42:02,414 HbmBinder:bindCollectionSecondPass - Mapping
collection: org.apache.roller.pojos.PlanetSubscriptionData.entries ->
rag_entry
INFO  2006-08-30 15:42:02,451 DriverManagerConnectionProvider:configure -
Using Hibernate built-in connection pool (not for production use!)
INFO  2006-08-30 15:42:02,453 DriverManagerConnectionProvider:configure -
Hibernate connection pool size: 20
INFO  2006-08-30 15:42:02,454 DriverManagerConnectionProvider:configure -
autocommit mode: false
INFO  2006-08-30 15:42:02,457 DriverManagerConnectionProvider:configure -
using driver: oracle.jdbc.driver.OracleDriver at URL:
jdbc:oracle:thin:@uxwsdv65:25380:SHARED02
INFO  2006-08-30 15:42:02,459 DriverManagerConnectionProvider:configure -
connection properties: {user=blog_roller, password=****}
INFO  2006-08-30 15:42:03,069 SettingsFactory:buildSettings - RDBMS: Oracle,
version: Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.7.0 - Production
INFO  2006-08-30 15:42:03,070 SettingsFactory:buildSettings - JDBC driver:
Oracle JDBC driver, version: 9.2.0.5.0
INFO  2006-08-30 15:42:03,133 Dialect:<init> - Using dialect:
org.hibernate.dialect.Oracle9Dialect
INFO  2006-08-30 15:42:03,152
TransactionFactoryFactory:buildTransactionFactory - Using default
transaction strategy (direct JDBC transactions)
INFO  2006-08-30 15:42:03,160
TransactionManagerLookupFactory:getTransactionManagerLookup - No
TransactionManagerLookup configured (in JTA environment, use of read-write
or transactional second-level cache is not recommended)
INFO  2006-08-30 15:42:03,161 SettingsFactory:buildSettings - Automatic
flush during beforeCompletion(): disabled
INFO  2006-08-30 15:42:03,163 SettingsFactory:buildSettings - Automatic
session close at end of transaction: disabled
INFO  2006-08-30 15:42:03,164 SettingsFactory:buildSettings - JDBC batch
size: 15
INFO  2006-08-30 15:42:03,165 SettingsFactory:buildSettings - JDBC batch
updates for versioned data: disabled
INFO  2006-08-30 15:42:03,169 SettingsFactory:buildSettings - Scrollable
result sets: enabled
INFO  2006-08-30 15:42:03,171 SettingsFactory:buildSettings - JDBC3
getGeneratedKeys(): disabled
INFO  2006-08-30 15:42:03,172 SettingsFactory:buildSettings - Connection
release mode: auto
INFO  2006-08-30 15:42:03,176 SettingsFactory:buildSettings - Default batch
fetch size: 1
INFO  2006-08-30 15:42:03,178 SettingsFactory:buildSettings - Generate SQL
with comments: disabled
INFO  2006-08-30 15:42:03,179 SettingsFactory:buildSettings - Order SQL
updates by primary key: disabled
INFO  2006-08-30 15:42:03,181 SettingsFactory:createQueryTranslatorFactory -
Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
INFO  2006-08-30 15:42:03,189 ASTQueryTranslatorFactory:<init> - Using
ASTQueryTranslatorFactory
INFO  2006-08-30 15:42:03,191 SettingsFactory:buildSettings - Query language
substitutions: {}
INFO  2006-08-30 15:42:03,193 SettingsFactory:buildSettings - Second-level
cache: enabled
INFO  2006-08-30 15:42:03,194 SettingsFactory:buildSettings - Query cache:
disabled
INFO  2006-08-30 15:42:03,195 SettingsFactory:createCacheProvider - Cache
provider: org.hibernate.cache.EhCacheProvider
INFO  2006-08-30 15:42:03,206 SettingsFactory:buildSettings - Optimize cache
for minimal puts: disabled
INFO  2006-08-30 15:42:03,208 SettingsFactory:buildSettings - Structured
second-level cache entries: enabled
INFO  2006-08-30 15:42:03,223 SettingsFactory:buildSettings - Statistics:
enabled
INFO  2006-08-30 15:42:03,225 SettingsFactory:buildSettings - Deleted entity
synthetic identifier rollback: disabled
INFO  2006-08-30 15:42:03,226 SettingsFactory:buildSettings - Default
entity-mode: pojo
INFO  2006-08-30 15:42:03,312 SessionFactoryImpl:<init> - building session
factory
WARN  2006-08-30 15:42:03,571 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.BookmarkData]; using defaults.
WARN  2006-08-30 15:42:04,124 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.CommentData]; using defaults.
WARN  2006-08-30 15:42:04,389 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.FolderData]; using defaults.
WARN  2006-08-30 15:42:04,762 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.PermissionsData]; using defaults.
WARN  2006-08-30 15:42:04,794 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.RoleData]; using defaults.
WARN  2006-08-30 15:42:04,813 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.WeblogCategoryData]; using defaults.
WARN  2006-08-30 15:42:04,983 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.RefererData]; using defaults.
WARN  2006-08-30 15:42:05,035 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.AutoPingData]; using defaults.
WARN  2006-08-30 15:42:05,054 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.WeblogCategoryAssoc]; using defaults.
WARN  2006-08-30 15:42:05,194 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.WeblogEntryData]; using defaults.
WARN  2006-08-30 15:42:05,254 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.WeblogTemplate]; using defaults.
WARN  2006-08-30 15:42:05,285 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.PingQueueEntryData]; using defaults.
WARN  2006-08-30 15:42:05,340 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.PingCategoryRestrictionData]; using
defaults.
WARN  2006-08-30 15:42:05,355 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.PingTargetData]; using defaults.
WARN  2006-08-30 15:42:05,392 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.EntryAttributeData]; using defaults.
WARN  2006-08-30 15:42:05,409 EhCacheProvider:buildCache - Could not find
configuration [org.apache.roller.pojos.FolderAssoc]; using defaults.
INFO  2006-08-30 15:42:05,840 SessionFactoryObjectFactory:addInstance - Not
binding factory to JNDI, no JNDI name configured
INFO  2006-08-30 15:42:05,855 RollerFactory:setRoller - Using Roller Impl:
org.apache.roller.business.hibernate.HibernateRollerImpl
INFO  2006-08-30 15:42:06,814
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property site.name ... setting value to [Roller Site]
INFO  2006-08-30 15:42:06,816
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property site.shortName ... setting value to [Front Page]
INFO  2006-08-30 15:42:06,816
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property site.description ... setting value to [A default install of the
Roller Weblogger open source blog server]
INFO  2006-08-30 15:42:06,817
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property site.frontpage.weblog.handle ... setting value to []
INFO  2006-08-30 15:42:06,818
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property site.frontpage.weblog.aggregated ... setting value to [false]
INFO  2006-08-30 15:42:06,819
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property site.adminemail ... setting value to []
INFO  2006-08-30 15:42:06,820
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property site.absoluteurl ... setting value to []
INFO  2006-08-30 15:42:06,822
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property pings.suspendPingProcessing ... setting value to [false]
INFO  2006-08-30 15:42:06,823
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property site.debugMode ... setting value to [false]
INFO  2006-08-30 15:42:06,824
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property users.registration.enabled ... setting value to [true]
INFO  2006-08-30 15:42:06,825
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property users.registration.url ... setting value to []
INFO  2006-08-30 15:42:06,826
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property users.editor.pages ... setting value to
[editor-text.jsp,editor-rte.jsp]
INFO  2006-08-30 15:42:06,827
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property users.comments.enabled ... setting value to [true]
INFO  2006-08-30 15:42:06,828
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property users.trackbacks.enabled ... setting value to [true]
INFO  2006-08-30 15:42:06,829
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property users.comments.autoformat ... setting value to [true]
INFO  2006-08-30 15:42:06,830
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property users.comments.escapehtml ... setting value to [false]
INFO  2006-08-30 15:42:06,831
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property users.comments.emailnotify ... setting value to [false]
INFO  2006-08-30 15:42:06,850
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property users.moderation.required ... setting value to [false]
INFO  2006-08-30 15:42:06,853
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property site.trackbackVerification.enabled ... setting value to [false]
INFO  2006-08-30 15:42:06,854
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property site.linkbacks.enabled ... setting value to [false]
INFO  2006-08-30 15:42:06,855
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property site.newsfeeds.defaultEntries ... setting value to [50]
INFO  2006-08-30 15:42:06,856
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property site.newsfeeds.maxEntries ... setting value to [50]
INFO  2006-08-30 15:42:06,857
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property site.newsfeeds.styledFeeds ... setting value to [true]
INFO  2006-08-30 15:42:06,858
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property uploads.enabled ... setting value to [true]
INFO  2006-08-30 15:42:06,859
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property uploads.types.allowed ... setting value to [jpg,jpeg,gif,png]
INFO  2006-08-30 15:42:06,860
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property uploads.types.forbid ... setting value to []
INFO  2006-08-30 15:42:06,862
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property uploads.file.maxsize ... setting value to [1.00]
INFO  2006-08-30 15:42:06,863
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property uploads.dir.maxsize ... setting value to [4.00]
INFO  2006-08-30 15:42:06,864
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property users.themes.path ... setting value to [/themes]
INFO  2006-08-30 15:42:06,865
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property themes.customtheme.allowed ... setting value to [true]
INFO  2006-08-30 15:42:06,867
HibernatePropertiesManagerImpl:initializeMissingProps - Found uninitialized
property spam.blacklist ... setting value to []
INFO  2006-08-30 15:42:06,937 ApplicationContext:log - Loading Spring root
WebApplicationContext
INFO  2006-08-30 15:42:07,974 RollerContext:initializeSecurityFeatures -
Remember Me enabled: true
INFO  2006-08-30 15:42:07,976 RollerContext:setupVelocity - Initializing
Velocity
INFO  2006-08-30 15:42:08,827 ThemeManagerImpl:loadThemeFromDisk - Loading
theme x2
INFO  2006-08-30 15:42:08,835 ThemeManagerImpl:loadThemeFromDisk - Loading
theme sunsets
INFO  2006-08-30 15:42:08,837 ThemeManagerImpl:loadThemeFromDisk - Loading
theme sotto
INFO  2006-08-30 15:42:08,839 ThemeManagerImpl:loadThemeFromDisk - Loading
theme ocadia
INFO  2006-08-30 15:42:08,842 ThemeManagerImpl:loadThemeFromDisk - Loading
theme frontpage
INFO  2006-08-30 15:42:08,846 ThemeManagerImpl:loadThemeFromDisk - Loading
theme brushedmetal
INFO  2006-08-30 15:42:08,849 ThemeManagerImpl:loadThemeFromDisk - Loading
theme andreas08
INFO  2006-08-30 15:42:08,851 ThemeManagerImpl:loadThemeFromDisk - Loading
theme almost-spring
INFO  2006-08-30 15:42:08,854 ThemeManagerImpl:<init> - Loaded 8 themes from
disk.
INFO  2006-08-30 15:42:08,896 IndexManagerImpl:<init> - search enabled: true
INFO  2006-08-30 15:42:08,898 IndexManagerImpl:<init> - index dir:
/home/lokahi/roller-data/index
INFO  2006-08-30 15:42:58,505 PingConfig:initializeCommonTargets - Creating
common ping target 'Technorati' from configuration properties.
INFO  2006-08-30 15:42:58,507 PingConfig:initializeCommonTargets - Creating
common ping target 'Weblogs.com' from configuration properties.
INFO  2006-08-30 15:42:58,508 PingConfig:initializeCommonTargets - Creating
common ping target 'blo.gs' from configuration properties.
INFO  2006-08-30 15:42:58,509 PingConfig:initializeCommonTargets - Creating
common ping target 'java.blogs' from configuration properties.
INFO  2006-08-30 15:42:58,511 PingConfig:initializeCommonTargets - Creating
common ping target 'blogrolling.com' from configuration properties.
INFO  2006-08-30 15:42:58,512 PingConfig:initializeCommonTargets - Creating
common ping target 'IceRocket' from configuration properties.
INFO  2006-08-30 15:42:58,521 RollerContext:setupPingQueueTask - Scheduling
ping queue task to run at 5 minute intervals.
INFO  2006-08-30 15:42:58,552 RollerContext:setupScheduledTasks - Setting
daily task: org.apache.roller.ui.core.tasks.TurnoverReferersTask
INFO  2006-08-30 15:42:58,854 IPBanFilter:init - INIT IPBanFilter
INFO  2006-08-30 15:42:58,861 CompressionFilter:init - Compressed Output
ENABLED
INFO  2006-08-30 15:42:58,878 RequestMappingFilter:init - Request mapping
filter initialized, 1 mappers configured.
INFO  2006-08-30 15:43:00,382 PageServlet:init - Initializing PageServlet
INFO  2006-08-30 15:43:00,388 WeblogPageCache:<init> - {timeout=3600,
enabled=true, size=400, id=cache.weblogpage}
INFO  2006-08-30 15:43:00,402 CacheManager:<clinit> - Cache Manager
Initialized.
INFO  2006-08-30 15:43:00,403 CacheManager:<clinit> - Cache Factory =
org.apache.roller.util.cache.ExpiringLRUCacheFactoryImpl
INFO  2006-08-30 15:43:00,414 FuturePostingsInvalidationJob:input - Peeking
3 minutes into the future each pass
INFO  2006-08-30 15:43:00,430 SiteWideCache:<init> - {timeout=1800,
enabled=true, size=50, id=cache.sitewide}
INFO  2006-08-30 15:43:00,432 PageServlet:init - Referrer processing enabled
= true
INFO  2006-08-30 15:43:00,440 FeedServlet:init - Initializing FeedServlet
INFO  2006-08-30 15:43:00,446 WeblogFeedCache:<init> - {timeout=3600,
enabled=true, size=200, id=cache.weblogfeed}
INFO  2006-08-30 15:43:00,455 ResourceServlet:init - Initializing
ResourceServlet
INFO  2006-08-30 15:43:00,468 SearchServlet:init - Initializing
SearchServlet
INFO  2006-08-30 15:43:00,493 ContinuousWorkerThread:run - future
invalidations thread Started.
INFO  2006-08-30 15:43:00,537 CommentServlet:init - Initializing
CommentServlet
INFO  2006-08-30 15:43:00,543 CommentServlet:init - Comment Throttling
DISABLED
INFO  2006-08-30 15:43:00,550 RSDServlet:init - Initializing RSDServlet
INFO  2006-08-30 15:43:00,561 PlanetFeedServlet:init - Initializing
PlanetRssServlet
INFO  2006-08-30 15:43:00,567 PlanetCache:<init> - Planet cache =
{timeout=1800, enabled=true, size=10, id=cache.planet}
INFO  2006-08-30 15:43:00,588 PreviewServlet:init - Initializing
PreviewServlet


------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments, contains
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station,
New Jersey, USA 08889), and/or its affiliates (which may be known
outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD
and in Japan, as Banyu - direct contact information for affiliates is
available at http://www.merck.com/contact/contacts.html) that may be
confidential, proprietary copyrighted and/or legally privileged. It is
intended solely for the use of the individual or entity named on this
message. If you are not the intended recipient, and have received this
message in error, please notify us immediately by reply e-mail and then
delete it from your system.

------------------------------------------------------------------------------

Reply via email to