我一直在使用以下代码创建7-8个月的会话并成功检索记录。
s = NotesFactory.createSession(
ReadJNDIProperties.getProperties("notes/host"),
ReadJNDIProperties.getProperties("notes/username"),
ReadJNDIProperties.getProperties("notes/password"));
db = s.getDatabase("", nsf);
在哪里'是会话对象。
今天突然,代码无法与多米诺建立会话,当我测试代码的那部分时,它只是坐在那里。 NotesFactory.createSession()函数永远不会返回一个对象。
请告诉我可能是什么原因造成的?
提前致谢。 -Tushar
答案 0 :(得分:0)
可能的原因: