Hello, This may be a known issue. I have deployed the arts.war into Tomcat9 and have set up the database on PostgreSQL. I can log into the front end as the system user and add new users. I can assign roles and permissions. When I log in as a regular user, there is no header toolbar. The system admin account has a header toolbar but no options to create reports, etc.. What may be missing from my install? Thanks for any enlightenment, Peter
This is resolved. I forgot to export the environment variable GDL_PATH . ie: export GDL_PATH="< my gdl install path >" Works now.
This is resolved. I forgot to export the environment variable GDL_PATH . ie: export GDL_PATH="< my gdl install path >" Works now.
Hello, I compiled GDL from source. 'make check' shows plots opening up on the desktop as one of the tests. For some reason the IDL console does not know the PLOT or OPLOT functions. Thankful for any ideas.
Compiled for linux (Ubuntu). If I run 'make check' the checks show some plots opening up on the desktop. So plotting works with PLPlot. Not sure why there are no PLOT(...) or OPLOT() functions available in GDL though. Any ideas would be appreciated.