SeaDAS 8.1.0 installation error
-
- Posts: 4
- Joined: Tue Dec 27, 2022 6:02 am America/New_York
Re: SeaDAS 8.1.0 installation error
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.
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.
Filters:
Re: SeaDAS 8.1.0 installation error
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?
-
- Posts: 4
- Joined: Tue Dec 27, 2022 6:02 am America/New_York
Re: SeaDAS 8.1.0 installation error
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.
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.
Re: SeaDAS 8.1.0 installation error
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.
You might try the https://izpack.atlassian.net/wiki/spaces/IZPACK/pages/491547/Sample+Install+Definition to see if that works in your configuration.
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?SEVERE: com.izforge.izpack.api.exception.IzPackException: Console implementation not found for panel: com.izforge.izpack.panels.installationtype.InstallationTypePanel
You might try the https://izpack.atlassian.net/wiki/spaces/IZPACK/pages/491547/Sample+Install+Definition to see if that works in your configuration.
-
- Posts: 4
- Joined: Tue Dec 27, 2022 6:02 am America/New_York
Re: SeaDAS 8.1.0 installation error
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.
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.
Re: SeaDAS 8.1.0 installation error
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?
-
- Subject Matter Expert
- Posts: 711
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
Re: SeaDAS 8.1.0 installation error
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
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
-
- Posts: 3
- Joined: Fri Jun 30, 2023 11:19 am America/New_York
Re: SeaDAS 8.1.0 installation error
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?
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?