Re: [OPEN-ILS-GENERAL] OPAC 404 Not Found

2016-05-03 Thread Sitalk Teres
Thank you very much for the tip.

I have executed the command:

a2ensite eg.conf

and the site has been added successfully.
Afterwards I have disabled the default site. 

However, now after restarting apache I got the error:

[FAIL] Starting web server: apache2 failed!
[warn] The apache2 configtest failed. ... (warning).
Output of config test was:
AH00526: Syntax error on line 43 of /etc/apache2/eg_vhost.conf:
Invalid command 'OSRFGatewayConfig', perhaps misspelled or defined by a
module not included in the server configuration
Action 'configtest' failed.

In the eg_vhost.conf file on line 43 we have:

OSRFGatewayConfig /openils/conf/opensrf_core.xml

Is there a possibility that some apache modules might be missing?
What would be the way to find exactly which module is missinga?

Thanks in advance. 




[OPEN-ILS-GENERAL] OPAC 404 Not Found

2016-04-25 Thread Sitalk Teres
Hello everyone,

I really hope that somebody would be able to help with this problem. 

For some reason, after opening the default OPAC url
(server.address/eg/opac/home) I get the error "404 Not Found"

Evergeen has been started properly, apache2 has been restarted. 
The apache error.log does not show any valuable information. 

Could anyone please suggest what would be the cause of the problem?

Thanks in advance. 



Re: [OPEN-ILS-GENERAL] OPAC default url

2016-04-07 Thread Sitalk Teres
James Keenan <jkeenan@...> writes:

> 
> Hi Sitalk, 
> 
> If you enter /eg/opac/home
> That should get you to the basic search page in the catalog.
> 
> (where "server name" is the fully qualified domain name, eg
"catalog.ourplace.org" )
> 
> Jim
> 
> -Original Message-
> From: Open-ils-general
> [mailto:open-ils-general-boun...@...es.org]
> On Behalf Of Sitalk Teres
> Sent: Wednesday, April 6, 2016 8:07 PM
> To: open-ils-general@...
> Subject: [OPEN-ILS-GENERAL] OPAC default url
> 
> Hello,
> 
> First of all thanks everyone for the support.
> 
> The installation of Evergreen 2.10 went smoothly on Debian 8. 
> 
> After which the ejabberd services and Evergreen have been started
successfully. 
> 
> There were not any errors after running the autogen.sh script and after
restarting apache2. 
> 
> Afterwards I logged in successfully into Evergreen through the srfsh console. 
> 
> The settings-tester.pl script also did not reveal any errors. 
> 
> However I was not able to find any reference to the OPAC url. 
> I tried "http://<>/xul/server", but I got the error:
> 
> "The requested URL /xul/server was not found on this server."
> 
> Could anyone suggest what is the correct url for accessing the OPAC?
> How could I troubleshoot any possible errors?
> 
> Thanks in advance. 
> 
> 

Thank you very much for your responses. 

Unfortunately the url "http://<>/eg/opac/home"

still shows the following error:

"Not found
The requested URL /eg/opac/home was not found on this server."

Most likely this is an apache2 problem. 

I am going to do some more digging. 


Sitalk





[OPEN-ILS-GENERAL] OPAC default url

2016-04-06 Thread Sitalk Teres
Hello,

First of all thanks everyone for the support.

The installation of Evergreen 2.10 went smoothly on Debian 8. 

After which the ejabberd services and Evergreen have been started successfully. 

There were not any errors after running the autogen.sh script and after
restarting apache2. 

Afterwards I logged in successfully into Evergreen through the srfsh console. 

The settings-tester.pl script also did not reveal any errors. 

However I was not able to find any reference to the OPAC url. 
I tried "http://<>/xul/server", but I got the error:

"The requested URL /xul/server was not found on this server."

Could anyone suggest what is the correct url for accessing the OPAC?
How could I troubleshoot any possible errors?

Thanks in advance. 





[OPEN-ILS-GENERAL] autogen.sh, Settings Connect timed out

2016-03-06 Thread Sitalk Teres
Hello everyone,

I am very new to Evegreen.
The installation of opensrf 2.4.1 and Evegreen 2.9.2 went smooth.
However there are some problems when trying to finalize the OPAC by running
 the "autogen.sh" script.
It gives me the following errors:

   opensrf@debian:/openils$ autogen.sh
   Updating Evergreen organization tree and IDL

   Updating fieldmapper
   Connection to Settings Failed  Settings Connect timed out
: Settings Connect timed out
***
   Settings Connect timed out
-> /openils/var/web/opac/common/js//fmall.js
   Updating web_fieldmapper
   Connection to Settings Failed  Settings Connect timed out
: Settings Connect timed out
***
   Settings Connect timed out
-> /openils/var/web/opac/common/js//fmcore.js
   Updating OrgTree
   Connection to Settings Failed  Settings Connect timed out
: Settings Connect timed out
***
   Settings Connect timed out
   Connection to Settings Failed  Settings Connect timed out
: Settings Connect timed out
***
   Settings Connect timed out
   Connection to Settings Failed  Settings Connect timed out
: Settings Connect timed out
***
   Settings Connect timed out
   opensrf@debian:/openils$


Could you please suggest what could be the cause of the problem?

Thanks in advance.