*** ricardoamaro (~ricardoam@drupal.org/user/74228/view) has joined #wikid | 09:08 | |
*** nowen1 (~nowen@2602:306:3ae5:cbf0:6e62:6dff:feb0:8f07) has joined #wikid | 13: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 #wikid | 15:18 | |
*** Troy_SANM (3286cb7f@gateway/web/freenode/ip.50.134.203.127) has joined #wikid | 15:38 | |
Troy_SANM | Good morning Nick | 15:38 |
Troy_SANM | starting fresh with a CentOS 6.6, yum update run, selinux off, wikid dependencies loaded | 15:39 |
nowen_ | ok | 15: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 transfer | 15:41 |
Troy_SANM | installed Java 8 and JCE policies copied | 15:41 |
Troy_SANM | run the wikid setup with my account in sudoers | 15:42 |
Troy_SANM | no.. this will be the server we restore the db to | 15:42 |
nowen_ | ok | 15:42 |
Troy_SANM | the 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 now | 15:44 |
Troy_SANM | did 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_SANM | ok | 15:44 |
Troy_SANM | i 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/default | 15:45 |
Troy_SANM | what 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 wrong | 15:46 |
Troy_SANM | lrwxrwxrwx. 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_40 | 15:55 |
nowen_ | huh, looks like it is pointing to 1.8 | 15:56 |
Troy_SANM | JAVA_HOME=/usr/java/default | 15:57 |
Troy_SANM | Oracle Java 8 U40 jdk is the only java installed on this server | 15: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_SANM | No class specified Cannot parse command line arguments | 16:01 |
nowen_ | do you have the right util rpm installed for your arch? | 16:01 |
Troy_SANM | looks like the link is there.. jsvc -> /opt/WiKID/bin/jsvc64 | 16:01 |
Troy_SANM | i did the wikid-utilities-3.4.3-1.i386.rpm before running the main wikid rpm | 16:02 |
Troy_SANM | so i need the 64 bit version | 16: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.rpm | 16:04 |
Troy_SANM | got it.. sorry.. makes sense.. i didn't realize Peter build a 64 bit VM | 16:05 |
Troy_SANM | Linux 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/Linux | 16:06 |
nowen_ | most people do - except us - only just now using 64 bit for our iso ;-) | 16:07 |
Troy_SANM | ok.. i install the 64 bit utilities.. do i need to run setup again or just try to start wikid ? | 16:11 |
nowen_ | just start | 16:12 |
Troy_SANM | what is the rpm command to completely remove the old wikid-utilities ? i tried rpm -e wikid-utilities-3.4.3-1.i386.rpm | 16:22 |
Troy_SANM | i'm not able to install the 64bit because the 32bit is still installed | 16:24 |
Troy_SANM | file /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.i386 | 16:24 |
nowen_ | rpm -e wikid-utilities-3.4.3-1 | 16:25 |
nowen_ | I think | 16:25 |
Troy_SANM | rpm -qa 'wikid*' wikid-server-enterprise-4.0.1.b1903-1.noarch wikid-utilities-3.4.3-1.i386 | 16:26 |
Troy_SANM | error: Failed dependencies: wikid-utilities is needed by (installed) wikid-server-enterprise-4.0.1.b1903-1.noarch | 16:27 |
nowen_ | hmm - i'm starting to wonder if it's best to not setup wikid | 16:27 |
Troy_SANM | ok | 16:27 |
nowen_ | I want to test moving the db first, then install wikdi | 16:28 |
Troy_SANM | ok.. let me know how that works.. i was just testing to be sure wikid came up clean before I went any deeper | 16:29 |
Troy_SANM | should be fairly easy to start over on this one | 16:30 |
nowen_ | ok | 16:31 |
nowen_ | yum remove wikid-utilities-* should work too | 16:31 |
Troy_SANM | i did rpm -e --nodeps wikid-utlities | 16:43 |
Troy_SANM | which worked.. but after installing the 64 bit version, I'm getting the same error | 16:44 |
Troy_SANM | i'm thinking the JAVA_HOME, and other env are not set when running via sudo | 16:44 |
nowen_ | makes sense | 16:45 |
Troy_SANM | do 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.sh | 16:52 |
Troy_SANM | sent results to your e-mail | 16:55 |
nowen_ | I think jre_home is the problem. not sure why. mine has: Using JRE_HOME: /usr/lib/jvm/jre | 16:56 |
Troy_SANM | could it be32 bit Java 8 vs 64 bit? | 16:56 |
nowen_ | maybe - you have 64 bit, right? | 16:56 |
Troy_SANM | no | 16:56 |
Troy_SANM | i think 32-bit java 8 | 16:57 |
nowen_ | oh, yeah - grab the 64 bit you will be much happier | 16:57 |
Troy_SANM | jdk-8u40-linux-i586.rpm is what i used | 16:57 |
nowen_ | oh yeah - we had that but that was for our 32 bit iso | 16:58 |
Troy_SANM | yes.. you're right | 16:58 |
Troy_SANM | i'm grabbing the 64-bit now | 16:59 |
Troy_SANM | Install 64 bit Oracle java did the trick. | 17:14 |
Troy_SANM | wikid started up fine | 17:14 |
nowen_ | yay! | 17:18 |
nowen_ | you may have to re-copy the JCE files too | 17:18 |
Troy_SANM | yes.. i did that right after i did the rpm | 17:20 |
Troy_SANM | now if we can get the db and certs moved over without breaking anything... | 17:25 |
nowen_ | aye, there's the rub | 17:26 |
nowen_ | I'm having some issues with that | 17:27 |
nowen_ | well, looks like I got it | 17:34 |
nowen_ | I'll send you an email. I'm still testing though | 17:36 |
nowen_ | looks like you will have to port the db before installing WiKID | 18:01 |
Troy_SANM | ok.. thanks Nick.. i'll take a look at it | 18:56 |
nowen_ | Troy_SANM: which version are you on? | 18:56 |
nowen_ | 1542? | 18:56 |
Troy_SANM | we are currently on 3.4.87-b1216 | 18:58 |
nowen_ | ok | 18:58 |
Troy_SANM | i'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 Tuesday | 19:28 |
nowen_ | hmm | 19:29 |
nowen_ | I'm on Tues, but out Wens | 19:29 |
nowen_ | and I'm traveling til the following Wens | 19:30 |
nowen_ | I should have some pretty good docs for you though | 19:30 |
Troy_SANM | heading up to Breckenridge to take the kids skiing this weekend | 19:32 |
Troy_SANM | thanks.. hopefully you can leverage some of this effort into some nice how to... docs :) | 19:32 |
Troy_SANM | i'll check back in with you on Tuesday to give you an update on where we are at | 19:33 |
nowen_ | nice! | 19:34 |
nowen_ | ok | 19: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 #wikid | 20:00 | |
*** ricardoamaro has quit (Remote host closed the connection) | 20:06 | |
*** ricardoamaro (~ricardoam@drupal.org/user/74228/view) has joined #wikid | 20:07 | |
*** ricardoamaro has quit (Remote host closed the connection) | 20:45 | |
*** ricardoamaro (~ricardoam@drupal.org/user/74228/view) has joined #wikid | 20: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 #wikid | 21:39 | |
*** ricardoamaro has quit (Remote host closed the connection) | 22:51 | |
*** ricardoamaro (~ricardoam@drupal.org/user/74228/view) has joined #wikid | 22:53 | |
*** ricardoamaro has quit (Remote host closed the connection) | 22:57 | |
*** ricardoamaro (~ricardoam@drupal.org/user/74228/view) has joined #wikid | 23:15 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!