Closed alexk82 closed 11 years ago
This seems to only be an issue when the client is running on Java 7. A temporary workaround would be to use Java 6 when deploying remotely.
I get the same issue on Java 1.6.0_33.
I have same problem. We are using Java 7, but tried a couple versions of Java 6 for the client, but it still hangs.
I have a similar problem, but with a local Server in Version jboss-as-7.2.0.Alpha1-SNAPSHOT. I use the deploy-artefact goal to deplyoy the the OSGi Bundle Apache Commons Logging provided by SpringSource.
Closing as I believe this has been resolved.
Hi!
I'm trying to use the jboss-as-maven-plugin to deploy a war to a remote server, but the plugin just hangs after/at the realm authentication. It happens with following setup:
My dev-box running is Fedora 16 and the Oracle JDK 1.7.0_03. The development server is running CentOS 5.8 Oracle JDK 1.7.0_03.
A jBoss AS 7.1.1 runs on both machines. These are two plain jBoss installations: just extracted the downloaded package and added a management user using the add-user.sh script.
To demonstrate the problem, I've created a test project using a archetype:
Now I try to deploy this project to my local dev machine:
Everything seems works perfectly.
Now I try to deploy to the remote server (started with ./bin/standalone.sh -b=0.0.0.0 -bmanagement=0.0.0.0 ):
But this command just hangs after it asked for the username and password:
There is nothing logged on the server side, only after I interrupt the deployment I get following error message:
The server is reachable from my machine, at least I can reach port 8080 and 9990 from the webbrowser, and also a telnet to 9999 works.
cheers, Alex