3 Replies Latest reply on Mar 1, 2013 5:51 AM by nickarls

    JBoss 7.1.1 unable to deploy application, but NO ERROR message

    kensvebary

      Hi!

       

      I am using JBoss 7.1.1 on Windows Server 2008 R2.

      I need to deploy Enterprise application on it (JSF,EJB).

       

      Now, when I try to deploy this application on my local computer (Windows 7), everything goes ok.

      But when I try to deploy the same application on Windows Server, nothing hapens.

      Server is successfully started (admin console is available), but I just can't get the application to deploy.

      And the strangest thing is : there are ZERO ERROR MESSAGES!

      Nothing! Everything is going as expected, and then it just stops.

       

      I've used trace to see what is happenning during deploy, and it turns out that the last thing that server does is : Bound Beans to Entity Manager (example : [org.jboss.as.naming] (MSC service thread 1-8) Bound resource env/..) . It seems that that step goes ok.

       

      After that, deployment just stops.

      No error, no warning, no nothing.

      From what I've seen from trace on my local machine, the next step in deployment is for DeploymentScanner thread to find and load some framework classes (Hibernate4, ... - framework classes)

      But this doesn't happen on  Windows Server JBoss.

       

      What could be the problem?

      OS?

      Something wrong in the preferences?

      I really don't see what to do next.