"bblackmoor" wrote : The XAConnectionFactory FAQ item does not say anything about the server.log or an INCOMPLETE DEPLOYMENT LISTING error message. Perhaps I am asking the wrong question?
Ah, a solution at last. Somehow, during the installation of JBoss, the files: server/dev/data/hypersonic/localDB.properties server/dev/data/hypersonic/localDB.script were chown'd to root:web rather than jboss:web (I am not sure how that happened). As Adrian hinted in his coy way, the server.log showed that during the persistence manager initialization that permission was being denied to access theses files. The exception I was seeing was the end result of this. Now that the file permissions are correctly set, the exception is eliminated. What I still do not understand is why JBoss is still using Hypersonic rather than Postgres, but one step at a time... So check that log file, jinu, and maybe your problem will have a similar solution. Perhaps the folks responsible for maintaining the FAQ wiki could add a note or a hyperlink from the XAConnectionFactory FAQ item to whatever item it was that Adrian was referring to? It might reduce the number of times he is obligated to insult people who ask for help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837464#3837464 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837464 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
