You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-user@portals.apache.org by do...@jpmchase.com on 2008/02/15 17:05:42 UTC

Exception In Pluto 1.1,5

Hi,
I checked out the trunk of Pluto 1.1.x branch.
Building and deploying was done by following the README.UNSTABLE in wsrp4j 
trunk.
But when I start Tomcat, this is the exception in the log file.

Am I missing anything here?

Thanks for helping

#########################################################################

Feb 15, 2008 10:02:55 AM org.springframework.web.context.ContextLoader 
initWebApplicationContext
INFO: Root WebApplicationContext: initialization started
Feb 15, 2008 10:02:55 AM org.apache.catalina.core.ApplicationContext log
INFO: Loading Spring root WebApplicationContext
Feb 15, 2008 10:02:55 AM org.springframework.core.CollectionFactory 
<clinit>
INFO: JDK 1.4+ collections available
Feb 15, 2008 10:02:55 AM 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader 
loadBeanDefinitions
INFO: Loading XML bean definitions from ServletContext resource 
[/WEB-INF/pluto-portal-driver-services-config.xml]
Feb 15, 2008 10:02:56 AM 
org.springframework.context.support.AbstractRefreshableApplicationContext 
refreshBeanFactory
INFO: Bean factory for application context [Root WebApplicationContext]: 
org.springframework.beans.factory.support.DefaultListableBeanFactory 
defining beans 
[RequiredContainerServices,PortalContext,DriverConfiguration,AdminConfiguration,PortalURLParser,PropertyConfigService,RenderConfigService,SupportedModesService,SupportedWindowStatesService,PortalCallbackService]; 
root of BeanFactory hierarchy
Feb 15, 2008 10:02:56 AM 
org.springframework.context.support.AbstractApplicationContext refresh
INFO: 10 beans defined in application context [Root WebApplicationContext]
Feb 15, 2008 10:02:56 AM 
org.springframework.context.support.AbstractApplicationContext 
initMessageSource
INFO: Unable to locate MessageSource with name 'messageSource': using 
default 
[org.springframework.context.support.DelegatingMessageSource@ea48be]
Feb 15, 2008 10:02:56 AM 
org.springframework.context.support.AbstractApplicationContext 
initApplicationEventMulticaster
INFO: Unable to locate ApplicationEventMulticaster with name 
'applicationEventMulticaster': using default 
[org.springframework.context.event.SimpleApplicationEventMulticaster@2f8b5a]
Feb 15, 2008 10:02:56 AM 
org.springframework.ui.context.support.UiApplicationContextUtils 
initThemeSource
INFO: Unable to locate ThemeSource with name 'themeSource': using default 
[org.springframework.ui.context.support.ResourceBundleThemeSource@968fda]
Feb 15, 2008 10:02:56 AM 
org.springframework.beans.factory.support.DefaultListableBeanFactory 
preInstantiateSingletons
INFO: Pre-instantiating singletons in factory 
[org.springframework.beans.factory.support.DefaultListableBeanFactory 
defining beans 
[RequiredContainerServices,PortalContext,DriverConfiguration,AdminConfiguration,PortalURLParser,PropertyConfigService,RenderConfigService,SupportedModesService,SupportedWindowStatesService,PortalCallbackService]; 
root of BeanFactory hierarchy]
Feb 15, 2008 10:02:56 AM org.springframework.web.context.ContextLoader 
initWebApplicationContext
INFO: Using context class 
[org.springframework.web.context.support.XmlWebApplicationContext] for 
root WebApplicationContext
Feb 15, 2008 10:02:56 AM org.springframework.web.context.ContextLoader 
initWebApplicationContext
INFO: Root WebApplicationContext: initialization completed in 1531 ms
Feb 15, 2008 10:02:56 AM org.apache.pluto.driver.PortalStartupListener 
contextInitialized
INFO: Starting up Pluto Portal Driver. . .
Feb 15, 2008 10:02:56 AM org.apache.pluto.driver.PortalStartupListener 
contextInitialized
FINE:  [1a] Loading DriverConfiguration. . . 
Feb 15, 2008 10:02:56 AM 
org.apache.pluto.driver.services.impl.resource.ResourceConfigReader init
FINE: Setting up digester...
Feb 15, 2008 10:02:56 AM 
org.apache.pluto.driver.services.impl.resource.PropertyConfigServiceImpl 
init
SEVERE: Unable to parse resource config null
java.net.MalformedURLException
        at java.net.URL.<init>(URL.java:601)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at 
org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
        at 
org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown 
Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown 
Source)
        at org.apache.commons.digester.Digester.parse(Digester.java:1765)
        at 
org.apache.pluto.driver.services.impl.resource.ResourceConfigReader.parse(ResourceConfigReader.java:63)
        at 
org.apache.pluto.driver.services.impl.resource.PropertyConfigServiceImpl.init(PropertyConfigServiceImpl.java:55)
        at 
org.apache.pluto.driver.config.impl.DriverConfigurationImpl.init(DriverConfigurationImpl.java:132)
        at 
org.apache.pluto.driver.PortalStartupListener.contextInitialized(PortalStartupListener.java:105)
        at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3763)
        at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4211)
        at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
        at 
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
        at 
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:608)
        at 
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
        at 
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
        at 
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
        at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
        at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
        at 
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
        at 
org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
        at 
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
        at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
        at 
org.apache.catalina.core.StandardService.start(StandardService.java:450)
        at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Feb 15, 2008 10:02:56 AM org.apache.catalina.core.StandardContext 
listenerStart
SEVERE: Exception sending context initialized event to listener instance 
of class org.apache.pluto.driver.PortalStartupListener
org.apache.pluto.driver.config.DriverConfigurationException: 
java.net.MalformedURLException
        at 
org.apache.pluto.driver.services.impl.resource.PropertyConfigServiceImpl.init(PropertyConfigServiceImpl.java:59)
        at 
org.apache.pluto.driver.config.impl.DriverConfigurationImpl.init(DriverConfigurationImpl.java:132)
        at 
org.apache.pluto.driver.PortalStartupListener.contextInitialized(PortalStartupListener.java:105)
        at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3763)
        at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4211)
        at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
        at 
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
        at 
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:608)
        at 
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
        at 
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
        at 
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
        at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
        at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
        at 
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
        at 
org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
        at 
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
        at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
        at 
org.apache.catalina.core.StandardService.start(StandardService.java:450)
        at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Caused by: java.net.MalformedURLException
        at java.net.URL.<init>(URL.java:601)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at 
org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
        at 
org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown 
Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown 
Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown 
Source)
        at org.apache.commons.digester.Digester.parse(Digester.java:1765)
        at 
org.apache.pluto.driver.services.impl.resource.ResourceConfigReader.parse(ResourceConfigReader.java:63)
        at 
org.apache.pluto.driver.services.impl.resource.PropertyConfigServiceImpl.init(PropertyConfigServiceImpl.java:55)
        ... 26 more
Feb 15, 2008 10:02:56 AM org.apache.pluto.driver.PortalStartupListener 
contextDestroyed
INFO: Shutting down Pluto Portal Driver...
Feb 15, 2008 10:02:56 AM org.apache.pluto.driver.PortalStartupListener 
destroyContainer
INFO: Shutting down Pluto Portal Driver...
Feb 15, 2008 10:02:56 AM org.apache.pluto.driver.PortalStartupListener 
contextDestroyed
INFO: ********** Pluto Portal Driver Shut Down **********


Feb 15, 2008 10:02:56 AM org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
Feb 15, 2008 10:02:56 AM 
org.springframework.context.support.AbstractApplicationContext doClose
INFO: Closing application context [Root WebApplicationContext]
Feb 15, 2008 10:02:56 AM 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry 
destroySingletons
INFO: Destroying singletons in 
{org.springframework.beans.factory.support.DefaultListableBeanFactory 
defining beans 
[RequiredContainerServices,PortalContext,DriverConfiguration,AdminConfiguration,PortalURLParser,PropertyConfigService,RenderConfigService,SupportedModesService,SupportedWindowStatesService,PortalCallbackService]; 
root of BeanFactory hierarchy}

-----------------------------------------
This communication is for informational purposes only. It is not
intended as an offer or solicitation for the purchase or sale of
any financial instrument or as an official confirmation of any
transaction. All market prices, data and other information are not
warranted as to completeness or accuracy and are subject to change
without notice. Any comments or statements made herein do not
necessarily reflect those of JPMorgan Chase & Co., its subsidiaries
and affiliates.

This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED. Although this transmission and any
attachments are believed to be free of any virus or other defect
that might affect any computer system into which it is received and
opened, it is the responsibility of the recipient to ensure that it
is virus free and no responsibility is accepted by JPMorgan Chase &
Co., its subsidiaries and affiliates, as applicable, for any loss
or damage arising in any way from its use. If you received this
transmission in error, please immediately contact the sender and
destroy the material in its entirety, whether in electronic or hard
copy format. Thank you.

Please refer to http://www.jpmorgan.com/pages/disclosures for
disclosures relating to UK legal entities.