I'm trying to deploy some wars or ears on Glassfish v3.1 that worked just
fine on Glassfish v2.1.1. Now from the console I get the error:
"GUI Internal Error: Archive Path is NULL"
When I look in the server.log, it has the following:
"[#|2010-11-15T11:22:52.259-0800|SEVERE|glassfish3.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=16;_ThreadName=Thread-1;|Module
type not recognized for module C:\testing\test-war|#]
[#|2010-11-15T11:22:52.259-0800|SEVERE|glassfish3.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=16;_ThreadName=Thread-1;|There
is no installed container capable of handling this application test-war|#]"
When I attempt to do this via command line (I even tried using the
compatability property):
"C:\testing\glassfish3\bin>.\asadmin deploy --property compatibility=v2
"C:\testing\test-war"
org.glassfish.api.admin.CommandException: remote failure: Error occurred
during deployment: There is no installed container capable of handling this
application test-war. Please see server.log for more details.
Command deploy failed."
I'm trying to deploy a WAR in this case, that deploys perfectly fine in GF
2.1.1. I'm using the directory deploy option.
Please let me know if there are any ideas. I see quite a few people are
having similar issues deploying in GF 3.0+, but I have yet to see a working
solution. Is this a bug? Thanks!
--
[Message sent by forum member 'turtletsg']
View Post: http://forums.java.net/node/718214