ILEastic icon indicating copy to clipboard operation
ILEastic copied to clipboard

Embedded application server for ILE on IBM i

Results 29 ILEastic issues
Sort by recently updated
recently updated
newest added

From time to time the wrong route id is set on in the request data structure on a request. ``` **FREE /// // Route Id Example // // This example...

Compiling all examples fails, with each failing like this: ``` $ gmake touch errorlist.txt ;\ setccsid 1252 errorlist.txt;\ liblist -a ILEASTIC;\ setccsid 1252 helloworld.rpgle;\ system -iK "CRTBNDRPG PGM(ILEASTIC/helloworld) SRCSTMF('helloworld.rpgle') OPTION(*NOUNREF)...

When a web service uses SQL transactions it needs to scope these to the thread and not the job or activation group. The could be done with the Change Job...

I can `gmake all` just fine but `gmake plugins` is failing.

I made a simple program that selects every from a file and returns it as JSON via noxDB. Following the example file: noxdbcust.rpgle `dcl-proc jsonTest; dcl-pi *n; request likeds(IL_REQUEST); response...

Currently there is only a message which tells you that the thread could not be started when a request comes in. I think it would be better to test on...

I have an issue building. When I run with qsh (per default in the makefile) it fails fast with "gmake not found". If I run with bash then it does...

I had tried for many times but I have always compile error system -q "CHGATR OBJ('src/ext/utl100.c') ATR(*CCSID) VALUE(1252)" system "CRTCMOD MODULE(ILEASTIC/utl100) SRCSTMF('src/ext/utl100.c') OPTIMIZE(10) ENUM(*INT) TERASPACE(*YES) STGMDL(*INHERIT) SYSIFCOPT(*IFSIO) INCDIR('/QIBM/include' 'headers/' 'headers/ext/')...

If either plugin or endpoint sends an escape message/exception the post response plugins are not called anymore. Depending on what you do in a post response plugin this may cause...

Hello guys I am trying to install ILEastic and I followed the steps, but I am getting the following errors at step: cd ILEastic gmake `bash-4.4$ gmake system -qi "CRTLIB...