java installer ArrayIndexOutOfBoundsException

I2P router issues
Post Reply
User avatar
lgillis
Posts: 168
Joined: 20 Oct 2018 12:52
Contact:

java installer ArrayIndexOutOfBoundsException

Post by lgillis »

[geshi lang=bash]
◆ sha256sum i2pinstall_2.7.0.jar
d70ee549b05e58ded4b75540bbc264a65bdfaea848ba72631f7d8abce3e3d67a i2pinstall_2.7.0.jar
◆ LANG=en java -jar i2pinstall_2.7.0.jar
Command line arguments:
SEVERE: java.lang.ArrayIndexOutOfBoundsException: Index 70131 out of bounds for length 22674
[RC: 1] ◆ LANG=en java -jar i2pinstall_2.5.2.jar
Command line arguments:
SEVERE: java.lang.ArrayIndexOutOfBoundsException: Index 70131 out of bounds for length 22674
[RC: 1] ◆
[/geshi]


By the way, http://i2pforum.i2p/search.php?keywords=ArrayIndexOutOfBoundsException
Luther H. Gillis · Private Investigator · Discreet & Confidential
anikey
Posts: 60
Joined: 30 Nov 2023 20:08

Re: java installer ArrayIndexOutOfBoundsException

Post by anikey »

What is "geshi"?

And why did you put a search link? It does not give any results except this post.
User avatar
lgillis
Posts: 168
Joined: 20 Oct 2018 12:52
Contact:

Re: java installer ArrayIndexOutOfBoundsException

Post by lgillis »

anikey wrote: 14 Jan 2025 21:01 What is "geshi"?

And why did you put a search link? It does not give any results except this post.
Thank you for your questions, which do not relate to the actual topic. I'll answer you with a photomontage because, as you know, a picture is worth a thousand words and I can really egoize, pretending to be an experienced user who is at home in the software forums of the open source world. export-as-bbcode / too common words
;)
Luther H. Gillis · Private Investigator · Discreet & Confidential
anikey
Posts: 60
Joined: 30 Nov 2023 20:08

Re: java installer ArrayIndexOutOfBoundsException

Post by anikey »

I think to solve this problem, some more info would be good.

Were you running this on a desktop or a headless server?
Can you provide a backtrace?
User avatar
lgillis
Posts: 168
Joined: 20 Oct 2018 12:52
Contact:

Re: java installer ArrayIndexOutOfBoundsException

Post by lgillis »

anikey wrote: 15 Jan 2025 19:56 I think to solve this problem, some more info would be good.

Were you running this on a desktop or a headless server?
Can you provide a backtrace?
Sorry, but this elaborate code is aimed at software developers and not end users. If anyone had wanted guys like me to be able to solve the problem on their own, the message would look different. Then maybe the message would say, the program could not be started, first check that the power plug is connected and the device is turned on. Or something like that, you know what I mean? For developers, on the other hand, this Java message is not a riddle, but clearly describes the underlying problem. If this were not the case, the code would be different, somehow more --human, as already stated. But then it would no longer be an elaborate code and the distance to people would be reduced. Those who do not yet understand but want to understand what this is all about should take a look at the short installation instructions for Linux. If there is a developer reading along here, the priority is low, as anikey has already indicated, I am the only person on this planet where this occurs. Isn't that right? It's a friendly hint with a request to take note.
Luther H. Gillis · Private Investigator · Discreet & Confidential
anikey
Posts: 60
Joined: 30 Nov 2023 20:08

Re: java installer ArrayIndexOutOfBoundsException

Post by anikey »

Have you tried searching somewhere for a file with a backtrace? (Might be in $HOME/.i2p)

Also, were you running this on a desktop (with xorg/wayland) or on a headless server without gui?

Most likely, developers wouldn't help you without a backtrace or a way to reproduce the problem. Usually, when developers have an issue template, they ask about as much as possible beforehand.
Post Reply