<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/beepcore-java/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/beepcore-java/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/beepcore-java/support-requests/</id><updated>2006-03-06T16:23:55Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>TLS problems</title><link href="https://sourceforge.net/p/beepcore-java/support-requests/6/" rel="alternate"/><published>2006-03-06T16:23:55Z</published><updated>2006-03-06T16:23:55Z</updated><author><name>MarcoBeltrame</name><uri>https://sourceforge.net/u/marcobeltrame/</uri></author><id>https://sourceforge.net3d087a736190549b54299f8ad6f3ba85a7a232fb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I'm trying to use BEEP core library for TLS &lt;br /&gt;
comunication, i use the code suggested in the example &lt;br /&gt;
but TCPsession creation is never successful...it &lt;br /&gt;
says "greeting failed".&lt;br /&gt;
I use beep core clint implementation against a &lt;br /&gt;
standard TLS server, how can i start a tls channel if &lt;br /&gt;
session creation is not successful?&lt;/p&gt;
&lt;p&gt;thanks in advance&lt;/p&gt;
&lt;p&gt;MArco Beltrame&lt;br /&gt;
m.be@libero.it&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>PureTLS</title><link href="https://sourceforge.net/p/beepcore-java/support-requests/5/" rel="alternate"/><published>2004-09-07T20:13:04Z</published><updated>2004-09-07T20:13:04Z</updated><author><name>Dong Xin</name><uri>https://sourceforge.net/u/dxin/</uri></author><id>https://sourceforge.net165136b835d83f8b7504828a2cf40be65095f43a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am wondering if I can remove those dummy certificates&lt;br /&gt;
request&lt;br /&gt;
in PureTLS Profile.&lt;/p&gt;
&lt;p&gt;For example, if the server does not need authenticate&lt;br /&gt;
the client, we&lt;br /&gt;
do not need provide client's certificate and key at the&lt;br /&gt;
client side.&lt;/p&gt;
&lt;p&gt;I have tried to disable the private key and certificate&lt;br /&gt;
checking at&lt;br /&gt;
PureTLS profile, it works. But the TLS authentication&lt;br /&gt;
process becomes much slower.&lt;/p&gt;
&lt;p&gt;Can anyone tell me whether it is ok to do this&lt;br /&gt;
modification?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Do you have to use profiles?</title><link href="https://sourceforge.net/p/beepcore-java/support-requests/4/" rel="alternate"/><published>2001-11-27T19:51:51Z</published><updated>2001-11-27T19:51:51Z</updated><author><name>Scott Jackson</name><uri>https://sourceforge.net/u/ssscottmo/</uri></author><id>https://sourceforge.netf3c71d0c0f5dd5cca119afc6a3e042b1bb0b49c3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Does one have to use profiles to manage the responses?&lt;br /&gt;
I am writing a server which supports multiple &lt;br /&gt;
protocols (hopefully including BEEP) and would like to &lt;br /&gt;
use the same routine to receive requests from the &lt;br /&gt;
protocol (BEEP or non BEEP), process them, and then &lt;br /&gt;
use the protocol to send the responses. The only &lt;br /&gt;
example I have seen is the use of the &lt;br /&gt;
AutomatedTCPSessionCreator and transparently uses a &lt;br /&gt;
profile (the echo profile in this case). Is that the &lt;br /&gt;
only mode of operation supported, or do you have an &lt;br /&gt;
example of how to open the channels yourself without &lt;br /&gt;
using a response profile?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Scott Jackson&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Beepd is generating segmentation fault</title><link href="https://sourceforge.net/p/beepcore-java/support-requests/3/" rel="alternate"/><published>2001-11-21T03:11:24Z</published><updated>2001-11-21T03:11:24Z</updated><author><name>Scott Jackson</name><uri>https://sourceforge.net/u/ssscottmo/</uri></author><id>https://sourceforge.netc40703cd55967edd1d282f2b67a85937fb717a29</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I installed beepcore and tried to run the example and &lt;br /&gt;
am getting a segmentation fault.&lt;/p&gt;
&lt;p&gt;[root@clay beepcore-0.9.06]# java -classpath &lt;br /&gt;
example:lib/beepcore.jar:/usr/local/src/xerces-&lt;br /&gt;
2_0_0_beta3/xerces.jar &lt;br /&gt;
org.beepcore.beep.example.Beepd -config beepd-&lt;br /&gt;
config.xml&lt;br /&gt;
Segmentation fault&lt;/p&gt;
&lt;p&gt;[root@clay beepcore-0.9.06]# java -version&lt;br /&gt;
java version &amp;amp;quot;1.3.1&amp;amp;quot;&lt;br /&gt;
Java(TM) 2 Runtime Environment, Standard Edition &lt;br /&gt;
(build 1.3.1-b24)&lt;br /&gt;
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed &lt;br /&gt;
mode)&lt;/p&gt;
&lt;p&gt;[root@clay beepcore-0.9.06]# uname -a&lt;br /&gt;
Linux clay 2.2.17-14smp #1 SMP Mon Feb 5 14:36:22 EST &lt;br /&gt;
2001 i686 unknown&lt;/p&gt;
&lt;p&gt;Running it in debug mode generally seems to work!&lt;br /&gt;
Have you seen anything like this or do you have any &lt;br /&gt;
suggestions on how I can find the root of the problem?&lt;/p&gt;
&lt;p&gt;I represent a DOE effort to develop a set of standard &lt;br /&gt;
resource management interfaces and would like to &lt;br /&gt;
consider using BEEP as the protocol framework under &lt;br /&gt;
our XML request/response protocol.&lt;/p&gt;
&lt;p&gt;Thank you for any help you can give me!&lt;/p&gt;
&lt;p&gt;Scott Jackson&lt;br /&gt;
Pacific NorthWest National Laboratory&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>How do I read req msgs in the server?</title><link href="https://sourceforge.net/p/beepcore-java/support-requests/2/" rel="alternate"/><published>2001-10-12T23:38:44Z</published><updated>2001-10-12T23:38:44Z</updated><author><name>Chitharanjan Das</name><uri>https://sourceforge.net/u/chiths/</uri></author><id>https://sourceforge.netd7d4233e6ecc336b1bc23c703840fce7530b73c6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;br /&gt;
We were trying to use the Beep Core (Java) in our &lt;br /&gt;
project impl.&lt;br /&gt;
How do I access the request message sent from the &lt;br /&gt;
Client?&lt;/p&gt;
&lt;p&gt;On the server how do I get handle for the following&lt;/p&gt;
&lt;p&gt;1. Channels for individual request/response on the &lt;br /&gt;
server&lt;br /&gt;
2. Messages sent over channels (from clients)&lt;/p&gt;
&lt;p&gt;I am referring to the examples provided in Beepd and &lt;br /&gt;
Bing.&lt;br /&gt;
How do I access the message sent by Bing in Beepd?&lt;/p&gt;
&lt;p&gt;Regds,&lt;br /&gt;
Chiths&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>XML Parser Problem</title><link href="https://sourceforge.net/p/beepcore-java/support-requests/1/" rel="alternate"/><published>2001-04-19T16:08:19Z</published><updated>2001-04-19T16:08:19Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net2fb6ac9ad2c3ac5b7bfa542ee877a7d1824f77da</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I'm having problems with the XML parsing.  Which &lt;br /&gt;
parsers do you recommend using with your lib?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>