[OPEN-ILS-DEV] Open-ils-dev Digest, Vol 58, Issue 13
Ortega, Anthony
Anthony.Ortega at ci.austin.tx.us
Fri Jan 14 11:03:47 EST 2011
Yes they appear to be running fine:
ejabberd 10741 1 0 Jan13 ? 00:00:00
/usr/lib/erlang/erts-5.7.4/bin/epmd -daemon
ejabberd 20873 1 0 Jan13 ? 00:00:04
/usr/lib/erlang/erts-5.7.4/bin/beam -K false -P 250000 -- -root
/usr/lib/erlang -progname erl -- -home /var/lib/ejabberd -- -sname
ejabberd -pa /usr/lib/ejabberd/ebin -s ejabberd -kernel inetrc
"/etc/ejabberd/inetrc" -ejabberd config "/etc/ejabberd/ejabberd.cfg"
log_path "/var/log/ejabberd/ejabberd.log" -sasl sasl_error_logger
{file,"/var/log/ejabberd/erlang.log"} -mnesia dir "/var/lib/ejabberd"
-smp disable -noshell -noshell -noinput
opensrf 22772 22337 0 10:01 pts/0 00:00:00 grep --color=auto
ejabberd
nobody 21047 1 0 Jan13 pts/1 00:00:01 /usr/bin/memcached -m 64
-p 11211 -u nobody -l 127.0.0.1
opensrf 22775 22337 0 10:02 pts/0 00:00:00 grep --color=auto
memcached
I receive no errors on start or restart
Anthony Ortega
Austin Public Library
(512)974-7378
Anthony.Ortega at ci.austin.tx.us
-----Original Message-----
From: open-ils-dev-bounces at list.georgialibraries.org
[mailto:open-ils-dev-bounces at list.georgialibraries.org] On Behalf Of
open-ils-dev-request at list.georgialibraries.org
Sent: Friday, January 14, 2011 9:21 AM
To: open-ils-dev at list.georgialibraries.org
Subject: Open-ils-dev Digest, Vol 58, Issue 13
Send Open-ils-dev mailing list submissions to
open-ils-dev at list.georgialibraries.org
To subscribe or unsubscribe via the World Wide Web, visit
http://libmail.georgialibraries.org/mailman/listinfo/open-ils-dev
or, via email, send a message with subject or body 'help' to
open-ils-dev-request at list.georgialibraries.org
You can reach the person managing the list at
open-ils-dev-owner at list.georgialibraries.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Open-ils-dev digest..."
Today's Topics:
1. Opensrf setup problems. (Ortega, Anthony)
2. Re: Opensrf setup problems. (Peters, Michael)
----------------------------------------------------------------------
Message: 1
Date: Fri, 14 Jan 2011 09:13:23 -0600
From: "Ortega, Anthony" <Anthony.Ortega at ci.austin.tx.us>
Subject: [OPEN-ILS-DEV] Opensrf setup problems.
To: <open-ils-dev at list.georgialibraries.org>
Message-ID:
<1C428BDEE2C6934AAAF8618C5594B0780496B94D at COAEVS3.coacd.org>
Content-Type: text/plain; charset="us-ascii"
I am in the process of trying to get evergreen setup and have been
having issues with our opensrf 1.6 install. I followed the instructions
exactly and receive no errors when I start the services. The problem
comes when I try to send a request to the framework:
opensrf at APLUBUNTU:~$ /openils/bin/srfsh
srfsh# request opensrf.math add 2 2
Received no data from server
------------------------------------
Request Time in seconds: 120.100185
------------------------------------
This is what I am seeing in the LOG:
srfsh 2011-01-14 08:14:21 [INFO:22472:osrf_system.c:628:] Bootstrapping
system with domain private.localhost, port 5222, and unixpath (none)
srfsh 2011-01-14 08:14:30 [DEBG:22472:osrf_app_session.c:486:]
opensrf.math session is stateless
srfsh 2011-01-14 08:14:30 [DEBG:22472:osrf_app_session.c:497:] Building
a new client session with id [opensrf.math]
[1295014470.700547.129501447022472]
srfsh 2011-01-14 08:14:30
[DEBG:22472:osrf_app_session.c:1044:1295014461224720] AppSession in
queue_wait with timeout 0
srfsh 2011-01-14 08:14:30
[DEBG:22472:osrf_app_session.c:759:1295014461224720] App Session
[opensrf.math] [1295014470.700547.129501447022472] resetting remo$
srfsh 2011-01-14 08:14:30
[INFO:22472:osrf_app_session.c:991:1295014461224720] [opensrf.math] sent
152 bytes of data to router at private.localhost/opensrf.math
srfsh 2011-01-14 08:14:30
[DEBG:22472:osrf_app_session.c:994:1295014461224720] Sent:
[{"__c":"osrfMessage","__p":{"threadTrace":"1","locale":"en-US","type":$
srfsh 2011-01-14 08:14:30
[DEBG:22472:osrf_app_session.c:714:1295014461224720] Pushing [1] onto
request queue for session [opensrf.math] [1295014470.700547.$
srfsh 2011-01-14 08:14:30
[DEBG:22472:osrf_app_session.c:275:1295014461224720] In app_request
receive with remaining time [120]
srfsh 2011-01-14 08:14:30
[DEBG:22472:osrf_app_session.c:1044:1295014461224720] AppSession in
queue_wait with timeout 0
srfsh 2011-01-14 08:14:30
[DEBG:22472:osrf_app_session.c:1044:1295014461224720] AppSession in
queue_wait with timeout 120
srfsh 2011-01-14 08:16:30
[DEBG:22472:osrf_app_session.c:275:1295014461224720] In app_request
receive with remaining time [0]
srfsh 2011-01-14 08:16:30
[DEBG:22472:osrf_app_session.c:1044:1295014461224720] AppSession in
queue_wait with timeout 0
srfsh 2011-01-14 08:16:30
[DEBG:22472:osrf_app_session.c:1044:1295014461224720] AppSession in
queue_wait with timeout 0
srfsh 2011-01-14 08:16:30
[INFO:22472:osrf_app_session.c:336:1295014461224720] Returning NULL from
app_request_recv after timeout: add [2,2]
srfsh 2011-01-14 08:16:30
[DEBG:22472:osrf_app_session.c:1063:1295014461224720] AppSession
[opensrf.math] [1295014470.700547.129501447022472] destroying sel$
I have been working on this for a couple of days now and would
appreciate any help.
Thanks you,
Anthony Ortega
Austin Public Library
Anthony.Ortega at ci.austin.tx.us
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://libmail.georgialibraries.org/pipermail/open-ils-dev/attachments/2
0110114/ff57f2d4/attachment-0001.htm
------------------------------
Message: 2
Date: Fri, 14 Jan 2011 10:20:38 -0500
From: "Peters, Michael" <MRPeters at library.IN.gov>
Subject: Re: [OPEN-ILS-DEV] Opensrf setup problems.
To: "Evergreen Development Discussion List"
<open-ils-dev at list.georgialibraries.org>
Message-ID:
<6CDFF046BA3F5F4F8822268C72C093320FCD647316 at IOTMVSP04VW.shared.state.in.
us>
Content-Type: text/plain; charset="us-ascii"
Anthony,
Can you verify that ejabberd and memcache are running?
ps -aef | grep ejabberd
ps -aef | grep memcached
We want to see:
ejabberd 5508 1 0 Feb26 ? 00:00:00
/usr/lib/erlang/erts-5.5.5/bin/epmd -daemon
ejabberd 5525 1 0 Feb26 ? 00:01:47
/usr/lib/erlang/erts-5.5.5/bin/beam -- -root /usr/lib/erlang -progname
erl -- -home /var/lib/ejabberd -sname ejabberd -s ejabberd -kernel
inetrc "/etc/ejabberd/inetrc" -ejabberd config
"/etc/ejabberd/ejabberd.cfg" log_path "/var/log/ejabberd/ejabberd.log"
-sasl sasl_error_logger {file,"/var/log/ejabberd/sasl.log"} -mnesia dir
"/var/lib/ejabberd" -noshell -noshell -noinput
ejabberd 13640 5525 0 Mar14 ? 00:00:00
/usr/lib/erlang/lib/ssl-3.1.1.1/priv/bin/ssl_esock
nobody 13646 1 0 Mar14 pts/6 00:00:00 /usr/bin/memcached -m 64
-p 11211 -u nobody -l 127.0.0.1
Sincerely,
Michael Peters
Indiana State Library MIS | Inspire.IN.gov Helpdesk | Evergreen Indiana
Helpdesk
office - 317.234.2128
email - mrpeters at library.in.gov<mailto:mrpeters at library.in.gov>
From: open-ils-dev-bounces at list.georgialibraries.org
[mailto:open-ils-dev-bounces at list.georgialibraries.org] On Behalf Of
Ortega, Anthony
Sent: Friday, January 14, 2011 10:13 AM
To: open-ils-dev at list.georgialibraries.org
Subject: [OPEN-ILS-DEV] Opensrf setup problems.
I am in the process of trying to get evergreen setup and have been
having issues with our opensrf 1.6 install. I followed the instructions
exactly and receive no errors when I start the services. The problem
comes when I try to send a request to the framework:
opensrf at APLUBUNTU:~$ /openils/bin/srfsh
srfsh# request opensrf.math add 2 2
Received no data from server
------------------------------------
Request Time in seconds: 120.100185
------------------------------------
This is what I am seeing in the LOG:
srfsh 2011-01-14 08:14:21 [INFO:22472:osrf_system.c:628:] Bootstrapping
system with domain private.localhost, port 5222, and unixpath (none)
srfsh 2011-01-14 08:14:30 [DEBG:22472:osrf_app_session.c:486:]
opensrf.math session is stateless
srfsh 2011-01-14 08:14:30 [DEBG:22472:osrf_app_session.c:497:] Building
a new client session with id [opensrf.math]
[1295014470.700547.129501447022472]
srfsh 2011-01-14 08:14:30
[DEBG:22472:osrf_app_session.c:1044:1295014461224720] AppSession in
queue_wait with timeout 0
srfsh 2011-01-14 08:14:30
[DEBG:22472:osrf_app_session.c:759:1295014461224720] App Session
[opensrf.math] [1295014470.700547.129501447022472] resetting remo$
srfsh 2011-01-14 08:14:30
[INFO:22472:osrf_app_session.c:991:1295014461224720] [opensrf.math] sent
152 bytes of data to
router at private.localhost/opensrf.math<mailto:router at private.localhost/op
ensrf.math>
srfsh 2011-01-14 08:14:30
[DEBG:22472:osrf_app_session.c:994:1295014461224720] Sent:
[{"__c":"osrfMessage","__p":{"threadTrace":"1","locale":"en-US","type":$
srfsh 2011-01-14 08:14:30
[DEBG:22472:osrf_app_session.c:714:1295014461224720] Pushing [1] onto
request queue for session [opensrf.math] [1295014470.700547.$
srfsh 2011-01-14 08:14:30
[DEBG:22472:osrf_app_session.c:275:1295014461224720] In app_request
receive with remaining time [120]
srfsh 2011-01-14 08:14:30
[DEBG:22472:osrf_app_session.c:1044:1295014461224720] AppSession in
queue_wait with timeout 0
srfsh 2011-01-14 08:14:30
[DEBG:22472:osrf_app_session.c:1044:1295014461224720] AppSession in
queue_wait with timeout 120
srfsh 2011-01-14 08:16:30
[DEBG:22472:osrf_app_session.c:275:1295014461224720] In app_request
receive with remaining time [0]
srfsh 2011-01-14 08:16:30
[DEBG:22472:osrf_app_session.c:1044:1295014461224720] AppSession in
queue_wait with timeout 0
srfsh 2011-01-14 08:16:30
[DEBG:22472:osrf_app_session.c:1044:1295014461224720] AppSession in
queue_wait with timeout 0
srfsh 2011-01-14 08:16:30
[INFO:22472:osrf_app_session.c:336:1295014461224720] Returning NULL from
app_request_recv after timeout: add [2,2]
srfsh 2011-01-14 08:16:30
[DEBG:22472:osrf_app_session.c:1063:1295014461224720] AppSession
[opensrf.math] [1295014470.700547.129501447022472] destroying sel$
I have been working on this for a couple of days now and would
appreciate any help.
Thanks you,
Anthony Ortega
Austin Public Library
Anthony.Ortega at ci.austin.tx.us<mailto:Anthony.Ortega at ci.austin.tx.us>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://libmail.georgialibraries.org/pipermail/open-ils-dev/attachments/2
0110114/b66c30cc/attachment.htm
End of Open-ils-dev Digest, Vol 58, Issue 13
********************************************
More information about the Open-ils-dev
mailing list