DaanHoogland commented on PR #9566:
URL: https://github.com/apache/cloudstack/pull/9566#issuecomment-2324297943

   > I manually tested in a local environment.
   
   thanks @bernardodemarco 
   
   
   
   > @DaanHoogland, what do you think about using one of the Ant Design 
components for the input field?
   
   which one would you like to see implemented?
   
   > Regarding the `listNetworkACLLists`, when executing the API with the 
`keyword` parameter, apparently a NPE is not being handled.
   > 
   > ```shell
   > (localcloud) 🐱 > list networkacllists 
vpcid="f9510528-eb2c-405f-b690-21a540c00661" keyword="acl"
   > 🙈 Error: (HTTP 530, error code 4250) Caught error: null
   > ```
   > 
   > Management server logs:
   > 
   ```shell
   2024-09-01T16:09:42,439 ERROR [c.c.n.v.d.NetworkACLDaoImpl] 
(qtp1438988851-385:[ctx-49b0b1cf, ctx-54f34d08]) (logid:d0c03e10) Caught: 
com.mysql.cj.jdbc.ClientPreparedStatement: SELECT network_acl.id, 
network_acl.vpc_id, network_acl.uuid, network_acl.name, 
network_acl.description, network_acl.display FROM network_acl WHERE 
network_acl.vpc_id IN (1,0)  AND network_acl.display = 1  AND  
(network_acl.name LIKE x'2561636c25'  OR network_acl.description LIKE 
x'2561636c25'  OR )  ORDER BY network_acl.id DESC  LIMIT 0, 500 
java.lang.NullPointerException
   2024-09-01T16:09:42,439 ERROR [c.c.a.ApiServer] 
(qtp1438988851-385:[ctx-49b0b1cf, ctx-54f34d08]) (logid:d0c03e10) unhandled 
exception executing api command: [Ljava.lang.String;@33af317 
com.cloud.utils.exception.CloudRuntimeException: Caught error: null
   ```
   
   thanks, will have a look


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to