Autofilter Java Error Help
Posted: Thu Dec 18, 2025 9:32 am
I created a prototype to set up the spreadsheet with the automatic filter. I tried to follow the instructions given for another problem. Unfortunately, when I launch the program, a Java error is reported that I can't interpret.
ID messaggio . . . . . : RNQ0301 Gravità . . . . . . . : 99
Tipo di messaggio . . : Interrogazione
Data invio . . . . . . : 18/12/25 Ora invio . . . . . . : 10:13:41
Messaggio . . . : Ricevuta eccezione Java nel richiamo del metodo Java (C G
D F).
Causa . . . . . : La procedura RPG XXM10X nel programma MOD_AMI/XXM10X ha
ricevuto un'eccezione Java "java.lang.NoSuchMethodError:
org/apache/poi/ss/usermodel/Sheet.SetAutoFilter(Ljava/lang/String;)V" nel
richiamo al metodo "SetAutoFilter" con firma "(Ljava.lang.String;)V" nella
classe "org.apache.poi.ss.usermodel.Sheet".
Correzione . . . : Rivolgersi al responsabile per l'assistenza del programma
per determinare la causa del problema.
Scelte possibili per la risposta al messaggio . . . . . . . . . . . . . . . :
D -- Per ottenere un dump formattato RPG.
S -- Ottenere un dump di sistema.
I created the prototype and ran it like this
dSSSheet_AutoFilter...
d PR Extproc(*JAVA
d :SHEET_CLASS
d :'SetAutoFilter')
d Interval like(Jstring)
frw = 1 ;
fcl = 0 ;
lrw = rowcount ;
lcl = 22;
Range = new_CellRangeAddress(frw:lrw:fcl:lcl) ;
SSSheet_AutoFilter(Sheet:Range) ;
Poi 3.6
Help Me please
ID messaggio . . . . . : RNQ0301 Gravità . . . . . . . : 99
Tipo di messaggio . . : Interrogazione
Data invio . . . . . . : 18/12/25 Ora invio . . . . . . : 10:13:41
Messaggio . . . : Ricevuta eccezione Java nel richiamo del metodo Java (C G
D F).
Causa . . . . . : La procedura RPG XXM10X nel programma MOD_AMI/XXM10X ha
ricevuto un'eccezione Java "java.lang.NoSuchMethodError:
org/apache/poi/ss/usermodel/Sheet.SetAutoFilter(Ljava/lang/String;)V" nel
richiamo al metodo "SetAutoFilter" con firma "(Ljava.lang.String;)V" nella
classe "org.apache.poi.ss.usermodel.Sheet".
Correzione . . . : Rivolgersi al responsabile per l'assistenza del programma
per determinare la causa del problema.
Scelte possibili per la risposta al messaggio . . . . . . . . . . . . . . . :
D -- Per ottenere un dump formattato RPG.
S -- Ottenere un dump di sistema.
I created the prototype and ran it like this
dSSSheet_AutoFilter...
d PR Extproc(*JAVA
d :SHEET_CLASS
d :'SetAutoFilter')
d Interval like(Jstring)
frw = 1 ;
fcl = 0 ;
lrw = rowcount ;
lcl = 22;
Range = new_CellRangeAddress(frw:lrw:fcl:lcl) ;
SSSheet_AutoFilter(Sheet:Range) ;
Poi 3.6
Help Me please