Hi all, I am new to Jetspeed,
I have downloaded the jetspeed-current-src.zip from the apache site and build the jetspeed war with the help of the instructions given in Getting Started page. Now that the jetspeed.war file is created and deployed on tomcat(5.0.30), i am getting the following exception while starting the tomcat. INFO: Initializing Coyote HTTP/1.1 on http-8080 INFO: Initialization processed in 1625 ms INFO: Starting service Catalina INFO: Starting Servlet Engine: Apache Tomcat/5.0.30 INFO: XML validation disabled INFO: Create Host deployer for direct deployment ( non-jmx ) INFO: Processing Context configuration file URL file:C:\Tomcat\conf\Catalina\localhost\admin.xml INFO: Processing Context configuration file URL file:C:\Tomcat\conf\Catalina\localhost\balancer.xml INFO: Processing Context configuration file URL file:C:\Tomcat\conf\Catalina\localhost\jetspeed.xml INFO: Setting useContextClassLoader = false INFO: WARNING: Security role name admin used in an <auth-constraint> without being defined in a <security-role> INFO: Jetspeed Starting Initialization... INFO: JetspeedServlet identifying web application root... INFO: JetspeedServlet identifed web application root as C:\Tomcat\webapps\jetspeed\ INFO: JetspeedServlet attempting to create the portlet engine... INFO: Jetspeed environment attempting to initialize portal Engine... INFO: Starting auto deployment service: org.apache.jetspeed.deployment.impl.StandardDeploymentManager INFO: Deployment scanning delay: 10000 INFO: Deployment staging directory: C:\Tomcat\webapps\jetspeed\WEB-INF\deploy INFO: Adding file:/C:/Tomcat/webapps/jetspeed/WEB-INF/apps/jetspeed-layouts/WEB-INF/classes/ to class path for Local PA jetspeed-layouts INFO: Adding file:/C:/Tomcat/webapps/jetspeed/WEB-INF/apps/jetspeed-layouts/WEB-INF/lib/portals-bridges-velocity-0.2.jar to class path for Local PA jetspeed-layouts [DEFAULT] WARN: [PlatformFactory] problems with platform [EMAIL PROTECTED]@Impl: org/apache/ojb/broker/platforms/[EMAIL PROTECTED]@Impl [DEFAULT] WARN: [PlatformFactory] OJB will use PlatformDefaultImpl instead INFO: Deployment scanner successfuly started! INFO: JetspeedServlet successfuly created the portal Engine. [EMAIL PROTECTED] INFO: JetspeedServlet attempting to initialize the portletcontainer... INFO: JetspeedServlet has successfuly initialized the portlet container... INFO: Jetspeed Initialization complete, Ready to service requests. Found WEB-INF/portlet.xml Found web.xml ERROR: java.net.MalformedURLException org.apache.jetspeed.deployment.DeploymentException: java.net.MalformedURLException at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.deployPortletApplication(DeployPortletAppEventListener.java:163) at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.invokeDeploy(DeployPortletAppEventListener.java:148) at org.apache.jetspeed.deployment.impl.StandardDeploymentManager.dispatch(StandardDeploymentManager.java:257) at org.apache.jetspeed.deployment.impl.StandardDeploymentManager.deploy(StandardDeploymentManager.java:168) at org.apache.jetspeed.deployment.impl.StandardDeploymentManager.fireDeploymentEvent(StandardDeploymentManager.java:202) at org.apache.jetspeed.deployment.impl.StandardDeploymentManager$FileSystemScanner.run(StandardDeploymentManager.java:332) Caused by: java.net.MalformedURLException at java.net.URL.<init>(Unknown Source) at java.net.URL.<init>(Unknown Source) at java.net.URL.<init>(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source) at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(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.jdom.input.SAXBuilder.build(SAXBuilder.java:453) at org.jdom.input.SAXBuilder.build(SAXBuilder.java:770) at org.apache.jetspeed.tools.deploy.JetspeedDeploy.parseXml(JetspeedDeploy.java:264) at org.apache.jetspeed.tools.deploy.JetspeedDeploy.<init>(JetspeedDeploy.java:100) at org.apache.jetspeed.deployment.impl.DeployPortletAppEventListener.deployPortletApplication(DeployPortletAppEventListener.java:158) ... 5 more Same error is being shown for all the portlets in the WEB-INF/deploy directory. Can anybody help me in solving this problem Thanks in advance With Regards, Shyam ______________________________________________________________________