Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Users

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-06-2006, 08:57 AM
Special Member
 
Posts: 123
Default Problem when adding new RSS feed

I looked at the documentation in order to add a RSS/ATOM feed, and I saw that I only had to create a new folder, check the RSS box and add the RSS URL.

That's what I've done but the RSS folder doesn't appear as it's written in the doc.

Below what appears in the Javascript console when trying to create this folder :
HTML Code:
[b]Erreur : [Exception... "'unterminated string literal' when calling method: [nsIOnReadystatechangeHandler::handleEvent]"  nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)"  location: "<unknown>"  data: no][/b]
Is this a limitation due to the Open edition ?
What can I do to avoid or repair this ?

Last edited by fmodola : 04-06-2006 at 09:02 AM.
Reply With Quote
  #2 (permalink)  
Old 04-06-2006, 09:06 AM
Zimbra Consultant & Moderator
 
Posts: 11,328
Default

It works OK for me but I have the latest developer build of the OSS version installed. Which version are you running? Have you had a look in bugzilla to see if this has been a problem?

I've used this url
Code:
http://rss.degroupnews.com/actualite.rss.php
Does that do anything your system?
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 04-06-2006, 09:24 AM
Special Member
 
Posts: 123
Default

I didn't serch in the bugzilla.
It seems to do nothing else ... but how to be sure ?
Reply With Quote
  #4 (permalink)  
Old 04-06-2006, 09:32 AM
Zimbra Consultant & Moderator
 
Posts: 11,328
Default

So you're saying that the link I provided doesn't give you any feed? Have you refreshed the browser and cleared the cache? Which version/release of Zimbra are you running?
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 04-06-2006, 09:37 AM
Special Member
 
Posts: 123
Default

I'm running the VMWare Open edition.
In the bugzilla, I saw something with similar problem ... it has been corrected in the M4 (and I'm on 3.0.0_GA_156.FC4 FOSS Edition so I don't know if this has been on my version too ... ).

Concerning your link, it doesn't work too ...

Is this error related to a connection problem or a filtering problem (I don't think the RSS flow forward on another port than 80).

Last edited by fmodola : 04-06-2006 at 09:45 AM.
Reply With Quote
  #6 (permalink)  
Old 04-06-2006, 09:45 AM
Zimbra Employee
 
Posts: 4,784
Default

Any error in the logs?
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
  #7 (permalink)  
Old 04-06-2006, 09:47 AM
Special Member
 
Posts: 123
Default

sorry but ... where are the log files ?
Reply With Quote
  #8 (permalink)  
Old 04-06-2006, 09:48 AM
Zimbra Employee
 
Posts: 4,784
Default

Did you search??


/opt/zimbra/zimbra.log
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
  #9 (permalink)  
Old 04-06-2006, 10:01 AM
Special Member
 
Posts: 123
Default

Below are the logs :

Code:
sessions (SoapSession: 1).  2 active sessions remain.
2006-04-06 17:38:55,907 INFO  [Thread-168] [] im - Executing IMEvent: IMPresenceUpdateEvent: From: fmodola@botanic.com  Presence: OFFLINE pri=1 st=null
2006-04-06 17:42:55,911 INFO  [Timer-0] [] SessionCache - Removed 2 idle sessions (AdminSession: 2).  0 active sessions remain.
2006-04-06 18:06:54,087 INFO  [http-443-Processor78] [] ZimbraContext - requested session no longer exists: 58
2006-04-06 18:07:04,284 WARN  [http-443-Processor78] [mid=5;ip=192.168.102.82;name=fmodola@botanic.com;] HttpConnection - The host rss.degroupnews.com:80 (or proxy null:-1) did not accept the connection within timeout of 10000 milliseconds
2006-04-06 18:07:04,603 INFO  [http-443-Processor78] [mid=5;ip=192.168.102.82;name=fmodola@botanic.com;] SoapEngine - handler exception
com.zimbra.cs.service.ServiceException: resource unreachable: IOException: org.apache.commons.httpclient.HttpConnection$ConnectionTimeoutException
	at com.zimbra.cs.service.ServiceException.RESOURCE_UNREACHABLE(ServiceException.java:153)
	at com.zimbra.cs.service.FeedManager.retrieveRemoteDatasource(FeedManager.java:153)
	at com.zimbra.cs.mailbox.Mailbox.importFeed(Mailbox.java:3623)
	at com.zimbra.cs.mailbox.Mailbox.synchronizeFolder(Mailbox.java:3614)
	at com.zimbra.cs.service.mail.CreateFolder.handle(CreateFolder.java:75)
	at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEngine.java:252)
	at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:163)
	at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:84)
	at com.zimbra.soap.SoapServlet.doPost(SoapServlet.java:228)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
	at com.zimbra.cs.servlet.ZimbraServlet.service(ZimbraServlet.java:152)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
	at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:526)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:738)
	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526)
	at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.commons.httpclient.HttpConnection$ConnectionTimeoutException
	at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:708)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:628)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:497)
	at com.zimbra.cs.service.FeedManager.retrieveRemoteDatasource(FeedManager.java:116)
	... 25 more
2006-04-06 18:07:20,139 INFO  [http-443-Processor84] [] ZimbraContext - requested session no longer exists: 58
2006-04-06 18:07:20,186 INFO  [Thread-168] [] im - Executing IMEvent: IMPresenceUpdateEvent: From: fmodola@botanic.com  Presence: ONLINE pri=1 st=null
2006-04-06 18:17:55,990 INFO  [Timer-0] [] SessionCache - Removed 2 idle sessions (SoapSession: 2).  1 active sessions remain.
2006-04-06 18:19:25,619 WARN  [http-443-Processor84] [mid=5;ip=192.168.102.82;name=fmodola@botanic.com;] HttpConnection - The host rss.degroupnews.com:80 (or proxy null:-1) did not accept the connection within timeout of 10000 milliseconds
2006-04-06 18:19:25,697 INFO  [http-443-Processor84] [mid=5;ip=192.168.102.82;name=fmodola@botanic.com;] SoapEngine - handler exception
com.zimbra.cs.service.ServiceException: resource unreachable: IOException: org.apache.commons.httpclient.HttpConnection$ConnectionTimeoutException
	at com.zimbra.cs.service.ServiceException.RESOURCE_UNREACHABLE(ServiceException.java:153)
	at com.zimbra.cs.service.FeedManager.retrieveRemoteDatasource(FeedManager.java:153)
	at com.zimbra.cs.mailbox.Mailbox.importFeed(Mailbox.java:3623)
	at com.zimbra.cs.mailbox.Mailbox.synchronizeFolder(Mailbox.java:3614)
	at com.zimbra.cs.service.mail.CreateFolder.handle(CreateFolder.java:75)
	at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEngine.java:252)
	at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:163)
	at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:84)
	at com.zimbra.soap.SoapServlet.doPost(SoapServlet.java:228)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
	at com.zimbra.cs.servlet.ZimbraServlet.service(ZimbraServlet.java:152)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
	at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:526)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:738)
	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526)
	at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.commons.httpclient.HttpConnection$ConnectionTimeoutException
	at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:708)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:628)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:497)
	at com.zimbra.cs.service.FeedManager.retrieveRemoteDatasource(FeedManager.java:116)
	... 25 more
Reply With Quote
  #10 (permalink)  
Old 04-06-2006, 01:48 PM
Zimbra Employee
 
Posts: 4,784
Default

Looks like your zimbra server can't see or retrieve data from this URL network wise.

HttpConnection - The host rss.degroupnews.com:80 (or proxy null:-1) did not accept the connection within timeout of 10000 milliseconds
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0