[pskmail] Re: jpskmail-0.3.5 alpha for testing

  • From: roger g6ckr <radio@xxxxxxxxxxxxxxx>
  • To: pskmail@xxxxxxxxxxxxx
  • Date: Sat, 11 Apr 2009 21:41:18 +0100

I have updated the Linux client to 1.1 which will keep me going with
something stable.
I also need to re install the stable fldigi as some of the pskmail,
start up commands actually get passed through the alpha version and are
transmitted.
All good fun but I want something stable for the Global SET on the 18th.
Time to get the laptop organised with the staple stuff I think so am
happy to test on the desk top when you have something after your
holiday.
73 Roger
G6CKR
On Sat, 2009-04-11 at 22:16 +0200, Per Crusefalk wrote:
> Hi,
> 
> It does indeed look like some problem with the rxtx libs agn.
> I am away on a skiing vacation, the kids get to learn downhill a bit
> better, so I have only two laptops with me. The dell is fine but my eee
> 901 acts pretty much like what you posted.
> I see that librxtx is in the right place but it wont load, I'll have to
> find a good solution to this that ends these problems.
> 
> 73 de Per, sm0rwo
> 
> lör 2009-04-11 klockan 17:41 +0100 skrev roger g6ckr:
> > Raining here so got back to it a bit earlier.
> > I think I have everything installed now.
> > .4 starts OK beacons straight away and the preferences open OK.
> > Terminal info below for interest.
> > 
> > 
> > roger@bilbo:~/jpskmail$ ./javapskmail.jar
> > Can't exec "/usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/jexec": No such
> > file or directory at /usr/share/binfmt-support/run-detectors line 103.
> > run-detectors: warning: unable to exec
> > /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/jexec (./javapskmail.jar): No
> > such
> > file or directory 
> > Experimental:  JNI_OnLoad called.
> > Stable Library
> > =========================================
> > Native lib Version = RXTX-2.1-7
> > Java lib Version   = RXTX-2.1-7
> > roger@bilbo:~/jpskmail$ 
> > 
> > I closed jpskmail by quiting, it was not an abnormal termination.
> > 
> > ...............................................................
> > 
> > .5 still does not run and gives the following.
> > 
> > roger@bilbo:~/jpskmail$ ./javapskmail.jar
> > Can't exec "/usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/jexec": No such
> > file or directory at /usr/share/binfmt-support/run-detectors line 103.
> > run-detectors: warning: unable to exec
> > /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/jexec (./javapskmail.jar): No
> > such
> > file or directory 
> > Exception in thread "main" java.lang.NoClassDefFoundError:
> > gnu/io/SerialPortEventListener
> >     at javapskmail.Main.handlegps(Main.java:415)
> >     at javapskmail.Main.main(Main.java:125)
> > Caused by: java.lang.ClassNotFoundException:
> > gnu.io.SerialPortEventListener
> >     at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
> >     at java.security.AccessController.doPrivileged(Native Method)
> >     at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
> >     at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
> >     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
> >     at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
> >     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
> >     ... 2 more
> > roger@bilbo:~/jpskmail$
> > no GUI appears
> > 73 Roger
> > 
> > On Sat, 2009-04-11 at 17:21 +0200, Pär Crusefalk wrote:
> > > Hi Roger,
> > > 
> > > The rxtx libs are missing, you need to install them.
> > > I put that under installation here:
> > > http://pskmail.wikispaces.com/jpskmail
> > > 
> > > The rxtx project says that it should be enough to have the RXTXcomm.jar
> > > and librxtxserial.* files within the project folder. Clearly that works
> > > for most but not for all. I can put those in an installer and have that
> > > put them in the general java path. But, that procedure is discouraged
> > > by the rxtx project as that can potentially put an old library in the
> > > general java installation path of the system.
> > > Another way is to put the librxtxserial.so within /lib (and .dll within
> > > windows/system). I think I'll let the installer copy the manual procedure
> > > on the wiki.
> > > 
> > > But, this problem should not be happening anywhere so we need to have the
> > > installer sort this out.
> > > 
> > > 73 de Per, sm0rwo
> > > 
> > > 
> > > lör 2009-04-11 klockan 14:28 +0100 skrev roger g6ckr:
> > > > Well the corrected link works but the jar does not.
> > > > Good thing I only renamed the previous version ;-)
> > > > pasted below are the results of launching from a terminal.
> > > > I hope it is of help.
> > > > Roger
> > > > 
> > > > roger@bilbo:~/jpskmail$ ./javapskmail.jar
> > > > Can't exec "/usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/jexec": No such
> > > > file or directory at /usr/share/binfmt-support/run-detectors line 103.
> > > > run-detectors: warning: unable to exec
> > > > /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/jexec (./javapskmail.jar): No
> > > > such
> > > > file or directory 
> > > > Exception in thread "main" java.lang.NoClassDefFoundError:
> > > > gnu/io/SerialPortEventListener
> > > >         at javapskmail.Main.handlegps(Main.java:415)
> > > >         at javapskmail.Main.main(Main.java:125)
> > > > Caused by: java.lang.ClassNotFoundException:
> > > > gnu.io.SerialPortEventListener
> > > >         at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
> > > >         at java.security.AccessController.doPrivileged(Native Method)
> > > >         at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
> > > >         at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
> > > >         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
> > > >         at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
> > > >         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
> > > >         ... 2 more
> > > > 
> > > > 
> > > > 
> > > > On Sat, 2009-04-11 at 14:15 +0100, roger g6ckr wrote:
> > > > > Good thing you sent the server mail as well Rein, it made finding the
> > > > > missing letter s, a bit easier hi.
> > > > > 
> > > > > <http://hermes.esrac.ele.tue.nl/pskmail/alpha/javapskmail.jar>
> > > > > The above should work
> > > > > 73 Roger
> > > > > G6CKR
> > > > > On Sat, 2009-04-11 at 12:45 +0200, Rein Couperus wrote:
> > > > > > A daily build of the jpskmail-0.3.5 client is in the alpha 
> > > > > > directory on hermes:
> > > > > > http://hermes.erac.ele.tue.nl/pskmail/alpha/javapskmail.jar
> > > > > > 
> > > > > > new features are:
> > > > > > 
> > > > > > * add attachments to emails
> > > > > >    The 'new' dialog has got an 'add attachment' button which opens 
> > > > > > a 
> > > > > >    file chooser dialog. Add only small attachments fitting the 250 
> > > > > > Hz bandwidth :)
> > > > > >    The new server v. 0.8.2 supports sending these mails to internet 
> > > > > > addresses, 
> > > > > >     older servers are not capable of doing this.
> > > > > >    You can see the server version when you connect;
> > > > > >    PI4TUE 0.8.2-IM12>
> > > > > > 
> > > > > > * get grib file. This is a new menu item on the info menu
> > > > > >    It gets the wind/pressure file for next 3 days for a square +5 
> > > > > > -5 degrees of 
> > > > > >    your present position. As saildocs is very fast you can retrieve 
> > > > > > the 
> > > > > >    grib file from your mailbox immediately. Do a qtc and read the 
> > > > > >    file. Under linux the grib file will be in /opt/zyGrib/grib for 
> > > > > > immediate viewing..
> > > > > >    As the grib file is only 2.6 kByte, the whole thing takes only 2 
> > > > > > minutes...
> > > > > >    It is also possible to request another square, just write e.g. 
> > > > > > 40N, 20N, 140W, 120W into 
> > > > > >    the input field before you hit the grib file menu entry.. wrong 
> > > > > > format should give an 
> > > > > >    error message. The request is sent via email to 
> > > > > > query@xxxxxxxxxxxxx
> > > > > > 
> > > > > > The GUI is still work in progress, but you can already test the 
> > > > > > functionality of the 
> > > > > > new features. Gmail smtp has not been tested, but it works fine 
> > > > > > with the new server on  PI4TUE...
> > > > > > 
> > > > > > 73,
> > > > > > 
> > > > > > Rein PA0R
> > > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > 
> > > > 
> > > 
> > > 
> > 
> > 
> > 
> 
> 



Other related posts: