[prev in list] [next in list] [prev in thread] [next in thread] 

List:       turbine-dev
Subject:    turbine core dump from Jetspeed
From:       Eric White <ewhite () rocksteady ! com>
Date:       2002-11-19 22:31:04
[Download RAW message or body]

I configured Jetspeed 1.4b1 with mysql JDBC drivers and generated a
stack trace that can be found in the attached jetspeed.log file. 
According to the message(s) logged in the jetspeed.log file, I'm
notifying the turbine developer list with the environment that caused
this error.

1) Jetspeed 1.4b1
2) mysql JDBC drivers (both versions 2.0.14 and 3.0.2-beta) from
http://www.mysql.com
3) a datasource configured in torque.properties (also attached)


["Torque.properties;" (text/plain)]

# -------------------------------------------------------------------
# $Id: Torque.properties,v 1.1 2002/04/06 23:41:46 kimptoc Exp $
#
# This is the configuration file for Torque.
#
# Note that strings containing "," (comma) characters must backslash
# escape the comma (i.e. '\,')
#
# -------------------------------------------------------------------

# NOTE NO torque. prefix on properties - this is a kluge to make it also include the TR.properties

applicationRoot = .

# -------------------------------------------------------------------
#
#  L O G G I N G
#
# -------------------------------------------------------------------
# We use Log4J for all Torque logging and we embed the log4j
# properties within our application configuration.
# -------------------------------------------------------------------

# THIS SEEMS TO BE IGNORED - HENCE IT IS DUPLICATED IN log4j.properties

#log4j.category.org.apache.torque = ALL, org.apache.torque
#log4j.appender.org.apache.torque = org.apache.log4j.FileAppender
#log4j.appender.org.apache.file = ${applicationRoot}/logs/log
#log4j.appender.org.apache.layout = org.apache.log4j.PatternLayout
#log4j.appender.org.apache.layout.conversionPattern = %d [%t] %-5p %c - %m%n
#log4j.appender.org.apache.append = false

# -------------------------------------------------------------------
#
#  T O R Q U E  P R O P E R T I E S
#
# -------------------------------------------------------------------
# These are your database settings. Look in the
# org.apache.pool.* packages for more information.
#
# The parameters to connect to the default database.  You MUST
# configure these properly.
# -------------------------------------------------------------------

database.default=default

database.default.driver=org.hsql.jdbcDriver
database.default.url=jdbc:HypersonicSQL:${webappRoot}/WEB-INF/db/jetspeed
database.default.username=sa
database.default.password=



# The number of database connections to cache per ConnectionPool
# instance (specified per database).

database.default.maxConnections=5

# The amount of time (in milliseconds) that database connections will be
# cached (specified per database).
#
# Default: one hour = 60 * 60 * 1000

database.default.expiryTime=3600000

# The amount of time (in milliseconds) a connection request will have to wait
# before a time out occurs and an error is thrown.
#
# Default: ten seconds = 10 * 1000

database.connectionWaitTimeout=10000

# The interval (in milliseconds) between which the PoolBrokerService logs
# the status of it's ConnectionPools.
#
# Default: No logging = 0 = 0 * 1000

database.logInterval=0

# Determines if the quantity column of the IDBroker's id_table should
# be increased automatically if requests for ids reaches a high
# volume.

idbroker.cleverquantity=true

#
# Props for alternate database
#

torque.database.billing.adapter=mysql
torque.dsfactory.billing.connection.driver=com.mysql.jdbc.Driver
torque.dsfactory.billing.connection.url=jdbc:mysql://localhost:3306/test
torque.dsfactory.billing.connection.user=user1
torque.dsfactory.billing.connection.password=pass1

#

torque.dsfactory.billing.factory=org.apache.torque.dsfactory.TorqueDataSourceFactory
#torque.dsfactory.billing.pool.defaultMaxConnections=10
#torque.dsfactory.billing.pool.maxExpiryTime=3600
#torque.dsfactory.billing.pool.connectionWaitTimeout=10



["jetspeed.log;" (text/plain)]

[16:21:37,915 INFO ] ServiceBroker: LoggingService enabled.
[16:21:37,916 INFO ] Added Mapping for Service: ResourceService
[16:21:37,916 INFO ] Added Mapping for Service: LoggingService
[16:21:37,916 INFO ] Added Mapping for Service: FactoryService
[16:21:37,917 INFO ] Added Mapping for Service: PoolService
[16:21:37,917 INFO ] Added Mapping for Service: RunDataService
[16:21:37,917 INFO ] Added Mapping for Service: ServletService
[16:21:37,917 INFO ] Added Mapping for Service: AssemblerBrokerService
[16:21:37,917 INFO ] Added Mapping for Service: LocalizationService
[16:21:37,917 INFO ] Added Mapping for Service: MimeTypeService
[16:21:37,917 INFO ] Added Mapping for Service: GlobalCacheService
[16:21:37,917 INFO ] Added Mapping for Service: SchedulerService
[16:21:37,917 INFO ] Added Mapping for Service: UniqueIdService
[16:21:37,917 INFO ] Added Mapping for Service: UploadService
[16:21:37,917 INFO ] Added Mapping for Service: PoolBrokerService
[16:21:37,917 INFO ] Added Mapping for Service: MapBrokerService
[16:21:37,918 INFO ] Added Mapping for Service: PullService
[16:21:37,918 INFO ] Added Mapping for Service: TemplateService
[16:21:37,918 INFO ] Added Mapping for Service: StateManagerService
[16:21:37,918 INFO ] Added Mapping for Service: JspService
[16:21:37,918 INFO ] Added Mapping for Service: VelocityService
[16:21:37,918 INFO ] Added Mapping for Service: URLManager
[16:21:37,918 INFO ] Added Mapping for Service: DaemonFactory
[16:21:37,918 INFO ] Added Mapping for Service: IdGenerator
[16:21:37,918 INFO ] Added Mapping for Service: ThreadPool
[16:21:37,918 INFO ] Added Mapping for Service: Registry
[16:21:37,918 INFO ] Added Mapping for Service: PsmlManager
[16:21:37,918 INFO ] Added Mapping for Service: PortletFactory
[16:21:37,918 INFO ] Added Mapping for Service: PortletCache
[16:21:37,918 INFO ] Added Mapping for Service: PortalToolkit
[16:21:37,918 INFO ] Added Mapping for Service: Profiler
[16:21:37,919 INFO ] Added Mapping for Service: TemplateLocator
[16:21:37,919 INFO ] Added Mapping for Service: StockQuoteService
[16:21:37,919 INFO ] Added Mapping for Service: PortalPersistenceService
[16:21:37,919 INFO ] Added Mapping for Service: JetspeedSecurity
[16:21:37,919 INFO ] Added Mapping for Service: PortalAuthentication
[16:21:37,919 INFO ] Added Mapping for Service: PortalAccessController
[16:21:37,919 INFO ] Added Mapping for Service: UserManagement
[16:21:37,919 INFO ] Added Mapping for Service: RoleManagement
[16:21:37,919 INFO ] Added Mapping for Service: GroupManagement
[16:21:37,919 INFO ] Added Mapping for Service: PermissionManagement
[16:21:37,919 INFO ] Added Mapping for Service: SecurityCache
[16:21:37,920 INFO ] Initializing all services using: \
org.apache.catalina.core.StandardWrapperFacade [16:21:37,920 INFO ] Start \
Initializing service (early): ResourceService [16:21:37,921 INFO ] Finish \
Initializing service (early): ResourceService [16:21:37,921 INFO ] Start Initializing \
service (early): LoggingService [16:21:37,921 INFO ] Finish Initializing service \
(early): LoggingService [16:21:37,921 INFO ] Start Initializing service (early): \
FactoryService [16:21:37,932 INFO ] Finish Initializing service (early): \
FactoryService [16:21:37,932 INFO ] Start Initializing service (early): PoolService
[16:21:37,947 INFO ] Finish Initializing service (early): PoolService
[16:21:37,948 INFO ] Start Initializing service (early): RunDataService
[16:21:38,122 INFO ] Finish Initializing service (early): RunDataService
[16:21:38,123 INFO ] Start Initializing service (early): ServletService
[16:21:38,133 DEBUG] [TurbineServletService] Initializing with ServletConfig
[16:21:38,133 INFO ] Finish Initializing service (early): ServletService
[16:21:38,133 INFO ] Start Initializing service (early): AssemblerBrokerService
[16:21:38,140 INFO ] Finish Initializing service (early): AssemblerBrokerService
[16:21:38,140 INFO ] Start Initializing service (early): LocalizationService
[16:21:38,148 INFO ] Finish Initializing service (early): LocalizationService
[16:21:38,148 INFO ] Start Initializing service (early): MimeTypeService
[16:21:38,154 INFO ] Finish Initializing service (early): MimeTypeService
[16:21:38,155 INFO ] Start Initializing service (early): GlobalCacheService
[16:21:38,173 INFO ] Finish Initializing service (early): GlobalCacheService
[16:21:38,174 INFO ] Start Initializing service (early): SchedulerService
[16:21:38,194 INFO ] TurbineSchedulerService was not started because \
scheduler.enabled is not 'true' in the TurbineResources.properties file. \
[16:21:38,194 INFO ] Finish Initializing service (early): SchedulerService \
[16:21:38,194 INFO ] Start Initializing service (early): UniqueIdService \
[16:21:38,214 INFO ] Finish Initializing service (early): UniqueIdService \
[16:21:38,214 INFO ] Start Initializing service (early): UploadService [16:21:38,227 \
INFO ] Finish Initializing service (early): UploadService [16:21:38,227 INFO ] Start \
Initializing service (early): PoolBrokerService [16:21:38,249 INFO ] Finish \
Initializing service (early): PoolBrokerService [16:21:38,249 INFO ] Start \
Initializing service (early): MapBrokerService [16:21:38,257 INFO ] Finish \
Initializing service (early): MapBrokerService [16:21:38,258 INFO ] Start \
Initializing service (early): PullService [16:21:38,268 INFO ] Finish Initializing \
service (early): PullService [16:21:38,268 INFO ] Start Initializing service (early): \
TemplateService [16:21:38,450 INFO ] Finish Initializing service (early): \
TemplateService [16:21:38,450 INFO ] Start Initializing service (early): \
StateManagerService [16:21:38,463 INFO ] Finish Initializing service (early): \
StateManagerService [16:21:38,464 INFO ] Start Initializing service (early): \
JspService [16:21:38,503 INFO ] Start Initializing service (late): TemplateService
[16:21:38,504 INFO ] Finish Initializing service (late): TemplateService
[16:21:38,504 INFO ] Finish Initializing service (early): JspService
[16:21:38,504 INFO ] Start Initializing service (early): VelocityService
[16:21:39,411 INFO ] Start Initializing service (late): PullService
[16:21:39,412 INFO ] Pull Model tools will be refreshed on a per request basis.
[16:21:39,426 INFO ] Instantiated tool class \
org.apache.jetspeed.services.resources.JetspeedResources to add to the context as \
'$config' [16:21:39,448 INFO ] Instantiated tool class \
org.apache.jetspeed.util.template.BaseJetspeedLink to add to the context as '$jslink' \
[16:21:39,488 INFO ] Instantiated tool class \
org.apache.turbine.util.template.TemplateLink to add to the context as '$link' \
[16:21:39,497 INFO ] Instantiated tool class \
org.apache.turbine.util.template.TemplatePageAttributes to add to the context as \
'$page' [16:21:39,499 INFO ] Instantiated tool class \
org.apache.turbine.util.ContentURI to add to the context as '$content' [16:21:39,503 \
INFO ] Instantiated tool class org.apache.jetspeed.util.template.ContentTemplateLink \
to add to the context as '$clink' [16:21:39,516 INFO ] Instantiated tool class \
org.apache.jetspeed.util.template.JetspeedTemplateLink to add to the context as \
'$jlink' [16:21:39,523 INFO ] Instantiated tool class \
org.apache.jetspeed.util.template.JetspeedTool to add to the context as '$jetspeed' \
[16:21:39,526 INFO ] Instantiated tool class \
org.apache.turbine.services.localization.LocalizationTool to add to the context as \
'$l10n' [16:21:39,526 INFO ] Instantiated tool class \
org.apache.jetspeed.services.resources.JetspeedResources to add to the context as \
'$config' [16:21:39,527 INFO ] Finish Initializing service (late): PullService
[16:21:39,528 INFO ] Finish Initializing service (early): VelocityService
[16:21:39,528 INFO ] Start Initializing service (early): URLManager
[16:21:39,542 INFO ] JetspeedURLManagerService early init()....starting!
[16:21:39,544 DEBUG] URLMangler: will create file in user configured \
/WEB-INF/conf/datasources.properties [16:21:39,544 INFO ] Restoring the URLs from \
disk: /home/ewhite/projects/apache/jakarta/tomcat/current/webapps/jetspeed/WEB-INF/conf/datasources.properties
 [16:21:39,558 INFO ] URLManager loaded 1 urls
[16:21:39,558 INFO ] JetspeedURLManagerService early init()....finished!
[16:21:39,559 INFO ] Finish Initializing service (early): URLManager
[16:21:39,559 INFO ] Start Initializing service (early): DaemonFactory
[16:21:39,577 INFO ] Early init for DaemonFactory called...
[16:21:39,583 INFO ] Early init for DaemonFactory done
[16:21:39,584 INFO ] DaemonFactory:  Starting up necessary daemons.
[16:21:39,584 INFO ] DaemonFactory:  start(): starting daemon -> feeddaemon
[16:21:39,591 INFO ] Creating daemon: feeddaemon
[16:21:39,603 INFO ] DaemonThread: started processing daemon feeddaemon
[16:21:39,604 INFO ] DaemonThread -> PROCESSING daemon -> feeddaemon
[16:21:39,604 INFO ] Jetspeed:  FeedDaemon  -- BEGIN -- 
[16:21:39,607 INFO ] BEGIN FEED -> /ocs/local.ocs
[16:21:39,608 INFO ] FeedDaemon:  transforming url: /ocs/local.ocs with stylesheet: \
/WEB-INF/xsl/ocs.xsl [16:21:39,690 DEBUG] DISK CACHE: will use cache in user \
configured directory \
/home/ewhite/projects/apache/jakarta/tomcat/current/webapps/jetspeed/WEB-INF/cache \
[16:21:39,690 INFO ] DISK CACHE: Initing cache for \
/home/ewhite/projects/apache/jakarta/tomcat/current/webapps/jetspeed/WEB-INF/cache \
[16:21:39,690 INFO ] Disk Cache init Entries... [16:21:39,691 INFO ] Initializing \
cache entry: http_jakarta.apache.org_jetspeed_channels_apache.ocs [16:21:39,715 INFO \
] Adding cache entry for http://jakarta.apache.org/jetspeed/channels/apache.ocs \
[16:21:39,724 INFO ] Initializing cache entry: \
http_jakarta.apache.org_jetspeed_channels_jetspeed.rss [16:21:39,895 INFO ] Adding \
cache entry for http://jakarta.apache.org/jetspeed/channels/jetspeed.rss \
[16:21:39,895 INFO ] Initializing cache entry: \
http_jakarta.apache.org_jetspeed_channels_turbine.rss [16:21:39,895 INFO ] Adding \
cache entry for http://jakarta.apache.org/jetspeed/channels/turbine.rss [16:21:39,895 \
INFO ] Initializing cache entry: http_my.netscape.com_publish_formats_rss-0.91.dtd \
[16:21:39,896 INFO ] Adding cache entry for \
http://my.netscape.com/publish/formats/rss-0.91.dtd [16:21:39,896 INFO ] Initializing \
cache entry: http_www.apacheweek.com_issues_apacheweek-headlines.xml [16:21:39,896 \
INFO ] Adding cache entry for \
http://www.apacheweek.com/issues/apacheweek-headlines.xml [16:21:39,896 INFO ] \
Initializing cache entry: http_www.mozilla.org_news.rdf [16:21:39,896 INFO ] Adding \
cache entry for http://www.mozilla.org/news.rdf [16:21:39,897 INFO ] Initializing \
cache entry: http_www.slashdot.org_slashdot.rdf [16:21:39,897 INFO ] Adding cache \
entry for http://www.slashdot.org/slashdot.rdf [16:21:39,897 INFO ] Initializing \
cache entry: http_www.xmlhack.com_rsscat.php [16:21:39,897 INFO ] Adding cache entry \
for http://www.xmlhack.com/rsscat.php [16:21:39,897 INFO ] Initializing cache entry: \
http_xml.com_xml_xmlnews.rdf [16:21:39,897 INFO ] Adding cache entry for \
http://xml.com/xml/xmlnews.rdf [16:21:39,897 INFO ] Disk Cache init Entries DONE.
[16:21:39,897 INFO ] DISK CACHE: Inited \
cache:/home/ewhite/projects/apache/jakarta/tomcat/current/webapps/jetspeed/WEB-INF/cache
 [16:21:39,898 WARN ] Cache getEntry Called with /WEB-INF/xsl/ocs.xsl
[16:21:39,899 INFO ] Adding Local to cache list: \
jndi:/localhost/jetspeed/WEB-INF/xsl/ocs.xsl [16:21:39,900 INFO ] Returning local \
cached URL [16:21:40,222 WARN ] Cache getEntry Called with /ocs/local.ocs
[16:21:40,223 INFO ] Adding Local to cache list: \
jndi:/localhost/jetspeed/ocs/local.ocs [16:21:40,223 INFO ] Returning local cached \
URL [16:21:40,227 INFO ] Determining portlets...
[16:21:40,258 INFO ] Start Initializing service (late): Registry
[16:21:40,259 DEBUG] Late init for Registry called
[16:21:40,259 DEBUG] Starting SAX thread...
[16:21:40,404 INFO ] DaemonFactory:  start(): starting daemon -> diskcachedaemon
[16:21:40,405 INFO ] Creating daemon: diskcachedaemon
[16:21:40,409 INFO ] DaemonThread: started processing daemon diskcachedaemon
[16:21:40,409 INFO ] DaemonThread -> PROCESSING daemon -> diskcachedaemon
[16:21:40,409 INFO ] parsing out document store
[16:21:40,409 INFO ] Calling JetspeedDiskCache getEntries
[16:21:40,442 INFO ] Start Initializing service (late): ThreadPool
[16:21:40,443 INFO ] Finish Initializing service (early): DaemonFactory
[16:21:40,443 INFO ] Start Initializing service (early): IdGenerator
[16:21:40,509 INFO ] Finish Initializing service (early): IdGenerator
[16:21:40,510 INFO ] Start Initializing service (early): ThreadPool
[16:21:40,510 INFO ] JetspeedThreadPoolService early init()....starting!
[16:21:40,510 INFO ] JetspeedThreadPoolService:  creating 5 more thread(s) for a \
total of: 5 [16:21:40,516 INFO ] JetspeedThreadPoolService early init()....finished!
[16:21:40,516 INFO ] Finish Initializing service (early): ThreadPool
[16:21:40,516 INFO ] Start Initializing service (early): Registry
[16:21:40,519 DEBUG] Loading mapping file \
/home/ewhite/projects/apache/jakarta/tomcat/current/webapps/jetspeed/WEB-INF/conf/registry.xml
 [16:21:40,760 DEBUG] Waiting for init of Registry...
[16:21:40,943 INFO ] Finish Initializing service (late): ThreadPool
[16:21:40,950 INFO ] JetspeedThreadPoolService:  creating 5 more thread(s) for a \
total of: 10 [16:21:40,952 INFO ] JetspeedThreadPoolService:  creating 5 more \
thread(s) for a total of: 15 [16:21:40,956 INFO ] JetspeedThreadPoolService:  \
creating 5 more thread(s) for a total of: 20 [16:21:40,971 INFO ] DaemonThread -> \
*DONE* PROCESSING daemon -> diskcachedaemon [16:21:41,261 DEBUG] Waiting for init of \
Registry... [16:21:41,764 DEBUG] Waiting for init of Registry...
[16:21:41,862 DEBUG] Updating the Portlet registry
[16:21:41,862 DEBUG] Adding entry Applications of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,866 DEBUG] Adding entry PortletCustomizer of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,867 DEBUG] Adding entry PortletSetCustomizer of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,867 DEBUG] Adding entry PortletBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,868 DEBUG] Adding entry ControlBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,868 DEBUG] Adding entry ControllerBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,868 DEBUG] Adding entry MediaBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,868 DEBUG] Adding entry SkinBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,868 DEBUG] Adding entry SecurityBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,868 DEBUG] Adding entry PortletInfoPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,868 DEBUG] Adding entry Login of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,870 INFO ] Failed to retrieve Velocity from Portlet [16:21:41,870 DEBUG] \
Adding entry GlobalAdminPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,870 DEBUG] Adding entry JavaRuntimePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,870 DEBUG] Adding entry DaemonAdminPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,872 DEBUG] Adding entry JetspeedContentAdmin of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,872 DEBUG] Adding entry BadURLManagerPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,872 DEBUG] Adding entry UserBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,873 INFO ] Failed to retrieve CustomizerVelocity from Portlet [16:21:41,875 \
DEBUG] Adding entry RoleBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,875 INFO ] Failed to retrieve CustomizerVelocity from Portlet [16:21:41,875 \
DEBUG] Adding entry GroupBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,875 INFO ] Failed to retrieve CustomizerVelocity from Portlet [16:21:41,875 \
DEBUG] Adding entry PermissionBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,875 INFO ] Failed to retrieve CustomizerVelocity from Portlet [16:21:41,875 \
DEBUG] Adding entry UserForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,875 INFO ] Failed to retrieve CustomizerVelocity from Portlet [16:21:41,876 \
DEBUG] Adding entry RoleForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,876 INFO ] Failed to retrieve CustomizerVelocity from Portlet [16:21:41,876 \
DEBUG] Adding entry GroupForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,876 INFO ] Failed to retrieve CustomizerVelocity from Portlet [16:21:41,876 \
DEBUG] Adding entry PermissionForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,876 INFO ] Failed to retrieve CustomizerVelocity from Portlet [16:21:41,876 \
DEBUG] Adding entry UserRoleForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,876 INFO ] Failed to retrieve CustomizerVelocity from Portlet [16:21:41,876 \
DEBUG] Adding entry RolePermissionForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,879 INFO ] Failed to retrieve CustomizerVelocity from Portlet [16:21:41,879 \
DEBUG] Adding entry ServletContextPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,879 DEBUG] Adding entry PsmlBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,879 INFO ] Failed to retrieve CustomizerVelocity from Portlet [16:21:41,879 \
DEBUG] Adding entry PsmlForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,880 INFO ] Failed to retrieve CustomizerVelocity from Portlet [16:21:41,880 \
DEBUG] Adding entry CouponBrowserTest of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,880 DEBUG] Adding entry AggregatePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,880 DEBUG] Adding entry XSL of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,880 DEBUG] Adding entry RSS of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,880 DEBUG] Adding entry WML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,880 DEBUG] Adding entry Velocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,880 DEBUG] Adding entry JSP of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,880 DEBUG] Adding entry CustomizerVelocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,880 DEBUG] Adding entry HTML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,881 DEBUG] Adding entry XML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,881 DEBUG] Adding entry WebPagePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,881 DEBUG] Adding entry LinkPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,881 DEBUG] Adding entry ClearPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,882 DEBUG] Adding entry JetspeedContent of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,882 DEBUG] Adding entry AdminInfo of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,882 DEBUG] Adding entry AdminScreen of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,882 DEBUG] Adding entry IFramePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,882 DEBUG] Adding entry DatabaseBrowserPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,882 DEBUG] Adding entry MyWeather of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,882 DEBUG] Adding entry Stocks of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,882 DEBUG] Adding entry HelloVelocityCached of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,882 DEBUG] Adding entry HelloVelocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,882 DEBUG] Adding entry HelloJSP of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,883 DEBUG] Adding entry JSP1_1andJetspeedTagLib of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,883 DEBUG] Adding entry JSP1_2andJetspeedTagLib of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,883 DEBUG] Adding entry jslink_examples of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,883 DEBUG] Adding entry Search of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,883 DEBUG] Adding entry Welcome of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,883 DEBUG] Adding entry LoggedInWelcome of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,883 DEBUG] Adding entry XMLHack of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,883 DEBUG] Adding entry Apacheweek of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,883 DEBUG] Adding entry Mozilla of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,884 DEBUG] Adding entry Jetspeed of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,884 DEBUG] Adding entry JavaWeb of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,884 DEBUG] Adding entry StockQuote of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,885 DEBUG] Adding entry myLinks of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,885 DEBUG] Adding entry JetspeedFramed of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,885 DEBUG] Adding entry AggregateTest of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,885 DEBUG] Adding entry DatabaseBrowserTest of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,885 DEBUG] Adding entry InstanceExample of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,885 DEBUG] Adding entry SecurityExample of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,886 DEBUG] Merged 70 entries into the Registry [16:21:41,886 DEBUG] \
Updating the PortletControl registry [16:21:41,886 DEBUG] Adding entry \
ClearPortletControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:41,886 DEBUG] Adding entry FullScreenControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:41,886 DEBUG] Adding entry BoxControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:41,886 DEBUG] Adding entry TitlePortletControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:41,886 DEBUG] Adding entry PanedPortletControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:41,886 DEBUG] Adding entry TabControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:41,886 DEBUG] Adding entry MenuControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:41,886 DEBUG] Merged 7 entries into the Registry [16:21:41,886 DEBUG] Updating \
the PortletController registry [16:21:41,887 DEBUG] Adding entry \
CardPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,887 DEBUG] Adding entry FlowPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,887 DEBUG] Adding entry GridPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,887 DEBUG] Adding entry ColumnController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,887 DEBUG] Adding entry RowController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,887 DEBUG] Adding entry TwoColumns of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,887 DEBUG] Adding entry TwoColumnsLeft of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,887 DEBUG] Adding entry TwoColumnsRight of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,887 DEBUG] Adding entry ThreeColumns of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,887 DEBUG] Adding entry ThreeColumnsSymetric of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,887 DEBUG] Adding entry TabController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,887 DEBUG] Adding entry MenuController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,887 DEBUG] Merged 12 entries into the Registry [16:21:41,887 DEBUG] \
Updating the MediaType registry [16:21:41,887 DEBUG] Adding entry html of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:21:41,887 DEBUG] Adding entry wml of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:21:41,889 DEBUG] Adding entry vxml of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:21:41,889 DEBUG] Merged 4 entries into the Registry
[16:21:41,889 DEBUG] Updating the Skin registry
[16:21:41,889 DEBUG] Adding entry grey of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,889 \
DEBUG] Adding entry orange-grey of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,889 \
DEBUG] Adding entry orange-red-Bordered of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,890 \
DEBUG] Adding entry orange-red of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,890 \
DEBUG] Adding entry StylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,890 \
DEBUG] Adding entry BorderedTitleStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,890 \
DEBUG] Adding entry BorderedContentStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,890 \
DEBUG] Adding entry BorderedPortletStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,890 \
DEBUG] Merged 8 entries into the Registry [16:21:41,890 DEBUG] Updating the Security \
registry [16:21:41,890 DEBUG] Adding entry admin-only of class class \
org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:21:41,890 DEBUG] Adding entry user-only of class class \
org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:21:41,890 DEBUG] Adding entry default of class class \
org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:21:41,890 DEBUG] Adding entry user-view_admin-all of class class \
org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:21:41,890 DEBUG] Merged 4 entries into the Registry [16:21:41,890 INFO ] \
CasterRegistryService: Refreshing registry to insure entries are loaded [16:21:41,890 \
DEBUG] Updating the MediaType registry [16:21:41,891 DEBUG] Adding entry html of \
class class org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry \
Registry [16:21:41,891 DEBUG] Adding entry wml of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:21:41,891 DEBUG] Adding entry vxml of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:21:41,891 DEBUG] Adding entry xml of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:21:41,891 DEBUG] Merged 4 entries into the Registry [16:21:41,891 DEBUG] Updating \
the Skin registry [16:21:41,891 DEBUG] Adding entry grey of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,891 \
DEBUG] Adding entry orange-grey of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,891 \
DEBUG] Adding entry orange-red-Bordered of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,891 \
DEBUG] Adding entry orange-red of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,891 \
DEBUG] Adding entry StylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,891 \
DEBUG] Adding entry BorderedTitleStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,891 \
DEBUG] Adding entry BorderedContentStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,891 \
DEBUG] Adding entry BorderedPortletStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:41,891 \
DEBUG] Merged 8 entries into the Registry [16:21:41,891 DEBUG] Updating the \
PortletControl registry [16:21:41,891 DEBUG] Adding entry ClearPortletControl of \
class class org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry \
Registry [16:21:41,892 DEBUG] Adding entry FullScreenControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:41,892 DEBUG] Adding entry BoxControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:41,892 DEBUG] Adding entry TitlePortletControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:41,892 DEBUG] Adding entry PanedPortletControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:41,892 DEBUG] Adding entry TabControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:41,892 DEBUG] Adding entry MenuControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:41,892 DEBUG] Merged 7 entries into the Registry [16:21:41,892 DEBUG] Updating \
the Portlet registry [16:21:41,892 DEBUG] Adding entry Applications of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,893 DEBUG] Adding entry PortletCustomizer of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,893 DEBUG] Adding entry PortletSetCustomizer of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,893 DEBUG] Adding entry PortletBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,893 DEBUG] Adding entry ControlBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,893 DEBUG] Adding entry ControllerBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,893 DEBUG] Adding entry MediaBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,893 DEBUG] Adding entry SkinBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,893 DEBUG] Adding entry SecurityBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,893 DEBUG] Adding entry PortletInfoPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,893 DEBUG] Adding entry Login of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,893 DEBUG] Adding entry GlobalAdminPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,894 DEBUG] Adding entry JavaRuntimePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,894 DEBUG] Adding entry DaemonAdminPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,894 DEBUG] Adding entry JetspeedContentAdmin of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,894 DEBUG] Adding entry BadURLManagerPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,894 DEBUG] Adding entry UserBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,895 DEBUG] Adding entry RoleBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,895 DEBUG] Adding entry GroupBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,895 DEBUG] Adding entry PermissionBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,896 DEBUG] Adding entry UserForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,896 DEBUG] Adding entry RoleForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,896 DEBUG] Adding entry GroupForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,896 DEBUG] Adding entry PermissionForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,896 DEBUG] Adding entry UserRoleForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,896 DEBUG] Adding entry RolePermissionForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,896 DEBUG] Adding entry ServletContextPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,896 DEBUG] Adding entry PsmlBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,896 DEBUG] Adding entry PsmlForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,897 DEBUG] Adding entry CouponBrowserTest of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,897 DEBUG] Adding entry AggregatePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,897 DEBUG] Adding entry XSL of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,897 DEBUG] Adding entry RSS of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,897 DEBUG] Adding entry WML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,897 DEBUG] Adding entry Velocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,897 DEBUG] Adding entry JSP of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,897 DEBUG] Adding entry CustomizerVelocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,897 DEBUG] Adding entry HTML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,897 DEBUG] Adding entry XML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,897 DEBUG] Adding entry WebPagePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,898 DEBUG] Adding entry LinkPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,898 DEBUG] Adding entry ClearPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,898 DEBUG] Adding entry JetspeedContent of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,898 DEBUG] Adding entry AdminInfo of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,898 DEBUG] Adding entry AdminScreen of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,898 DEBUG] Adding entry IFramePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,898 DEBUG] Adding entry DatabaseBrowserPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,898 DEBUG] Adding entry MyWeather of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,898 DEBUG] Adding entry Stocks of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,898 DEBUG] Adding entry HelloVelocityCached of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,898 DEBUG] Adding entry HelloVelocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,899 DEBUG] Adding entry HelloJSP of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,899 DEBUG] Adding entry JSP1_1andJetspeedTagLib of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,899 DEBUG] Adding entry JSP1_2andJetspeedTagLib of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,899 DEBUG] Adding entry jslink_examples of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,899 DEBUG] Adding entry Search of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,899 DEBUG] Adding entry Welcome of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,899 DEBUG] Adding entry LoggedInWelcome of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,899 DEBUG] Adding entry XMLHack of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,899 DEBUG] Adding entry Apacheweek of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,899 DEBUG] Adding entry Mozilla of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,900 DEBUG] Adding entry Jetspeed of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,900 DEBUG] Adding entry JavaWeb of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,900 DEBUG] Adding entry StockQuote of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,900 DEBUG] Adding entry myLinks of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,900 DEBUG] Adding entry JetspeedFramed of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,900 DEBUG] Adding entry AggregateTest of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,900 DEBUG] Adding entry InstanceExample of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,900 DEBUG] Adding entry SecurityExample of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:41,900 DEBUG] Merged 70 entries into the Registry [16:21:41,900 DEBUG] \
Updating the Security registry [16:21:41,901 DEBUG] Adding entry admin-only of class \
class org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:21:41,901 DEBUG] Adding entry user-only of class class \
org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:21:41,901 DEBUG] Adding entry default of class class \
org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:21:41,901 DEBUG] Adding entry user-view_admin-all of class class \
org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:21:41,901 DEBUG] Merged 4 entries into the Registry [16:21:41,901 DEBUG] Updating \
the PortletController registry [16:21:41,901 DEBUG] Adding entry \
CardPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,901 DEBUG] Adding entry FlowPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,901 DEBUG] Adding entry GridPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,901 DEBUG] Adding entry ColumnController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,901 DEBUG] Adding entry RowController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,901 DEBUG] Adding entry TwoColumns of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,901 DEBUG] Adding entry TwoColumnsLeft of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,901 DEBUG] Adding entry TwoColumnsRight of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,901 DEBUG] Adding entry ThreeColumns of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,901 DEBUG] Adding entry ThreeColumnsSymetric of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,901 DEBUG] Adding entry TabController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,902 DEBUG] Adding entry MenuController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:41,902 DEBUG] Merged 12 entries into the Registry [16:21:41,902 DEBUG] \
RegistryWatcher: Checking for updated files. [16:21:41,903 DEBUG] Registry early \
init()....end!, this.getInit()= true [16:21:41,903 INFO ] Finish Initializing service \
(early): Registry [16:21:41,903 INFO ] Start Initializing service (early): \
PsmlManager [16:21:42,025 DEBUG] Loading psml mapping file \
/home/ewhite/projects/apache/jakarta/tomcat/current/webapps/jetspeed/WEB-INF/conf/psml-mapping.xml
 [16:21:42,052 INFO ] Finish Initializing service (early): PsmlManager
[16:21:42,053 INFO ] Start Initializing service (early): PortletFactory
[16:21:42,090 INFO ] Start Initializing service (late): RunDataService
[16:21:42,091 INFO ] Finish Initializing service (late): RunDataService
[16:21:42,091 INFO ] Finish Initializing service (early): PortletFactory
[16:21:42,091 INFO ] Start Initializing service (early): PortletCache
[16:21:42,098 INFO ] JetspeedPortletCacheService early init()....starting!
[16:21:42,099 INFO ] JetspeedPortletCacheService - By default refreshable objects \
will be removed after 2700000 Millis ( 45 minutes 0.0 Seconds ) [16:21:42,099 INFO ] \
JetspeedPortletCacheService early init()....finished! [16:21:42,099 INFO ] Finish \
Initializing service (early): PortletCache [16:21:42,099 INFO ] Start Initializing \
service (early): PortalToolkit [16:21:42,115 INFO ] Finish Initializing service \
(early): PortalToolkit [16:21:42,116 INFO ] Start Initializing service (early): \
Profiler [16:21:42,199 INFO ] Finish Initializing service (early): Profiler
[16:21:42,199 INFO ] Start Initializing service (early): TemplateLocator
[16:21:42,208 DEBUG] Adding templateRoot:/WEB-INF/templates/
[16:21:42,263 INFO ] Finish Initializing service (early): TemplateLocator
[16:21:42,264 INFO ] Start Initializing service (early): StockQuoteService
[16:21:42,265 DEBUG] Waiting for init of Registry...
[16:21:42,265 DEBUG] We are done! (Registry)
[16:21:42,265 INFO ] Finish Initializing service (late): Registry
[16:21:42,315 DEBUG] ...ending SAX thread.
[16:21:42,397 DEBUG] Updating the MediaType registry
[16:21:42,398 DEBUG] Adding entry html of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:21:42,398 DEBUG] Adding entry wml of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:21:42,398 DEBUG] Adding entry vxml of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:21:42,398 DEBUG] Adding entry xml of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:21:42,398 DEBUG] Merged 4 entries into the Registry [16:21:42,398 DEBUG] Updating \
the Skin registry [16:21:42,398 DEBUG] Adding entry grey of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,398 \
DEBUG] Adding entry orange-grey of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,398 \
DEBUG] Adding entry orange-red-Bordered of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,398 \
DEBUG] Adding entry orange-red of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,398 \
DEBUG] Adding entry StylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,398 \
DEBUG] Adding entry BorderedTitleStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,399 \
DEBUG] Adding entry BorderedContentStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,399 \
DEBUG] Adding entry BorderedPortletStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,402 \
DEBUG] Merged 8 entries into the Registry [16:21:42,402 DEBUG] Updating the \
PortletControl registry [16:21:42,402 DEBUG] Adding entry ClearPortletControl of \
class class org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry \
Registry [16:21:42,402 DEBUG] Adding entry FullScreenControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:42,402 DEBUG] Adding entry BoxControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:42,402 DEBUG] Adding entry TitlePortletControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:42,402 DEBUG] Adding entry PanedPortletControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:42,402 DEBUG] Adding entry TabControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:42,402 DEBUG] Adding entry MenuControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:42,402 DEBUG] Merged 7 entries into the Registry [16:21:42,402 DEBUG] Updating \
the Portlet registry [16:21:42,402 DEBUG] Adding entry Applications of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,403 DEBUG] Adding entry PortletCustomizer of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,403 DEBUG] Adding entry PortletSetCustomizer of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,403 DEBUG] Adding entry PortletBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,403 DEBUG] Adding entry ControlBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,403 DEBUG] Adding entry ControllerBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,403 DEBUG] Adding entry MediaBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,403 DEBUG] Adding entry SkinBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,403 DEBUG] Adding entry SecurityBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,403 DEBUG] Adding entry PortletInfoPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,430 DEBUG] Adding entry Login of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,430 DEBUG] Adding entry GlobalAdminPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,430 DEBUG] Adding entry JavaRuntimePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,430 DEBUG] Adding entry DaemonAdminPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,430 DEBUG] Adding entry JetspeedContentAdmin of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,430 DEBUG] Adding entry BadURLManagerPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,430 DEBUG] Adding entry UserBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,430 DEBUG] Adding entry RoleBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,431 DEBUG] Adding entry GroupBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,431 DEBUG] Adding entry PermissionBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,431 DEBUG] Adding entry UserForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,431 DEBUG] Adding entry RoleForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,431 DEBUG] Adding entry GroupForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,431 DEBUG] Adding entry PermissionForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,431 DEBUG] Adding entry UserRoleForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,431 DEBUG] Adding entry RolePermissionForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,431 DEBUG] Adding entry ServletContextPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,431 DEBUG] Adding entry PsmlBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,432 DEBUG] Adding entry PsmlForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,432 DEBUG] Adding entry \
http://www.apacheweek.com/issues/apacheweek-headlines.xml of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,432 DEBUG] Adding entry http://xml.com/xml/xmlnews.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,432 DEBUG] Adding entry http://www.xmlhack.com/rsscat.php of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,432 DEBUG] Adding entry http://www.slashdot.org/slashdot.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,432 DEBUG] Adding entry http://www.mozilla.org/news.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,432 DEBUG] Adding entry http://barrapunto.com/barrapunto.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,432 DEBUG] Adding entry CouponBrowserTest of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,432 DEBUG] Adding entry AggregatePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,432 DEBUG] Adding entry XSL of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,432 DEBUG] Adding entry RSS of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,433 DEBUG] Adding entry WML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,433 DEBUG] Adding entry Velocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,433 DEBUG] Adding entry JSP of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,433 DEBUG] Adding entry CustomizerVelocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,433 DEBUG] Adding entry HTML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,433 DEBUG] Adding entry XML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,433 DEBUG] Adding entry WebPagePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,433 DEBUG] Adding entry LinkPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,433 DEBUG] Adding entry ClearPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,433 DEBUG] Adding entry JetspeedContent of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,433 DEBUG] Adding entry AdminInfo of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,434 DEBUG] Adding entry AdminScreen of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,434 DEBUG] Adding entry IFramePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,434 DEBUG] Adding entry DatabaseBrowserPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,434 DEBUG] Adding entry MyWeather of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,434 DEBUG] Adding entry Stocks of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,434 DEBUG] Adding entry HelloVelocityCached of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,434 DEBUG] Adding entry HelloVelocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,434 DEBUG] Adding entry HelloJSP of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,434 DEBUG] Adding entry JSP1_1andJetspeedTagLib of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,434 DEBUG] Adding entry JSP1_2andJetspeedTagLib of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,436 DEBUG] Adding entry jslink_examples of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,436 DEBUG] Adding entry Search of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,437 DEBUG] Adding entry Welcome of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,437 DEBUG] Adding entry LoggedInWelcome of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,437 DEBUG] Adding entry XMLHack of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,437 DEBUG] Adding entry Apacheweek of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,437 DEBUG] Adding entry Mozilla of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,437 DEBUG] Adding entry Jetspeed of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,437 DEBUG] Adding entry JavaWeb of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,437 DEBUG] Adding entry StockQuote of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,437 DEBUG] Adding entry myLinks of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,438 DEBUG] Adding entry JetspeedFramed of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,438 DEBUG] Adding entry AggregateTest of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,438 DEBUG] Adding entry DatabaseBrowserTest of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,438 DEBUG] Adding entry InstanceExample of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,438 DEBUG] Adding entry SecurityExample of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,438 DEBUG] Merged 76 entries into the Registry [16:21:42,438 DEBUG] \
Updating the Security registry [16:21:42,438 DEBUG] Adding entry admin-only of class \
class org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:21:42,438 DEBUG] Adding entry user-only of class class \
org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:21:42,438 DEBUG] Adding entry default of class class \
org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:21:42,438 DEBUG] Adding entry user-view_admin-all of class class \
[16:21:42,438 DEBUG] Updating the PortletController registry
[16:21:42,438 DEBUG] Adding entry CardPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,439 DEBUG] Adding entry FlowPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,439 DEBUG] Adding entry GridPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,439 DEBUG] Adding entry ColumnController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,439 DEBUG] Adding entry RowController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,439 DEBUG] Adding entry TwoColumns of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,439 DEBUG] Adding entry TwoColumnsLeft of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,439 DEBUG] Adding entry TwoColumnsRight of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,439 DEBUG] Adding entry ThreeColumns of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,439 DEBUG] Adding entry ThreeColumnsSymetric of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,439 DEBUG] Adding entry TabController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,439 DEBUG] Adding entry MenuController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,439 DEBUG] Merged 12 entries into the Registry [16:21:42,439 INFO ] END \
FEED -> /ocs/local.ocs -> SUCCESS [16:21:42,439 INFO ] BEGIN FEED -> \
http://jakarta.apache.org/jetspeed/channels/apache.ocs [16:21:42,440 INFO ] \
FeedDaemon:  transforming url: http://jakarta.apache.org/jetspeed/channels/apache.ocs \
with stylesheet: /WEB-INF/xsl/ocs.xsl [16:21:42,444 WARN ] Cache getEntry Called with \
/WEB-INF/xsl/ocs.xsl [16:21:42,444 INFO ] Returning local cached URL
[16:21:42,520 INFO ] Determining portlets...
[16:21:42,522 DEBUG] Starting SAX thread...
[16:21:42,548 DEBUG] Updating the MediaType registry
[16:21:42,548 DEBUG] Adding entry html of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:21:42,548 DEBUG] Adding entry wml of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:21:42,549 DEBUG] Adding entry vxml of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:21:42,549 DEBUG] Adding entry xml of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:21:42,549 DEBUG] Merged 4 entries into the Registry [16:21:42,549 DEBUG] Updating \
the Skin registry [16:21:42,549 DEBUG] Adding entry grey of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,549 \
DEBUG] Adding entry orange-grey of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,549 \
DEBUG] Adding entry orange-red-Bordered of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,549 \
DEBUG] Adding entry orange-red of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,549 \
DEBUG] Adding entry StylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,549 \
DEBUG] Adding entry BorderedTitleStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,549 \
DEBUG] Adding entry BorderedContentStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,549 \
DEBUG] Adding entry BorderedPortletStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:21:42,549 \
DEBUG] Merged 8 entries into the Registry [16:21:42,549 DEBUG] Updating the \
PortletControl registry [16:21:42,549 DEBUG] Adding entry ClearPortletControl of \
class class org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry \
Registry [16:21:42,549 DEBUG] Adding entry FullScreenControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:42,550 DEBUG] Adding entry BoxControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:42,550 DEBUG] Adding entry TitlePortletControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:42,550 DEBUG] Adding entry PanedPortletControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:42,550 DEBUG] Adding entry TabControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:42,550 DEBUG] Adding entry MenuControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:21:42,550 DEBUG] Merged 7 entries into the Registry [16:21:42,550 DEBUG] Updating \
the Portlet registry [16:21:42,550 DEBUG] Adding entry Applications of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,550 DEBUG] Adding entry PortletCustomizer of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,550 DEBUG] Adding entry PortletSetCustomizer of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,550 DEBUG] Adding entry PortletBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,551 DEBUG] Adding entry ControlBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,551 DEBUG] Adding entry ControllerBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,551 DEBUG] Adding entry MediaBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,551 DEBUG] Adding entry SkinBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,551 DEBUG] Adding entry SecurityBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,551 DEBUG] Adding entry PortletInfoPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,551 DEBUG] Adding entry Login of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,551 DEBUG] Adding entry GlobalAdminPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,551 DEBUG] Adding entry JavaRuntimePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,551 DEBUG] Adding entry DaemonAdminPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,552 DEBUG] Adding entry JetspeedContentAdmin of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,552 DEBUG] Adding entry BadURLManagerPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,552 DEBUG] Adding entry UserBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,552 DEBUG] Adding entry RoleBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,552 DEBUG] Adding entry GroupBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,552 DEBUG] Adding entry PermissionBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,552 DEBUG] Adding entry UserForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,552 DEBUG] Adding entry RoleForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,552 DEBUG] Adding entry GroupForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,552 DEBUG] Adding entry PermissionForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,554 DEBUG] Adding entry UserRoleForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,554 DEBUG] Adding entry RolePermissionForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,554 DEBUG] Adding entry ServletContextPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,554 DEBUG] Adding entry PsmlBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,555 DEBUG] Adding entry PsmlForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,555 DEBUG] Adding entry \
http://www.apacheweek.com/issues/apacheweek-headlines.xml of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,555 DEBUG] Adding entry http://xml.com/xml/xmlnews.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,555 DEBUG] Adding entry http://www.xmlhack.com/rsscat.php of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,555 DEBUG] Adding entry http://www.slashdot.org/slashdot.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,556 DEBUG] Adding entry http://www.mozilla.org/news.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,557 DEBUG] Adding entry http://barrapunto.com/barrapunto.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,557 DEBUG] Adding entry CouponBrowserTest of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,557 DEBUG] Adding entry AggregatePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,557 DEBUG] Adding entry XSL of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,557 DEBUG] Adding entry RSS of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,557 DEBUG] Adding entry WML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,557 DEBUG] Adding entry Velocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,557 DEBUG] Adding entry JSP of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,558 DEBUG] Adding entry CustomizerVelocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,558 DEBUG] Adding entry HTML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,558 DEBUG] Adding entry XML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,558 DEBUG] Adding entry WebPagePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,558 DEBUG] Adding entry LinkPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,559 DEBUG] Adding entry ClearPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,559 DEBUG] Adding entry JetspeedContent of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,559 DEBUG] Adding entry AdminInfo of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,559 DEBUG] Adding entry AdminScreen of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,559 DEBUG] Adding entry IFramePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,559 DEBUG] Adding entry DatabaseBrowserPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,559 DEBUG] Adding entry \
http://jakarta.apache.org/jetspeed/channels/jetspeed.rss of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,559 DEBUG] Adding entry \
http://jakarta.apache.org/jetspeed/channels/turbine.rss of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,559 DEBUG] Adding entry MyWeather of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,559 DEBUG] Adding entry Stocks of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,559 DEBUG] Adding entry HelloVelocityCached of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,560 DEBUG] Adding entry HelloVelocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,560 DEBUG] Adding entry HelloJSP of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,560 DEBUG] Adding entry JSP1_1andJetspeedTagLib of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,560 DEBUG] Adding entry JSP1_2andJetspeedTagLib of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,560 DEBUG] Adding entry jslink_examples of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,560 DEBUG] Adding entry Search of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,560 DEBUG] Adding entry Welcome of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,560 DEBUG] Adding entry LoggedInWelcome of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,561 DEBUG] Adding entry XMLHack of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,561 DEBUG] Adding entry Apacheweek of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,561 DEBUG] Adding entry Mozilla of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,561 DEBUG] Adding entry Jetspeed of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,561 DEBUG] Adding entry JavaWeb of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,561 DEBUG] Adding entry StockQuote of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,561 DEBUG] Adding entry myLinks of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,561 DEBUG] Adding entry JetspeedFramed of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,561 DEBUG] Adding entry AggregateTest of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,561 DEBUG] Adding entry DatabaseBrowserTest of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,561 DEBUG] Adding entry InstanceExample of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,562 DEBUG] Adding entry SecurityExample of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:21:42,562 DEBUG] Merged 78 entries into the Registry [16:21:42,562 DEBUG] \
Updating the Security registry [16:21:42,562 DEBUG] Adding entry admin-only of class \
[16:21:42,562 DEBUG] Adding entry default of class class \
org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:21:42,562 DEBUG] Adding entry user-view_admin-all of class class \
org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:21:42,563 DEBUG] Merged 4 entries into the Registry [16:21:42,563 DEBUG] Updating \
the PortletController registry [16:21:42,563 DEBUG] Adding entry \
CardPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,563 DEBUG] Adding entry FlowPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,563 DEBUG] Adding entry GridPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,563 DEBUG] Adding entry ColumnController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,563 DEBUG] Adding entry RowController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,563 DEBUG] Adding entry TwoColumns of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,564 DEBUG] Adding entry TwoColumnsLeft of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,571 DEBUG] Adding entry TwoColumnsRight of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,571 DEBUG] Adding entry ThreeColumns of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,571 DEBUG] Adding entry ThreeColumnsSymetric of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,571 DEBUG] Adding entry TabController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,571 DEBUG] Adding entry MenuController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:21:42,571 DEBUG] Merged 12 entries into the Registry [16:21:42,572 INFO ] END \
FEED -> http://jakarta.apache.org/jetspeed/channels/apache.ocs -> SUCCESS \
[16:21:42,572 INFO ] Jetspeed:  FeedDaemon  --  END  --  [16:21:42,572 INFO ] \
DaemonThread -> *DONE* PROCESSING daemon -> feeddaemon [16:21:42,572 DEBUG] ...ending \
SAX thread. [16:21:42,588 INFO ] Finish Initializing service (early): \
StockQuoteService [16:21:42,588 INFO ] Start Initializing service (early): \
PortalPersistenceService [16:21:42,599 INFO ] Finish Initializing service (early): \
PortalPersistenceService [16:21:42,599 INFO ] Start Initializing service (early): \
JetspeedSecurity [16:21:42,618 INFO ] Finish Initializing service (early): \
JetspeedSecurity [16:21:42,618 INFO ] Start Initializing service (early): \
PortalAuthentication [16:21:42,633 INFO ] Finish Initializing service (early): \
PortalAuthentication [16:21:42,633 INFO ] Start Initializing service (early): \
PortalAccessController [16:21:42,640 INFO ] Finish Initializing service (early): \
PortalAccessController [16:21:42,640 INFO ] Start Initializing service (early): \
UserManagement [16:21:42,654 INFO ] Finish Initializing service (early): \
UserManagement [16:21:42,654 INFO ] Start Initializing service (early): \
RoleManagement [16:21:42,676 INFO ] Finish Initializing service (early): \
RoleManagement [16:21:42,676 INFO ] Start Initializing service (early): \
GroupManagement [16:21:42,692 INFO ] Finish Initializing service (early): \
GroupManagement [16:21:42,694 INFO ] Start Initializing service (early): \
PermissionManagement [16:21:42,709 INFO ] Finish Initializing service (early): \
PermissionManagement [16:21:42,709 INFO ] Start Initializing service (early): \
SecurityCache [16:21:42,716 INFO ] Finish Initializing service (early): SecurityCache
[16:21:42,716 INFO ] Finished initializing all services!
[16:21:42,719 INFO ] loading component: name=torque class=org.apache.torque.Torque \
config=/home/ewhite/projects/apache/jakarta/tomcat/current/webapps/jetspeed/WEB-INF/conf/Torque.properties
 [16:21:42,719 DEBUG] attempting to load 'org.apache.torque.Torque' with the config \
file '/home/ewhite/projects/apache/jakarta/tomcat/current/webapps/jetspeed/WEB-INF/conf/Torque.properties'.
 [16:21:42,758 DEBUG] Using org.apache.torque.adapter.null
[16:21:42,761 ERROR] java.lang.ClassNotFoundException: org.apache.torque.adapter.null
[16:21:42,763 DEBUG] good news! org.apache.torque.Torque successfully configured and \
initialized [16:21:42,763 INFO ] loading component: name=fulcrum \
class=org.apache.fulcrum.Fulcrum \
config=/home/ewhite/projects/apache/jakarta/tomcat/current/webapps/jetspeed/WEB-INF/conf/Fulcrum.properties
 [16:21:42,763 DEBUG] attempting to load 'org.apache.fulcrum.Fulcrum' with the config \
file '/home/ewhite/projects/apache/jakarta/tomcat/current/webapps/jetspeed/WEB-INF/conf/Fulcrum.properties'.
 [16:21:42,787 INFO ] Finished initializing all services!
[16:21:42,788 DEBUG] good news! org.apache.fulcrum.Fulcrum successfully configured \
and initialized [16:21:42,788 INFO ] Turbine: init() Ready to Rumble!
[16:21:48,587 INFO ] Start Initializing service (late): PoolService
[16:21:48,587 INFO ] Finish Initializing service (late): PoolService
[16:21:48,588 INFO ] Start Initializing service (late): FactoryService
[16:21:48,588 INFO ] Finish Initializing service (late): FactoryService
[16:21:48,635 DEBUG] JetspeedRunDataService: storing rundata \
org.apache.jetspeed.services.rundata.DefaultJetspeedRunData@144b9ff for thread: \
Thread[Thread-9,5,main] [16:21:48,636 INFO ] Turbine: Starting HTTP initialization of \
services [16:21:48,636 INFO ] Initializing all services using: \
org.apache.jetspeed.services.rundata.DefaultJetspeedRunData [16:21:48,636 INFO ] \
Start Initializing service (early): ResourceService [16:21:48,636 INFO ] Finish \
Initializing service (early): ResourceService [16:21:48,636 INFO ] Start Initializing \
service (early): LoggingService [16:21:48,636 INFO ] Finish Initializing service \
(early): LoggingService [16:21:48,636 INFO ] Start Initializing service (early): \
FactoryService [16:21:48,636 INFO ] Finish Initializing service (early): \
FactoryService [16:21:48,636 INFO ] Start Initializing service (early): PoolService
[16:21:48,636 INFO ] Finish Initializing service (early): PoolService
[16:21:48,636 INFO ] Start Initializing service (early): RunDataService
[16:21:48,637 INFO ] Finish Initializing service (early): RunDataService
[16:21:48,637 INFO ] Start Initializing service (early): ServletService
[16:21:48,638 INFO ] Finish Initializing service (early): ServletService
[16:21:48,639 INFO ] Start Initializing service (early): AssemblerBrokerService
[16:21:48,639 INFO ] Finish Initializing service (early): AssemblerBrokerService
[16:21:48,639 INFO ] Start Initializing service (early): LocalizationService
[16:21:48,639 INFO ] Finish Initializing service (early): LocalizationService
[16:21:48,639 INFO ] Start Initializing service (early): MimeTypeService
[16:21:48,639 INFO ] Finish Initializing service (early): MimeTypeService
[16:21:48,639 INFO ] Start Initializing service (early): GlobalCacheService
[16:21:48,639 INFO ] Finish Initializing service (early): GlobalCacheService
[16:21:48,639 INFO ] Start Initializing service (early): SchedulerService
[16:21:48,639 INFO ] Finish Initializing service (early): SchedulerService
[16:21:48,641 INFO ] Start Initializing service (early): UniqueIdService
[16:21:48,650 INFO ] This is Turbine instance running at: \
http://localhost:8080/jetspeed/portal [16:21:48,650 INFO ] The instance id is \
#B733A3E8EEC00C2AB7EC0232BBB7AC41 [16:21:48,650 INFO ] Finish Initializing service \
(early): UniqueIdService [16:21:48,650 INFO ] Start Initializing service (early): \
UploadService [16:21:48,650 INFO ] Finish Initializing service (early): UploadService
[16:21:48,650 INFO ] Start Initializing service (early): PoolBrokerService
[16:21:48,650 INFO ] Finish Initializing service (early): PoolBrokerService
[16:21:48,650 INFO ] Start Initializing service (early): MapBrokerService
[16:21:48,650 INFO ] Finish Initializing service (early): MapBrokerService
[16:21:48,650 INFO ] Start Initializing service (early): PullService
[16:21:48,650 INFO ] Finish Initializing service (early): PullService
[16:21:48,650 INFO ] Start Initializing service (early): TemplateService
[16:21:48,650 INFO ] Finish Initializing service (early): TemplateService
[16:21:48,650 INFO ] Start Initializing service (early): StateManagerService
[16:21:48,650 INFO ] Finish Initializing service (early): StateManagerService
[16:21:48,651 INFO ] Start Initializing service (early): JspService
[16:21:48,654 INFO ] Finish Initializing service (early): JspService
[16:21:48,654 INFO ] Start Initializing service (early): VelocityService
[16:21:48,654 INFO ] Finish Initializing service (early): VelocityService
[16:21:48,654 INFO ] Start Initializing service (early): URLManager
[16:21:48,654 INFO ] Finish Initializing service (early): URLManager
[16:21:48,655 INFO ] Start Initializing service (early): DaemonFactory
[16:21:48,656 INFO ] Finish Initializing service (early): DaemonFactory
[16:21:48,656 INFO ] Start Initializing service (early): IdGenerator
[16:21:48,656 INFO ] Finish Initializing service (early): IdGenerator
[16:21:48,656 INFO ] Start Initializing service (early): ThreadPool
[16:21:48,656 INFO ] Finish Initializing service (early): ThreadPool
[16:21:48,656 INFO ] Start Initializing service (early): Registry
[16:21:48,656 INFO ] Finish Initializing service (early): Registry
[16:21:48,656 INFO ] Start Initializing service (early): PsmlManager
[16:21:48,656 INFO ] Finish Initializing service (early): PsmlManager
[16:21:48,656 INFO ] Start Initializing service (early): PortletFactory
[16:21:48,656 INFO ] Finish Initializing service (early): PortletFactory
[16:21:48,656 INFO ] Start Initializing service (early): PortletCache
[16:21:48,656 INFO ] Finish Initializing service (early): PortletCache
[16:21:48,656 INFO ] Start Initializing service (early): PortalToolkit
[16:21:48,656 INFO ] Finish Initializing service (early): PortalToolkit
[16:21:48,656 INFO ] Start Initializing service (early): Profiler
[16:21:48,656 INFO ] Finish Initializing service (early): Profiler
[16:21:48,656 INFO ] Start Initializing service (early): TemplateLocator
[16:21:48,656 INFO ] Finish Initializing service (early): TemplateLocator
[16:21:48,656 INFO ] Start Initializing service (early): StockQuoteService
[16:21:48,656 INFO ] Finish Initializing service (early): StockQuoteService
[16:21:48,656 INFO ] Start Initializing service (early): PortalPersistenceService
[16:21:48,657 INFO ] Finish Initializing service (early): PortalPersistenceService
[16:21:48,657 INFO ] Start Initializing service (early): JetspeedSecurity
[16:21:48,657 INFO ] Finish Initializing service (early): JetspeedSecurity
[16:21:48,657 INFO ] Start Initializing service (early): PortalAuthentication
[16:21:48,657 INFO ] Finish Initializing service (early): PortalAuthentication
[16:21:48,657 INFO ] Start Initializing service (early): PortalAccessController
[16:21:48,669 INFO ] Finish Initializing service (early): PortalAccessController
[16:21:48,669 INFO ] Start Initializing service (early): UserManagement
[16:21:48,669 INFO ] Finish Initializing service (early): UserManagement
[16:21:48,669 INFO ] Start Initializing service (early): RoleManagement
[16:21:48,669 INFO ] Finish Initializing service (early): RoleManagement
[16:21:48,669 INFO ] Start Initializing service (early): GroupManagement
[16:21:48,669 INFO ] Finish Initializing service (early): GroupManagement
[16:21:48,669 INFO ] Start Initializing service (early): PermissionManagement
[16:21:48,670 INFO ] Finish Initializing service (early): PermissionManagement
[16:21:48,670 INFO ] Start Initializing service (early): SecurityCache
[16:21:48,670 INFO ] Finish Initializing service (early): SecurityCache
[16:21:48,670 INFO ] Finished initializing all services!
[16:21:48,670 INFO ] Turbine: Completed HTTP initialization of services
[16:21:48,676 INFO ] Start Initializing service (late): UploadService
[16:21:48,677 INFO ] Finish Initializing service (late): UploadService
[16:21:48,682 INFO ] Start Initializing service (late): AssemblerBrokerService
[16:21:48,721 INFO ] Finish Initializing service (late): AssemblerBrokerService
[16:21:49,215 INFO ] IDBroker thread was started.
[16:21:49,230 WARN ] IDBroker is being used with db 'default', which does not support \
transactions.  IDBroker attempts to use transactions to limit the possibility of \
duplicate key generation.  Without transactions, duplicate key generation is possible \
if multiple JVMs are used or other means are used to write to the database. \
[16:21:49,261 ERROR] java.sql.SQLException: Connection object is null! [16:21:49,272 \
ERROR] A FATAL ERROR has occurred which should not have happened under any \
circumstance.  Please notify the Turbine developers <turbine-dev@jakarta.apache.org> \
                and give as many details as possible (including the error stack \
                trace).
