Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

连接mssql报错 #2

Open
Tukali opened this issue Aug 14, 2024 · 1 comment
Open

连接mssql报错 #2

Tukali opened this issue Aug 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Tukali
Copy link

Tukali commented Aug 14, 2024

连接mssql报错,设置的http代理,sqltools直接连没问题,mdut连接报错
image

image

报错信息如下:
java.lang.ArithmeticException: / by zero
at Util.Base64XOR.xorWithKey(Base64XOR.java:113)
at Util.Base64XOR.encode(Base64XOR.java:23)
at Dao.MssqlHttpDao.executeSQLStatement(MssqlHttpDao.java:751)
at Dao.MssqlHttpDao.getConnection(MssqlHttpDao.java:65)
at Controller.MssqlController.lambda$null$2(MssqlController.java:215)
at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$4(WinApplication.java:185)
at java.lang.Thread.run(Unknown Source)

@DeEpinGh0st DeEpinGh0st added the bug Something isn't working label Aug 15, 2024
@DeEpinGh0st
Copy link
Owner

好的,等我排查一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants