Yes I can do that. How can I get the patch?
Wolfgang

Gert Vanthienen wrote:
> 
> L.S.,
> 
> Sorry for the late reply.  I have attached a patch for bin/servicemix 
> which works on Linux and OS/400 and which should fix the problem on 
> AIX.  I'm unable to test the script file on AIX myself though.  Would 
> the original poster be able to try the modified script on his/her server?
> 
> Thanks,
> 
> Gert
> 
> bebop01 wrote:
>> Hello,
>>
>> Since the snapshot version from 11. January 2007 I can't start servicemix
>> on
>> aix anymore.
>> I always get an ClassCircularityError loading activemq.xml.
>>
>> Any ideas would be highly appreciated.
>>
>>   
> 
> 
> Index: distributions/apache-servicemix/src/main/release/bin/servicemix
> ===================================================================
> --- distributions/apache-servicemix/src/main/release/bin/servicemix
> (revision 501398)
> +++ distributions/apache-servicemix/src/main/release/bin/servicemix
> (working copy)
> @@ -86,7 +86,7 @@
>      fi
>      
>      # Increase the maximum file descriptors if we can
> -    if !($cygwin | $os400); then
> +    if [ "$os400" = "false" ] && [ "$cygwin" = "false" ]; then
>          MAX_FD_LIMIT=`ulimit -H -n`
>          if [ $? -eq 0 ]; then
>              if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ]; then
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Can%27t-start-on-aix-tf3056948s12049.html#a8712809
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to