Re: [Dspace-tech] System Internal Error

2008-04-19 Thread majid kalkatechi
hi Hossein,
Internal System error might be caused by a variety of exceptions, you
can reproduce the error and then send the error log to the list. The
log file for dspace 1.5 is located in : dspace/log/dspace.log
If you set the Log4j mode to DEBUG, you'll get more comprehensive logs
to send. To do this, open dspace/config/log4j.properties and insert
a line like this at the bottom : log4j.rootLogger=DEBUG , A1.
hi,
Internal System error might be caused by variety of exceptions. try to
reproduce the error and send the log files messages. The log file for
dspace 1.5 is located in [dspace]/log/ directory. If you set the Log4j
mode to DEBUG, dspace will  generate much more usefull messages.

On Fri, Apr 18, 2008 at 5:47 PM, Hossein Hamam [EMAIL PROTECTED] wrote:


 Dear All,

 Dspace was successfully installed and was up and running.

 However, upon a server restart, and after tomcat and postgresql successfully
 started, Dspace was givin a page saying the message below. Clicking on any
 link in Dspace was still giving the same page with the same below error.

 Internal System Error

 The system has experienced an internal error. Please try to do what you were
 doing again, and if the problem persists, please contact us so we can fix
 the problem.


 P.S.: I recognized that this page appears whether postgresql was started or
 not.

 Did anyone face this problem? Is it probably that Dspace is not
 communicating with postgresql?

 thank you for your reply,

 Hossein

  

 -
  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
  Don't miss this year's exciting event. There's still time to save $100.
  Use priority code J8TL2D2.

 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
 ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Statistics not getting displayed

2008-04-19 Thread Stuart Lewis
Hi Pavan,

 I installed dspace recently and generated few statistics html pages by running
 stat* jobs in bin dir . But i am still not able to see those in my website ,
 it says
 
 There are currently no reports available for this service.  Please check back
 later.
 Has anybody faced this problem and resolved it.  I am using dspace 1.4.2 ..

Can you see if there are any files in your [dspace]/log/ directory ending in
.dat, and any files in your [dspace]/reports/ directory?

If there are both, then for some reason DSpace isn't finding them, and if
they do not exist, then for some reason DSpace is not creating them.

Thanks,


Stuart
_

Gwasanaethau Gwybodaeth  Information Services
Prifysgol Aberystwyth  Aberystwyth University

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


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] System Internal Error

2008-04-19 Thread Stuart Lewis
Hi Hossein,

 Dspace was successfully installed and was up and running.
 
 However, upon a server restart, and after tomcat and postgresql successfully
 started, Dspace was givin a page saying the message below. Clicking on any
 link in Dspace was still giving the same page with the same below error.
 
 Internal System Error

If you look at the html source of the page, there should be a java stack
trace near the end of the page. This will give a hint about what the issue
is. If you post the stack trace to this list we can hopefully explain what
the issue is.

Thanks,


Stuart
_

Gwasanaethau Gwybodaeth  Information Services
Prifysgol Aberystwyth  Aberystwyth University

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


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] changing messages

2008-04-19 Thread Bernard lim

Hey Glenn,

I guess I suffered the same problem a few weeks back.
First off, check whether the Messages.properties file is from the 
/dspace/config/language-packs folder because there are 2 Messages.properties 
files in the DSpace directory, The one which requires editing is supposed to be 
the one from the /language-packs folder.

Secondly, you can try doing a full rebuild of DSpace. Here are the steps:
1. Change directory to dspace directory
2. 'ant clean'
3. 'ant update'
4. 'cp build/*.war /opt/tomcat/webapps' --- Copying the .war files from 
DSpace's build folder to 'webapps' folder in Tomcat
5. Restart Tomcat. It should work now

Good luck!

Bernard.
_
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] changing messages

2008-04-19 Thread Claudia Juergen
Hi Glenn,

you got to rebuild DSpace.
- change to  your dspace source directory
- edit [dspace-source]/config/language-packs/Messages.properties
- run ant update
- stop your servlet container
- deploy the new war
- start your servlet container


hope that helps

Claudia



 probably been asked a thousand times - sorry

 Using 1.4.2

 If I make changes in the Messages.properties file what do I need to do to
 have them show up? I've restarted Tomcat but that didn't do it.

 Thanks in advance.

 ==
 Mr. Glenn Bunton
 Head of Systems Development
 Old Dominion University Libraries
 Norfolk, Virginia 23529
 [EMAIL PROTECTED]
 (757) 683-5952
 ===


 -
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech