Re: [Dspace-tech] Getting error "RSS feed missing channel description"

2007-11-16 Thread Eduardo Santos
Hi,

we've had the same problem too. In our case, we've got RSS Feeds erros for
some collections/communities independent of the number of their items. We've
discovered that those collections/communities were created with a null
value for "description". Setting them to something else, even a space,
solved the problem.

Best regards,

Eduardo Ferraz dos Santos
Prodasen - Senado Federal


2007/11/15, Richard M. Davis <[EMAIL PROTECTED]>:
>
> Hi Mika
>
> Not a big collection in our case (2 items!), though it could be
> significant that the user backed out halfway through creating it
> (leaving one of those lovely Nulls) then returned to it another day.
>
> Easiest thing would be to delete it and start again, but wondered first
> if there was another angle. Does the error even refer to the contents of
> element /rss/channel/description (which is empty even in feeds that
> don't throw errors) - or to something else?
>
> Perhaps someone knows if it's an upgrade issue - we're overdue for one,
> and I was hoping the next upgrade would be to 1.5, but may have to
> settle for 1.4.2 in the short term.
>
> Best
>
> Richard
>
>
> Mika Stenberg wrote:
> > Richard,
> >
> > We've had the same problem for quite some time now. It seems that when
> > the number of items in a collection gets rather large, the RSS feeds
> > cannot be generated. I posted a message about this on the list some time
> > ago, but havent received any hints on fixing it. If you get any, please
> > let me know.
> >
> > Is there a feature request / bug reporting system for DSpace anyways?
> > Putting issues like this up on display somewhere might be more efficient
> > than throwing it on the message archive. It might prevent devepment of
> > overlapping features / add-ons as well.
> >
> > Mika
> >
> >
> >> Hi
> >>
> >> We're running 1.4 and getting a stream of errors on the RSS feeds (1
> >> and 2) for one particular collection. Does anyone know a quick fix -
> >> is there simply a metadata field that's missing, or maybe a database
> >> hack that will do the trick?
> >>
> >> Hope you can help!
> >>
> >> Richard Davis
> >> University of London
> >>
> >>
> >>  Original Message 
> >> Subject: SAS-SPACE: Internal Server Error
> >> Date: Thu, 15 Nov 2007 09:59:58 + (GMT)
> >> From: [EMAIL PROTECTED]
> >> To: [EMAIL PROTECTED]
> >>
> >> An internal server error occurred on http://sas-space.sas.ac.uk/dspace:
> >>
> >> Date:   15/11/07 09:59
> >> Session ID: 8C7415E7AD6E219400655DF71DC35695
> >>
> >> -- URL Was: http://sas-space.sas.ac.uk/dspace/feed/rss_2.0/10065/580
> >> -- Method: GET
> >> -- Parameters were:
> >>
> >>
> >> Exception:
> >> java.io.IOException: Invalid rss_2.0 feed, missing channel description
> >> at
> >> org.dspace.app.webui.servlet.FeedServlet.doDSGet(FeedServlet.java:227)
> >> at
> >> org.dspace.app.webui.servlet.DSpaceServlet.processRequest(
> DSpaceServlet.java:151)
> >>
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal error - User registration

2007-04-14 Thread Eduardo Santos

Hi Jayan,

Yes, I'm able to create a administrator account using create-administrator
script.

In fact, I've already created an administrator account in DSpace. I can
login in DSpace using the administrator account, as well I can create
communities and collections.

Similar error occurs when I try to use "Feedback Form". In this case,
dspace.log shows:

2007-04-14 14:41:35,337 WARN
org.dspace.app.webui.servlet.InternalErrorServlet @
:session_id=36364249D19D50DCD988423E60976E2C:internal_error:-- URL Was:
http://nms1.senado.gov.br:8080/dspace/feedback
-- Method: POST
-- Parameters were:
-- submit: "Send"
-- email: "[EMAIL PROTECTED]"
-- feedback: "DSpace feedback test"

java.lang.ClassCastException: gnu.mail.handler.TextPlain
at javax.activation.MailcapCommandMap.getDataContentHandler(
MailcapCommandMap.java:596)
at javax.activation.MailcapCommandMap.createDataContentHandler(
MailcapCommandMap.java:550)
at javax.activation.DataHandler.getDataContentHandler(DataHandler.java:611)
at javax.activation.DataHandler.writeTo(DataHandler.java:315)
at javax.mail.internet.MimeUtility.getEncoding(MimeUtility.java:248)
at javax.mail.internet.MimeBodyPart.updateHeaders(MimeBodyPart.java:1268)
at javax.mail.internet.MimeMessage.updateHeaders(MimeMessage.java:2012)
at javax.mail.internet.MimeMessage.saveChanges(MimeMessage.java:1980)
at javax.mail.Transport.send(Transport.java:97)
at org.dspace.core.Email.send(Email.java:330)
at org.dspace.app.webui.servlet.FeedbackServlet.doDSGet(
FeedbackServlet.java:154)
at org.dspace.app.webui.servlet.FeedbackServlet.doDSPost(
FeedbackServlet.java:185)
at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(
DSpaceServlet.java:147)
at org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java
:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
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:213)
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.connector.CoyoteAdapter.service(CoyoteAdapter.java
:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection
(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(
PoolTcpEndpoint.java:527)
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)


2007/4/14, Jayan Chirayath Kurian <[EMAIL PROTECTED]>:


 hi!

are u able to create administrator account from Dspace\bin


 ----------
 *From:* [EMAIL PROTECTED] on behalf of Eduardo
Santos
*Sent:* Sat 4/14/2007 5:36 AM
*To:* [EMAIL PROTECTED]
*Subject:* [Dspace-tech] Internal error - User registration


 Hi all,
I have some problems when I attempt to register a new user.
It occurs "Internal System Error".
I have DSpace 1.4.1 on Fedora 6 + Tomcat 5.5.17 + JDK 1.5.0_11.
Any ideas?
Thanks
Eduardo

dspace.log:

2007-04-13 18:08:46,900 WARN
org.dspace.app.webui.servlet.InternalErrorServlet @
:session_id=8D052190116945B0EB5912C404E61981:internal_error:-- URL Was: 
http://nms1.senado.gov.br:8080/dspace/register

-- Method: POST
-- Parameters were:
-- submit: "Register"
-- email: "[EMAIL PROTECTED]"
-- step: "1"

java.lang.ClassCastException: gnu.mail.handler.TextPlain
 at javax.activation.MailcapCommandMap.getDataContentHandler(
MailcapCommandMap.java:596)
 at javax.activation.MailcapCommandMap.createDataContentHandler(
MailcapCommandMap.java :550)
 at javax.activation.DataHandler.getDataContentHandler(DataHandler.java
:611)
 at javax.activation.DataHandler.writeTo(DataHandler.java:315)
 at javax.mail.internet.MimeUtility.getEncoding(MimeUtility.java:248)
 at javax.mail.internet.MimeBodyPart.updateHeaders(MimeBodyPart.java:1268)
 at javax.mail.internet.MimeMessage.updateHeaders(MimeMessage.java:2012)
 at javax.mail.internet.MimeMessage.saveChanges(MimeMessage.java :1980)
 at javax.mail.Transport.send(Transport.java:97)
 at org.dspace.core.Email.send(Email.java:330)
 at org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:294)
 at org.dspace.eperson.AccountManager.sendInfo (AccountManager.j

[Dspace-tech] Internal error - User registration

2007-04-13 Thread Eduardo Santos

Hi all,
I have some problems when I attempt to register a new user.
It occurs "Internal System Error".
I have DSpace 1.4.1 on Fedora 6 + Tomcat 5.5.17 + JDK 1.5.0_11.
Any ideas?
Thanks
Eduardo

dspace.log:

2007-04-13 18:08:46,900 WARN
org.dspace.app.webui.servlet.InternalErrorServlet @
:session_id=8D052190116945B0EB5912C404E61981:internal_error:-- URL Was:
http://nms1.senado.gov.br:8080/dspace/register
-- Method: POST
-- Parameters were:
-- submit: "Register"
-- email: "[EMAIL PROTECTED]"
-- step: "1"

java.lang.ClassCastException: gnu.mail.handler.TextPlain
at javax.activation.MailcapCommandMap.getDataContentHandler(
MailcapCommandMap.java:596)
at javax.activation.MailcapCommandMap.createDataContentHandler(
MailcapCommandMap.java:550)
at javax.activation.DataHandler.getDataContentHandler(DataHandler.java:611)
at javax.activation.DataHandler.writeTo(DataHandler.java:315)
at javax.mail.internet.MimeUtility.getEncoding(MimeUtility.java:248)
at javax.mail.internet.MimeBodyPart.updateHeaders(MimeBodyPart.java:1268)
at javax.mail.internet.MimeMessage.updateHeaders(MimeMessage.java:2012)
at javax.mail.internet.MimeMessage.saveChanges(MimeMessage.java:1980)
at javax.mail.Transport.send(Transport.java:97)
at org.dspace.core.Email.send(Email.java:330)
at org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:294)
at org.dspace.eperson.AccountManager.sendInfo(AccountManager.java:254)
at org.dspace.eperson.AccountManager.sendRegistrationInfo(
AccountManager.java:99)
at org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(
RegisterServlet.java:284)
at org.dspace.app.webui.servlet.RegisterServlet.doDSPost(
RegisterServlet.java:209)
at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(
DSpaceServlet.java:147)
at org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java
:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
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:213)
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.connector.CoyoteAdapter.service(CoyoteAdapter.java
:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection
(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(
PoolTcpEndpoint.java:527)
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)
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech