Friday, 2015-03-20

*** ricardoamaro (~ricardoam@drupal.org/user/74228/view) has joined #wikid09:08
*** nowen1 (~nowen@2602:306:3ae5:cbf0:6e62:6dff:feb0:8f07) has joined #wikid13:27
*** nowen1 is now known as nowen_13:41
*** ricardoamaro has quit (Quit: Leaving.)14:55
nowen_joevano: what's the status with that school?15:02
*** ricardoamaro (~ricardoam@drupal.org/user/74228/view) has joined #wikid15:18
*** Troy_SANM (3286cb7f@gateway/web/freenode/ip.50.134.203.127) has joined #wikid15:38
Troy_SANMGood morning Nick15:38
Troy_SANMstarting fresh with a CentOS 6.6, yum update run, selinux off, wikid dependencies loaded15:39
nowen_ok15:41
nowen_so, you're not upgrading the existing server?15:41
nowen_well, you need the versions to be the same for the data transfer15:41
Troy_SANMinstalled Java 8 and JCE policies copied15:41
Troy_SANMrun the wikid setup with my account in sudoers15:42
Troy_SANMno.. this will be the server we restore the db to15:42
nowen_ok15:42
Troy_SANMthe plan was to  upgrade the current db to b1903 (pgsql 8.1), run the pg_dump, restore back to this new VM on b1903 (pgsql 8.4)15:43
nowen_ok - testing that now15:44
Troy_SANMdid you get a chance to do a test running db export / restore from 8.1 to 8.4 running the same wikid version?15:44
Troy_SANMok15:44
Troy_SANMi have a problem starting wikid first time on this new CentOS.. i get the following: Starting Tomcat server ...Cannot find any VM in Java Home /usr/java/default15:45
Troy_SANMwhat am I missing?15:45
nowen_hmm, what does ' ls -all /usr/java '15:46
nowen_show?15:46
nowen_could be the symlink is wrong15:46
Troy_SANMlrwxrwxrwx.  1 root root   16 Mar 19 14:40 default -> /usr/java/latest drwxr-xr-x.  9 root root 4096 Mar 19 14:40 jdk1.8.0_40 lrwxrwxrwx.  1 root root   21 Mar 19 14:40 latest -> /usr/java/jdk1.8.0_4015:55
nowen_huh, looks like it is pointing to 1.815:56
Troy_SANMJAVA_HOME=/usr/java/default15:57
Troy_SANMOracle Java 8 U40 jdk is the only java installed on this server15:59
nowen_Do you have a jsvc64 in /opt/WiKID/bin?  15:59
nowen_If you, can you try to run it?  If it starts tomcat, then we can probably just rename it to jsvc.15:59
Troy_SANMNo class specified Cannot parse command line arguments16:01
nowen_do you have the right util rpm installed for your arch?16:01
Troy_SANMlooks like the link is there.. jsvc -> /opt/WiKID/bin/jsvc6416:01
Troy_SANMi did the wikid-utilities-3.4.3-1.i386.rpm before running the main wikid rpm16:02
Troy_SANMso i need the 64 bit version16:03
nowen_yes. you  can double check using 'uname -a'16:04
nowen_http://wikidsystems-dl.com/wikid-utilities-3.4.3-1.x86_64.rpm16:04
Troy_SANMgot it.. sorry.. makes sense.. i didn't realize Peter build a 64 bit VM16:05
Troy_SANMLinux xxxxx 2.6.32-504.12.2.el6.x86_64 #1 SMP Wed Mar 11 22:03:14 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux16:06
nowen_most people do - except us - only just now using 64 bit for our iso ;-)16:07
Troy_SANMok.. i install the 64 bit utilities.. do i need to run setup again or just try to start wikid ?16:11
nowen_just start16:12
Troy_SANMwhat is the rpm command to completely remove the old wikid-utilities ?  i tried rpm -e wikid-utilities-3.4.3-1.i386.rpm16:22
Troy_SANMi'm not able to install the 64bit because the 32bit is still installed16:24
Troy_SANMfile /opt/WiKID/bin/usogres from install of wikid-utilities-3.4.3-1.x86_64 conflicts with file from package wikid-utilities-3.4.3-1.i38616:24
nowen_rpm -e wikid-utilities-3.4.3-116:25
nowen_I think16:25
Troy_SANMrpm -qa 'wikid*' wikid-server-enterprise-4.0.1.b1903-1.noarch wikid-utilities-3.4.3-1.i38616:26
Troy_SANMerror: Failed dependencies:         wikid-utilities is needed by (installed) wikid-server-enterprise-4.0.1.b1903-1.noarch16:27
nowen_hmm - i'm starting to wonder if it's best to not setup wikid16:27
Troy_SANMok16:27
nowen_I want to test moving the db first, then install wikdi16:28
Troy_SANMok.. let me know how that works.. i was just testing to be sure wikid came up clean before I went any deeper16:29
Troy_SANMshould be fairly easy to start over on this one16:30
nowen_ok16:31
nowen_yum remove wikid-utilities-* should work too16:31
Troy_SANMi did rpm -e --nodeps wikid-utlities16:43
Troy_SANMwhich worked.. but after installing the 64 bit version, I'm getting the same error16:44
Troy_SANMi'm thinking the JAVA_HOME, and other env are not set when running via sudo16:44
nowen_makes sense16:45
Troy_SANMdo you think setting #JAVA_HOME=/your/preferred/java in /etc/WiKID/java.conf would help any?16:50
nowen_try running /opt/WiKID/tomcat/bin/configtest.sh16:52
Troy_SANMsent results to your e-mail16:55
nowen_I think jre_home is the problem. not sure why. mine has: Using JRE_HOME:        /usr/lib/jvm/jre16:56
Troy_SANMcould it be32 bit Java 8 vs 64 bit?16:56
nowen_maybe - you have 64 bit, right?16:56
Troy_SANMno16:56
Troy_SANMi think 32-bit java 816:57
nowen_oh, yeah - grab the 64 bit you will be much happier16:57
Troy_SANM jdk-8u40-linux-i586.rpm is what i used16:57
nowen_oh yeah - we had that but that was for our 32 bit iso16:58
Troy_SANMyes.. you're right16:58
Troy_SANMi'm grabbing the 64-bit now16:59
Troy_SANMInstall 64 bit Oracle java did the trick.17:14
Troy_SANMwikid started up fine17:14
nowen_yay!17:18
nowen_you may have to re-copy the JCE files too17:18
Troy_SANMyes.. i did that right after i did the rpm17:20
Troy_SANMnow if we can get the db and certs moved over without breaking anything...17:25
nowen_aye, there's the rub17:26
nowen_I'm having some issues with that17:27
nowen_well, looks like I got it17:34
nowen_I'll send you an email. I'm still testing though17:36
nowen_looks like you will have to port the db before installing WiKID18:01
Troy_SANMok.. thanks Nick.. i'll take a look at it18:56
nowen_Troy_SANM: which version are you on?18:56
nowen_1542?18:56
Troy_SANMwe are currently on 3.4.87-b121618:58
nowen_ok18:58
Troy_SANMi'll be heading out of the office here in the next hour.. we can pick this back up next week.. i'm off Monday.. but back in office Tuesday19:28
nowen_hmm19:29
nowen_I'm on Tues, but out Wens19:29
nowen_and I'm traveling til the following Wens19:30
nowen_I should have some pretty good docs for you though19:30
Troy_SANMheading up to Breckenridge to take the kids skiing this weekend19:32
Troy_SANMthanks.. hopefully you can leverage some of this effort into some nice how to... docs  :)19:32
Troy_SANMi'll check back in with you on Tuesday to give you an update on where we are at19:33
nowen_nice!19:34
nowen_ok19:34
*** ricardoamaro has quit (Ping timeout: 244 seconds)19:38
*** Troy_SANM has quit (Quit: Page closed)19:48
*** ricardoamaro (~ricardoam@drupal.org/user/74228/view) has joined #wikid20:00
*** ricardoamaro has quit (Remote host closed the connection)20:06
*** ricardoamaro (~ricardoam@drupal.org/user/74228/view) has joined #wikid20:07
*** ricardoamaro has quit (Remote host closed the connection)20:45
*** ricardoamaro (~ricardoam@drupal.org/user/74228/view) has joined #wikid20:56
*** ricardoamaro has quit (Remote host closed the connection)21:05
*** nowen_ has quit (Quit: Leaving.)21:34
*** ricardoamaro (~ricardoam@drupal.org/user/74228/view) has joined #wikid21:39
*** ricardoamaro has quit (Remote host closed the connection)22:51
*** ricardoamaro (~ricardoam@drupal.org/user/74228/view) has joined #wikid22:53
*** ricardoamaro has quit (Remote host closed the connection)22:57
*** ricardoamaro (~ricardoam@drupal.org/user/74228/view) has joined #wikid23:15

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!