SeaDAS 8.1.0 installation error

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
shahibillu
Posts: 3
Joined: Tue Dec 27, 2022 6:02 am America/New_York
Answers: 0

Re: SeaDAS 8.1.0 installation error

by shahibillu » Tue Dec 27, 2022 6:14 am America/New_York

Hi, I am facing a similar issue when installing SeaDAS 8.3.0.
this is the error message that I am getting.

Verifying archive integrity... 100% All good.
Uncompressing SeaDAS by Ocean Ecology Lab 100%
Command line arguments:
SEVERE: com.izforge.izpack.api.exception.IzPackException: Console implementation not found for panel: com.izforge.izpack.panels.installationtype.InstallationTypePanel

I am using Virtual machine hosted in KVM and connecting with ssh via mobaxterm. In Mobaxterm X11 forwarding is enabled.

Please let me know a feasible solution to this.

Tags:

gnwiii
Posts: 713
Joined: Fri Jan 29, 2021 5:51 pm America/New_York
Answers: 2
Has thanked: 1 time

Re: SeaDAS 8.1.0 installation error

by gnwiii » Fri Dec 30, 2022 9:40 am America/New_York

What is the OS in the virtual machine? Did you try to run the installer with root privileges (e.g., linux with with su, sudo, doas, etc.) or as a regular user?

shahibillu
Posts: 3
Joined: Tue Dec 27, 2022 6:02 am America/New_York
Answers: 0

Re: SeaDAS 8.1.0 installation error

by shahibillu » Tue Jan 03, 2023 4:01 am America/New_York

Hi,
The OS is ubundu 20.04. We are using normal privileges and not root privileges to install the application at a specific location in my home directory itself.

Moreover, from this tutorial (https://seadas.gsfc.nasa.gov/tutorials/installation_tutorial/) we have already installed all the packages from step 1 and step 2 and below is the error message that we get when we proceed with the third step. We tried changing the java version as well, but it didn't make any difference.

admin_vinisha@ku1rpaaxv008:~$ module load java/1.8.0_144
admin_vinisha@ku1rpaaxv008:~$ java -version
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
admin_vinisha@ku1rpaaxv008:~$ cd seadas
admin_vinisha@ku1rpaaxv008:~/seadas$ ./seadas_8.3.0_linux64_installer.sh --target /home_local/admin_vinisha/seadas-app/
Creating directory /home_local/admin_vinisha/seadas-app/
Verifying archive integrity... 100% All good.
Uncompressing SeaDAS by Ocean Ecology Lab 100%
Command line arguments:
SEVERE: com.izforge.izpack.api.exception.IzPackException: Console implementation not found for panel: com.izforge.izpack.panels.installationtype.InstallationTypePanel
admin_vinisha@ku1rpaaxv008:~/seadas$

looking forward to your reply soon.

gnwiii
Posts: 713
Joined: Fri Jan 29, 2021 5:51 pm America/New_York
Answers: 2
Has thanked: 1 time

Re: SeaDAS 8.1.0 installation error

by gnwiii » Wed Jan 04, 2023 10:55 am America/New_York

The tutorial you used is outdated, see: https://github.com/seadas/seadas-toolbox/wiki/SeaDAS-8.x-Download,-Installation-and-Run-Instructions, but running installer didn't change.
SEVERE: com.izforge.izpack.api.exception.IzPackException: Console implementation not found for panel: com.izforge.izpack.panels.installationtype.InstallationTypePanel
This might mean the installer isn't able to open a GUI window. Have you checked that X11 apps are working in the VM? Do you have Java-related variables in the environment?

You might try the https://izpack.atlassian.net/wiki/spaces/IZPACK/pages/491547/Sample+Install+Definition to see if that works in your configuration.

shahibillu
Posts: 3
Joined: Tue Dec 27, 2022 6:02 am America/New_York
Answers: 0

Re: SeaDAS 8.1.0 installation error

by shahibillu » Wed Jan 18, 2023 2:21 am America/New_York

Hi,
How can I activate seadas terminal? I wanna work with the command line window instead of gui. I have successfully installed gui and it is working. But unable to install seadas terminal. Please let me know.

gnwiii
Posts: 713
Joined: Fri Jan 29, 2021 5:51 pm America/New_York
Answers: 2
Has thanked: 1 time

Re: SeaDAS 8.1.0 installation error

by gnwiii » Fri Jan 20, 2023 7:42 am America/New_York

There is no “SeaDAS terminal”. Do you mean that you want to run OCSSW programs in a terminal? Have you installed the OCSSW software using the GUI?

OB SeaDAS - xuanyang02
Subject Matter Expert
Subject Matter Expert
Posts: 644
Joined: Tue Feb 09, 2021 5:42 pm America/New_York
Answers: 1
Been thanked: 1 time

Re: SeaDAS 8.1.0 installation error

by OB SeaDAS - xuanyang02 » Fri Jan 20, 2023 11:41 am America/New_York

You can install SeaDAS processors (OCSSW) with GUI or manually -- https://seadas.gsfc.nasa.gov/downloads/

If you want to run SeaDAS processors on command line, you also need to add a few lines in your .bashrc file. See the instruction at the bottom of the above mentioned page

robbiethek
Posts: 1
Joined: Fri Jun 30, 2023 11:19 am America/New_York
Answers: 0

Re: SeaDAS 8.1.0 installation error

by robbiethek » Fri Jun 30, 2023 11:23 am America/New_York

On a RHEL 8 HPC cluster:

Creating directory /path/to/seadas/8.3.0
Verifying archive integrity... 100% All good.
Uncompressing SeaDAS by Ocean Ecology Lab 100%
Command line arguments:
SEVERE: com.izforge.izpack.api.exception.IzPackException: Console implementation not found for panel: com.izforge.izpack.panels.installationtype.InstallationTypePanel

Tried as root, as local user with and without --nox11

java --version
java 20.0.1 2023-04-18

jdk-20-20.0.1-9.x86_64

What's the work around?

Post Reply