Re: [Dspace-tech] Dspace does not load

2010-11-17 Thread Pedro Coutinho

First of all, I would like to apologize for not replying, I managed to fix my 
problem, and then totally forgot about my post...
As for the cause of my problem, it was a tomcat issue... What happened was 
that, everytime I tried the URL on my browser, nothing happened, not even an 
error mesage apeared.
To fix it, I completely removed tomcat and reinstalled it, and also installed 
these two librarys, which seem to be crucial, and yet are not installed in 
conjuntion with tomcat: libapache2-mod-jk and libapache-mod-jk-doc

 
 
 Date: Fri, 12 Nov 2010 10:50:26 +1300
 From: schw...@waikato.ac.nz
 To: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Dspace does not load
 
 Hi Pedro,
 
 On 12/11/10 10:14, Pedro Coutinho wrote:
  Sorry, I should have been more specific... What I meant is that 
  everything seems to be working fine, except for the page loading, 
  meaning the problem is most definitely in tomcat. Maven works, java
  works and its paths are updated, the dspace command to check if its
  properly connected with the postgresql database also works... I've
  seen lots of forums and I've, added in server.xml the UTF-8 option, 
  made the tomcat_user=dspace, turned off tomcat_security... Nothing
  works.
 
 Can you be even more specific? Exactly what isn't working? What are you
 doing, what do you expect to happen and what happens instead? Make sure
 you give us the exact URL you're entering in your browser.
 
 Are the domain name and the IP address you gave in your first e-mail the
 actual values you are using? If so, then something may be wrong with
 your domain setup -- at least I cannot access
 arquivoescolar.myhosting.me because that domain appears to not be
 registered.
 
 cheers,
 Andrea
 
 -- 
 Andrea Schweer
 IRR Technical Specialist, ITS Information Systems
 The University of Waikato, Hamilton, New Zealand
 
 --
 Centralized Desktop Delivery: Dell and VMware Reference Architecture
 Simplifying enterprise desktop deployment and management using
 Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
 client virtualization framework. Read more!
 http://p.sf.net/sfu/dell-eql-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
  --
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace does not load

2010-11-11 Thread Pedro Coutinho

Hello,
 
I'm new to Dspace, and not very well knowledgeable about this sort of thing, 
but I just can't make my Dspace work... I'm using the latest version of Dspace, 
1.6.2.
I've rented a remote server for the Dspace, I've a webdomain(ex: 
arquivoescolar.myhosting.me) and ip address (ex: 168.114.92.179 ) and followed 
the installation instructions without, I think, messing up, yet when I try 
loading the webpage, nothing happens... Can someone help, or maybe post/email 
me the configurations I should have for: dspace.cfg ; 
/etc/postgres/.../postgresql.conf ; /etc/postgres/.../pghba.conf ; 
/etc/tomcat5.5/.../server.xml ; /etc/init.d/tomcat5.5
I still have 'localhost' in many places in these files, maybe thats the 
problem, not really sure...
  --
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace does not load

2010-11-11 Thread Hilton Gibson

Hi Pedro

Try: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Dspace

Cheers

hg

On 11/11/2010 17:35, Pedro Coutinho wrote:

Hello,

I'm new to Dspace, and not very well knowledgeable about this sort of 
thing, but I just can't make my Dspace work... I'm using the latest 
version of Dspace, 1.6.2.
I've rented a remote server for the Dspace, I've a webdomain(ex: 
arquivoescolar.myhosting.me 
http://arquivoescolar.myhosting.me/) and ip address (ex: 
_168.114.92.179 _) and followed the installation instructions without, 
I think, messing up, yet when I try loading the webpage, nothing 
happens... Can someone help, or maybe post/email me the configurations 
I should have for: dspace.cfg ; /etc/postgres/.../postgresql.conf ; 
/etc/postgres/.../pghba.conf ; /etc/tomcat5.5/.../server.xml ; 
/etc/init.d/tomcat5.5
I still have 'localhost' in many places in these files, maybe thats 
the problem, not really sure...



--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev


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


--
Hilton Gibson
Systems Administrator
JS Gericke Library
Room 1053
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

Simplicity is the ultimate sophistication
Leonardo da Vinci

--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace does not load

2010-11-11 Thread Pedro Coutinho

Sorry, I should have been more specific... What I meant is that everything 
seems to be working fine, except for the page loading, meaning the problem is 
most definitely in tomcat.
Maven works, java works and its paths are updated, the dspace command to check 
if its properly connected with the postgresql database also works...
I've seen lots of forums and I've, added in server.xml the UTF-8 option, made 
the tomcat_user=dspace, turned off tomcat_security... Nothing works.
 
 
 


Date: Thu, 11 Nov 2010 18:11:17 +0200
From: hilton.gib...@gmail.com
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Dspace does not load


Hi Pedro

Try: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Dspace

Cheers

hg

On 11/11/2010 17:35, Pedro Coutinho wrote: 


Hello,
 
I'm new to Dspace, and not very well knowledgeable about this sort of thing, 
but I just can't make my Dspace work... I'm using the latest version of Dspace, 
1.6.2.
I've rented a remote server for the Dspace, I've a webdomain(ex: 
arquivoescolar.myhosting.me) and ip address (ex: 168.114.92.179 ) and followed 
the installation instructions without, I think, messing up, yet when I try 
loading the webpage, nothing happens... Can someone help, or maybe post/email 
me the configurations I should have for: dspace.cfg ; 
/etc/postgres/.../postgresql.conf ; /etc/postgres/.../pghba.conf ; 
/etc/tomcat5.5/.../server.xml ; /etc/init.d/tomcat5.5
I still have 'localhost' in many places in these files, maybe thats the 
problem, not really sure...

--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Hilton Gibson
Systems Administrator
JS Gericke Library
Room 1053
Stellenbosch University
Private Bag X5036
Stellenbosch
7599 
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

Simplicity is the ultimate sophistication
Leonardo da Vinci

-- 
Centralized Desktop Delivery: Dell and VMware Reference Architecture 
Simplifying enterprise desktop deployment and management using Dell EqualLogic 
storage and VMware View: A highly scalable, end-to-end client virtualization 
framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev
___ DSpace-tech mailing list 
DSpace-tech@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/dspace-tech
   --
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace does not load

2010-11-11 Thread Andrea Schweer
Hi Pedro,

On 12/11/10 10:14, Pedro Coutinho wrote:
 Sorry, I should have been more specific... What I meant is that 
 everything seems to be working fine, except for the page loading, 
 meaning the problem is most definitely in tomcat. Maven works, java
 works and its paths are updated, the dspace command to check if its
 properly connected with the postgresql database also works... I've
 seen lots of forums and I've, added in server.xml the UTF-8 option, 
 made the tomcat_user=dspace, turned off tomcat_security... Nothing
 works.

Can you be even more specific? Exactly what isn't working? What are you
doing, what do you expect to happen and what happens instead? Make sure
you give us the exact URL you're entering in your browser.

Are the domain name and the IP address you gave in your first e-mail the
actual values you are using? If so, then something may be wrong with
your domain setup -- at least I cannot access
arquivoescolar.myhosting.me because that domain appears to not be
registered.

cheers,
Andrea

-- 
Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand

--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech