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

服务器端java.lang.IllegalStateException: Not connected错误 #1

Open
nsb2006 opened this issue Jan 7, 2020 · 0 comments
Open

Comments

@nsb2006
Copy link

nsb2006 commented Jan 7, 2020

在服务器上运行好几年了一直好好的,直到上一次服务器重启了一回,然后再启动服务器端始终报错,日志如下:

[root@mail yuchsbox_server_1.16.2085.2]# java -jar svr.jar
01-07 09:17:14 : start DestroySession
01-07 09:17:14 : end DestroySession
01-07 09:17:14 : xxx@xxx.com PasswordKey is Empty, wait for client send PasswordKey.
01-07 09:17:29 : some client<6.6.6.6> connecting ,waiting for auth
01-07 09:17:29 : some client connect IP<6.6.6.6>
01-07 09:17:29 : m_store is not connected, ResetSession first
01-07 09:17:29 : start DestroySession
01-07 09:17:29 : end DestroySession
01-07 09:17:29 : xxx@xxx.com PasswordKey is Empty, wait for client send PasswordKey.
01-07 09:17:29 : java.lang.IllegalStateException: Not connected
at com.sun.mail.imap.IMAPStore.checkConnected(IMAPStore.java:1903)
at com.sun.mail.imap.IMAPStore.getDefaultFolder(IMAPStore.java:1677)
at com.yuchting.yuchberry.server.fetchEmail.checkIMAPFolder(fetchEmail.java:656)
at com.yuchting.yuchberry.server.fetchEmail.CheckFolder(fetchEmail.java:645)
at com.yuchting.yuchberry.server.fetchMgr.CheckAccountFolders(fetchMgr.java:873)
at com.yuchting.yuchberry.server.berrySvrPush.run(berrySvrDeamon.java:55)
01-07 09:17:29 : receive package head<22> length<27>

上一次gmail升级TLS 1.3的issue也是我提的,一眨眼又过去好几年了,不知这个bug还能不能被看到。

先道一声感谢,这个app给工作带来无数便利,真心希望能再用一段时间。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant