Re: [Dspace-tech] DSpace Statistics general report

2007-04-13 Thread Stuart Lewis [sdl]
Hi Gary,

 So can you tell me how the ³Most recent general report² is generated? Are the
 numbers compiled from the dspace-log-general-%DATE%.dat files or the
 dspace-log-monthly-%DATE%.dat files? (Or some other way?)
  
 I take it the ³stat-report-general² generates this report?

Running stat-general creates to relevant .dat file. Running
stat-report-general renders this file into the HTML page you see.

I've had a look at the code, and it appears that running stat-general uses
the .log files, rather than the .dat files to do the analysis. Therefore if
your log files are reaching the limit set in log4j.properties (500) and are
rolling over, then stat-general will be losing data.

So, in a nutshell, the general reports are compiled from the raw .log files.

Have you got backups of the old log files which you can restore (and
renumber), and then increase the log4j.appender.A1.MaxBackupIndex to make
sure you don't lose them again?

Hope this helps,


Stuart
_

Datblygydd Cymwysiadau'r WeWeb Applications Developer
Gwasanaethau Gwybodaeth  Information Services
Prifysgol Cymru Aberystwyth   University of Wales Aberystwyth

E-bost / E-mail: [EMAIL PROTECTED]
 Ffon / Tel: (01970) 622860
_


-
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.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] customize the interface?

2007-04-13 Thread Stuart Lewis [sdl]
Hi Pan,

 I'd like to customize DSpace by replacing the texts
 DSpace TM  About DSpace Software on the upper
 left and DSpace Software Copyright ... down below
 by the texts describing my institution and my project.
 Could someone please show me where in the html/java
 code under which directories that I can make these
 changes?

These values are held in
[dspace-src]/config/language-packs/Messages.properties

So you can change values such as:

jsp.layout.footer-default.text = a target=_blank
href=http://www.dspace.org/;DSpace Software/a
Copyrightnbsp;copy;nbsp;2002-2006nbsp;a target=_blank
href=http://web.mit.edu/;MIT/anbsp;andnbsp;a target=_blank
href=http://www.hp.com/;Hewlett-Packard/a


jsp.layout.footer-default.feedback = Feedback

Once you have changed this file, you will need to recompile and redeploy
DSpace.

I hope this helps,


Stuart
_

Datblygydd Cymwysiadau'r WeWeb Applications Developer
Gwasanaethau Gwybodaeth  Information Services
Prifysgol Cymru Aberystwyth   University of Wales Aberystwyth

E-bost / E-mail: [EMAIL PROTECTED]
 Ffon / Tel: (01970) 622860
_


-
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.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Migration (1.3x to 1.4x) questions

2007-04-13 Thread Stuart Lewis [sdl]
Hi Russell,

 First of all, should we go from our current install (1.3.2, I think) to 1.4
 or 1.4.1?

You would be best off going for 1.4.1 as this contains a lot of bug fixes to
1.4

You do not need to go 1.3.2 - 1.4 - 1.4.1, you can go straight to 1.4.1
 
 Next, how much time should I allow for the migration (assuming everything
 goes smoothly)?

It depends on the size of your database, and the availability of a test
machine.

In theory, on a medium-sized database such as yours (only a few thousand
items), it should take less than an hour. If you have a test machine, you
can test it all first, and then do it on your production machine.

You can get the code on the machine and compiled in advance. All you then
have to do is to stop tomcat, backup your database, run the database upgrade
scripts, update your dspace.cfg file, and deploy the new DSpace code to
tomcat. If things mess up (which they shouldn't!) then you have a backup of
your database which you can restore, and roll back to 1.3.2

The tricky part will be if you have any customisations to the code or to the
pages. If you have a test machine, you can test these in 1.4.1, but if you
don't you'll have to give yourself more time to test them once you upgrade.

If you don't have a test machine, another option you have is to run the two
versions simultaneously by changing the names of the war files (e.g.
dspace141 and dspace-oai141 and pointing them at a second copy of your
database. You can then make sure you are happy with 1.4.1 whilst still
running 1.3.2, and then change over one day by upgrading the 1.3.2 live
database and changing the war file names back.

I hope this helps,


Stuart
_

Datblygydd Cymwysiadau'r WeWeb Applications Developer
Gwasanaethau Gwybodaeth  Information Services
Prifysgol Cymru Aberystwyth   University of Wales Aberystwyth

E-bost / E-mail: [EMAIL PROTECTED]
 Ffon / Tel: (01970) 622860
_


-
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.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Accents

2007-04-13 Thread jgarbarino

Hi,
I had the same problem, you should try what Lucía said, if that  
doesn't work you can make a search and replace with any editor like  
this:

á -- aacute;
é -- eacute;
í -- iacute;
ó -- oacute;
ú -- uacute;
ñ -- ntilde;

Maybe this is not the right thing to do, but is the only thing that  
worked for me.
references:

http://www.htmlhelp.com/reference/html40/entities/latin1.html

good luck

Juan Pablo Garbarino

 Luis Jose,

 maybe you must convert your file from iso to utf8...
 Try this:

 iconv -f iso-8859-1 -t utf-8 entrada-iso.html -o salida-utf.html

 or in vi editor while you're editing:

 :set fileencoding=utf-8

 Lucía

 luis jose miralls wrote:
 Hi,

 Just a little thing.
 I can't see the accents in my dspace aplication.

 When I write Botón on Messages propieties then i read Bot??n

 Thanks a million.


 

 -
 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.phpp=sourceforgeCID=DEVDEV


 

 ___
 DSpace-tech mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 -
 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.phpp=sourceforgeCID=DEVDEV
 ___
 DSpace-tech mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/dspace-tech






---
   Centro de Telemática - UNL
   Pje. Martinez 2652 - S3002AAB Santa Fe - Argentina
tel +54(342)455-4245 - FAX +54(342)457-1240


-
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.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Accents

2007-04-13 Thread James Rutherford
On Fri, Apr 13, 2007 at 09:10:35AM -0300, [EMAIL PROTECTED] wrote:
 I had the same problem, you should try what Lucía said, if that  
 doesn't work you can make a search and replace with any editor like  
 this:
 
 á -- aacute;
 é -- eacute;
 í -- iacute;
 ó -- oacute;
 ú -- uacute;
 ñ -- ntilde;

This kind of approach, although effective, isn't a Good Idea. The
content you store in DSpace shouldn't be specific to any particular
presentation (in this case HTML). If you're having trouble making
accented characters display correctly, then I'm sure there are people
who have made it work cleanly who can help you out :)

cheers,

Jim

-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential and
may be legally privileged. If you have received this message in error, you
should delete it from your system immediately and advise the sender. To any
recipient of this message within HP, unless otherwise stated you should
consider this message and attachments as HP CONFIDENTIAL.

-
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.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Google Summer of Code projects

2007-04-13 Thread Robert Tansley
Folks,

The Google Summer of Code student projects for DSpace have been confirmed!

We had 19 student applications to work on DSpace projects.  We wish we
could accept all of them, but we had to limit the number of projects
to 5.

The successful student applicants and projects are listed here:

http://code.google.com/soc/dspace/about.html

Congratulations to the successful students, and many thanks to all
applicants, we hope you'll try again next year!

Rob

-
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.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] generation of format.extent and format.mimetype

2007-04-13 Thread Farrell,Gabriel
After the upgrade from 1.3.2 to 1.4.1, our DSpace instance stopped
showing the dc.format.extent and dc.format.mimetype in the full metadata
record for newly created items.  See, for example,
http://idea.library.drexel.edu/handle/1860/1204?mode=fullsubmit_simple=
Show+full+item+record, an item created before the update, versus
http://idea.library.drexel.edu/handle/1860/1377?mode=fullsubmit_simple=
Show+full+item+record, an item created after.  A quick look in the
database reveals that the newer item has no entries for
metadata_field_id 34 or 36, extent or mimetype.  

This information is now stored somewhere else (still shows up in the
View/Open box).  Was this a purposeful change from 1.3.2 to 1.4.1, or
has our installation gone a little awry?

Gabe


--
Gabriel Farrell
Library Systems Developer
Hagerty Library
Drexel University
[EMAIL PROTECTED]
+1 215 895 1871 
BEGIN:VCARD
VERSION:2.1
N:Farrell;Gabriel
FN:Farrell,Gabriel
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20060823T140818Z
END:VCARD
-
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.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] generation of format.extent and format.mimetype

2007-04-13 Thread Claudia Jürgen
Hello Gabriel,

this was a purposeful change.

This metadata is no longer created on item creation. The reason was, 
that it referred to individual bitstreams and not the item, e. g. having 
an item with
foo1.pdf
foo2.pdf
and thus 2 times format.extent and format.mimetype it was no longer 
clear which metainformation belonged to which bitstream.

With the new data/metadata model as result of the architectural review 
there will be better mechanisms for data-metadata handling in the future.


Claudia







Farrell,Gabriel schrieb:
 After the upgrade from 1.3.2 to 1.4.1, our DSpace instance stopped
 showing the dc.format.extent and dc.format.mimetype in the full metadata
 record for newly created items.  See, for example,
 http://idea.library.drexel.edu/handle/1860/1204?mode=fullsubmit_simple=
 Show+full+item+record, an item created before the update, versus
 http://idea.library.drexel.edu/handle/1860/1377?mode=fullsubmit_simple=
 Show+full+item+record, an item created after.  A quick look in the
 database reveals that the newer item has no entries for
 metadata_field_id 34 or 36, extent or mimetype.  
 
 This information is now stored somewhere else (still shows up in the
 View/Open box).  Was this a purposeful change from 1.3.2 to 1.4.1, or
 has our installation gone a little awry?
 
 Gabe
 
 
 --
 Gabriel Farrell
 Library Systems Developer
 Hagerty Library
 Drexel University
 [EMAIL PROTECTED]
 +1 215 895 1871 
 
 
 
 
 -
 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.phpp=sourceforgeCID=DEVDEV
 
 
 
 
 ___
 DSpace-tech mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
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.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Oracle and dspace

2007-04-13 Thread Hulbert, Linda A.
  

The University has begun a project to implement dspace using Oracle. I have
heard differing levels of success (mostly not) using Oracle. While I am not
an IT person, I will be passing any comments on to our IT and web services
colleagues. Ha anyone out there successfully launched dspace using Oracle?

 

Thanks so much for your time.

 

Linda

Linda Hulbert, Associate Director 
Technical Services 
O'Shaughnessy-Frey Library #5004
University of Saint Thomas 
2115 Summit Avenue 
St. Paul, MN 55105 
Phone: (651) 962-5016 Fax: (651) 962-5486email:
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  

Edison said: Opportunity is missed by most people because it is dressed in
overalls and looks like work.

   

 



image001.gif
Description: GIF image
-
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.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] generation of format.extent and format.mimetype

2007-04-13 Thread Farrell,Gabriel
 -Original Message-
 From: Claudia Jürgen [mailto:[EMAIL PROTECTED] 
 Sent: Friday, April 13, 2007 10:10 AM
 To: Farrell,Gabriel
 Cc: [EMAIL PROTECTED]
 Subject: Re: [Dspace-tech] generation of format.extent and 
 format.mimetype
 
 Hello Gabriel,
 
 this was a purposeful change.
 
 This metadata is no longer created on item creation. The 
 reason was, that it referred to individual bitstreams and not 
 the item, e. g. having an item with foo1.pdf foo2.pdf and 
 thus 2 times format.extent and format.mimetype it was no 
 longer clear which metainformation belonged to which bitstream.
 

That does make sense.  Thanks for the clarification. 

 With the new data/metadata model as result of the 
 architectural review there will be better mechanisms for 
 data-metadata handling in the future.
 

Great.  Looking forward to it.

 
 Claudia
 
 
 
 
 
 
 
 Farrell,Gabriel schrieb:
  After the upgrade from 1.3.2 to 1.4.1, our DSpace instance stopped
  showing the dc.format.extent and dc.format.mimetype in the 
 full metadata
  record for newly created items.  See, for example,
  
 http://idea.library.drexel.edu/handle/1860/1204?mode=fullsubm
it_simple=
  Show+full+item+record, an item created before the update, versus
  
 http://idea.library.drexel.edu/handle/1860/1377?mode=fullsubm
it_simple=
  Show+full+item+record, an item created after.  A quick look in the
  database reveals that the newer item has no entries for
  metadata_field_id 34 or 36, extent or mimetype.  
  
  This information is now stored somewhere else (still shows up in the
  View/Open box).  Was this a purposeful change from 1.3.2 to 
 1.4.1, or
  has our installation gone a little awry?
  
  Gabe
  
  
  --
  Gabriel Farrell
  Library Systems Developer
  Hagerty Library
  Drexel University
  [EMAIL PROTECTED]
  +1 215 895 1871 
  
  
  
 --
 --
  
  
 --
 ---
  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.phpp=sourceforge
CID=DEVDEV
  
  
  
 --
 --
  
  ___
  DSpace-tech mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 

-
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.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] another customization question

2007-04-13 Thread Pan Family

Hi,

If I click on Titles, by defult I am seeing the 1st 21 items
available.  How do I change the default value so I can
show more items per page?

Also, the default look and feel does not use space
efficiently.  How can I change the texts DEV DSpace at XXX,
Browse by Title, Jump to: 0-9 ..., or enter first few ...,
and Showing items ... to a different location (e.g., bottom)
or to use less space?

Thanks!

-Pan
-
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.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2007-04-13 Thread Jayan Chirayath Kurian
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.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.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech