Sumit, Based on the following error messages, it appears their is a RSS portlet defined, but the configuration is incomplete. Probably a missing <url> in the <portlet-entry>? ERROR -- RSSPortlet: Couldn't parse out XML document -> file:null Exception: java.io.FileNotFoundException: null (The system cannot find the file specified) See http://jakarta.apache.org/jetspeed/site/portlet_config_RSS.html Paul Spencer Sumit Ranjan wrote: > > hi paul ! > first of all let me thank you for your continual support...in fact u r > always the first one to reply to my SOS calls.... > > well.... as advised by you...i checked my jetspeed.log and tomcat log > files... > in jetspeed.log there were the following errors whose reasons i could not > pinpoint....please have a look and suggest... > > ERROR -- RSSPortlet: Couldn't parse out XML document -> file:null > Exception: java.io.FileNotFoundException: null (The system cannot find the > file specified) > Stack Trace follows: > java.io.FileNotFoundException: null (The system cannot find the file > specified) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(FileInputStream.java:64) > at > sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:6 > 9) > at > sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection > .java:133) > at > org.apache.jetspeed.cache.disk.JetspeedDiskCacheEntry.getReader(JetspeedDisk > CacheEntry.java:305) > > Wed Aug 01 20:15:55 GMT+05:30 2001] -- ERROR -- PSMLManager: Error writing > PSML > Exception: java.lang.NullPointerException > Stack Trace follows: > java.lang.NullPointerException > at java.io.File.<init>(File.java:181) > at > org.apache.jetspeed.services.psmlmanager.CastorPsmlManagerService.getFile(Ca > storPsmlManagerService.java:417) > at > org.apache.jetspeed.services.psmlmanager.CastorPsmlManagerService.loadDocume > nt(CastorPsmlManagerService.java:228) > at > org.apache.jetspeed.services.psmlmanager.CastorPsmlManagerService.getDocumen > t(CastorPsmlManagerService.java:199) > at > org.apache.jetspeed.services.PsmlManager.getDocument(PsmlManager.java:90) > at > org.apache.jetspeed.om.profile.BaseProfile.getDocument(BaseProfile.java:125) > at > org.apache.jetspeed.util.PSMLManager.setPSMLContent(PSMLManager.java:202) > > [Wed Aug 01 20:15:33 GMT+05:30 2001] -- ERROR -- Exception while retrieving > attribute _display for portlet HomepageCustomizer > Exception: java.lang.NullPointerException > Stack Trace follows: > java.lang.NullPointerException > at > org.apache.jetspeed.portal.portlets.AbstractPortlet.getAttribute(AbstractPor > tlet.java:585) > at > org.apache.jetspeed.portal.portlets.AbstractPortlet.isMinimized(AbstractPort > let.java:548) > at java.lang.reflect.Method.invoke(Native Method) > at > org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java) > at > org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.ja > va) > at > org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReference.j > ava) > at > org.apache.velocity.runtime.parser.node.ASTNotNode.evaluate(ASTNotNode.java) > > [Wed Aug 01 20:12:53 GMT+05:30 2001] -- ERROR -- The following URL is not > available because it is considered invalid: file:null -> > java.lang.StringIndexOutOfBoundsException: String index out of range: -1 > [Wed Aug 01 20:12:53 GMT+05:30 2001] -- ERROR -- > Exception: > org.apache.jetspeed.services.urlmanager.URLNotAvailableException: The > following URL is not available because it is considered invalid: file:null > Stack Trace follows: > org.apache.jetspeed.services.urlmanager.URLNotAvailableException: The > following URL is not available because it is considered invalid: file:null > at > org.apache.jetspeed.services.urlmanager.URLFetcher.fetch(URLFetcher.java:119 > ) > at > org.apache.jetspeed.cache.disk.JetspeedDiskCache.fetch(JetspeedDiskCache.jav > a:411) > at > org.apache.jetspeed.cache.disk.JetspeedDiskCache.add(JetspeedDiskCache.java: > 366) > at > org.apache.jetspeed.cache.disk.JetspeedDiskCacheEntry.init(JetspeedDiskCache > Entry.java:177) > > [Wed Aug 01 20:09:11 GMT+05:30 2001] -- DEBUG -- Error in SAXTransform > [Wed Aug 01 20:09:11 GMT+05:30 2001] -- DEBUG -- > javax.xml.transform.TransformerException: The value of attribute "ALIGN" > must begin with either a single or double quote character. > > [Wed Aug 01 20:09:11 GMT+05:30 2001] -- ERROR -- Could not create fragment: > E:\tom1\webapps\jetspeed\WEB-INF\conf\feed_trial.xreg > Exception: org.xml.sax.SAXParseException: The markup in the document > preceding the root element must be well-formed.{file: [not available]; line: > 7; column: 9} > Stack Trace follows: > org.xml.sax.SAXParseException: The markup in the document preceding the > root element must be well-formed. > at org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1067) > at > org.apache.xerces.framework.XMLDocumentScanner.reportFatalXMLError(XMLDocume > ntScanner.java:626) > at > org.apache.xerces.framework.XMLDocumentScanner$PrologDispatcher.dispatch(XML > DocumentScanner.java:913) > > as regards tomcat.log....well i do not have any tomcat.log file... > in my %tomcat_home%/logs i have 4 files...jasper.log,servlet.log and two > files ,both named mod_jk.log...i checked in all of them but could not find > any error relating to the above... > is my tomcat.log file missing ??? > > please help. > Thanking once again.... > > sumit > ----- Original Message ----- > From: "Paul Spencer" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, August 01, 2001 8:20 PM > Subject: Re: error > > > Sumit, > > Are their a corresponding messages in the tomcat log files? > > Are their a corresponding messages in the Jetspeed log file? > > > > The message is related to XML and XSL translation. Some of the > > configuration files XML files, so their may be a missing element there. > > > > Paul Spencer > > > > Sumit Ranjan wrote: > > > > > > my tomcat console shows the following error on startup(though it runs ok > > > afterwards...) > > > > > > SystemId Unknown; Line 12; Column 15; > > > javax.xml.transform.TransformerException > > > at > > > > org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.j > > > ava:1 > > > 2) > > > at > > > > org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:2942) > > > at java.lang.Thread.run(Thread.java:484) > > > --------- > > > java.lang.NullPointerException > > > at > > > > org.apache.xalan.transformer.TransformerImpl.applyTemplateToNode(Transformer > > > Impl. > > > va:1973) > > > at > > > > org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.j > > > ava:1 > > > 9) > > > at > > > > org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:2942) > > > at java.lang.Thread.run(Thread.java:484) > > > > > > can anyone please tell me what it is all about??? > > > > > > TIA > > > > > > Sumit Ranjan > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
