EasyBeans

Cannot stop EasyBeans smoothly when JMS is activated

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: EasyBeans 1.0 M2
  • Fix Version/s: EasyBeans 1.0 M3
  • Component/s: Core, Messaging
  • Description:
    Hide
    Actually, in the Embedded.stop() method, a JoramService is recreated : we do not use the joramService field !

    Ends with the following Exception :

    java.lang.IllegalStateException: Cannot stop a server as it was not started
            at org.objectweb.easybeans.jms.joram.JoramService.stop(JoramService.java:286)
            at org.objectweb.easybeans.server.Embedded.stop(Embedded.java:308)
         ....
    Show
    Actually, in the Embedded.stop() method, a JoramService is recreated : we do not use the joramService field ! Ends with the following Exception : java.lang.IllegalStateException: Cannot stop a server as it was not started         at org.objectweb.easybeans.jms.joram.JoramService.stop(JoramService.java:286)         at org.objectweb.easybeans.server.Embedded.stop(Embedded.java:308)      ....

Activity

People

Dates

  • Created:
    25/Jul/06 5:24 PM
    Updated:
    26/Jul/06 7:09 PM
    Resolved:
    26/Jul/06 7:09 PM