Tamino - deadlocks

classic Classic list List threaded Threaded
14 messages Options
Reply | Threaded
Open this post in threaded view
|

Tamino - deadlocks

mob-2
Hello,

We have some strange deadlock exceptions when using our application with concurrent users accessing our OPS app parallely. One of the hints I found on a forum is to upgrade  the API to 4.2.1.7.
I noticed that Orbeon is using some older compilation inside TaminoAPI4J.jar dating to 2003. Does someone have a newer compilation for Tamino 4.2.1.8 ?

regards,
Balazs



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Tamino - deadlocks

Ryan Puddephatt
Balazs,
        I think you can download it from Tamino's website at
http://developer.softwareag.com/tamino/taminoAPI4J/download.htm

Ryan

Ryan Puddephatt
Web Developer
TFX Group
1 Michaelson Square
Livingston
West Lothian
Scotand
EH54 7DP
 
* [hidden email]
( 01506 407 110
7  01506 407 108
 

>-----Original Message-----
>From: [hidden email] [mailto:[hidden email]]
>Sent: 16 January 2006 11:14
>To: [hidden email]
>Subject: [ops-users] Tamino - deadlocks
>
>Hello,
>
>We have some strange deadlock exceptions when using our application with
>concurrent users accessing our OPS app parallely. One of the hints I found
>on a forum is to upgrade  the API to 4.2.1.7.
>I noticed that Orbeon is using some older compilation inside
>TaminoAPI4J.jar dating to 2003. Does someone have a newer compilation for
>Tamino 4.2.1.8 ?
>
>regards,
>Balazs




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: RE: Tamino - deadlocks

mob-2
Hello Ryan,

Thanks for the tip. I actually have a Tamino installation with the SDK folder that I assume contains the right jar. I thought there was a special compilation of class files that  got installed with Orbeon. When I tried to install the TaminoAPI4J.jar from there I got this exception:
-------------------------------------------------------------------------------
java.lang.VerifyError: (class: com/softwareag/common/instrumentation/logging/Log4jLogger, method: isLoggable signature: (I)Z) Incompatible argument to function
        com.softwareag.common.instrumentation.logging.LoggerFactory.getLogger(Unknown Source)
...
-------------------------------------------------------------------------------
Do you know how to resolve this ?

regards,
Balazs



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Tamino - deadlocks

David Sinclair
[hidden email] wrote:

> Hello Ryan,
>
> Thanks for the tip. I actually have a Tamino installation with the SDK folder that I assume contains the right jar. I thought there was a special compilation of class files that  got installed with Orbeon. When I tried to install the TaminoAPI4J.jar from there I got this exception:
> -------------------------------------------------------------------------------
> java.lang.VerifyError: (class: com/softwareag/common/instrumentation/logging/Log4jLogger, method: isLoggable signature: (I)Z) Incompatible argument to function
> com.softwareag.common.instrumentation.logging.LoggerFactory.getLogger(Unknown Source)
> ...
> -------------------------------------------------------------------------------
> Do you know how to resolve this ?
>
>  
Balazs,

Strangely we seem to be having exactly the same problem as you - we are
trying to upgrade to tamino 4.4 and are finding the same incompatibility
problems.   It looks like Tamino use a newer version of log4j than
Orbeon do or something.

 Alex / Erik, any ideas on how we can resolve this - we want to be able
to take advantage of new feature in the Tamino API ...

Dave

> regards,
> Balazs
>
>  
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>  



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: RE: Tamino - deadlocks

mob-2
In reply to this post by mob-2
Hello Dave,

I would very much appreciate to hear your experiences with Tamino V4.4.

regards,
Balazs



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Tamino - deadlocks

David Sinclair
Hi Balazs,

We have only had it for a couple of days - so far all we have done is
install it and tried to get it working with Orbeon - and hit the same
problem as you when we upgrade the jars.

We are mainly upgrading to get the improved XQuery support (user defined
functions if/then/else etc.).   The xquery optimizer is also supposed to
be much improved (we dont need to upgrade the jars for either of
these).   However, we also want to be able to take advantage to some
additions to the java API in a custom processor.   We also suspect it
may have some impact on the locking problem we are seeing with ops 3.0.

Dave


[hidden email] wrote:

> Hello Dave,
>
> I would very much appreciate to hear your experiences with Tamino V4.4.
>
> regards,
> Balazs
>
>  
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>  



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Tamino - deadlocks

Erik Bruchez
Administrator
In reply to this post by David Sinclair
It does looks like a log4j compability issue. The name "instrumentation"
in the Tamino stack trace seems to indicate that Tamino is using
reflection to access some log4j method, and fails.

First thing to try is to locate the different log4j jars, and try to
keep only one.

-Erik

David Sinclair wrote:

> [hidden email] wrote:
>> Hello Ryan,
>>
>> Thanks for the tip. I actually have a Tamino installation with the SDK
>> folder that I assume contains the right jar. I thought there was a
>> special compilation of class files that  got installed with Orbeon.
>> When I tried to install the TaminoAPI4J.jar from there I got this
>> exception:
>> -------------------------------------------------------------------------------
>>
>> java.lang.VerifyError: (class:
>> com/softwareag/common/instrumentation/logging/Log4jLogger, method:
>> isLoggable signature: (I)Z) Incompatible argument to function
>>     com.softwareag.common.instrumentation.logging.LoggerFactory.getLogger(Unknown
>> Source)
>> ...
>> -------------------------------------------------------------------------------
>>
>> Do you know how to resolve this ?
>>
>>  
>
> Balazs,
>
> Strangely we seem to be having exactly the same problem as you - we are
> trying to upgrade to tamino 4.4 and are finding the same incompatibility
> problems.   It looks like Tamino use a newer version of log4j than
> Orbeon do or something.
> Alex / Erik, any ideas on how we can resolve this - we want to be able
> to take advantage of new feature in the Tamino API ...
>
> Dave
>
>> regards,
>> Balazs
>>
>>  
>> ------------------------------------------------------------------------
>>
>>
>> --
>> You receive this message as a subscriber of the
>> [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>  
>
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Tamino - deadlocks

David Sinclair
Erik Bruchez wrote:
> It does looks like a log4j compability issue. The name
> "instrumentation" in the Tamino stack trace seems to indicate that
> Tamino is using reflection to access some log4j method, and fails.
>
> First thing to try is to locate the different log4j jars, and try to
> keep only one.
>

Erik / Balazs,

I just replaced the orbeon log4j jar with the one distributed with
tamino and this seems to have fixed the problem...

Thanks,

Dave


> -Erik
>
> David Sinclair wrote:
>> [hidden email] wrote:
>>> Hello Ryan,
>>>
>>> Thanks for the tip. I actually have a Tamino installation with the
>>> SDK folder that I assume contains the right jar. I thought there was
>>> a special compilation of class files that  got installed with
>>> Orbeon. When I tried to install the TaminoAPI4J.jar from there I got
>>> this exception:
>>> -------------------------------------------------------------------------------
>>>
>>> java.lang.VerifyError: (class:
>>> com/softwareag/common/instrumentation/logging/Log4jLogger, method:
>>> isLoggable signature: (I)Z) Incompatible argument to function
>>>    
>>> com.softwareag.common.instrumentation.logging.LoggerFactory.getLogger(Unknown
>>> Source)
>>> ...
>>> -------------------------------------------------------------------------------
>>>
>>> Do you know how to resolve this ?
>>>
>>>  
>>
>> Balazs,
>>
>> Strangely we seem to be having exactly the same problem as you - we
>> are trying to upgrade to tamino 4.4 and are finding the same
>> incompatibility problems.   It looks like Tamino use a newer version
>> of log4j than Orbeon do or something.
>> Alex / Erik, any ideas on how we can resolve this - we want to be
>> able to take advantage of new feature in the Tamino API ...
>>
>> Dave
>>
>>> regards,
>>> Balazs
>>>
>>>  
>>> ------------------------------------------------------------------------
>>>
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the
>>> [hidden email] mailing list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>>  
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>>
>> --
>> You receive this message as a subscriber of the
>> [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>  



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Tamino - deadlocks

mob-2
Hello David,

Thanks, it works for me too.

regards,
Balazs



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Tamino - deadlocks

Doug Young
In reply to this post by David Sinclair
Hi,
  Replacing the log4j jar solves the access problem, but now no events
appear in the logging events window. I can still get them in the console and
appended to a file but not to the logging events window.

Alex/Eric Is there an incompatibility between the OPSMonitor code and the
(newer ?) version of log4j that has been shipped with Tamino ?

cheers
Doug


Doug Young
Software Engineer
 
Teleflex IT
1 Michaelson Square
Livingston
West Lothian
Scotland
EH54 7DP
+44 (0) 1506 407107

-----Original Message-----
From: David Sinclair [mailto:[hidden email]]
Sent: 17 January 2006 13:54
To: [hidden email]
Subject: Re: [ops-users] Tamino - deadlocks

Erik Bruchez wrote:
> It does looks like a log4j compability issue. The name
> "instrumentation" in the Tamino stack trace seems to indicate that
> Tamino is using reflection to access some log4j method, and fails.
>
> First thing to try is to locate the different log4j jars, and try to
> keep only one.
>

Erik / Balazs,

I just replaced the orbeon log4j jar with the one distributed with
tamino and this seems to have fixed the problem...

Thanks,

Dave


> -Erik
>
> David Sinclair wrote:
>> [hidden email] wrote:
>>> Hello Ryan,
>>>
>>> Thanks for the tip. I actually have a Tamino installation with the
>>> SDK folder that I assume contains the right jar. I thought there was
>>> a special compilation of class files that  got installed with
>>> Orbeon. When I tried to install the TaminoAPI4J.jar from there I got
>>> this exception:
>>>
----------------------------------------------------------------------------
---
>>>
>>> java.lang.VerifyError: (class:
>>> com/softwareag/common/instrumentation/logging/Log4jLogger, method:
>>> isLoggable signature: (I)Z) Incompatible argument to function
>>>    
>>>
com.softwareag.common.instrumentation.logging.LoggerFactory.getLogger(Unknow
n
>>> Source)
>>> ...
>>>
----------------------------------------------------------------------------
---

>>>
>>> Do you know how to resolve this ?
>>>
>>>  
>>
>> Balazs,
>>
>> Strangely we seem to be having exactly the same problem as you - we
>> are trying to upgrade to tamino 4.4 and are finding the same
>> incompatibility problems.   It looks like Tamino use a newer version
>> of log4j than Orbeon do or something.
>> Alex / Erik, any ideas on how we can resolve this - we want to be
>> able to take advantage of new feature in the Tamino API ...
>>
>> Dave
>>
>>> regards,
>>> Balazs
>>>
>>>  
>>> ------------------------------------------------------------------------

>>>
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the
>>> [hidden email] mailing list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>>  
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>>
>> --
>> You receive this message as a subscriber of the
>> [hidden email] mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email]
mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>  






--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Tamino - deadlocks

David Sinclair
Doug Young wrote:
> Alex/Eric Is there an incompatibility between the OPSMonitor code and the
> (newer ?) version of log4j that has been shipped with Tamino ?
>
>  

Incidentally, the logging works okay in older versions of orbeon (e.g.
2.7.2) with the older log4j jar.

Also thought it might be useful for you to know that the The log4j
version we have are using for this is 2.8 ....

Dave

> cheers
> Doug
>
>
> Doug Young
> Software Engineer
>  
> Teleflex IT
> 1 Michaelson Square
> Livingston
> West Lothian
> Scotland
> EH54 7DP
> +44 (0) 1506 407107
>
> -----Original Message-----
> From: David Sinclair [mailto:[hidden email]]
> Sent: 17 January 2006 13:54
> To: [hidden email]
> Subject: Re: [ops-users] Tamino - deadlocks
>
> Erik Bruchez wrote:
>  
>> It does looks like a log4j compability issue. The name
>> "instrumentation" in the Tamino stack trace seems to indicate that
>> Tamino is using reflection to access some log4j method, and fails.
>>
>> First thing to try is to locate the different log4j jars, and try to
>> keep only one.
>>
>>    
>
> Erik / Balazs,
>
> I just replaced the orbeon log4j jar with the one distributed with
> tamino and this seems to have fixed the problem...
>
> Thanks,
>
> Dave
>
>
>  
>> -Erik
>>
>> David Sinclair wrote:
>>    
>>> [hidden email] wrote:
>>>      
>>>> Hello Ryan,
>>>>
>>>> Thanks for the tip. I actually have a Tamino installation with the
>>>> SDK folder that I assume contains the right jar. I thought there was
>>>> a special compilation of class files that  got installed with
>>>> Orbeon. When I tried to install the TaminoAPI4J.jar from there I got
>>>> this exception:
>>>>
>>>>        
> ----------------------------------------------------------------------------
> ---
>  
>>>> java.lang.VerifyError: (class:
>>>> com/softwareag/common/instrumentation/logging/Log4jLogger, method:
>>>> isLoggable signature: (I)Z) Incompatible argument to function
>>>>    
>>>>
>>>>        
> com.softwareag.common.instrumentation.logging.LoggerFactory.getLogger(Unknow
> n
>  
>>>> Source)
>>>> ...
>>>>
>>>>        
> ----------------------------------------------------------------------------
> ---
>  
>>>> Do you know how to resolve this ?
>>>>
>>>>  
>>>>        
>>> Balazs,
>>>
>>> Strangely we seem to be having exactly the same problem as you - we
>>> are trying to upgrade to tamino 4.4 and are finding the same
>>> incompatibility problems.   It looks like Tamino use a newer version
>>> of log4j than Orbeon do or something.
>>> Alex / Erik, any ideas on how we can resolve this - we want to be
>>> able to take advantage of new feature in the Tamino API ...
>>>
>>> Dave
>>>
>>>      
>>>> regards,
>>>> Balazs
>>>>
>>>>  
>>>> ------------------------------------------------------------------------
>>>>        
>
>  
>>>>
>>>> --
>>>> You receive this message as a subscriber of the
>>>> [hidden email] mailing list.
>>>> To unsubscribe: mailto:[hidden email]
>>>> For general help: mailto:[hidden email]?subject=help
>>>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>>>  
>>>>        
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the
>>> [hidden email] mailing list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>>      
>> ------------------------------------------------------------------------
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email]
>>    
> mailing list.
>  
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>  
>>    
>
>
>
>
>  
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>  



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Tamino - deadlocks

Erik Bruchez
Administrator
In reply to this post by Doug Young
Doug Young wrote:
> Hi,
>   Replacing the log4j jar solves the access problem, but now no events
> appear in the logging events window. I can still get them in the console and
> appended to a file but not to the logging events window.
>
> Alex/Eric Is there an incompatibility between the OPSMonitor code and the
> (newer ?) version of log4j that has been shipped with Tamino ?

It looks like the latest stable version of log4j is 1.2.x. and we are
using a version 1.3 alpha. According to:

   http://logging.apache.org/log4j/docs/download.html

"The next major release of log4j will be version 1.3. It will contain
many new features and changes, and if you have written custom code, it
may need to be modified to work with it. Please see the document
entitled preparing for log4j 1.3 for a more detailed discussion."

So it is quite possible that there are incompatibilities.

-Erik



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Tamino - deadlocks

Ryan Puddephatt
Hi all,
        We have solved the Log4J problems, we are now using version 1.2.8
rather than 1.3 alpha. We had to change the OPS Monitor appender in
log4j.xml. We changed the locationInfo param to false and all the messages
come through. Any ideas on how this affects OPS? Or what this param does?

Ryan

Ryan Puddephatt
Web Developer
TFX Group
1 Michaelson Square
Livingston
West Lothian
Scotand
EH54 7DP
 
* [hidden email]
( 01506 407 110
7  01506 407 108
 

>-----Original Message-----
>From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez
>Sent: 18 January 2006 10:42
>To: [hidden email]
>Subject: Re: [ops-users] Tamino - deadlocks
>
>Doug Young wrote:
>> Hi,
>>   Replacing the log4j jar solves the access problem, but now no events
>> appear in the logging events window. I can still get them in the console
>and
>> appended to a file but not to the logging events window.
>>
>> Alex/Eric Is there an incompatibility between the OPSMonitor code and the
>> (newer ?) version of log4j that has been shipped with Tamino ?
>
>It looks like the latest stable version of log4j is 1.2.x. and we are
>using a version 1.3 alpha. According to:
>
>   http://logging.apache.org/log4j/docs/download.html
>
>"The next major release of log4j will be version 1.3. It will contain
>many new features and changes, and if you have written custom code, it
>may need to be modified to work with it. Please see the document
>entitled preparing for log4j 1.3 for a more detailed discussion."
>
>So it is quite possible that there are incompatibilities.
>
>-Erik




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Tamino - deadlocks

Alessandro  Vernet
Administrator
Hi Ryan,

According to the Log4j documentation:

"The LocationInfo option takes a boolean value. If true, the
information sent to the remote host will include location information.
By default no location information is sent to the server."

Source:
http://logging.apache.org/log4j/docs/api/org/apache/log4j/net/SocketHubAppender.html

So I guess that by setting this to false, you won't get Java class and
line number information in the logs. You can display this information
by enabling additional columns in the Logging Events view (see
screenshot). But as in general Java class and line numbers are not
really important, the impact is minimal.

Alex

On 1/20/06, Ryan Puddephatt <[hidden email]> wrote:

> Hi all,
>         We have solved the Log4J problems, we are now using version 1.2.8
> rather than 1.3 alpha. We had to change the OPS Monitor appender in
> log4j.xml. We changed the locationInfo param to false and all the messages
> come through. Any ideas on how this affects OPS? Or what this param does?
>
> Ryan
>
> Ryan Puddephatt
> Web Developer
> TFX Group
> 1 Michaelson Square
> Livingston
> West Lothian
> Scotand
> EH54 7DP
>
> * [hidden email]
> ( 01506 407 110
> 7  01506 407 108
>
> >-----Original Message-----
> >From: Erik Bruchez [mailto:[hidden email]] On Behalf Of Erik Bruchez
> >Sent: 18 January 2006 10:42
> >To: [hidden email]
> >Subject: Re: [ops-users] Tamino - deadlocks
> >
> >Doug Young wrote:
> >> Hi,
> >>   Replacing the log4j jar solves the access problem, but now no events
> >> appear in the logging events window. I can still get them in the console
> >and
> >> appended to a file but not to the logging events window.
> >>
> >> Alex/Eric Is there an incompatibility between the OPSMonitor code and the
> >> (newer ?) version of log4j that has been shipped with Tamino ?
> >
> >It looks like the latest stable version of log4j is 1.2.x. and we are
> >using a version 1.3 alpha. According to:
> >
> >   http://logging.apache.org/log4j/docs/download.html
> >
> >"The next major release of log4j will be version 1.3. It will contain
> >many new features and changes, and if you have written custom code, it
> >may need to be modified to work with it. Please see the document
> >entitled preparing for log4j 1.3 for a more detailed discussion."
> >
> >So it is quite possible that there are incompatibilities.
> >
> >-Erik
>
>
>
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>

--
Blog (XML, Web apps, Open Source):
http://www.orbeon.com/blog/


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

columns.png (15K) Download Attachment
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet