Glassfish hangs after moving installation directory

后端 未结 2 507
情深已故
情深已故 2021-01-20 18:54

I know the answer to this, but I\'m posting this here because as an app developer, I was burned by this problem several times and it took a very long time to find the answer

2条回答
  •  粉色の甜心
    2021-01-20 19:47

    To give credit, the answer comes from this thread.

    Here is the executive summary, and what you need to do:

    I think you need to delete the existing OSGi framework cache, since the framework uses the location of the bundles as a key and moving the install directory thus changes this key. You should just be able to delete:

      glassfish-v3/glassfish/domains/domain1/osgi-cache/felix/ 
    

提交回复
热议问题