Click here to Skip to main content
15,897,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I try to run deployed an application to the glassfish server administrator console, but it does not deployed.what should i do?
when I try do it this Error will occurred."There is no installed container capable of handling this application MDBexample."
thanks
Posted

1 solution

Here is a Stack Overflow question that might have the answer:

http://stackoverflow.com/questions/5206712/glassfish-deploy-commandexception-error[^]

One solution was to clean up the temporary area on the server, because if it is full then it won't accept new deployments. The other was to be sure that the folders are named properly (case-sensitive).

There also seems to be issues surrounding possible bugs in this process. When I looked it up on their site, I went through four bug reports that all linked to each other as the solution but no one seemed to actually solve the issue. It does seem as though newer versions have less problems with this.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900