Re: [Dspace-tech] Internal System Error by ingest a new item in demo collection

2009-07-20 Thread Robin Wang












Hi Claudia,
I have a Question about "chown". for the dspace dir should i use the chown 
command with recursive call
chown -R dspace /dspace
(Sorry ,i send it again. because i forgot adding this mail into mailinglist)
regards
robin

> Date: Fri, 17 Jul 2009 08:57:26 +0200
> From: claudia.juer...@ub.uni-dortmund.de
> To: greenst...@live.de
> CC: dspace-gene...@mit.edu; dspace-tech@lists.sourceforge.net
> Subject: Re: Internal System Error by ingest a new item in demo collection
> 
> Hi Robin,
> 
> you need a valid email configuration. At various points registration, 
> ingest etc. DSpace will send emails.
> 
> Check these settings in dspace.cfg:
> 
> # Email settings ##
> 
> # SMTP mail server
> mail.server=YourMailServer
> 
> # SMTP mail server authentication username and password (if required)
> # mail.server.username = myusername
> # mail.server.password = mypassword
> 
> # SMTP mail server alternate port (defaults to 25)
> # mail.server.port = 25
> 
> # E-Mail-Adresse Eldorado, die fuer alles  ausser OAI benutzt wird
> mail.general = valid email address
> ...
> 
> 
> You can use the email server of the Fernuniversität Hagen providing your 
> central user account, which any of the FU members (students/staff) got.
> Seems as if for smtp they use the port 465, the instructions can be 
> found at your site:
> http://www.fernuni-hagen.de/zmi/service/infrastruktur/internetdienste/email/mailstore.shtml
> 
> As for the permissions, check step 5 of the installations:
> 
> 5. Create the directory for the DSpace installation (i.e. [dspace]). As 
> root (or a user with appropriate permissions),
> run:
> mkdir [dspace]
> chown dspace [dspace]
> (Assuming the dspace UNIX username.)
> 
> It is assumed that your servlet container runs as your dspace user.
> 
> 
> Claudia Jürgen
> 
> 
> Robin Wang schrieb:
> > Hallo Claudia,
> > 
> > I need your help again. I know that i have asked the same question in
> > the mailing of dspace before. At last time you suggested me, that i
> > chould change the dspace.cfg for mail server under /dspace/config.
> > 
> > 1.   Because i have an other instance of dspace unter my ubuntu , so
> > i writed the programm before with my dspace instance. But now my job
> > is almost done, so i must switch the test instance to our dspace
> > server at safran fernuni hagen. I changed the dspace.cfg just as you
> > and my teacher suggested and restart the tomcat. But i got the error
> > still.
> > 
> > 
> > # SMTP mail server mail.server=localhost # From address for mail 
> > mail.from.address = dspace-nore...@localhost # General site
> > administration (Webmaster) e-mail mail.admin = dspace-h...@localhost
> > 
> > We have no mail server under safran. fernuni-hagen.de. so i can just
> > set the mail server as localhost. So i need to know , where can i
> > watch the protocol and how can i fix it.
> > 
> > 2.  You also suggested me that i should check the permissions of the
> > /dspace. The question is, what kind of the permission of dspace
> > should been set, that i chould kill this error.
> > 
> > "As you get the error at an earlier stage, check your [dspace] dir
> > permissions. The user, under which your servlet container runs, needs
> > to write to the upload dirctory and assetstore during ingest."
> > 
> > I have installed the dspace following the same protocol of installing
> > the dspace 1.5 under ubuntu. Why i have the internal error by
> > ingesting the files in our safran server. but can ingest the file in
> > my dspace without problem. I really really need the help. thank you
> > and regards robin
> > 
> > _ 
> > http://redirect.gimas.net/?n=M0906xIE8_MSN4 Internet Explorer 8 jetzt
> > für MSN  - kostenlos!

-> Für Fotos  hier abdrücken <-
_
http://redirect.gimas.net/?n=M0907xIE8_MSN3
Gratis Download – die neue Version des Internet Explorers ist da!--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal System Error by ingest a new item in demo collection

2009-07-16 Thread Claudia Jürgen
Hi Robin,

you need a valid email configuration. At various points registration, 
ingest etc. DSpace will send emails.

Check these settings in dspace.cfg:

# Email settings ##

# SMTP mail server
mail.server=YourMailServer

# SMTP mail server authentication username and password (if required)
# mail.server.username = myusername
# mail.server.password = mypassword

# SMTP mail server alternate port (defaults to 25)
# mail.server.port = 25

# E-Mail-Adresse Eldorado, die fuer alles  ausser OAI benutzt wird
mail.general = valid email address
...


You can use the email server of the Fernuniversität Hagen providing your 
central user account, which any of the FU members (students/staff) got.
Seems as if for smtp they use the port 465, the instructions can be 
found at your site:
http://www.fernuni-hagen.de/zmi/service/infrastruktur/internetdienste/email/mailstore.shtml

As for the permissions, check step 5 of the installations:

5. Create the directory for the DSpace installation (i.e. [dspace]). As 
root (or a user with appropriate permissions),
run:
mkdir [dspace]
chown dspace [dspace]
(Assuming the dspace UNIX username.)

It is assumed that your servlet container runs as your dspace user.


Claudia Jürgen


Robin Wang schrieb:
> Hallo Claudia,
> 
> I need your help again. I know that i have asked the same question in
> the mailing of dspace before. At last time you suggested me, that i
> chould change the dspace.cfg for mail server under /dspace/config.
> 
> 1.   Because i have an other instance of dspace unter my ubuntu , so
> i writed the programm before with my dspace instance. But now my job
> is almost done, so i must switch the test instance to our dspace
> server at safran fernuni hagen. I changed the dspace.cfg just as you
> and my teacher suggested and restart the tomcat. But i got the error
> still.
> 
> 
> # SMTP mail server mail.server=localhost # From address for mail 
> mail.from.address = dspace-nore...@localhost # General site
> administration (Webmaster) e-mail mail.admin = dspace-h...@localhost
> 
> We have no mail server under safran. fernuni-hagen.de. so i can just
> set the mail server as localhost. So i need to know , where can i
> watch the protocol and how can i fix it.
> 
> 2.  You also suggested me that i should check the permissions of the
> /dspace. The question is, what kind of the permission of dspace
> should been set, that i chould kill this error.
> 
> "As you get the error at an earlier stage, check your [dspace] dir
> permissions. The user, under which your servlet container runs, needs
> to write to the upload dirctory and assetstore during ingest."
> 
> I have installed the dspace following the same protocol of installing
> the dspace 1.5 under ubuntu. Why i have the internal error by
> ingesting the files in our safran server. but can ingest the file in
> my dspace without problem. I really really need the help. thank you
> and regards robin
> 
> _ 
> http://redirect.gimas.net/?n=M0906xIE8_MSN4 Internet Explorer 8 jetzt
> für MSN  - kostenlos!

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Internal System Error by ingest a new item in demo collection

2009-07-16 Thread Robin Wang

Hallo Claudia,

I need your help again. I know that i have asked the same question in the 
mailing of dspace before. At last time you suggested me, that i chould change 
the dspace.cfg for mail server under /dspace/config. 

1.   Because i have an other instance of dspace unter my ubuntu , so i writed 
the programm before with my dspace instance. But now my job is almost done, so 
i must switch the test instance to our dspace server at safran fernuni hagen. I 
changed the dspace.cfg just as you and my teacher suggested and restart the 
tomcat. But i got the error still. 


# SMTP mail server
mail.server=localhost
# From address for mail
mail.from.address = dspace-nore...@localhost
# General site administration (Webmaster) e-mail
mail.admin = dspace-h...@localhost

We have no mail server under safran. fernuni-hagen.de. so i can just set the 
mail server as localhost. So i need to know , where can i watch the protocol 
and how can i fix it.

2.  You also suggested me that i should check the permissions of the /dspace. 
The question is, what kind of the permission of dspace should been set, that i 
chould kill this error.

"As you get the error at an earlier stage, check your [dspace] dir permissions. 
The user, under which your servlet container runs, needs to 
write to the upload dirctory and assetstore during ingest."

I have installed the dspace following the same protocol of installing the 
dspace 1.5 under ubuntu. 
Why i have the internal error by ingesting the files in our safran server. but 
can ingest the file in my dspace without problem.
I really really need the help.
thank you and regards 
robin

_
http://redirect.gimas.net/?n=M0906xIE8_MSN4
Internet Explorer 8 jetzt für MSN  - kostenlos!--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal System Error by ingest a new item in demo collection

2009-05-14 Thread Robin Wang

Hi Claudia,

Can we just set the Mail Server as "localhost". i mean all setting like 
dspace-nore...@myu.edu to dspace-nore...@localhost for the testing step?
Thanks
Robin


> Date: Thu, 14 May 2009 14:01:13 +0200
> From: claudia.juer...@ub.uni-dortmund.de
> To: greenst...@live.de
> CC: dspace-gene...@mit.edu; dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] Internal System Error by ingest a new item in demo 
> collection
> 
> Hello Robin,
> 
> during ingest your dspace instance will try to send email, so you got to 
> provide valid email settings in the dspace.cfg.
> If your instance isn't able to send emails you will get an internal 
> error on granting the license, because at that point either the 
> submitter or the workflow members will be notified.
> 
> 
> As you get the error at an earlier stage, check your [dspace] dir 
> permissions. The user, under which your servlet container runs, needs to 
> write to the upload dirctory and assetstore during ingest.
> 
> Hope that helps
> 
> Claudia Jürgen
> 
> 
> 
> Robin Wang schrieb:
> > Hi 
> > after installing the dspace server i am trying to ingest some items to test 
> > it.
> > 
> > So i created the demo community and demo collection.
> > But when i gatta ingest a new item in demo collection, i get still the 
> > Internal System Error by the Step Upload in the workflow.
> > 
> > can somebody tell me,how can i fix it? 
> > 
> > PS: i just installed the server without any setting for handle System and 
> > mail system.
> > 
> > Regards
> > 
> > Robin
> > 
> > _
> > http://redirect.gimas.net/?n=M0905xIE8_MSN4
> > Internet Explorer 8 jetzt für MSN  - kostenlos!
> > 
> > 
> > 
> > 
> > --
> > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> > production scanning environment may not be a perfect world - but thanks to
> > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK 
> > i700
> > Series Scanner you'll get full speed at 300 dpi even with all image 
> > processing features enabled. http://p.sf.net/sfu/kodak-com
> > 
> > 
> > 
> > 
> > ___
> > DSpace-tech mailing list
> > DSpace-tech@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech

_
http://redirect.gimas.net/?n=M0905xIE8_MSN4
Internet Explorer 8 jetzt für MSN  - kostenlos!--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Internal System Error by ingest a new item in demo collection

2009-05-14 Thread Claudia Jürgen
Hello Robin,

during ingest your dspace instance will try to send email, so you got to 
provide valid email settings in the dspace.cfg.
If your instance isn't able to send emails you will get an internal 
error on granting the license, because at that point either the 
submitter or the workflow members will be notified.


As you get the error at an earlier stage, check your [dspace] dir 
permissions. The user, under which your servlet container runs, needs to 
write to the upload dirctory and assetstore during ingest.

Hope that helps

Claudia Jürgen



Robin Wang schrieb:
> Hi 
> after installing the dspace server i am trying to ingest some items to test 
> it.
> 
> So i created the demo community and demo collection.
> But when i gatta ingest a new item in demo collection, i get still the 
> Internal System Error by the Step Upload in the workflow.
> 
> can somebody tell me,how can i fix it? 
> 
> PS: i just installed the server without any setting for handle System and 
> mail system.
> 
> Regards
> 
> Robin
> 
> _
> http://redirect.gimas.net/?n=M0905xIE8_MSN4
> Internet Explorer 8 jetzt für MSN  - kostenlos!
> 
> 
> 
> 
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image 
> processing features enabled. http://p.sf.net/sfu/kodak-com
> 
> 
> 
> 
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Internal System Error by ingest a new item in demo collection

2009-05-13 Thread Robin Wang

Hi 
after installing the dspace server i am trying to ingest some items to test it.

So i created the demo community and demo collection.
But when i gatta ingest a new item in demo collection, i get still the Internal 
System Error by the Step Upload in the workflow.

can somebody tell me,how can i fix it? 

PS: i just installed the server without any setting for handle System and mail 
system.

Regards

Robin

_
http://redirect.gimas.net/?n=M0905xIE8_MSN4
Internet Explorer 8 jetzt für MSN  - kostenlos!--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech