Persistent error : http status 503

Persistent error : http status 503

场景如下:

在工作中,对于 glassfish 服务器,每当我在网络浏览器中测试特定的 wsdl(对应于特定的 glassfish 模块)时,我都会遇到持续错误 http 状态 503。

对于同一台服务器 glassfish,我有其他 wsdl 对应于其他 glassfish 模块。我已经测试了这些完全相同的 wsdl,并且有效。

我已经试过了 :

尽管执行了所有这些操作,但我在日志文件中收到了我无法理解的奇怪错误消息。有人可以帮忙吗?

提前致谢。

日志文件:

[#|2018-06-19T23:34:21.311+0200|SEVERE|sun-appserver2.1.1|javax.enterprise.system.container.web|_ThreadID=30;_ThreadName=Thread-200;_RequestID=c23284fb-2dea-4a9a-86fc-5d764902c84a;|WebModule[/echange_operateur]PWC1275: Exception sending context initialized event to listener instance of class fr.bouyguestelecom.dolmen.access.ftth.exchange.servlet.TimerServletListener

javax.ejb.EJBException: Unable to complete container-managed transaction.; nested exception is: javax.transaction.SystemException: org.omg.CORBA.INTERNAL: JTS5022: Unexpected exception [com.sun.jts.CosTransactions.LogException: Log exception at point 14:

LOG-003: Read failure] from log. vmcid: 0x0 minor code: 0 completed: No

javax.transaction.SystemException: org.omg.CORBA.INTERNAL: JTS5022: Unexpected exception [com.sun.jts.CosTransactions.LogException: Log exception at point 14:

LOG-003: Read failure] from log. vmcid: 0x0 minor code: 0 completed: No at fr.bouyguestelecom.dolmen.access.ftth.exchange.servlet.TimerServletListener.contextInitialized(TimerServletListener.java:22)

javax.ejb.EJBException: Unable to complete container-managed transaction.; nested exception is: javax.transaction.SystemException: org.omg.CORBA.INTERNAL: JTS5022: Unexpected exception [com.sun.jts.CosTransactions.LogException: Log exception at point 14:

LOG-003: Read failure] from log. vmcid: 0x0 minor code: 0 completed: No

我仍然无法找出在日志文件中找到的错误消息,但我已设法通过以下方式解决问题:

  • 停止有问题的 Glassfish 模块;

  • 重新启动 glassfish 服务器;

  • 启动有问题的 Glassfish 模块;

执行此操作后,我收到了 wsdl 的响应。 希望能对有相同或相似问题的其他人有所帮助。