Arturo, F. Mirchell,

That seems to be the problem. I'm able to reproduce the issue if
PostgreSQL 8.3 was already installed. It happens because the post
installation scripts expect to use the 8.4 pg_restore, and it enters a
input that the 8.3 pg_restore does not understand. That is, if you have
both 8.3 and 8.4 it will use the binary version for that cluster in port
5432. And that is 8.3 if it was installed before 8.4. I'll have a look
at this to see what's the best solution to this. Thank you for catching
this bug!

With regards to Tomcat and port 8080, a few important notes:

1) Ubuntu ships the Tomcat6 binaries (CATALINA_HOME=/usr/share/tomcat6,
package tomcat6-commons) and a default "cluster"
(CATALINA_BASE=/var/lib/tomcat6). We don't use this cluster, only the
binaries. And we create our own cluster in
/opt/OpenbravoERP-2.50/tomcat. This allows us to be up to date with the
system updates while keeping our particular configuration options tunned
for Openbravo ERP (and without affecting other Tomcat programs).

2) So this means we don't use port 8080 for Tomcat. Moreover, we don't
use Tomcat's HTTP connector. We directly tie it to Apache using the
mod_jk connector. So that means you need to access Openbravo ERP through
Apache. The way to see if Openbravo ERP's tomcat is up and running is to
see if the 8809 port is opened. This is the port connecting Tomcat and
Apache. You can verify this with "netstat -vtnl | grep 8809".


Arturo,

Method number 2) is the way to go, because the package already installs
all the required dependencies. Por example it doesn't use the entire
tomcat6 package but only the binaries (tomcat6-commons).


** Changed in: openbravo-erp (Ubuntu)
       Status: New => Confirmed

** Changed in: openbravo-erp (Ubuntu)
       Status: Confirmed => In Progress

-- 
package openbravo-erp 2.50MP-11-4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/535215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to