[Dspace-tech] changing messages (Glenn Bunton)

2008-04-21 Thread Tint Hla Hla Htoo
Dear Mr. Bunton

I've experienced that changing messages problem before too. Below is
how I solve that problem.   

(1) Messages.properties file is located in two places - one in dspace
source folder(C:\DSpace142\config\language-packs\) and the other in
dspace installation folder(C:\DSpace\config). Please make changes in
Messages.properties file in source folder not in the installation
folder.

(2) Rebuild DSpace
-open command prompt and change directory to dspace-source
[C:\DSpace142]. And run the following command
-ant clean
-ant update 

(3)stop tomcat
-copy 2 .war files from C:\DSpace142\build\ to [tomcat]\webapps
- remove any dspace or dspace-oai directories in
[tomcat]\webapps {when you restart tomcat, these folders will be
created automatically}
- remove any dspace or dspace-oai directories in
[tomcat]\work\catalina\localhost {when you restart tomcat, these
folders will be created automatically}

(4)restart tomcat

Hope this will help.

Thank you.

=
Tint Hla Hla Htoo
Librarian (Library Technology and Systems Division)
Nanyang Technological University Library
50 Nanyang Avenue | Singapore 639798
==


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Sunday, April 20, 2008 3:09 AM
To: dspace-tech@lists.sourceforge.net
Subject: DSpace-tech Digest, Vol 24, Issue 37

Send DSpace-tech mailing list submissions to
dspace-tech@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than Re: Contents of DSpace-tech digest...


Today's Topics:

   1. changing messages (Glenn Bunton)
   2. Re: Statistics not getting displayed (pavan krishnamurthy)
   3. Re: System Internal Error (majid kalkatechi)
   4. Re: Statistics not getting displayed (Stuart Lewis)
   5. Re: Upload and password problem (Stuart Lewis)
   6. Re: System Internal Error (Stuart Lewis)
   7. Re: changing messages (Bernard lim)
   8. Re: changing messages (Claudia Juergen)


--

Message: 1
Date: Sat, 19 Apr 2008 01:17:22 -0400
From: Glenn Bunton [EMAIL PROTECTED]
Subject: [Dspace-tech] changing messages
To: dspace-tech@lists.sourceforge.net
Message-ID:

[EMAIL PROTECTED]


Content-Type: text/plain; charset=US-ASCII


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
===




--

Message: 2
Date: Fri, 18 Apr 2008 22:37:22 -0700
From: pavan krishnamurthy [EMAIL PROTECTED]
Subject: Re: [Dspace-tech] Statistics not getting displayed
To: dspace-tech@lists.sourceforge.net
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1

bouncing it ...

On Thu, Apr 17, 2008 at 10:46 AM, pavan krishnamurthy
[EMAIL PROTECTED]
wrote:

 Hi all,

 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
 ..

 Thanks
 Pavan



-- next part --
An HTML attachment was scrubbed...

--

Message: 3
Date: Sat, 19 Apr 2008 10:30:11 +0430
From: majid kalkatechi [EMAIL PROTECTED]
Subject: Re: [Dspace-tech] System Internal Error
To: Hossein Hamam [EMAIL PROTECTED]
Cc: dspace-tech@lists.sourceforge.net
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1

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

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


[Dspace-tech] changing messages

2008-04-18 Thread Glenn Bunton

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