Back to Four Js Website
Four Js Customer Forum
Subscribe for automatic updates:
RSS
Sign in for full access
|
Help
Four Js Development Tools Forum
>
Discussions by product
>
Reporting tools (GRW, GRE)
>
ERROR communicating with GRE: Response from channel is NULL.
Most recent posts
Pages: [
1
]
« previous
next »
Reply
|
Print
Author
Topic: ERROR communicating with GRE: Response from channel is NULL. (Read 9800 times)
Asnidzal M.
Posts: 28
ERROR communicating with GRE: Response from channel is NULL.
«
on:
April 04, 2023, 10:35:30 am »
Hi all,
I try to use new Genero version 4.03, everything ok, the system(form / input etc.) is running ok except for generate a genero report. The error is like below :
Exception in thread "main" java.lang.UnsupportedClassVersionError: GReportWriter : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:648)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:272)
at java.net.URLClassLoader.access$000(URLClassLoader.java:68)
at java.net.URLClassLoader$1.run(URLClassLoader.java:207)
at java.net.URLClassLoader$1.run(URLClassLoader.java:201)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:200)
at java.lang.ClassLoader.loadClass(ClassLoader.java:325)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:296)
at java.lang.ClassLoader.loadClass(ClassLoader.java:270)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:406)
ERROR communicating with GRE: Response from channel is NULL. Please check your Java installation.
Program stopped at 'PrettyPrinterStyleSheet.4gl', line number 213.
FORMS statement error number -6000.
FLM-64 - Invalid license request format.
*** Execution of 'Application' finished. Exit code: 1 ***
I check all the setting is ok. Everyting is point to right path on Genero studio and .bash_profile setting.
.bash_profile :
#==================================================================================
export FGLDIR=/mnt/shared01/fourjs/gstsrv/4.00/fgl
export FGLASDIR=/mnt/shared01/fourjs/gstsrv/4.00/gas
export FGLSERVER=`who am i | awk '{print $5}' | sed 's/(//g' | sed 's/)//g'`:0
export GREDIR=/mnt/shared01/fourjs/gstsrv/4.00/gre
export GSTDIR=/mnt/shared01/fourjs/gstsrv/4.00/gst
export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.41.x86_64/jre
export PATH=$PATH:$FGLDIR/bin:$GREDIR/bin:.
export FGLLDPATH=$GSTDIR/lib:$FGLDIR/lib:$GREDIR/lib
#==================================================================================
Can anyone help me ...
Thanks in advance,
Asnidzal
Alex G.
Posts: 155
Re: ERROR communicating with GRE: Response from channel is NULL.
«
Reply #1 on:
April 04, 2023, 10:42:10 am »
It is a Java version problem.
You can check the Java version by typing "java -version" on the command line.
A value of "52" means that this version of GRE requires at least a Java version of 1.8.
I hope that this helps.
Best regards,
Alex
Alex G.
Posts: 155
Re: ERROR communicating with GRE: Response from channel is NULL.
«
Reply #2 on:
April 04, 2023, 10:53:26 am »
Hi Asnidzal,
I see that you have this:
JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.41.x86_64/jre
This is the problem.
Since you are running 4.01 you should make sure that you have at least version 1.9.
Best regards,
Alex
yahya o.
Posts: 2
Re: ERROR communicating with GRE: Response from channel is NULL.
«
Reply #3 on:
April 05, 2023, 06:53:46 am »
Hi Alex,
I try to point JAVA_HOME to java JRE version 11 but still error :
Exception in thread "main" java.lang.UnsupportedClassVersionError: GReportWriter : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:648)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:272)
at java.net.URLClassLoader.access$000(URLClassLoader.java:68)
at java.net.URLClassLoader$1.run(URLClassLoader.java:207)
at java.net.URLClassLoader$1.run(URLClassLoader.java:201)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:200)
at java.lang.ClassLoader.loadClass(ClassLoader.java:325)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:296)
at java.lang.ClassLoader.loadClass(ClassLoader.java:270)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:406)
ERROR communicating with GRE: Response from channel is NULL. Please check your Java installation.
Program stopped at 'PrettyPrinterStyleSheet.4gl', line number 213.
FORMS statement error number -6000.
FLM-64 - Invalid license request format.
and if i run the system using FGLRUN Application.42r and try to print a report using GRV .. there is no error like above but only this error at terminal/console :
[uji1@uniszadb1 ~]$ fglrun /mnt/shared/staff/uji2/DemoProject1/bin/Application.42r
demorep7.4rp::error:(GS-18269) Failed to open file
both error occur when i try to generate a report using 4rp files ...
==================================
my .bash_profile setting :-
export FGLSERVER=`who am i | awk '{print $5}' | sed 's/(//g' | sed 's/)//g'`:0
export GSTSETUPDIR=/mnt/shared01/fourjs/gstsrv/4.00/gst/bin/src/ag/tpl/dbapp5.0
export GENERODIR=/mnt/shared01/fourjs/gstsrv/4.00
export GGCDIR=/mnt/shared01/fourjs/gstsrv/4.00/fgl/testing_utilities/ggc
export FGLASDIR=/mnt/shared01/fourjs/gstsrv/4.00/gas
export GSTDIR=/mnt/shared01/fourjs/gstsrv/4.00/gst
export FGLDIR=/mnt/shared01/fourjs/gstsrv/4.00/fgl
export GREDIR=/mnt/shared01/fourjs/gstsrv/4.00/gre
export PATH=$GSTDIR/bin:$GREDIR/bin:$FGLASDIR/bin:$FGLDIR/bin:$FGLDIR/testing_utilities/ggc/bin:$INFORMIXDIR/bin:$INFORMIXDIR/extend/krakatoa/jre/bin:$INFORMIXDIR/extend/krakatoa/jre/bin/j9vm:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/mnt/shared/staff/yan/bin
export FGLRESOURCEPATH=$GSTDIR/bin/src/ag/tpl/dbapp5.0/styles:$GSTDIR/bin/src/ag/tpl/dbapp5.0/bin:
export FGLLDPATH=$GSTDIR/bin/src/ag/tpl/dbapp5.0/bin:$GREDIR/lib:$FGLDIR/testing_utilities/ggc/lib:
export CLASSPATH=$FGLDIR/testing_utilities/ggc/ggc.jar
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-11.0.18.0.10-1.portable.jre.el.x86_64
projectdemo7.4gl
(2.44 KB - downloaded 1063 times.)
yahya o.
Posts: 2
Re: ERROR communicating with GRE: Response from channel is NULL.
«
Reply #4 on:
April 05, 2023, 06:57:35 am »
ok this is the files
demorep7.4rp
(3.28 KB - downloaded 1050 times.)
projectdemo7.rdd
(2.98 KB - downloaded 1065 times.)
formdemo7.4fd
(1.63 KB - downloaded 1043 times.)
projectdemo7.4gl
(2.44 KB - downloaded 1063 times.)
Alex G.
Posts: 155
Re: ERROR communicating with GRE: Response from channel is NULL.
«
Reply #5 on:
April 05, 2023, 07:13:44 am »
Error GS-18269 means that the .4rp file could not be found. Please check the path in the call to fgl_loadCurrentSetting() and the value of FGLRESOURCEPATH in the case that the path is relative.
Best regards,
Alex
Asnidzal M.
Posts: 28
Re: ERROR communicating with GRE: Response from channel is NULL.
«
Reply #6 on:
April 06, 2023, 05:43:23 am »
Ok .. Thank you Alex. Problem solved.
Pages: [
1
]
Reply
|
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Discussion
=> Ask Reuben
=> WWDC21
-----------------------------
Discussions by product
-----------------------------
=> Products announcements
=> Genero BDL
=> GWS
=> GAS and GBC
=> GDC
=> Genero Mobile for Android or iOS
=> Genero Studio
=> Reporting tools (GRW, GRE)
-----------------------------
Jobs
-----------------------------
=> Jobs
Powered by SMF 1.1.21
|
SMF © 2015, Simple Machines
Loading...