René's URL Explorer Experiment


Title: (HTTP 530, error code 4250) Failed to get listusersresponse on Cloudstack 4.17.2 · Issue #7914 · apache/cloudstack · GitHub

Open Graph Title: (HTTP 530, error code 4250) Failed to get listusersresponse on Cloudstack 4.17.2 · Issue #7914 · apache/cloudstack

X Title: (HTTP 530, error code 4250) Failed to get listusersresponse on Cloudstack 4.17.2 · Issue #7914 · apache/cloudstack

Description: ISSUE TYPE Bug Report COMPONENT NAME API CLOUDSTACK VERSION 4.17.2 CONFIGURATION OS / ENVIRONMENT Centos 7 SUMMARY I send an API request to the Cloudstack server 4.17.2 , but an empty response is returned, while the same request was work...

Open Graph Description: ISSUE TYPE Bug Report COMPONENT NAME API CLOUDSTACK VERSION 4.17.2 CONFIGURATION OS / ENVIRONMENT Centos 7 SUMMARY I send an API request to the Cloudstack server 4.17.2 , but an empty response is r...

X Description: ISSUE TYPE Bug Report COMPONENT NAME API CLOUDSTACK VERSION 4.17.2 CONFIGURATION OS / ENVIRONMENT Centos 7 SUMMARY I send an API request to the Cloudstack server 4.17.2 , but an empty response is r...

Opengraph URL: https://github.com/apache/cloudstack/issues/7914

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"(HTTP 530, error code 4250) Failed to get listusersresponse on Cloudstack 4.17.2","articleBody":"\r\n##### ISSUE TYPE\r\nBug Report\r\n##### COMPONENT NAME\r\nAPI\r\n##### CLOUDSTACK VERSION\r\n4.17.2\r\n\r\n##### CONFIGURATION\r\n##### OS / ENVIRONMENT\r\nCentos 7\r\n\r\n##### SUMMARY\r\n\r\nI send an API request to the Cloudstack server 4.17.2 , but an empty response is returned, while the same request was working correctly on Cloudstack 4.13.1.\r\n\r\n\r\n\r\n##### STEPS TO REPRODUCE\r\n\r\n##### EXPECTED RESULTS\r\nThe expected output should be similar to below : \r\n\r\nINSERT INTO cloudstack_users (service_id, username, password, api_key, secret_key) VALUES : \r\n('3074','afra-246543-307554-mgmt',\r\n'defaultpass',\r\n'IVib7_WalyDw_z84p4M..........................................pYa4jWaNVi8Gw',\r\n'f1JLPqXkwT7tqF........................neXRSg8TAV-kEjA')\r\n\r\n\r\n##### ACTUAL RESULTS\r\nAPI request on browser : \r\n{\r\n\"listusersresponse\": {\r\n\"uuidList\": [],\r\n\"errorcode\": 530,\r\n\"cserrorcode\": 4250,\r\n\"errortext\": \"Caught: com.mysql.cj.jdbc.ClientPreparedStatement: SELECT user_view.id, user_view.uuid, user_view.username, user_view.password, user_view.firstname, user_view.lastname, user_view.email, user_view.state, user_view.api_key, user_view.secret_key, user_view.created, user_view.removed, user_view.timezone, user_view.registration_token, user_view.is_registered, user_view.incorrect_login_attempts, user_view.account_id, user_view.account_uuid, user_view.account_name, user_view.account_type, user_view.account_role_id, user_view.domain_id, user_view.domain_uuid, user_view.domain_name, user_view.domain_path, user_view.job_id, user_view.job_uuid, user_view.job_status, user_view.default, user_view.source FROM user_view WHERE user_view.domain_id = 7  AND user_view.account_type != 5  AND user_view.id != 1  AND user_view.domain_id = 7  AND user_view.domain_path LIKE x'2F57484D43532F25'  AND  (user_view.username LIKE x'256D676D7425'  OR user_view.firstname LIKE x'256D676D7425'  OR user_view.lastname LIKE x'256D676D7425'  OR user_view.email LIKE x'256D676D7425'  OR user_view.state LIKE x'256D676D7425'  OR user_view.account_name LIKE x'256D676D7425'  OR user_view.account_type LIKE ** NOT SPECIFIED ** )  AND user_view.removed IS NULL  ORDER BY user_view.id ASC  LIMIT 0, 100\"\r\n}\r\n}\r\n\r\n\r\nmanagement server log : \r\n\r\n2023-08-26 08:02:12,972 ERROR [c.c.a.ApiServer] (qtp1750498848-7703:ctx-083569e0 ctx-e5bf4365) (logid:31fbfd6e) unhandled exception executing api command: [Ljava.lang.String;@15e7acae\r\ncom.cloud.utils.exception.CloudRuntimeException: Caught: com.mysql.cj.jdbc.ClientPreparedStatement: SELECT user_view.id, user_view.uuid, user_view.username, user_view.password, user_view.firstname, user_view.lastname, user_view.email, user_view.state, user_view.api_key, user_view.secret_key, user_view.created, user_view.removed, user_view.timezone, user_view.registration_token, user_view.is_registered, user_view.incorrect_login_attempts, user_view.account_id, user_view.account_uuid, user_view.account_name, user_view.account_type, user_view.account_role_id, user_view.domain_id, user_view.domain_uuid, user_view.domain_name, user_view.domain_path, user_view.job_id, user_view.job_uuid, user_view.job_status, user_view.default, user_view.source FROM user_view WHERE user_view.domain_id = 7  AND user_view.account_type != 5  AND user_view.id != 1  AND user_view.domain_id = 7  AND user_view.domain_path LIKE x'2F57484D43532F25'  AND  (user_view.username LIKE x'256D676D7425'  OR user_view.firstname LIKE x'256D676D7425'  OR user_view.lastname LIKE x'256D676D7425'  OR user_view.email LIKE x'256D676D7425'  OR user_view.state LIKE x'256D676D7425'  OR user_view.account_name LIKE x'256D676D7425'  OR user_view.account_type LIKE ** NOT SPECIFIED ** )  AND user_view.removed IS NULL  ORDER BY user_view.id ASC  LIMIT 0, 100\r\n        at com.cloud.utils.db.GenericDaoBase.searchIncludingRemoved(GenericDaoBase.java:425)\r\n        at com.cloud.utils.db.GenericDaoBase.searchIncludingRemoved(GenericDaoBase.java:359)\r\n        at com.cloud.utils.db.GenericDaoBase.search(GenericDaoBase.java:348)\r\n        at com.cloud.utils.db.GenericDaoBase.searchAndCount(GenericDaoBase.java:1325)\r\n        at jdk.internal.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)\r\n        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n        at java.base/java.lang.reflect.Method.invoke(Method.java:566)\r\n        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)\r\n        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)\r\n        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n        at com.cloud.utils.db.TransactionContextInterceptor.invoke(TransactionContextInterceptor.java:34)\r\n        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n        at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)\r\n        at com.sun.proxy.$Proxy331.searchAndCount(Unknown Source)\r\n        at com.cloud.api.query.QueryManagerImpl.getUserListInternal(QueryManagerImpl.java:654)\r\n        at com.cloud.api.query.QueryManagerImpl.searchForUsersInternal(QueryManagerImpl.java:572)\r\n        at com.cloud.api.query.QueryManagerImpl.searchForUsers(QueryManagerImpl.java:507)\r\n        at org.apache.cloudstack.api.command.admin.user.ListUsersCmd.execute(ListUsersCmd.java:98)\r\n        at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:163)\r\n        at com.cloud.api.ApiServer.queueCommand(ApiServer.java:776)\r\n        at com.cloud.api.ApiServer.handleRequest(ApiServer.java:600)\r\n        at com.cloud.api.ApiServlet.processRequestInContext(ApiServlet.java:327)\r\n        at com.cloud.api.ApiServlet$1.run(ApiServlet.java:145)\r\n        at org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:55)\r\n        at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:102)\r\n        at org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:52)\r\n        at com.cloud.api.ApiServlet.processRequest(ApiServlet.java:142)\r\n        at com.cloud.api.ApiServlet.doGet(ApiServlet.java:96)\r\n        at javax.servlet.http.HttpServlet.service(HttpServlet.java:645)\r\n        at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)\r\n        at org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1450)\r\n        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799)\r\n        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:550)\r\n        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\r\n        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600)\r\n        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\r\n        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)\r\n        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)\r\n        at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\r\n        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)\r\n        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)\r\n        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)\r\n        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)\r\n        at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)\r\n        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)\r\n        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\r\n        at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:763)\r\n        at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)\r\n        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\r\n        at org.eclipse.jetty.server.Server.handle(Server.java:516)\r\n        at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:400)\r\n        at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645)\r\n        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392)\r\n        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)\r\n        at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)\r\n        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)\r\n        at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555)\r\n        at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410)\r\n        at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164)\r\n        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)\r\n        at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)\r\n        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)\r\n        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)\r\n        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)\r\n        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)\r\n        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)\r\n        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)\r\n        at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)\r\n        at java.base/java.lang.Thread.run(Thread.java:829)\r\nCaused by: java.lang.ClassCastException\r\n","author":{"url":"https://github.com/meisammaleki","@type":"Person","name":"meisammaleki"},"datePublished":"2023-08-26T05:30:54.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/7914/cloudstack/issues/7914"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:965ada5a-1b50-e700-8d97-c6c86f1037f5
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idACFA:28E279:AD3617C:B0B03EE:6A50BC12
html-safe-nonce22dcd5747654ef16c689342b981397566d5628a5edc871966db504af6c37b823
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQ0ZBOjI4RTI3OTpBRDM2MTdDOkIwQjAzRUU6NkE1MEJDMTIiLCJ2aXNpdG9yX2lkIjoiMjcwNDM4NTQwMzM2MjE3MTA2IiwicmVnaW9uX2VkZ2UiOiJzZWEiLCJyZWdpb25fcmVuZGVyIjoic2VhIn0=
visitor-hmacc0ccf11dd8c3ecf046a7a5163447430762bbd3733a7a7762a13fbff2ec860a76
hovercard-subject-tagissue:1867916260
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/apache/cloudstack/7914/issue_layout
twitter:imagehttps://opengraph.githubassets.com/638c0294d962e970f5279cb14d2b2cb3276d35b17a49b969e86ab49a19ec743e/apache/cloudstack/issues/7914
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/638c0294d962e970f5279cb14d2b2cb3276d35b17a49b969e86ab49a19ec743e/apache/cloudstack/issues/7914
og:image:altISSUE TYPE Bug Report COMPONENT NAME API CLOUDSTACK VERSION 4.17.2 CONFIGURATION OS / ENVIRONMENT Centos 7 SUMMARY I send an API request to the Cloudstack server 4.17.2 , but an empty response is r...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemeisammaleki
hostnamegithub.com
expected-hostnamegithub.com
None72b13e0e8d0319acdd27a145cfe73f4f06c791713d0ac4690e41fb68ad28cac0
turbo-cache-controlno-preview
go-importgithub.com/apache/cloudstack git https://github.com/apache/cloudstack.git
octolytics-dimension-user_id47359
octolytics-dimension-user_loginapache
octolytics-dimension-repository_id9759448
octolytics-dimension-repository_nwoapache/cloudstack
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id9759448
octolytics-dimension-repository_network_root_nwoapache/cloudstack
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release08e79d53fc070870d5b168356afebb1e286a2ffe
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/apache/cloudstack/issues/7914#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fapache%2Fcloudstack%2Fissues%2F7914
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fapache%2Fcloudstack%2Fissues%2F7914
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=apache%2Fcloudstack
Reloadhttps://github.com/apache/cloudstack/issues/7914
Reloadhttps://github.com/apache/cloudstack/issues/7914
Reloadhttps://github.com/apache/cloudstack/issues/7914
Please reload this pagehttps://github.com/apache/cloudstack/issues/7914
apache https://github.com/apache
cloudstackhttps://github.com/apache/cloudstack
Notifications https://github.com/login?return_to=%2Fapache%2Fcloudstack
Fork 1.3k https://github.com/login?return_to=%2Fapache%2Fcloudstack
Star 3k https://github.com/login?return_to=%2Fapache%2Fcloudstack
Code https://github.com/apache/cloudstack
Issues 538 https://github.com/apache/cloudstack/issues
Pull requests 262 https://github.com/apache/cloudstack/pulls
Discussions https://github.com/apache/cloudstack/discussions
Actions https://github.com/apache/cloudstack/actions
Projects https://github.com/apache/cloudstack/projects
Wiki https://github.com/apache/cloudstack/wiki
Security and quality 0 https://github.com/apache/cloudstack/security
Insights https://github.com/apache/cloudstack/pulse
Code https://github.com/apache/cloudstack
Issues https://github.com/apache/cloudstack/issues
Pull requests https://github.com/apache/cloudstack/pulls
Discussions https://github.com/apache/cloudstack/discussions
Actions https://github.com/apache/cloudstack/actions
Projects https://github.com/apache/cloudstack/projects
Wiki https://github.com/apache/cloudstack/wiki
Security and quality https://github.com/apache/cloudstack/security
Insights https://github.com/apache/cloudstack/pulse
(HTTP 530, error code 4250) Failed to get listusersresponse on Cloudstack 4.17.2https://github.com/apache/cloudstack/issues/7914#top
unplannedhttps://github.com/apache/cloudstack/milestone/19
https://github.com/meisammaleki
meisammalekihttps://github.com/meisammaleki
on Aug 26, 2023https://github.com/apache/cloudstack/issues/7914#issue-1867916260
unplannedNo due datehttps://github.com/apache/cloudstack/milestone/19
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.