[Dspace-tech] Problem with Tomcat

2009-11-18 Thread Geetha Rao
Hi,
   I have installed Dspace 1.5 on Redhat Linux. We have used Tomcat 6.It
worked properly earlier. Recently we have changed the hostname. Now we are
facing the problem with tomcat.  While shutting down the tomcat, it is
dispalying the following error.


java.net.UnknownHostException: localhost: localhost
  at java.net.InetAddress.getAllByName0(InetAddress.java:1145)
  at java.net.InetAddress.getAllByName(InetAddress.java:1072)
  at java.net.InetAddress.getAllByName(InetAddress.java:1008)
  at java.net.InetAddress.getByName(InetAddress.java:958)
  at
org.apache.catalina.core.StandardServer.await(StandardServer.java:373)
  at org.apache.catalina.startup.Catalina.await(Catalina.java:642)
  at org.apache.catalina.startup.Catalina.start(Catalina.java:602)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:585)
  at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
  at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Nov 18, 2009 12:41:00 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Nov 18, 2009 12:41:01 PM org.apache.catalina.core.StandardService stop

Do we need to change the hostname anywhere else.How can we resolve this
problem.
Thanks for any help.

Regards,
Geetha
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Problem with Tomcat

2009-11-18 Thread Geetha Rao
   I have installed Dspace 1.5 on Redhat Linux. We have used Tomcat
6.It worked properly earlier. Recently we have changed the hostname. Now we
are facing the problem with tomcat.  While shutting down the tomcat, it
is dispalying the following error.
   java.net.UnknownHostException: localhost: localhost
 at java.net.InetAddress.getAllByName0(InetAddress.java:1145)
 at java.net.InetAddress.getAllByName(InetAddress.java:1072)
 at java.net.InetAddress.getAllByName(InetAddress.java:1008)
 at java.net.InetAddress.getByName(InetAddress.java:958)
 at
   org.apache.catalina.core.StandardServer.await(StandardServer.java:373)
 at org.apache.catalina.startup.Catalina.await(Catalina.java:642)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:602)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at

 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at

 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
   Nov 18, 2009 12:41:00 PM org.apache.coyote.http11.Http11Protocol pause

- Ignored:
   INFO: Pausing Coyote HTTP/1.1 on http-8080
   Nov 18, 2009 12:41:01 PM org.apache.catalina.core.StandardService stop

   Do we need to change the hostname anywhere else.How can we resolve this
   problem.
   Thanks for any help.

   Regards,
   Geetha
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Feedback problem

2010-05-20 Thread Geetha Rao
Dear Sir/Madam,
   I have installed Dspace1.5.1 on Redhat 9. When I tried  to use
the option Feedback its displaying internal system error. Inspite of giving
all the details correctly in Mail settings in dspace.cfg, it's not working.
Kindly help me.

  Thank You in advance.


Regards,
Geetha
--

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


[Dspace-tech] "New User Registration" problem in Dspace 1.5

2008-11-18 Thread Geetha Rao
Hi,
I have installed Dspace 1.5 on RHEL 5.The prerequisites that I have used
are..

Tomcat 6.0.18,Postgresql 8.3,Maven 2.0.9,Ant 1.7,JDK 1.5

I am facing problem with New User Registration.As far as E-mail settings in
dspace.config file are concerned i have given them correctly.

This is the following error that i am getting in dspace.log file:

2008-11-19 11:09:57,651 INFO  org.dspace.app.webui.servlet.RegisterServlet @
anonymous:session_id=FECCD848E7FD94F18C0B61B446056C13:ip_addr=127.0.0.1:
sendtoken_register:[EMAIL PROTECTED]
2008-11-19 11:10:00,934 INFO  org.dspace.app.webui.servlet.RegisterServlet @
anonymous:session_id=FECCD848E7FD94F18C0B61B446056C13:ip_addr=127.0.0.1:
error_emailing:[EMAIL PROTECTED]
javax.mail.MessagingException: 501 5.0.0 HELO requires domain address

at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1363)
at com.sun.mail.smtp.SMTPTransport.helo(SMTPTransport.java:838)
at
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:375)
at javax.mail.Service.connect(Service.java:297)
at javax.mail.Service.connect(Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at javax.mail.Transport.send0(Transport.java:168)
at javax.mail.Transport.send(Transport.java:98)
at org.dspace.core.Email.send(Email.java:362)
at org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:296)
at org.dspace.eperson.AccountManager.sendInfo(AccountManager.java:256)
at
org.dspace.eperson.AccountManager.sendRegistrationInfo(AccountManager.java:101)
at
org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterServlet.java:287)
at
org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.java:202)
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:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:595)

Please help me to rectify this error.

Regards,
Geetha
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Use of "Export" feature in dspace 1.5

2008-12-03 Thread Geetha Rao
Hi,
Please let me know the use of "Export Collection", "Export Community"
and "Export Item" fatures in Dspace 1.5.

Regards,
Geetha
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] PostgreSQL 8.3 installation problem

2008-12-04 Thread Geetha Rao
Hi,
i have tried to install postgreSQL 8.3.5 on RedHat 9.After
configuring  with the following command.

 ./configure --prefix=/usrlocal/pgsql --enable-multibyte
--enable-Unicode --with-java

It shows the following message at the end.

config.status: linking ./src/include/port/linux.h to src/include/pg_config_os.h
config.status: linking ./src/makefiles/Makefile.linux to src/Makefile.port
configure: WARNING: option ignored: --enable-Unicode
configure: WARNING: option ignored: --enable-multibyte
configure: WARNING: option ignored: --with-java

Will it create any problem after installing Dspace if i ignore this warning?
Please let me know.

Regards,
Geetha

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] PostgreSQL 8.3 installation problem

2008-12-05 Thread Geetha Rao
Hi,
 Please suggest me, How can i move further now? How can i install
PostgreSQL 8.3.5 with java and Multibyte and Unicode enabled? I have tried
installing PostgreSQL 8.0 with java, Unicode and Multibyte enabled, it didnt
show me any warning message. What must be the problem with PostgreSQL 8.3
then? Please help me..

Regards,
Geetha


On 12/5/08, vy <[EMAIL PROTECTED]> wrote:
>
> Geetha Rao wrote:
>
> > configure: WARNING: option ignored: --enable-Unicode
> > configure: WARNING: option ignored: --enable-multibyte
>
> > Will it create any problem after installing Dspace if i ignore this
> warning?
>
> Hi,
>
> In general, ignoring warning messages is not a way to muddle past. It
> could work, but when you need Unicode/multibyte support, later, that
> warning message could have an impact, then.
>
> Kind regards,
> Van Ly
>
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace webpage settings

2008-12-17 Thread Geetha Rao
Hi,
 I have installed dspace 1.5 on RedHat 9. I have included my company's
header in the header code. when i open the dspace home page from the RedHat
system the home looks wider, it doesnt fit the screen . And when i open it
from any windows based system , it is the same case. If i change the width
of the header , it looks fine in Redhat system, but it doesnt fit the other
systems. Please help me to slove this problem. Is there any default
resolution for dspace that i should enable? How can i make the webpage fit
the screen regardless of the environment, whether its Redhat or Windows.

Hoping for a quick reply...

Geetha
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace webpage settings

2008-12-17 Thread Geetha Rao
Hi,
 I have installed dspace 1.5 on RedHat 9. I have included my company's
header in the header code. when i open the dspace home page from the RedHat
system the home looks wider, it doesnt fit the screen . And when i open it
from any windows based system , it is the same case. If i change the width
of the header , it looks fine in Redhat system, but it doesnt fit the other
systems. Please help me to slove this problem. Is there any default
resolution for dspace that i should enable? How can i make the webpage fit
the screen regardless of the environment, whether its Redhat or Windows.

Hoping for a quick reply...

Geetha
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] JavaScript problem in Dspace

2008-12-18 Thread Geetha Rao
 Hi,
I am using Dspace 1.5 on RedHat 9 . I have written a javascript code for
news-side.html, where in the the text in the news-side.html has to change
for every 4secs. But its not working. I tried to put the same
javascript code in a seperate html file, and when i run it, its working. How
can i run javascript in Dspace?

Hoping for a quick reply..

Regards,
Geetha
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Backup Error

2009-01-29 Thread Geetha Rao
Hi,
I have installed Dspace 1.5 on RedHat 9 with Postgresql 8.1. When i
tried to use the command "pg_dump" , the following error is displayed:

*pg_dump: server version:  ; pg_dump version: 7.3.2*
*pg_dump: aborting because of version mismatch (Use the -i option to proceed
any way)*
**
**
Please, give me the steps to take backup of my DataBase.


Regards,
Geetha
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Backup Error

2009-01-29 Thread Geetha Rao
Hi,
 Thanks for your quick reply. I have few more doubts regarding
postgresql. Actually i have installed Postgresql 8.1.3. But recently i have
noticed that Postgresql 7.3 is already present in my system. I think RedHat
9 defaulty gives postgresql 7.3. I have uploaded some articles Through UI in
Dspace. Now, am unable to understand that which version of postgresql is
Dspace using? Its whether postgresql 7.3 or Postgresql 8.1?

   When i used the commands "*which psql*" , "*which pg_dump*". I got
the following output:

*/usr/bin/psql*
*/usr/bin/pg_dump*

I have also used the commands  "*pg_dump --version*" & "*psql --version*". I
got the following output:

*pg_dump (PostgreSQL) 7.3.2*
*psql (PostgreSQL) 7.3.2*

Please help me.

Regards,
Geetha


On Thu, Jan 29, 2009 at 7:16 PM, Van Ly  wrote:

>
> Hi,
>
> Check if you've more than one pg_dump on your system by
>
>  updatedb ; locate pg_dump
>
> And, if there are multiples, to get an indication of version numbers, for
> each
>
>  rpm -qf /absolute/path/to/pg_dump
>
> --
> Van Ly : University of Sydney Library
>
>
>
>
> -Original Message-
> From: Geetha Rao [mailto:iictdsp...@gmail.com ]
> Sent: Thu 29/01/2009 9:01 PM
> To: DSpace-tech@lists.sourceforge.net
> Subject: [Dspace-tech] Backup Error
>
> Hi,
> I have installed Dspace 1.5 on RedHat 9 with Postgresql 8.1. When i
> tried to use the command "pg_dump" , the following error is displayed:
>
> *pg_dump: server version:  ; pg_dump version: 7.3.2*
> *pg_dump: aborting because of version mismatch (Use the -i option to
> proceed
> any way)*
> **
> **
> Please, give me the steps to take backup of my DataBase.
>
>
> Regards,
> Geetha
>
>
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Search & Advance Search problem in Dspace 1.5

2011-03-02 Thread Geetha Rao
Dear Sir/Madam,
  I have implemented Dspace 1.5 on RHEL-5 and database
is PostgreSQL. I took a backup of whole Dspace i.e Database, Assetstore etc.
But when i restored the taken backup all the functionalities in the UI seems
to be working fine except Search & Advance search. When I perform a search
it gives zero results. Is there any thing else i should after restoring the
database to enable search engine in Dspace. Please let me know.

Thanks in advance.

Regards,

Geetha Rao
--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech