Re: Generic RA warnings in server.log

View: New views
9 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: Generic RA warnings in server.log

by Binod :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Mark,

I dont think, we support AcknowledgeMode in GRA. Ramesh, Siva?

thanks,
Binod.

On 23-Jan-08, at 1:40 PM, Mark Mundy wrote:

Hello Binod - I think ias is down and wanted a quick view on this before I dive in.

Anyone seen this kind of warning in the server.log before?

[#|2008-01-15T15:17:31.299+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR8000 : The method setAcknowledgeMode is not present in the class : com.sun.genericra.inbound.ActivationSpec|#]

[#|2008-01-15T15:17:31.301+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7097: No setter method present for the property acknowledgeMode in the class com.sun.genericra.inbound.ActivationSpec|#]

A customer is seeing this and I will be looking at it today but wondered if there was a swift answer. I dont see this with other apps utilising Generic RA - config issue?

Cheers

M
-- 
Mark Mundy
Tel: +44 (0)7876 396729
Software Consultant
Sun Microsystems

This message including any attachments is confidential information of Sun Microsystems, Inc. Disclosure, copying or distribution is prohibited without permission of Sun. If you are not the intended recipient, please reply to the sender and then delete this message


Re: Generic RA warnings in server.log

by Mark Mundy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Binod

Sorry it is early in the morning for me !

Here is more of a snip from the server.log which shows more of the same:

[#|2008-01-15T15:17:32.038+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7097: No setter method present for the property ReconnectAttempts in the class com.sun.messaging.jms.ra.ActivationSpec|#]
[#|2008-01-15T15:17:32.038+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR8000 : The method setAddressListBehavior is not present in the class : com.sun.messaging.jms.ra.ActivationSpec|#]
[#|2008-01-15T15:17:32.038+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7097: No setter method present for the property AddressListBehavior in the class com.sun.messaging.jms.ra.ActivationSpec|#]
[#|2008-01-15T15:17:32.039+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR8000 : The method setAddressListIterations is not present in the class : com.sun.messaging.jms.ra.ActivationSpec|#]
[#|2008-01-15T15:17:32.039+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7097: No setter method present for the property AddressListIterations in the class com.sun.messaging.jms.ra.ActivationSpec|#]
[#|2008-01-15T15:17:32.040+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR8000 : The method setReconnectInterval is not present in the class : com.sun.messaging.jms.ra.ActivationSpec|#]
[#|2008-01-15T15:17:32.040+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7097: No setter method present for the property ReconnectInterval in the class com.sun.messaging.jms.ra.ActivationSpec|#]



This is not seen with any other system here apart from this one so I am planning a meeting later to get the domain.xml and the dd for the app they are deploying but this does look odd.

M
Binod wrote:
Hi Mark,

I dont think, we support AcknowledgeMode in GRA. Ramesh, Siva?

thanks,
Binod.

On 23-Jan-08, at 1:40 PM, Mark Mundy wrote:

Hello Binod - I think ias is down and wanted a quick view on this before I dive in.

Anyone seen this kind of warning in the server.log before?

[#|2008-01-15T15:17:31.299+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR8000 : The method setAcknowledgeMode is not present in the class : com.sun.genericra.inbound.ActivationSpec|#]

[#|2008-01-15T15:17:31.301+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7097: No setter method present for the property acknowledgeMode in the class com.sun.genericra.inbound.ActivationSpec|#]

A customer is seeing this and I will be looking at it today but wondered if there was a swift answer. I dont see this with other apps utilising Generic RA - config issue?

Cheers

M
-- 
Mark Mundy
Tel: +44 (0)7876 396729
Software Consultant
Sun Microsystems

This message including any attachments is confidential information of Sun Microsystems, Inc. Disclosure, copying or distribution is prohibited without permission of Sun. If you are not the intended recipient, please reply to the sender and then delete this message


-- 
Mark Mundy
Tel: +44 (0)7876 396729
Software Consultant
Sun Microsystems

This message including any attachments is confidential information of Sun Microsystems, Inc. Disclosure, copying or distribution is prohibited without permission of Sun. If you are not the intended recipient, please reply to the sender and then delete this message
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@...

Re: Generic RA warnings in server.log

by Mark Mundy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Ramesh

Thanks that was my thinking it is as if they are somehow attempting to
use GRA where they want to use jms ra but the other exceptions I just
sent also look wrong.
M

Ramesh Parthasarathy wrote:

> Hi Mark,
>     We do not support custom acknowledgement modes in GRA. Could you
> check if the deployment descriptor (activationspec-config)contains
> this property (AcknowledgeMode). If so, please remove it.
>
> The jmsra (default ra in sjsas/glassfish) supports this property and
> probably the application might have been used with jmsra at some point
> in time.
>
> Thanks
> Ramesh
> Binod wrote:
>> Hi Mark,
>>
>> I dont think, we support AcknowledgeMode in GRA. Ramesh, Siva?
>>
>> thanks,
>> Binod.
>>
>> On 23-Jan-08, at 1:40 PM, Mark Mundy wrote:
>>
>>> Hello Binod - I think ias is down and wanted a quick view on this
>>> before I dive in.
>>>
>>> Anyone seen this kind of warning in the server.log before?
>>>
>>> [#|2008-01-15T15:17:31.299+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR8000
>>> : The method setAcknowledgeMode is not present in the class :
>>> *com.sun.genericra.inbound.ActivationSpec*|#]
>>>
>>> [#|2008-01-15T15:17:31.301+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7097:
>>> No setter method present for the property acknowledgeMode in the
>>> class com.sun.genericra.inbound.ActivationSpec|#]
>>>
>>> A customer is seeing this and I will be looking at it today but
>>> wondered if there was a swift answer. I dont see this with other
>>> apps utilising Generic RA - config issue?
>>>
>>> Cheers
>>>
>>> M
>>> --
>>> Mark Mundy
>>> Tel: +44 (0)7876 396729
>>> Software Consultant
>>> Sun Microsystems
>>>
>>> This message including any attachments is confidential information
>>> of Sun Microsystems, Inc. Disclosure, copying or distribution is
>>> prohibited without permission of Sun. If you are not the intended
>>> recipient, please reply to the sender and then delete this message
>>
>
>

--
Mark Mundy
Tel: +44 (0)7876 396729
Software Consultant
Sun Microsystems

This message including any attachments is confidential information of Sun Microsystems, Inc. Disclosure, copying or distribution is prohibited without permission of Sun. If you are not the intended recipient, please reply to the sender and then delete this message


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Generic RA warnings in server.log

by rampsarathy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Mark,
        We do not support custom acknowledgement modes in GRA. Could you check
if the deployment descriptor (activationspec-config)contains this
property (AcknowledgeMode). If so, please remove it.

The jmsra (default ra in sjsas/glassfish) supports this property and
probably the application might have been used with jmsra at some point
in time.

Thanks
Ramesh
Binod wrote:

> Hi Mark,
>
> I dont think, we support AcknowledgeMode in GRA. Ramesh, Siva?
>
> thanks,
> Binod.
>
> On 23-Jan-08, at 1:40 PM, Mark Mundy wrote:
>
>> Hello Binod - I think ias is down and wanted a quick view on this
>> before I dive in.
>>
>> Anyone seen this kind of warning in the server.log before?
>>
>> [#|2008-01-15T15:17:31.299+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR8000
>> : The method setAcknowledgeMode is not present in the class :
>> *com.sun.genericra.inbound.ActivationSpec*|#]
>>
>> [#|2008-01-15T15:17:31.301+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7097:
>> No setter method present for the property acknowledgeMode in the class
>> com.sun.genericra.inbound.ActivationSpec|#]
>>
>> A customer is seeing this and I will be looking at it today but
>> wondered if there was a swift answer. I dont see this with other apps
>> utilising Generic RA - config issue?
>>
>> Cheers
>>
>> M
>> --
>> Mark Mundy
>> Tel: +44 (0)7876 396729
>> Software Consultant
>> Sun Microsystems
>>
>> This message including any attachments is confidential information of Sun Microsystems, Inc. Disclosure, copying or distribution is prohibited without permission of Sun. If you are not the intended recipient, please reply to the sender and then delete this message
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Generic RA warnings in server.log

by Binod :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Mark,

This time it is configured to use MQ RA..... Not GRA...

thanks,
Binod.

On 23-Jan-08, at 2:37 PM, Mark Mundy wrote:

Hi Binod

Sorry it is early in the morning for me !

Here is more of a snip from the server.log which shows more of the same:

[#|2008-01-15T15:17:32.038+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7097: No setter method present for the property ReconnectAttempts in the class com.sun.messaging.jms.ra.ActivationSpec|#]
[#|2008-01-15T15:17:32.038+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR8000 : The method setAddressListBehavior is not present in the class : com.sun.messaging.jms.ra.ActivationSpec|#]
[#|2008-01-15T15:17:32.038+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7097: No setter method present for the property AddressListBehavior in the class com.sun.messaging.jms.ra.ActivationSpec|#]
[#|2008-01-15T15:17:32.039+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR8000 : The method setAddressListIterations is not present in the class : com.sun.messaging.jms.ra.ActivationSpec|#]
[#|2008-01-15T15:17:32.039+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7097: No setter method present for the property AddressListIterations in the class com.sun.messaging.jms.ra.ActivationSpec|#]
[#|2008-01-15T15:17:32.040+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR8000 : The method setReconnectInterval is not present in the class : com.sun.messaging.jms.ra.ActivationSpec|#]
[#|2008-01-15T15:17:32.040+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7097: No setter method present for the property ReconnectInterval in the class com.sun.messaging.jms.ra.ActivationSpec|#]



This is not seen with any other system here apart from this one so I am planning a meeting later to get the domain.xml and the dd for the app they are deploying but this does look odd.

M
Binod wrote:
Hi Mark,

I dont think, we support AcknowledgeMode in GRA. Ramesh, Siva?

thanks,
Binod.

On 23-Jan-08, at 1:40 PM, Mark Mundy wrote:

Hello Binod - I think ias is down and wanted a quick view on this before I dive in.

Anyone seen this kind of warning in the server.log before?

[#|2008-01-15T15:17:31.299+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR8000 : The method setAcknowledgeMode is not present in the class : com.sun.genericra.inbound.ActivationSpec|#]

[#|2008-01-15T15:17:31.301+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.resource.resourceadapter|_ThreadID=10;|RAR7097: No setter method present for the property acknowledgeMode in the class com.sun.genericra.inbound.ActivationSpec|#]

A customer is seeing this and I will be looking at it today but wondered if there was a swift answer. I dont see this with other apps utilising Generic RA - config issue?

Cheers

M
-- 
Mark Mundy
Tel: +44 (0)7876 396729
Software Consultant
Sun Microsystems

This message including any attachments is confidential information of Sun Microsystems, Inc. Disclosure, copying or distribution is prohibited without permission of Sun. If you are not the intended recipient, please reply to the sender and then delete this message


-- 
Mark Mundy
Tel: +44 (0)7876 396729
Software Consultant
Sun Microsystems

This message including any attachments is confidential information of Sun Microsystems, Inc. Disclosure, copying or distribution is prohibited without permission of Sun. If you are not the intended recipient, please reply to the sender and then delete this message


Re: Generic RA warnings in server.log

by Binod :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Mark,

Look like someone has configured MQ RA first and then changed it to use GRA. These properties doesnt exist
in GRA.

thanks,
Binod.


On 23-Jan-08, at 2:37 PM, Mark Mundy wrote:

AddressListBehavior


Re: Generic RA warnings in server.log

by Mark Mundy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry but how could they do that?

Do you mean create a resource with it and then change it afterwards somehow.

What would I look for to prove that?

Sorry I will leave you in peace now!

M

Binod wrote:
Hi Mark,

Look like someone has configured MQ RA first and then changed it to use GRA. These properties doesnt exist
in GRA.

thanks,
Binod.


On 23-Jan-08, at 2:37 PM, Mark Mundy wrote:

AddressListBehavior


-- 
Mark Mundy
Tel: +44 (0)7876 396729
Software Consultant
Sun Microsystems

This message including any attachments is confidential information of Sun Microsystems, Inc. Disclosure, copying or distribution is prohibited without permission of Sun. If you are not the intended recipient, please reply to the sender and then delete this message
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@...

Re: Generic RA warnings in server.log

by Binod :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry. discard this e-mail...  

The descriptor is configured to use MQ RA and not GRA in the last log that you sent...

- Binod.

On 23-Jan-08, at 3:17 PM, Mark Mundy wrote:

Sorry but how could they do that?

Do you mean create a resource with it and then change it afterwards somehow.

What would I look for to prove that?

Sorry I will leave you in peace now!

M

Binod wrote:
Hi Mark,

Look like someone has configured MQ RA first and then changed it to use GRA. These properties doesnt exist
in GRA.

thanks,
Binod.


On 23-Jan-08, at 2:37 PM, Mark Mundy wrote:

AddressListBehavior


-- 
Mark Mundy
Tel: +44 (0)7876 396729
Software Consultant
Sun Microsystems

This message including any attachments is confidential information of Sun Microsystems, Inc. Disclosure, copying or distribution is prohibited without permission of Sun. If you are not the intended recipient, please reply to the sender and then delete this message
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@...


Re: Generic RA warnings in server.log

by Mark Mundy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Binod

Sorry you are right I am going to go away now and hide!

I will take a look at the whole setup they have this afternoon.

Sorry!

M

Binod wrote:
Sorry. discard this e-mail...  

The descriptor is configured to use MQ RA and not GRA in the last log that you sent...

- Binod.

On 23-Jan-08, at 3:17 PM, Mark Mundy wrote:

Sorry but how could they do that?

Do you mean create a resource with it and then change it afterwards somehow.

What would I look for to prove that?

Sorry I will leave you in peace now!

M

Binod wrote:
Hi Mark,

Look like someone has configured MQ RA first and then changed it to use GRA. These properties doesnt exist
in GRA.

thanks,
Binod.


On 23-Jan-08, at 2:37 PM, Mark Mundy wrote:

AddressListBehavior


-- 
Mark Mundy
Tel: +44 (0)7876 396729
Software Consultant
Sun Microsystems

This message including any attachments is confidential information of Sun Microsystems, Inc. Disclosure, copying or distribution is prohibited without permission of Sun. If you are not the intended recipient, please reply to the sender and then delete this message
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@...


-- 
Mark Mundy
Tel: +44 (0)7876 396729
Software Consultant
Sun Microsystems

This message including any attachments is confidential information of Sun Microsystems, Inc. Disclosure, copying or distribution is prohibited without permission of Sun. If you are not the intended recipient, please reply to the sender and then delete this message
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@...
LightInTheBox - Buy quality products at wholesale price