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 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/j
avaone
> _______________________________________________
>  DSpace-tech mailing list
>  DSpace-tech@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>



------------------------------

Message: 4
Date: Sat, 19 Apr 2008 08:15:09 +0100
From: Stuart Lewis <[EMAIL PROTECTED]>
Subject: Re: [Dspace-tech] Statistics not getting displayed
To: dspace-tech <dspace-tech@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="US-ASCII"

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
_________________________________________________________________




------------------------------

Message: 5
Date: Sat, 19 Apr 2008 08:10:20 +0100
From: Stuart Lewis <[EMAIL PROTECTED]>
Subject: Re: [Dspace-tech] Upload and password problem
To: dspace-tech <dspace-tech@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="US-ASCII"

Hi Hossein,

> Prblm1:
> 
> After Dspace was setup and while trying to create users, we were
unable to
> find the field which allows us to set the password for the user.

The user sets their own password when they follow the registration link
sent
to them in an email.
 
> Prblm2:
> 
> When uploading a file, we always get the message that you're not
authorized to
> perform this operation.

Does tomcat (or whatever web application server you are using) have
permissions to write to the [dspace]/assetstore/ and [dspace]/upload/
directories?

Thanks,


Stuart
_________________________________________________________________

Gwasanaethau Gwybodaeth                      Information Services
Prifysgol Aberystwyth                      Aberystwyth University

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




------------------------------

Message: 6
Date: Sat, 19 Apr 2008 08:12:13 +0100
From: Stuart Lewis <[EMAIL PROTECTED]>
Subject: Re: [Dspace-tech] System Internal Error
To: dspace-tech <dspace-tech@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="US-ASCII"

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
_________________________________________________________________




------------------------------

Message: 7
Date: Sat, 19 Apr 2008 19:23:42 +1200
From: Bernard lim <[EMAIL PROTECTED]>
Subject: Re: [Dspace-tech] changing messages
To: Glenn Bunton <[EMAIL PROTECTED]>,
        <dspace-tech@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"


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


------------------------------

Message: 8
Date: Sat, 19 Apr 2008 09:24:41 +0200 (CEST)
From: "Claudia Juergen" <[EMAIL PROTECTED]>
Subject: Re: [Dspace-tech] changing messages
To: "Glenn Bunton" <[EMAIL PROTECTED]>
Cc: dspace-tech@lists.sourceforge.net
Message-ID:
        
<[EMAIL PROTECTED]>
Content-Type: text/plain;charset=iso-8859-1

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/j
avaone
> _______________________________________________
> 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/j
avaone

------------------------------

_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


End of DSpace-tech Digest, Vol 24, Issue 37
*******************************************

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

Reply via email to