cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Error while trying to Upgrade Java 8 to Java 11

sandeep_manda
New Contributor

Hi,
We are working on Upgrading the Groundplex nodes from Java 8 to Java 11, I am following the steps mentioned in the below link

https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/850067457/Configuring+the+Java+Version+on+...

But when I run the following command the I am getting this error
sudo dpkg -i snaplogic-snaplex.deb
dpkg: error processing archive snaplogic-snaplex.deb (โ€“install):
** cannot access archive: No such file or directory**
Errors were encountered while processing:
** snaplogic-snaplex.deb**

Can someone please help me out with this.

Thanks,
Sandeep.

5 REPLIES 5

sandeep_manda
New Contributor

Hi @SatyaK, after installing fontconfig I was successfully able to install snaplogic-sidekick-4.main-8600-x86_64.deb
After the installation when I look in /opt/snaplogic/pkgs/ folder I now see both jdk-11.0.8+10-jre & jre1.8.0_202
But when I run the command java -version , I do not see jdk 11 in the list.
image

So, I am not totally sure if my upgrade to Java 11 was successful or not. Can you please let me know if I missed any steps?