dev@glassfish.java.net

Re: deploy issue with glassfish v2 b31

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Tue, 16 Jan 2007 11:19:21 -0800

Hi Peter,

Are you using the cluster profile?
In b31 cluster profile, --secure is set to true by default.

If you've turned off ssl on listener 4848, then you'll need to add the
option --secure=false or --no-secure.

Jane


Peter Fabian wrote:

> Hong Zhang wrote:
>
>> Hi, Peter
>> Were you able to deploy the same application with admin gui with
>> previous builds of glassfish?
>
> sure. i had b 28 before and was fine
>
>> Also can you try to deploy the same web app using admin cli with
>> b31? This will tell us whether the problem is specific to admin gui.
>> Thanks.
>
> I cannot deploy with asadmin deploy.
> asadmin> deploy --user=admin --port 4848 "c:\Sun\idm6sp2.war"
> CLI171 Command deploy failed : Deployment of application failed -
> Unrecognized SSL message, plaintext connection?
>
> As I wrote in a prev. email, I had to turn of ssl on listener 4848.
> anyway if I don't use -s for deploy, why it tries to use ssl to connect?
>