[jira] [Created] (AMQ-9064) Encryptionnotpossibleexception

2022-08-26 Thread Sureshkumar Jayapal (Jira)
Sureshkumar Jayapal created AMQ-9064:


 Summary: Encryptionnotpossibleexception
 Key: AMQ-9064
 URL: https://issues.apache.org/jira/browse/AMQ-9064
 Project: ActiveMQ
  Issue Type: Bug
  Components: Security/JAAS
Affects Versions: 5.16.5, 5.17.0, 5.16.4
Reporter: Sureshkumar Jayapal


I tried configuring the encryption algorithm  PBEWithMD5AndDES as given. When I 
try to change the algorithm to anyone of the below, and try encrypt and decrypt 
command it is working good. I am able to encrypt and add it to the 
credentials-enc  file with ENC(encryptedvalue). When I try bringing the 
application up we are getting encryption not possibleexception. I need an help 
to resolve this issue

 

   PBEWITHHMACSHA224ANDAES_128

   PBEWITHHMACSHA224ANDAES_256

   PBEWITHHMACSHA256ANDAES_128

   PBEWITHHMACSHA256ANDAES_256

   PBEWITHHMACSHA384ANDAES_128

   PBEWITHHMACSHA384ANDAES_256

   PBEWITHHMACSHA512ANDAES_128

   PBEWITHHMACSHA512ANDAES_256

 

 


    
     
  


                                                                     
  
      
    
    
  
       
       
   
  

 


            
        
                
                
                
     
            
        

 

credentials-enc

activemq.username=system
activemq.password=ENC(DCpgizp1wVsWUfpxct1/zQ==)
admin.username=admin
admin.password=ENC(UFUkexkcukvQdh298wVR2w==)
testuser.username=testuser
testuser.password=ENC(DCpgizp1wVsWUfpxct1/zQ==)
testguest.username=testguest
testguest.password=ENC(DCpgizp1wVsWUfpxct1/zQ==)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ARTEMIS-3958) network jitter sendWillMessage will cause java.lang.StackOverflowError

2022-08-26 Thread Justin Bertram (Jira)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17585525#comment-17585525
 ] 

Justin Bertram commented on ARTEMIS-3958:
-

As far as I can tell this has nothing to do with "network jitter." The 
stack-trace you attached indicates the problem is that the disk is full. This 
is causing the LWT to fail and triggers a connection failure which again 
triggers an LWT. This process recurses infinitely until the StackOverflowError.

I'm going to update the title and description of this Jira to reflect this.

> network jitter sendWillMessage will cause java.lang.StackOverflowError
> --
>
> Key: ARTEMIS-3958
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3958
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Reporter: gongping.zhu
>Assignee: Justin Bertram
>Priority: Major
> Attachments: StackOverflowError.log
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> under network jitter sendWillMessage will cause java.lang.StackOverflowError
> it will cause the device to switch back and forth between online and offline



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (ARTEMIS-3958) network jitter sendWillMessage will cause java.lang.StackOverflowError

2022-08-26 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-3958?focusedWorklogId=803995=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-803995
 ]

ASF GitHub Bot logged work on ARTEMIS-3958:
---

Author: ASF GitHub Bot
Created on: 26/Aug/22 16:15
Start Date: 26/Aug/22 16:15
Worklog Time Spent: 10m 
  Work Description: jbertram opened a new pull request, #4190:
URL: https://github.com/apache/activemq-artemis/pull/4190

   Due to the changes in 682f505e32f9b6472665212acd6f58c32c7bf98d we now
   send "Last Will & Testament" MQTT messages via ServerSession. This means
   sending will fail if the disk is full. For MQTT this triggers a
   connection failure which in turns triggers sending an LWT message. This
   process will recurse infinitely until it results in a
   java.lang.StackOverflowError.
   
   This commit fixes that by tracking whether or not sending a LWT message
   is already in progress.




Issue Time Tracking
---

Worklog Id: (was: 803995)
Remaining Estimate: 0h
Time Spent: 10m

> network jitter sendWillMessage will cause java.lang.StackOverflowError
> --
>
> Key: ARTEMIS-3958
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3958
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Reporter: gongping.zhu
>Assignee: Justin Bertram
>Priority: Major
> Attachments: StackOverflowError.log
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> under network jitter sendWillMessage will cause java.lang.StackOverflowError
> it will cause the device to switch back and forth between online and offline



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ARTEMIS-3958) network jitter sendWillMessage will cause java.lang.StackOverflowError