java.lang.Error: Error in BasePeer.initTableSchema(TURBINE_USER): Connection object \
is null!  at org.apache.torque.util.BasePeer.initTableSchema(BasePeer.java:272)
	at org.apache.torque.util.BasePeer.initTableSchema(BasePeer.java:234)
	at org.apache.jetspeed.om.security.turbine.TurbineUserPeer.<clinit>(TurbineUserPeer.java:89)
  at org.apache.jetspeed.om.security.turbine.BaseTurbineUser.<clinit>(BaseTurbineUser.java:25)
  at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:140)
	at org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.initClass(BaseTurbineUserPeer.java:117)
  at org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.<clinit>(BaseTurbineUserPeer.java:109)
  at org.apache.jetspeed.services.security.turbine.TurbineUserManagement.getUser(TurbineUserManagement.java:164)
  at org.apache.jetspeed.services.JetspeedUserManagement.getUser(JetspeedUserManagement.java:98)
  at org.apache.jetspeed.services.security.turbine.TurbineAuthentication.getAnonymousUser(TurbineAuthentication.java:184)
  at org.apache.jetspeed.services.JetspeedAuthentication.getAnonymousUser(JetspeedAuthentication.java:107)
  at org.apache.jetspeed.services.JetspeedSecurity.getAnonymousUser(JetspeedSecurity.java:157)
  at org.apache.jetspeed.modules.actions.TemplateSessionValidator.doPerform(TemplateSessionValidator.java:97)
  at org.apache.jetspeed.modules.actions.JetspeedSessionValidator.doPerform(JetspeedSessionValidator.java:103)
  at org.apache.turbine.modules.Action.perform(Action.java:87)
	at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
	at org.apache.turbine.Turbine.doGet(Turbine.java:468)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
  at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
  at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
  at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:427)
	at org.apache.jsp.index_jsp._jspService(index_jsp.java:42)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:136)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:204)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
  at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
  at java.lang.Thread.run(Thread.java:536)
[16:21:49,277 ERROR] Turbine.handleException: Error in \
BasePeer.initTableSchema(TURBINE_USER): Connection object is null! [16:21:49,278 \
                ERROR] 
java.lang.Error: Error in BasePeer.initTableSchema(TURBINE_USER): Connection object \
is null!  at org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.initClass(BaseTurbineUserPeer.java:130)
  at org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.<clinit>(BaseTurbineUserPeer.java:109)
  at org.apache.jetspeed.services.security.turbine.TurbineUserManagement.getUser(TurbineUserManagement.java:164)
  at org.apache.jetspeed.services.JetspeedUserManagement.getUser(JetspeedUserManagement.java:98)
  at org.apache.jetspeed.services.security.turbine.TurbineAuthentication.getAnonymousUser(TurbineAuthentication.java:184)
  at org.apache.jetspeed.services.JetspeedAuthentication.getAnonymousUser(JetspeedAuthentication.java:107)
  at org.apache.jetspeed.services.JetspeedSecurity.getAnonymousUser(JetspeedSecurity.java:157)
  at org.apache.jetspeed.modules.actions.TemplateSessionValidator.doPerform(TemplateSessionValidator.java:97)
  at org.apache.jetspeed.modules.actions.JetspeedSessionValidator.doPerform(JetspeedSessionValidator.java:103)
  at org.apache.turbine.modules.Action.perform(Action.java:87)
	at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
	at org.apache.turbine.Turbine.doGet(Turbine.java:468)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
  at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
  at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
  at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:427)
	at org.apache.jsp.index_jsp._jspService(index_jsp.java:42)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:136)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:204)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
  at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
  at java.lang.Thread.run(Thread.java:536)
[16:21:49,414 INFO ] Start Initializing service (late): LocalizationService
[16:21:49,414 INFO ] Finish Initializing service (late): LocalizationService
[16:21:49,435 ERROR] Error rendering Velocity template: layouts/default.vm: Unable to \
find resource 'layouts/default.vm' [16:21:49,437 ERROR] Error rendering Velocity \
                template: layouts/default.vm: Unable to find resource \
                'layouts/default.vm'
org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource \
'layouts/default.vm'  at \
org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:501)
  at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:384)
  at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:812)
  at org.apache.velocity.runtime.RuntimeSingleton.getTemplate(RuntimeSingleton.java:355)
  at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java:482)
	at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java:461)
org.apache.turbine.util.TurbineException: Error rendering Velocity template: \
layouts/default.vm: Unable to find resource 'layouts/default.vm'  at \
org.apache.turbine.services.velocity.TurbineVelocityService.renderingError(TurbineVelocityService.java:524)
  at org.apache.turbine.services.velocity.TurbineVelocityService.decodeRequest(TurbineVelocityService.java:490)
  at org.apache.turbine.services.velocity.TurbineVelocityService.handleRequest(TurbineVelocityService.java:327)
  at org.apache.turbine.services.velocity.TurbineVelocity.handleRequest(TurbineVelocity.java:146)
  at org.apache.turbine.modules.layouts.VelocityDirectLayout.doBuild(VelocityDirectLayout.java:106)
  at org.apache.turbine.modules.Layout.build(Layout.java:91)
	at org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:123)
	at org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:169)
	at org.apache.turbine.modules.Page.build(Page.java:90)
	at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123)
	at org.apache.turbine.Turbine.handleException(Turbine.java:670)
	at org.apache.turbine.Turbine.doGet(Turbine.java:579)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
  at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
  at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
  at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:427)
	at org.apache.jsp.index_jsp._jspService(index_jsp.java:42)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:136)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:204)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
  at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
	at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
	at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
  at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
  at java.lang.Thread.run(Thread.java:536)
[16:21:49,522 DEBUG] JetspeedRunDataService: releasing rundata for thread: \
Thread[Thread-9,5,main] [16:26:41,885 DEBUG] RegistryWatcher: Checking for updated \
files. [16:26:41,900 DEBUG] RegistryWatcher: Refreshing because \
/home/ewhite/projects/apache/jakarta/tomcat/4.1.12/webapps/jetspeed/WEB-INF/conf was \
modified. [16:26:41,900 DEBUG] Updating the MediaType registry
[16:26:41,901 DEBUG] Adding entry html of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:26:41,901 DEBUG] Adding entry wml of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:26:41,901 DEBUG] Adding entry vxml of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:26:41,901 DEBUG] Adding entry xml of class class \
org.apache.jetspeed.om.registry.base.BaseMediaTypeEntry to registry Registry \
[16:26:41,901 DEBUG] Merged 4 entries into the Registry [16:26:41,901 DEBUG] Updating \
the Skin registry [16:26:41,901 DEBUG] Adding entry grey of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:26:41,901 \
DEBUG] Adding entry orange-grey of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:26:41,901 \
DEBUG] Adding entry orange-red-Bordered of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:26:41,901 \
DEBUG] Adding entry orange-red of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:26:41,901 \
DEBUG] Adding entry StylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:26:41,901 \
DEBUG] Adding entry BorderedTitleStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:26:41,901 \
DEBUG] Adding entry BorderedContentStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:26:41,901 \
DEBUG] Adding entry BorderedPortletStylesOnly of class class \
org.apache.jetspeed.om.registry.base.BaseSkinEntry to registry Registry [16:26:41,901 \
DEBUG] Merged 8 entries into the Registry [16:26:41,901 DEBUG] Updating the \
PortletControl registry [16:26:41,901 DEBUG] Adding entry ClearPortletControl of \
class class org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry \
Registry [16:26:41,902 DEBUG] Adding entry FullScreenControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:26:41,902 DEBUG] Adding entry BoxControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:26:41,902 DEBUG] Adding entry TitlePortletControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:26:41,902 DEBUG] Adding entry PanedPortletControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:26:41,902 DEBUG] Adding entry TabControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:26:41,902 DEBUG] Adding entry MenuControl of class class \
org.apache.jetspeed.om.registry.base.BasePortletControlEntry to registry Registry \
[16:26:41,902 DEBUG] Merged 7 entries into the Registry [16:26:41,902 DEBUG] Updating \
the Portlet registry [16:26:41,902 DEBUG] Adding entry Applications of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,906 DEBUG] Adding entry PortletCustomizer of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,906 DEBUG] Adding entry PortletSetCustomizer of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,906 DEBUG] Adding entry PortletBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,906 DEBUG] Adding entry ControlBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,906 DEBUG] Adding entry ControllerBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,907 DEBUG] Adding entry MediaBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,908 DEBUG] Adding entry SkinBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,908 DEBUG] Adding entry SecurityBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,908 DEBUG] Adding entry PortletInfoPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,908 DEBUG] Adding entry Login of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,908 DEBUG] Adding entry GlobalAdminPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,908 DEBUG] Adding entry JavaRuntimePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,908 DEBUG] Adding entry DaemonAdminPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,908 DEBUG] Adding entry JetspeedContentAdmin of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,908 DEBUG] Adding entry BadURLManagerPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,908 DEBUG] Adding entry UserBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,908 DEBUG] Adding entry RoleBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,909 DEBUG] Adding entry GroupBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,909 DEBUG] Adding entry PermissionBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,909 DEBUG] Adding entry UserForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,909 DEBUG] Adding entry RoleForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,909 DEBUG] Adding entry GroupForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,909 DEBUG] Adding entry PermissionForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,909 DEBUG] Adding entry UserRoleForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,909 DEBUG] Adding entry RolePermissionForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,909 DEBUG] Adding entry ServletContextPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,909 DEBUG] Adding entry PsmlBrowser of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,909 DEBUG] Adding entry PsmlForm of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,910 DEBUG] Adding entry \
http://www.apacheweek.com/issues/apacheweek-headlines.xml of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,910 DEBUG] Adding entry http://xml.com/xml/xmlnews.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,910 DEBUG] Adding entry http://www.xmlhack.com/rsscat.php of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,910 DEBUG] Adding entry http://www.slashdot.org/slashdot.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,910 DEBUG] Adding entry http://www.mozilla.org/news.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,910 DEBUG] Adding entry http://barrapunto.com/barrapunto.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,910 DEBUG] Adding entry \
http://www.apacheweek.com/issues/apacheweek-headlines.xml of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,910 DEBUG] Adding entry http://xml.com/xml/xmlnews.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,910 DEBUG] Adding entry http://www.xmlhack.com/rsscat.php of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,910 DEBUG] Adding entry http://www.slashdot.org/slashdot.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,910 DEBUG] Adding entry http://www.mozilla.org/news.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,910 DEBUG] Adding entry http://barrapunto.com/barrapunto.rdf of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,910 DEBUG] Adding entry CouponBrowserTest of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,911 DEBUG] Adding entry \
http://jakarta.apache.org/jetspeed/channels/jetspeed.rss of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,911 DEBUG] Adding entry \
http://jakarta.apache.org/jetspeed/channels/turbine.rss of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,911 DEBUG] Adding entry AggregatePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,911 DEBUG] Adding entry XSL of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,911 DEBUG] Adding entry RSS of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,911 DEBUG] Adding entry WML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,911 DEBUG] Adding entry Velocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,911 DEBUG] Adding entry JSP of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,911 DEBUG] Adding entry CustomizerVelocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,911 DEBUG] Adding entry HTML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,911 DEBUG] Adding entry XML of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,911 DEBUG] Adding entry WebPagePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,912 DEBUG] Adding entry LinkPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,912 DEBUG] Adding entry ClearPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,912 DEBUG] Adding entry JetspeedContent of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,912 DEBUG] Adding entry AdminInfo of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,912 DEBUG] Adding entry AdminScreen of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,912 DEBUG] Adding entry IFramePortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,912 DEBUG] Adding entry DatabaseBrowserPortlet of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,912 DEBUG] Adding entry \
http://jakarta.apache.org/jetspeed/channels/jetspeed.rss of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,912 DEBUG] Adding entry \
http://jakarta.apache.org/jetspeed/channels/turbine.rss of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,912 DEBUG] Adding entry MyWeather of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,912 DEBUG] Adding entry Stocks of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,912 DEBUG] Adding entry HelloVelocityCached of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,913 DEBUG] Adding entry HelloVelocity of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,913 DEBUG] Adding entry HelloJSP of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,913 DEBUG] Adding entry JSP1_1andJetspeedTagLib of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,913 DEBUG] Adding entry JSP1_2andJetspeedTagLib of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,916 DEBUG] Adding entry jslink_examples of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,916 DEBUG] Adding entry Search of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,916 DEBUG] Adding entry Welcome of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,916 DEBUG] Adding entry LoggedInWelcome of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,916 DEBUG] Adding entry XMLHack of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,917 DEBUG] Adding entry Apacheweek of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,917 DEBUG] Adding entry Mozilla of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,917 DEBUG] Adding entry Jetspeed of class class \
[16:26:41,917 DEBUG] Adding entry StockQuote of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,917 DEBUG] Adding entry myLinks of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,917 DEBUG] Adding entry JetspeedFramed of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,917 DEBUG] Adding entry AggregateTest of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,917 DEBUG] Adding entry DatabaseBrowserTest of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,917 DEBUG] Adding entry InstanceExample of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,917 DEBUG] Adding entry SecurityExample of class class \
org.apache.jetspeed.om.registry.base.BasePortletEntry to registry Registry \
[16:26:41,917 DEBUG] Merged 86 entries into the Registry [16:26:41,918 DEBUG] \
Updating the Security registry [16:26:41,918 DEBUG] Adding entry admin-only of class \
class org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:26:41,918 DEBUG] Adding entry user-only of class class \
org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:26:41,918 DEBUG] Adding entry default of class class \
org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:26:41,918 DEBUG] Adding entry user-view_admin-all of class class \
org.apache.jetspeed.om.registry.base.BaseSecurityEntry to registry Registry \
[16:26:41,918 DEBUG] Merged 4 entries into the Registry [16:26:41,918 DEBUG] Updating \
the PortletController registry [16:26:41,918 DEBUG] Adding entry \
CardPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:26:41,918 DEBUG] Adding entry FlowPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:26:41,918 DEBUG] Adding entry GridPortletController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:26:41,918 DEBUG] Adding entry ColumnController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:26:41,918 DEBUG] Adding entry RowController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:26:41,918 DEBUG] Adding entry TwoColumns of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:26:41,919 DEBUG] Adding entry TwoColumnsLeft of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:26:41,919 DEBUG] Adding entry TwoColumnsRight of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:26:41,919 DEBUG] Adding entry ThreeColumns of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:26:41,919 DEBUG] Adding entry ThreeColumnsSymetric of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:26:41,919 DEBUG] Adding entry TabController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:26:41,920 DEBUG] Adding entry MenuController of class class \
org.apache.jetspeed.om.registry.base.BasePortletControllerEntry to registry Registry \
[16:26:41,920 DEBUG] Merged 12 entries into the Registry



--
To unsubscribe, e-mail:   <mailto:turbine-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-dev-help@jakarta.apache.org>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic