Menu

java.lang.ArrayIndexOutOfBoundsException: 16 Exception

2017-12-27
2020-08-25
  • Tejas Sawant

    Tejas Sawant - 2017-12-27

    Following exception occuring

    java.lang.ArrayIndexOutOfBoundsException: 16
    at jcifs.util.Encdec.dec_uint32le(Encdec.java:90)
    at ndr.NdrBuffer.dec_ndr_long(NdrBuffer.java:146)
    at ndr.NetworkDataRepresentation.readUnsignedLong(NetworkDataRepresentation.java:64)
    at org.jinterop.dcom.core.JIRemoteSCMActivator$RemoteCreateInstance.read(JIRemoteSCMActivator.java:642)
    at ndr.NdrObject.decode(NdrObject.java:36)
    at rpc.ConnectionOrientedEndpoint.call(ConnectionOrientedEndpoint.java:137)
    at rpc.Stub.call(Stub.java:113)
    at org.jinterop.dcom.core.JIComServer.init(JIComServer.java:645)
    at org.jinterop.dcom.core.JIComServer.initialise(JIComServer.java:496)
    at org.jinterop.dcom.core.JIComServer.<init>(JIComServer.java:429)
    at com.tcs.itms.service.PerformanceMonitor.setWindowsCredentials(PerformanceMonitor.java:69)
    at com.tcs.itms.service.PerformanceMonitor.main(PerformanceMonitor.java:795)

    . As per discuussions 2015 , new build has fix. I am using j-Interop_3_0_0.tar.

    New build is released or not ?

     
    • Vikram Roopchand

      Hi Tejas,

      Please compile and use the trunk, that has the fix.

      Best regards,
      Vikram

      On Dec 27, 2017 13:49, "Tejas Sawant" tejas13@users.sf.net wrote:

      Following exception occuring

      java.lang.ArrayIndexOutOfBoundsException: 16
      at jcifs.util.Encdec.dec_uint32le(Encdec.java:90)
      at ndr.NdrBuffer.dec_ndr_long(NdrBuffer.java:146)
      at ndr.NetworkDataRepresentation.readUnsignedLong(NetworkDataRepresentation.
      java:64)
      at org.jinterop.dcom.core.JIRemoteSCMActivator$RemoteCreateInstance.read(
      JIRemoteSCMActivator.java:642)
      at ndr.NdrObject.decode(NdrObject.java:36)
      at rpc.ConnectionOrientedEndpoint.call(ConnectionOrientedEndpoint.java:137)
      at rpc.Stub.call(Stub.java:113)
      at org.jinterop.dcom.core.JIComServer.init(JIComServer.java:645)
      at org.jinterop.dcom.core.JIComServer.initialise(JIComServer.java:496)
      at org.jinterop.dcom.core.JIComServer.<init>(JIComServer.java:429)
      at com.tcs.itms.service.PerformanceMonitor.setWindowsCredentials(
      PerformanceMonitor.java:69)
      at com.tcs.itms.service.PerformanceMonitor.main(PerformanceMonitor.java:795)

      . As per discuussions 2015 , new build has fix. I am using
      j-Interop_3_0_0.tar.

      New build is released or not ?

      java.lang.ArrayIndexOutOfBoundsException: 16 Exception
      https://sourceforge.net/p/j-interop/discussion/840678/thread/159fc36f/?limit=25#d356


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/j-interop/discussion/840678/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       
  • Chris Collins

    Chris Collins - 2020-08-24

    Hello!

    If there's been no release since 2013, but the trunk has a fix in it, where is the source for that trunk to compile from?

    Thanks!

     

Log in to post a comment.