Java 10 Local Server - RPi problems

gunner@RPi3:/ $ apt list --installed | grep jdk

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

oracle-java8-jdk/stable,now 8u65 armhf [installed]
gunner@RPi3:/ $ 

No mention of the version 10 install??

A (freaking) Linux World :stuck_out_tongue: Ehh…

1 Like

:thinking:

What happens if you search for jre instead?

Nothing

gunner@RPi3:/ $ apt list --installed | grep jre

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

gunner@RPi3:/ $ 

But this finally gets me something

gunner@RPi3:/ $ apt list --installed | grep bellsoft

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

bellsoft-java10/now 10.0.1 armhf [installed,local]
gunner@RPi3:/ $ 
1 Like

err… nope… ARRRGGGG

gunner@RPi3:/ $ sudo apt-get --purge remove bellsoft-java10/now 10.0.1 armhf
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package 10.0.1
E: Couldn't find any package by glob '10.0.1'
E: Couldn't find any package by regex '10.0.1'
E: Unable to locate package armhf
gunner@RPi3:/ $ 

only this!

Who names java JDK/JRE package like this?? Who they are?

Finally!!!

gunner@RPi3:/ $ sudo apt-get --purge remove bellsoft*
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'bellsoft-java10' for glob 'bellsoft*'
The following packages will be REMOVED:
  bellsoft-java10*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
2 Likes

Sorry, didn’t know that Bellsoft had its own version - my bad!

Perhaps this one is better to list installed packages:

# dpkg --get-selections | grep -v deinstall

As I said from the beginning, wrong package name! :stuck_out_tongue: :wink:

Hah… you so smrt… tell me why the darn email not working :stuck_out_tongue:

Actualy, just installing the jre version now… so we will see…

Nope… oh well…

17:37:11.826 ERROR- Error sending email auth token to user : xxxxxxxxxx@gmail.com. Error: Could not convert socket to TLS

So… am I the only one, or has other Bellsoft Java 10 users run into this? No sense in promoting it for this OP if it doesn’t allow this somewhat critical function.

Have you tried searching for this specific error?? I’s java, not Blynk related as pointed by @Dmitriy. Some results shows, but currently I’m far from being interested…

Yep… basically been my whole task for the last day or so… lots of references with older versions… all pointing to needing the same commands we already have in the mail.properties file.

@Dmitriy has suspicions… but until we get regular Java-8/multi-version server files or confirmed Blynk/not-Blynk, then I am still pursuing it as it otherwise (email aside) allows Java10 Server to work with RPi… which is this OPs question :stuck_out_tongue:

1 Like

I’m trying to stay away from software with even version numbers :nerd_face: Think we have to wait for Dmitriy on this…

1 Like

Please, just wait fro java8 release. No need to hurry. New release has only 1 bug fix, so this is not big deal.

Memory consumption could be optimized, as well as CPU consumption, but you know - no time :wink:.

2 Likes

It doesn’t email at all. No idea why. I made mail.properties and it inits Gmail transport, so that all looks ok. It doesn’t email me from my existing Java8 (true Oracle) also not anymore.

Getting this:

ERROR- Error sending email auth token to user : blynk@domain.com. Error: Could not convert socket to TLS

Sounds like it overwrote something… Well since it is probably not Blynk specific, we might have to just await the Java8 releases… it sounds like they are not completely going away, like I first feared.

I haven’t overwritten anything, I just setup a testing Pi2 (my production runs on Pi3).

Yes yes…

@krzyspx, w naszym przypadku powinno to być “Yes, yes, yes”… - czyli coś z naszego “podwórka” :wink:

Okay so I just installed Java 10 as per this guide and can run the 0.36.0 on my Rpi2.

I’m now in the same boat as @Lichtsignaal and can’t send emails :frowning: