Details

  • User impact:
    Medium
  • Similar Issues:
    None

Description

Easy fix:
in the mule run script the WRAPPER_CMD is currently set to ../sbin/wrapper
That worked fine in 1.3.3 when the sbin files were copied to MULE_BASE, now that they aren't running out of MULE_BASE doesn't work. This can be fixed by changing the script to include:

WRAPPER_CMD="${MULE_HOME}/sbin/wrapper"

Issue Links

Activity

Hide
Holger Hoffstaette added a comment -

Silly question but can anybody please confirm that the same needs to be done for WRAPPER_CONF (next line)? IMHO it should be.

Show
Holger Hoffstaette added a comment - Silly question but can anybody please confirm that the same needs to be done for WRAPPER_CONF (next line)? IMHO it should be.
Hide
Holger Hoffstaette added a comment -

fixed in r7870

Show
Holger Hoffstaette added a comment - fixed in r7870
Hide
Holger Hoffstaette added a comment -

Actually it seems that this change might be very worthwile to go into 1.4.2 since it's just a two-liner. Dirk, can you please verify that this works on Unix and merge if it was successful?

Show
Holger Hoffstaette added a comment - Actually it seems that this change might be very worthwile to go into 1.4.2 since it's just a two-liner. Dirk, can you please verify that this works on Unix and merge if it was successful?
Hide
Dirk Olmes added a comment -

tested on linux, merged to 1.4 in r7873.

Show
Dirk Olmes added a comment - tested on linux, merged to 1.4 in r7873.
Hide
Ross Paul added a comment -

I actually strongly disagree that WRAPPER_CONF should live in MULE_HOME. The wrapper.conf contains parameters which may be application specific such as jvm parameters and log file size/location. Please leave it in MULE_BASE!

Show
Ross Paul added a comment - I actually strongly disagree that WRAPPER_CONF should live in MULE_HOME. The wrapper.conf contains parameters which may be application specific such as jvm parameters and log file size/location. Please leave it in MULE_BASE!
Hide
Holger Hoffstaette added a comment -

reopening..sigh

Show
Holger Hoffstaette added a comment - reopening..sigh
Hide
Holger Hoffstaette added a comment -

Just so we're clear:

WRAPPER_CMD="${MULE_HOME}/sbin/wrapper"
WRAPPER_CONF="${MULE_BASE}/conf/wrapper.conf"

..in r7875. OK?

Show
Holger Hoffstaette added a comment - Just so we're clear: WRAPPER_CMD="${MULE_HOME}/sbin/wrapper" WRAPPER_CONF="${MULE_BASE}/conf/wrapper.conf" ..in r7875. OK?
Hide
Ross Paul added a comment -

Works for me. Thanks!

Show
Ross Paul added a comment - Works for me. Thanks!
Hide
Dirk Olmes added a comment -

r7876.

Show
Dirk Olmes added a comment - r7876.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: