Re: [OPEN-ILS-GENERAL] New test VM - Staff login

2019-03-22 Thread Ben Shum
Yes, what Jane suggests is a good start.  Basically the web client on
your test server is unable to connect with the expected Websockets
running off port 7682.

Something to keep in mind since you said OpenSRF 3.0.2... this step
for websockets with OpenSRF is not actually optional if you want to
use the web client.

http://evergreen-ils.org/documentation/install/OpenSRF/README_3_0_2.html#_optional_websockets_installation_instructions

In OpenSRF 3.1.0, these steps are no longer marked optional and
there's in fact other suggestions for that series.  For Evergreen 3.2,
it'll work with the older OpenSRF, but honestly the newest OpenSRF is
usually pretty good to be on.

Hope this helps too.

-- Ben

On Fri, Mar 22, 2019 at 10:21 PM Jane Sandberg  wrote:
>
> Hi Charlotte,
>
> If you open your browser console while attempting to log in, there are
> some error messages having to do with websockets.
>
> Jeff's instructions here might help you with your troubleshooting:
> http://irc.evergreen-ils.org/evergreen/2018-08-21#i_373522
>
> And maybe others who are more familiar with this error can chime in.
>
> Hope this gets you started!
>
>-Jane
>
> On Fri, Mar 22, 2019 at 7:12 PM Charlotte McClellan
>  wrote:
> >
> > Hi,
> >
> >
> >
> > I work at the library school at Western University in London, Ontario. One 
> > of our instructors asked for a Evergreen installation that he could use for 
> > his course on Library automation this summer.
> >
> >
> >
> > I have created a VM running Ubuntu 16.04 LTS, OpenSRF 3.0.2 and Evergreen 
> > 3.2.4.
> >
> >
> >
> > The test at the end of the installation instructions succeeded and the 
> > Evergreen ILS loads at https://evergreen.fims.uwo.ca with the sample 
> > database. The public side of the system seems to be working without any 
> > problems. I can do searches and login as a patron.
> >
> >
> >
> > The issue is that I can’t get into the staff function at 
> > https://evergreen.fims.uwo.ca/eg/staff I don’t get any error messages or 
> > response.
> >
> >
> >
> > I am assuming that the ‘egadmin’ account I created during the install 
> > process should work? I also tried some of the staff accounts from the 
> > sample database with no luck.
> >
> > I have installed the JRE and the Hatch client and have tried both Chrome 
> > and Firefox.
> >
> >
> >
> > Does any one have any suggestions about what might be wrong or if there is 
> > a log file I should be looking at?
> >
> >
> >
> > Thanks,
> >
> > Charlotte
>
>
>
> --
> Jane Sandberg
> Electronic Resources Librarian
> Linn-Benton Community College
> sand...@linnbenton.edu / 541-917-4655
> Pronouns: she/her/hers



-- 
Benjamin Shum
Evergreener


Re: [OPEN-ILS-GENERAL] New test VM - Staff login

2019-03-22 Thread Jane Sandberg
Hi Charlotte,

If you open your browser console while attempting to log in, there are
some error messages having to do with websockets.

Jeff's instructions here might help you with your troubleshooting:
http://irc.evergreen-ils.org/evergreen/2018-08-21#i_373522

And maybe others who are more familiar with this error can chime in.

Hope this gets you started!

   -Jane

On Fri, Mar 22, 2019 at 7:12 PM Charlotte McClellan
 wrote:
>
> Hi,
>
>
>
> I work at the library school at Western University in London, Ontario. One of 
> our instructors asked for a Evergreen installation that he could use for his 
> course on Library automation this summer.
>
>
>
> I have created a VM running Ubuntu 16.04 LTS, OpenSRF 3.0.2 and Evergreen 
> 3.2.4.
>
>
>
> The test at the end of the installation instructions succeeded and the 
> Evergreen ILS loads at https://evergreen.fims.uwo.ca with the sample 
> database. The public side of the system seems to be working without any 
> problems. I can do searches and login as a patron.
>
>
>
> The issue is that I can’t get into the staff function at 
> https://evergreen.fims.uwo.ca/eg/staff I don’t get any error messages or 
> response.
>
>
>
> I am assuming that the ‘egadmin’ account I created during the install process 
> should work? I also tried some of the staff accounts from the sample database 
> with no luck.
>
> I have installed the JRE and the Hatch client and have tried both Chrome and 
> Firefox.
>
>
>
> Does any one have any suggestions about what might be wrong or if there is a 
> log file I should be looking at?
>
>
>
> Thanks,
>
> Charlotte



-- 
Jane Sandberg
Electronic Resources Librarian
Linn-Benton Community College
sand...@linnbenton.edu / 541-917-4655
Pronouns: she/her/hers


[OPEN-ILS-GENERAL] New test VM - Staff login

2019-03-22 Thread Charlotte McClellan
Hi,

I work at the library school at Western University in London, Ontario. One of 
our instructors asked for a Evergreen installation that he could use for his 
course on Library automation this summer.

I have created a VM running Ubuntu 16.04 LTS, OpenSRF 3.0.2 and Evergreen 3.2.4.

The test at the end of the installation instructions succeeded and the 
Evergreen ILS loads at https://evergreen.fims.uwo.ca with the sample database. 
The public side of the system seems to be working without any problems. I can 
do searches and login as a patron.

The issue is that I can't get into the staff function at 
https://evergreen.fims.uwo.ca/eg/staff I don't get any error messages or 
response.

I am assuming that the 'egadmin' account I created during the install process 
should work? I also tried some of the staff accounts from the sample database 
with no luck.
I have installed the JRE and the Hatch client and have tried both Chrome and 
Firefox.

Does any one have any suggestions about what might be wrong or if there is a 
log file I should be looking at?

Thanks,
Charlotte


Re: [OPEN-ILS-GENERAL] Demo server with 3.3 Beta1

2019-03-22 Thread Blake Henderson

All,

Let's not all jump on it at once, but I went ahead and got a 3.3 beta 
server up.


https://bugsquash.missourievergreen.org/eg/staff

admin / demo123


Also - I uploaded a docker container image for 3.3 beta
https://cloud.docker.com/u/mobiusoffice/repository/docker/mobiusoffice/evergreen-ils

Command to run to get your very own 3.3 beta3 server:

docker run -it -p 80:80 -p 210:210 -p 443:443 -p 32:22 -p 6001:6001 -p 
5433:5432 mobiusoffice/evergreen-ils:3.3.0_beta1


dbwells++

-Blake-
Conducting Magic
MOBIUS

On 3/19/2019 11:42 AM, Remington Steed wrote:


Lynn,

We probably need one of the community demo servers to be upgraded.  
You can find contact info here:


https://wiki.evergreen-ils.org/doku.php?id=community_servers

However, in the meantime, it seems like Blake’s sandbox from Bug 
Squashing Week is still active:


https://docs.google.com/spreadsheets/d/1x_sZcEaP62J42KcB03AUn1I1MSZQpPI5mF9r0Zrmhgo/edit#gid=1704837168 



You may want to check with Blake before relying on it, especially 
since it has patches which may not be in 3.3, and may be missing other 
patches.


Remington

--
Remington Steed
Electronic Resources Specialist
Hekman Library, Calvin College
http://library.calvin.edu/

*From:* Open-ils-general 
 *On Behalf Of 
*Lynn Floyd

*Sent:* Tuesday, March 19, 2019 12:06 PM
*To:* Evergreen Discussion Group 


*Subject:* [OPEN-ILS-GENERAL] Demo server with 3.3 Beta1

I was looking at some of the new features that are in 3.3, and was 
wondering if there was a demo server out there with it on it?


I checked my usual suspects and they don’t have 3.3.

Lynn Floyd

lfl...@andersonlibrary.org 

Anderson County Library

Anderson, SC


Lynn Floyd
Head of Information Technology
Anderson County Library
Anderson, SC
lfl...@andersonlibrary.org