2022-08-26 Thread Justin Bertram (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Bertram updated ARTEMIS-3958:

Component/s: (was: ActiveMQ-Artemis-Native)

> network jitter sendWillMessage will cause java.lang.StackOverflowError
> --
>
> Key: ARTEMIS-3958
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3958
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Affects Versions: 2.25.0
>Reporter: gongping.zhu
>Assignee: Justin Bertram
>Priority: Major
> Attachments: StackOverflowError.log
>
>
> under network jitter sendWillMessage will cause java.lang.StackOverflowError
> it will cause the device to switch back and forth between online and offline



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ARTEMIS-3958) network jitter sendWillMessage will cause java.lang.StackOverflowError

2022-08-26 Thread Justin Bertram (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Bertram updated ARTEMIS-3958:

Affects Version/s: (was: 2.25.0)

> network jitter sendWillMessage will cause java.lang.StackOverflowError
> --
>
> Key: ARTEMIS-3958
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3958
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Reporter: gongping.zhu
>Assignee: Justin Bertram
>Priority: Major
> Attachments: StackOverflowError.log
>
>
> under network jitter sendWillMessage will cause java.lang.StackOverflowError
> it will cause the device to switch back and forth between online and offline



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ARTEMIS-3958) network jitter sendWillMessage will cause java.lang.StackOverflowError

2022-08-26 Thread Justin Bertram (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Bertram updated ARTEMIS-3958:

Flags:   (was: Important)

> network jitter sendWillMessage will cause java.lang.StackOverflowError
> --
>
> Key: ARTEMIS-3958
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3958
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>Affects Versions: 2.25.0
>Reporter: gongping.zhu
>Assignee: Justin Bertram
>Priority: Major
> Attachments: StackOverflowError.log
>
>
> under network jitter sendWillMessage will cause java.lang.StackOverflowError
> it will cause the device to switch back and forth between online and offline



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (ARTEMIS-3958) network jitter sendWillMessage will cause java.lang.StackOverflowError

2022-08-26 Thread Justin Bertram (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Bertram reassigned ARTEMIS-3958:
---

Assignee: Justin Bertram  (was: Clebert Suconic)

> network jitter sendWillMessage will cause java.lang.StackOverflowError
> --
>
> Key: ARTEMIS-3958
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3958
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: ActiveMQ-Artemis-Native
>Affects Versions: 2.25.0
>Reporter: gongping.zhu
>Assignee: Justin Bertram
>Priority: Major
> Attachments: StackOverflowError.log
>
>
> under network jitter sendWillMessage will cause java.lang.StackOverflowError
> it will cause the device to switch back and forth between online and offline



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ARTEMIS-3958) network jitter sendWillMessage will cause java.lang.StackOverflowError

2022-08-26 Thread gongping.zhu (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

gongping.zhu updated ARTEMIS-3958:
--
Attachment: (was: image-2022-08-26-13-06-42-209.png)

> network jitter sendWillMessage will cause java.lang.StackOverflowError
> --
>
> Key: ARTEMIS-3958
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3958
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: ActiveMQ-Artemis-Native
>Affects Versions: 2.25.0
>Reporter: gongping.zhu
>Assignee: Clebert Suconic
>Priority: Major
> Attachments: StackOverflowError.log
>
>
> under network jitter sendWillMessage will cause java.lang.StackOverflowError
>  
> it will cause the device to switch back and forth between online and offline



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ARTEMIS-3958) network jitter sendWillMessage will cause java.lang.StackOverflowError

2022-08-26 Thread gongping.zhu (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

gongping.zhu updated ARTEMIS-3958:
--
Description: 
under network jitter sendWillMessage will cause java.lang.StackOverflowError

it will cause the device to switch back and forth between online and offline

  was:
under network jitter sendWillMessage will cause java.lang.StackOverflowError

 

it will cause the device to switch back and forth between online and offline


> network jitter sendWillMessage will cause java.lang.StackOverflowError
> --
>
> Key: ARTEMIS-3958
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3958
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: ActiveMQ-Artemis-Native
>Affects Versions: 2.25.0
>Reporter: gongping.zhu
>Assignee: Clebert Suconic
>Priority: Major
> Attachments: StackOverflowError.log
>
>
> under network jitter sendWillMessage will cause java.lang.StackOverflowError
> it will cause the device to switch back and forth between online and offline



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (AMQ-9063) Test Issue

2022-08-26 Thread Saurabh Roy (Jira)
Saurabh Roy created AMQ-9063:


 Summary: Test Issue
 Key: AMQ-9063
 URL: https://issues.apache.org/jira/browse/AMQ-9063
 Project: ActiveMQ
  Issue Type: Bug
 Environment: This is an issue for sample
Reporter: Saurabh Roy


This is an issue for sample



--
This message was sent by Atlassian Jira
(v8.20.10#820010)