I guess you are running out of space on your hard drive.
When you deploy the ear or war file, Glassfish is copying it in a temp directory:
/tmp/s1astempdomain1server-471335188/project.ear
If the disk is full it won't be able to do it.
Try also with the deployment by command line:
asadmin deploy --target cluster_name ./project.ear
or
asadmin deploy ./project.ear
And the error message in the log should be clearer.
Hope this helps.
[Message sent by forum member 'gnebro' ]
http://forums.java.net/jive/thread.jspa?messageID=373538