Glassfish: Error in linking security policy for -


i got error while restarting or re-deploying app glassfish , exception below:

com.sun.enterprise.admin.cli.commandexception: remote failure: exception while loading app : org.glassfish.deployment.common.deploymentexception: error in linking security policy appname -- inconsistent module state 

what should solve issue?

after googling couple of hours found replies , 1 worked me:

remove application folder placed under policy folder:

rm -rf /opt/sun-glassfish/glassfish/domains/domain1/generated/policy/appname 

then redeploy , restart glassfish.

it should work.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -