Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem of error reporting when jdbc connects sdb to do update operation

2025-01-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "jdbc connection sdb do update operation error how to solve", interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let Xiaobian take you to learn "jdbc connection sdb do update operation error how to solve"!

[Detailed Description]

jdbc connects to sdb to do update operation, coordination node reports-10, edu cannot be created. What is this edu? 10 What causes it?

[Log]

Function:StartEDU

File:SequoiaDB/engine/pmd/pmdEDUMgr.cpp

Line:1283

Message:

Create edu[Type:23] failed, rc: -10

For detailed error information, see attachment: 1.png

See attachment: 2.png for environment ulimit configuration

[Solution]

See error message should be allocation thread failure, guess should be OS kernel parameter limitation problem, suggestion:

Adjust the kernel parameters, such as the current problem machine open files to 65535, open files to 131070:

provisional entry into force: ulimit -n 131070;

At this point, I believe everyone has a deeper understanding of "jdbc connection sdb update operation error how to solve", may wish to actually operate it! Here is the website, more related content can enter the relevant channels for inquiry, pay attention to us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report