Time |
Nick |
Message |
06:30 |
pinesol_green |
News from qatests: Testing Success <http://testing.evergreen-ils.org/~live> |
07:06 |
|
yar joined #evergreen |
07:09 |
|
rjackson_isl joined #evergreen |
07:15 |
|
agoben joined #evergreen |
07:47 |
|
Dyrcona joined #evergreen |
08:21 |
|
collum joined #evergreen |
08:25 |
|
mdriscoll joined #evergreen |
08:33 |
|
JBoyer joined #evergreen |
08:47 |
|
mmorgan joined #evergreen |
08:52 |
|
stephengwills joined #evergreen |
08:54 |
|
bos20k joined #evergreen |
08:55 |
|
lsach joined #evergreen |
08:55 |
|
idjit joined #evergreen |
08:59 |
|
rlefaive joined #evergreen |
09:19 |
|
kmlussier joined #evergreen |
09:19 |
miker |
grabbing upgrade script 1113 |
09:21 |
rhamby |
for web team folks: I altered a few settings in the job poster plugin for wordpress so that jobs couldn't be submitted and auto create a submission account. they really couldn't do anything but it was annoying. |
09:27 |
pinesol_green |
[evergreen|Mike Rylander] Stamping upgrade script - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=c1fac20> |
09:29 |
|
terran joined #evergreen |
09:29 |
|
jvwoolf joined #evergreen |
09:31 |
Dyrcona |
miker++ |
09:31 |
Dyrcona |
We should maybe have an orientation for new committers. :) |
09:31 |
miker |
:) |
09:32 |
miker |
csharp: when you have a chance today, take a look at http://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=c1fac20422420e8a11cb950741f32b2f39fa4918 ... when there's a DB upgrade script, that dance is required |
09:32 |
pinesol_green |
miker: [evergreen|Mike Rylander] Stamping upgrade script - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=c1fac20> |
09:35 |
miker |
we move the XXXX script(s) to real numbered scripts, and update 002.schema.config.sql to record the same number as the baseline starting point |
09:36 |
miker |
now grabbing 1114 |
09:43 |
pinesol_green |
[evergreen|Jason Boyer] LP1773452: Repeating copy alerts - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=665bd1d> |
09:43 |
pinesol_green |
[evergreen|Mike Rylander] Stamping upgrade script - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=1488f22> |
09:48 |
|
dwgreen joined #evergreen |
09:57 |
csharp |
miker: oh - oops! |
09:58 |
* csharp |
remembers for manual for committer n00bs |
09:59 |
csharp |
most of the commits I merged yesterday were not DB changes, fortunately |
10:03 |
|
rlefaive joined #evergreen |
10:03 |
berick |
miker++ |
10:07 |
|
rlefaive joined #evergreen |
10:07 |
|
Christineb joined #evergreen |
10:35 |
|
khuckins_ joined #evergreen |
10:38 |
jeffdavis |
I'm having trouble with offline. I can upload transactions just fine, but when I click Process, web client reports "Offline session processing failed" but I don't see any errors in the logs. |
10:39 |
berick |
jeffdavis: browser console logs or server logs? |
10:40 |
jeffdavis |
Console log shows "TypeError: Cannot read property 'children' of null" when I load the offline UI, but no errors after I click Process, just a series of pcrud requests. |
10:42 |
berick |
any server errors logged? some could be in the apache error log |
10:42 |
* berick |
has seen the children error before, not sure if it affects things |
10:47 |
jeffdavis |
Nothing I can find. The execute request to offline.pl shows a 200 response, no associated errors that I can see in Apache or osrfsys logs. |
10:48 |
jeffdavis |
It works fine in a test environment, just not in production. |
10:52 |
jeffdavis |
(we have the fix for 1775719 but I don't see any errors in chrome://inspect/#workers either) |
10:54 |
berick |
both environments have the patch, i assume? |
10:55 |
berick |
any chance the sessions actually processed? |
10:57 |
miker |
jeffdavis: re berick's last question, are you seeing any XHR requests for offline.pl after the pcrud WS calls? |
11:04 |
jeffdavis |
I get offline.pl?<epoch>&action=status... then action=execute (the processing step) then action=status again (the offline session list refreshes after the processing step fails) |
11:06 |
jeffdavis |
offline.pl around line 428 has an error in a try/catch block "offline: child process error $e" which I am not seeing in my logs, so I assume it is failing before that, but I can't figure out where |
11:06 |
JBoyer |
Does offline.pl log to the same place as everything else or does it end up in /openils/var/log? |
11:08 |
JBoyer |
I just looked on the server that runs them here, doesn't look like /openils/... Never mind me. |
11:10 |
jeffdavis |
oh and no, the session did not actually process - just contains one circ and that circ is not created |
11:15 |
berick |
execute was called, and nothing happened, there really should be a log somewhere saying what execute did |
11:17 |
berick |
offline.pl uses logger, so logs should be in w/ everything else |
11:17 |
berick |
it doesn't log mutch |
11:17 |
berick |
heh, mutch |
11:17 |
berick |
there is a try/catch error log on execute though "offline: child process error $e" |
11:18 |
berick |
some debug logs too but you're probably not logging at that level |
11:18 |
Dyrcona |
Log all the THINGS!!!! \o/ |
11:18 |
jeffdavis |
Interesting, just tried to process the same session in the XUL client and that worked. |
11:24 |
|
khuckins__ joined #evergreen |
11:29 |
berick |
jeffdavis: can you compare the offline.pl action=execute url params for each? |
11:29 |
berick |
for success vs. failure |
11:33 |
jeffdavis |
web client (failed): /cgi-bin/offline/offline.pl?1531407667665&action=execute&seskey=1531334325_29281_385&org=702&ws=<ws>&wc=1&ses=<authtoken> |
11:34 |
jeffdavis |
XUL client (succeeded): /cgi-bin/offline/offline.pl?ses=<authtoken>&action=execute&seskey=1531334325_29281_385&ws=<ws> |
11:57 |
|
rlefaive joined #evergreen |
12:02 |
berick |
jeffdavis: can you tell if the failed one ever makes an api call to open-ils.circ or does it fail before that? |
12:03 |
|
rlefaive joined #evergreen |
12:03 |
jeffdavis |
It doesn't. It checks OFFLINE_EXECUTE perms and that's the last thing I see in the logs. |
12:06 |
berick |
same login for both attempts? |
12:07 |
jeffdavis |
yeah |
12:08 |
jeffdavis |
I'm adding a bunch of logging to offline.pl to see if I can catch it |
12:08 |
berick |
cool |
12:12 |
|
rlefaive joined #evergreen |
12:16 |
|
bdenis left #evergreen |
12:27 |
|
rlefaive joined #evergreen |
12:35 |
|
Melanion joined #evergreen |
13:12 |
|
Courtney joined #evergreen |
13:14 |
Courtney |
Hi! Im Courtney with NCCardinal. This is my first time using IRC and Im wondering what type of questions are good to ask or discuss within this chat. |
13:18 |
mmorgan |
Courtney: Feel free to ask any Evergreen questions you need answers to! |
13:22 |
|
rlefaive joined #evergreen |
13:29 |
kmlussier |
Courtney: Take a look at our quick start guide for tips on using IRC. |
13:29 |
Courtney |
Im working within Funding Sources in Aquisitions and someone asked me to delete a few of their funding sources. I tried deleting and nothing happend. Is this something that can be deleted? |
13:34 |
|
dwgreen joined #evergreen |
13:37 |
|
BAMkubasa joined #evergreen |
13:38 |
kmlussier |
Courtney: I would defer to Christineb for a more knowledgeable answer, but I'm guessing you can't delete a funding source if it has any associated funds attached to it. |
13:39 |
Christineb |
Courtney - you can't delete a funding source if it has had credits/allocations |
13:39 |
kmlussier |
Christineb++ |
13:40 |
JBoyer |
yup, bug 1737019 |
13:40 |
pinesol_green |
Launchpad bug 1737019 in Evergreen "Acq: Funding Sources need an active flag" [Undecided,Confirmed] https://launchpad.net/bugs/1737019 |
13:40 |
Christineb |
jboyer++ I was just looking for that |
13:40 |
kmlussier |
+1 to an active flag |
13:41 |
Courtney |
Thank you for the information! |
13:42 |
|
abowling joined #evergreen |
14:27 |
jeffdavis |
aha, looks like the problem is a permissions issue with the NFS share on one of our app servers - the OFFLINE_FILE_ERROR error is either not being passed up or not being handled by the web client I guess |
14:27 |
jeffdavis |
(our problem with processing offline xacts, that is) |
14:30 |
|
beanjammin joined #evergreen |
14:34 |
berick |
jeffdavis: ah, good to know |
14:44 |
|
beanjammin joined #evergreen |
15:02 |
JBoyer |
terran++ # organizing lists |
15:06 |
|
mmorgan1 joined #evergreen |
15:47 |
jeff |
JBoyer: surely you mean "baskets". |
15:48 |
* jeff |
ducks |
16:11 |
|
abowling joined #evergreen |
16:16 |
|
kmlussier joined #evergreen |
17:21 |
|
rlefaive left #evergreen |
18:30 |
pinesol_green |
News from qatests: Failed Running pgTAP tests <http://testing.evergreen-ils.org/~live> |
18:55 |
|
stephengwills joined #evergreen |
19:43 |
|
beanjammin joined #evergreen |