Following is a translated community post. I can ask for the app if we
need it to diagnose.
Thanks,
Judy
--------
"In glassfish V2, when I deploy apache-archiva, I got
javax.naming.OperationNotSupportedException: close() not implemented.
When I looked GglassFish code
com.sun.enterprise.naming.NamingManagerImpl,I found
error occurred at
public void close() throws NamingException {
throw new OperationNotSupportedException("close() not implemented");
}
Would you please let me know why I am getting this error."