Results 1 to 2 of 2

Thread: Spring DM within external tomcat raising strange errors

  1. #1
    Join Date
    Jul 2006
    Posts
    126

    Default Spring DM within external tomcat raising strange errors

    Hi,

    We are facing a strange problem using spring DM. We are on version 1.2.1 of DM and spring 3.0.1.RELEASE-A version.

    My platform works perfectly fine with tomcat being a bundle within equinox container. However when I deploy the application in an external tomcat I get
    Code:
    ERROR [org.springframework.osgi.extender.internal.util.concurrent.RunnableTimedExecution] - Closing runnable for context OsgiBundleXmlApplicationContext(bundle=com.arisglobal.aglite.core, config=osgibundle:/META-INF/spring/*.xml) did not finish in 10000ms; consider taking a snapshot and then shutdown the VM in case the thread still hangs
    To be more precise this was all working fine until yesterday. We didn't change spring bundles meanwhile. I am sure there is something related to my code which might be causing this, however I would like to get a hint about what could be happening.

    Kindly help,

    Thanks,
    Shashi

  2. #2
    Join Date
    Jul 2006
    Posts
    126

    Default

    Hi,

    I have resolved this. Not sure how it affected spring but I had put tomcat bundle getting started within tomcat and this was causing all the trouble.

    Also this was causing the VM to hang and none of the OSGi commands were being served. Not sure how will the whole VM hang with this.

    Thanks,
    Shashi

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •