I forgot to add the error
16:06:50,796 INFO [STDOUT] Using SSLEngineImpl.
16:06:50,796 FINE [GRIZZLY] workerThread.httpException
java.lang.ClassCastException: com.sun.enterprise.web.connector.grizzly.WorkerThr
eadImpl cannot be cast to com.sun.enterprise.web.connector.grizzly.ssl.SSLWorker
Thread
at com.sun.enterprise.web.connector.grizzly.ssl.SSLReadTask.doTask(SSLRe
adTask.java:208)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:2
64)
at com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run(WorkerT
hreadImpl.java:117)
16:06:50,796 DEBUG [GRIZZLY] workerThread.httpException
java.lang.ClassCastException: com.sun.enterprise.web.connector.grizzly.WorkerThr
eadImpl cannot be cast to com.sun.enterprise.web.connector.grizzly.ssl.SSLWorker
Thread
at com.sun.enterprise.web.connector.grizzly.ssl.SSLReadTask.doTask(SSLRe
adTask.java:208)
at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:2
64)
at com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run(WorkerT
hreadImpl.java:117)
-----Original Message-----
From: Bessette-Halsema, Dominique E
Sent: Thursday, August 25, 2011 10:41 AM
To: users_at_grizzly.java.net
Subject: RE: Grizzly 2.x Source Code
It seems that I'm actually looking for v1.0.30
Just a not for anyone trying to figure out the grizzly version follow these instructions.
http://blogs.oracle.com/oleksiys/entry/patching_glassfish_2_1_x
I'm getting an error when I try to deploy a Service Application using two-way SSL do you know if this was fixed in grizzly version 2.x
-----Original Message-----
From: Ryan Lubke [mailto:ryan.lubke_at_oracle.com]
Sent: Thursday, August 25, 2011 9:21 AM
To: users_at_grizzly.java.net
Subject: Re: Grizzly 2.x Source Code
On 8/25/11 9:14 AM, dominique.bessette_at_gdit.com wrote:
> I'm trying to check out the grizzly 2.x release source code. I follow
> the directions and use git.
>
> http://grizzly.java.net/nonav/docs/docbkx2.0/html/sourcecode.html
>
> I'm getting this error
>
> $git clone git://Java.Net/grizzly~git
> Cloning into grizzly~git...
> Java.Net[0: 192.9.164.103]: errno=NO such file or directory
> fatal: unable to connect a socket (No such file or directory)
Works fine here. Are you behind a proxy?
>
> i tried pinging the ip 192.9.164.103 and there is no response. Is the
> server down? How do i get the source code that is with the openesb
> install/glassfish v2.2
Do you know what version of Grizzly you're looking for?
> Thank You