[jacorb-developer] IllegalAccessException

Nick Cross jacorb at goots.org
Thu Sep 25 10:08:27 CEST 2014



That was *possibly* fixed in 2.3.1 and most likely fixed in the 3.x series.

As I explained your IllegalAccessException is most likely caused by your 
version of Java - what version are you using?

If you require support for an older version of JacORB I suggest you 
contact one of the commercial companies listed here 
http://www.jacorb.org/support.html such as OCI.


Regards

Nick


On 24/09/14 17:23, Radha wrote:
> Hi Nick,
>
>         Below is the bugzilla reference,
>
> http://www.jacorb.org/bugzilla/show_bug.cgi?id=858
>
> I am using jacorb 2.3.0. I read in jacorb2.3.0 beta 2 the above
> mentioned dead lock issue is fixed. But in jacorb 2.3.0 still  the issue
> is seen.
>
> I thought jacorb 2.3.0 predates jacorb 2.3.0 beta 2 version and thought
> of using it.
>
> I download jacorb 2.3.0 beta 2 version jar from jacorb site. when I
> started using it, I got iiegalaccessexception.
>
> I cannot upgrade the jacorb version as we have to make lot of code changes.
>
> Please advise how to go about.
>
> Actually I need fix for deadlock issue.
> http://www.jacorb.org/bugzilla/show_bug.cgi?id=858
>
> Really appreciate your support.
>
> Thanks,
> Radha.
>
>
> On Wednesday, 24 September 2014 9:52 PM, Radha <everrad at yahoo.co.in> wrote:
>
>
> Hi Nick,
>
>         Below is the bugzilla reference,
>
> http://www.jacorb.org/bugzilla/show_bug.cgi?id=858
>
> I am using jacorb 2.3.0. I read in jacorb2.3.0 beta 2 the above
> mentioned dead lock issue is fixed. But in jacorb 2.3.0 still  the issue
> is seen.
>
> I thought jacorb 2.3.0 predates jacorb 2.3.0 beta 2 version and thought
> of using it.
>
> I download jacorb 2.3.0 beta 2 version jar from jacorb site. when I
> started using it, I got iiegalaccessexception.
>
> I cannot upgrade the jacorb version as we have to make lot of code changes.
>
> Please advise how to go about.
>
> Actually I need fix for deadlock issue.
> http://www.jacorb.org/bugzilla/show_bug.cgi?id=858
>
> Really appreciate your support.
>
> Thanks,
> Radha.
>
>
> On Wednesday, 24 September 2014 9:40 PM, Nick Cross <jacorb at goots.org>
> wrote:
>
>
>
> Hi,
>
> Reply inline.
>
> On 24/09/14 16:32, Radha wrote:
>  > Hi Nick,
>  >
>  > Thanks for your response. If we start using latest Jacob version we
>  > have to make huge changes in our application. We are nearing our
>  > deadline. Can you please suggest something so that I would stay with
>  > Jacob 2.3 beta 2 version. Currently we are using Jacob 2.3.0 version.
>  > We want fix for socket closed connection shutdown issue. So I was
>  > thinking of moving to Jacob 2.3.0 beta 2 version in which issue is
>  > fixed, please advise.
>
> Note that  JacORB 2.3.0 beta 2 predates 2.3.0 final release.
>
> Can you clarify which "socket closed connection shutdown" issue you are
> referring to? Do you have a bugzilla reference?
>
> Your earlier email referred to an IllegalAccessException. I would guess
> that that is probably because that code was targeting JDK 1.4 - probably
> in later JDKs the internal Sun class access protection was changed.
>
>
> Nick
>
>
>  >
>  > Thanks, Radha
>  >
>  > Sent from my iPhone
>  >
>  > On Sep 24, 2014, at 7:50 PM, Nick Cross <jacorb at goots.org
> <mailto:jacorb at goots.org>> wrote:
>  >
>  >>
>  >> JacORB 2.3 Beta 2 dates from Oct 2006. I would recommend you look
>  >> at moving to the currently supported 3.5 version.
>  >>
>  >> Thanks
>  >>
>  >> Nick
>  >>
>  >> On 24/09/14 14:28, Radha wrote:
>  >>> Hi,
>  >>>
>  >>> I downloaded jacorb2.3 beta 2 version of jacorb.jar and when I
>  >>> tried using in my application, I get below exception.  I figured
>  >>> that in next version of JSSEUtil the issue is fixed. Is it
>  >>> incorporated in any version of jacorb 2.3.0? Shall I get the
>  >>> latest version of JSSEUtil.java file and build the jacrob jar and
>  >>> start using it? Please let me know.
>  >>>
>  >>> I cannot move to jacorb 2.3.1 because of change of log
>  >>> infrastructure and my application will have major impact.
>  >>>
>  >>> [wlrun70] Caused By: java.lang.RuntimeException:
>  >>> java.lang.IllegalAccessException: Class
>  >>> org.jacorb.security.ssl.sun_jsse.JSSEUtil can not access a member
>  >>> of class com.sun.net.ssl.internal.ssl.SSLServerSocketImpl with
>  >>> modifiers "public" [wlrun70]    at
>  >>>
> org.jacorb.security.ssl.sun_jsse.JSSEUtil.setWantClientAuth(JSSEUtil.java:139)
>  >>
>  >>>
> [wlrun70]    at
> org.jacorb.security.ssl.sun_jsse.SSLServerSocketFactory.createServerSocket(SSLServerSocketFactory.java:248)
>  >>> [wlrun70]    at
>  >>>
> org.jacorb.orb.iiop.IIOPListener$SSLAcceptor.newServerSocket(IIOPListener.java:657)
>  >>
>  >>>
> [wlrun70]    at
> org.jacorb.orb.iiop.IIOPListener$SSLAcceptor.createServerSocket(IIOPListener.java:644)
>  >>> [wlrun70]    at
>  >>> org.jacorb.orb.iiop.IIOPListener$Acceptor.init(IIOPListener.java:414)
>  >>
>  >>>
> [wlrun70]    at
> org.jacorb.orb.iiop.IIOPListener.configure(IIOPListener.java:166)
>  >>> [wlrun70]    at
>  >>> org.jacorb.orb.etf.FactoriesBase.newInstance(FactoriesBase.java:123)
>  >>>
>  >>>
> [wlrun70]    at
>  >>> org.jacorb.orb.etf.FactoriesBase.create_listener(FactoriesBase.java:72)
>  >>
>  >>>
> [wlrun70]    at
> org.jacorb.orb.BasicAdapter.configure(BasicAdapter.java:104)
>  >>> [wlrun70]    at org.jacorb.orb.ORB.getRootPOA(ORB.java:951)
>  >>> [wlrun70]   at
>  >>> org.jacorb.orb.ORB.resolve_initial_references(ORB.java:1237)
>  >>> [wlrun70]    at
>  >>> com.lni.lps.nei.NEAdopter.<init>(NEAdopter.java:183) [wlrun70]
>  >>> at com.lni.lps.nei.NEAdopter.init(NEAdopter.java:235) [wlrun70]
>  >>> at com.lni.lps.nei.NEAdopter.init(NEAdopter.java:230)
>  >>>
>  >>>
>  >>> Thanks, Radha. _______________________________________________
>  >>> jacorb-developer maillist  -
>  >>> jacorb-developer at lists.spline.inf.fu-berlin.de
> <mailto:jacorb-developer at lists.spline.inf.fu-berlin.de>
>  >>> https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
>  >>>
>
>
>
>



More information about the jacorb-developer mailing list