marsbard / puppet-alfresco

A puppet build script for Alfresco
MIT License
25 stars 11 forks source link

testing against ubuntu 14.10 and 15.04 #95

Open digcat opened 9 years ago

digcat commented 9 years ago

15.04 and 14.10 include openjdk-8-jdk, but libt1-dev has been deleted from main repo https://launchpad.net/ubuntu/utopic/i386/libt1-dev

Notice: /Stage[main]/Apache::Mod::Php/Apache::Mod[php5]/Package[libapache2-mod-php5]/ensure: ensure changed 'purged' to 'present'
Notice: /Stage[main]/Apache::Mod::Php/Apache::Mod[php5]/File[php5.load symlink]/target: target changed '../mods-available/php5.load' to '/etc/apache2/mods-available/php5.load'
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install libt1-dev' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package libt1-dev
Error: /Stage[main]/Alfresco::Install/Package[libt1-dev]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install libt1-dev' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package libt1-dev

tomcat startup script not starting tomcat, but startup.sh from tomcat/bin starts tomcat ok

startup log showing errors http://pastebin.com/0VNkUU13

tried upgrade to latest mysql connector 1.36

2015-07-25 10:23:12,016 INFO [alfresco.repo.admin] [localhost-startStop-1] Using database URL 'jdbc:mysql://localhost:3306/alfresco?useUnicode=yes&characterEncoding=UTF-8&autoReconnect=true' with user 'alfresco'. 2015-07-25 10:23:16,366 ERROR [web.context.ContextLoader] [localhost-startStop-1] Context initialization failed

http://pastebin.com/5HcYfQsd

using oracle installer still no joy with db connector

http://pastebin.com/5dWaGqjD

digcat commented 9 years ago

tried vagrant with ubuntu/vivid64 openjdk-8-jdk installs fine, but were missing libt1-dev

http://pastebin.com/n02Q69rX

digcat commented 9 years ago

using t1utils in place of libt1-dev moves us along some now just a failure in the /etc/init.d/tomcat startup script

http://pastebin.com/iwx2ZFf9

marsbard commented 9 years ago

I thought we provided our own init script but that seems to have been replaced with a call to systemd