Thread: Re: [Beepcore-java-users] more problems with examples in beepcore java
Status: Beta
Brought to you by:
huston
|
From: Steve <yud...@ya...> - 2002-03-11 18:25:00
|
Will do, but the only problem is that I'm just using the beepd example which I believe is a .class file (binary). If I place those lines in java.security do I need to build a method for it or just add the lines (I can comment them out later when I write my own code) thanks ===== Steve "There can be only one!" __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
|
From: Huston <hu...@fr...> - 2002-03-12 04:00:11
|
Every time I have seen this it has been a jsse installation problem. Verify the settings in your java.security file to make sure you have added the jsse as a provider as per the jsse installation instructions. To validate that it is a jsse installation problem you can try running the jsse samples and they should fail in the same way. --Huston ----- Original Message ----- From: "Steve" <yud...@ya...> To: <bee...@li...> Sent: Sunday, March 10, 2002 6:39 PM Subject: [Beepcore-java-users] more problems with examples in beepcore java > Hi again. > > I think I've got everything working except now I get > an error message saying: > TLS algorithm not found. probable cause JSSE provider > not added to java.security file > > or something to that extent. > > Steve > > ===== > Steve > "There can be only one!" > > __________________________________________________ > Do You Yahoo!? > Try FREE Yahoo! Mail - the world's greatest free email! > http://mail.yahoo.com/ > > _______________________________________________ > Beepcore-java-users mailing list > Bee...@li... > https://lists.sourceforge.net/lists/listinfo/beepcore-java-users > |
|
From: Steve <yud...@ya...> - 2002-03-12 13:23:30
|
THANKS EVERYONE! got the examples working! now on to some really fun stuff. talk to you soon. Steve ===== Steve "There can be only one!" __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
|
From: Iain S. <iai...@ya...> - 2002-03-11 18:40:07
|
On 3/11/02 10:24 AM, "Steve" <yud...@ya...> wrote: > Will do, but the only problem is that I'm just using > the beepd example which I believe is a .class file > (binary). If I place those lines in java.security do I > need to build a method for it or just add the lines (I > can comment them out later when I write my own code) Aha! Yes, the beepd class was compiled with some old version of the beep lib. I ran into the exact same problem! Apparently they moved the namespaces around, updated the beep library, and the beepd java source. But they forgot to recompile the beepd class file so it is searching in the wrong namespace for the beep lib. All that is a long winded way of saying, you need to recompile the beepd (Bing) java file that came with beepcore. Once you do, the problem goes away. Since it is a single file, you should just be able to do a javac including the beep libs in the classpath. I believe the example sources are already updated so its just a matter of recompile... If it won't recompile, check the namespaces it uses for the security classes. -iain _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
|
From: Steve <yud...@ya...> - 2002-03-11 19:31:19
|
Ok, recompiled the two .java files. moved the .class files from examples.org.beepcore.beep.examples to lib.org.beepcore.beep.examples (where the old Beepd and Bing .class files were) tried to run Beepd again. same error message about the missing algorithm. added the immortal line to Beepd.java in main() but it wouldn't compile. Now I have no idea what to do. ===== Steve "There can be only one!" __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
|
From: Iain S. <iai...@ya...> - 2002-03-11 20:08:37
|
On 3/11/02 11:31 AM, "Steve" <yud...@ya...> wrote: > Ok, recompiled the two .java files. moved the .class > files from examples.org.beepcore.beep.examples to > lib.org.beepcore.beep.examples (where the old Beepd > and Bing .class files were) tried to run Beepd again. > same error message about the missing algorithm. added > the immortal line to Beepd.java in main() but it > wouldn't compile. Now I have no idea what to do. Cut and paste your commandline and resulting stack trace dump into your email reply. These fixes worked for me... ;) -iain _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |