RE: Stack Overflow in JXTAService example

"John Barry" <[email protected]> Sat, 3 Sep 2005 10:32:17 -0700
Newsgroups gmane.comp.java.jxta.user
Message-ID <000001c5b0ad$6f0b75e0$0c01a8c0@Aragorn>
Sounds like issue #1357.

-----Original Message-----
From: Bruce Rosenthal [mailto:[email protected]] 
Sent: Saturday, September 03, 2005 8:10 AM
To: [email protected]; [email protected]
Subject: Re: [JXTA user] Stack Overflow in JXTAService example

So I did checkout the latest Platform and built jxta.jar and jxtaext.jar

successfully.

I then replaced my existing jxta.jar and jxtaext.jar (in my current 
project Classpath) and tried again. It still stack overflows at the same

location with a call to
net.jxta.impl.protocol.PipeAdv.clone(PipeAdv.java:205)

I did not checkout security and shell and build those. I will try that 
now but don't see what the dependency would be.

Please advise what you think I should do differently

John D. Blair wrote:

> I saw this problem with some of the example programs.  It went away 
> when I checked JXTA out of CVS and built the jar file myself.  I don't

> know if this is the only way to fix the problem, but it made it go 
> away for me.
>
>  -j.
>
> On Sep 2, 2005, at 3:45 PM, Bruce Rosenthal wrote:
>
>> Still have an unresolved issue with this example that I could sure 
>> use help resolving.
>>
>> Get a Stack Overflow in the server object when I reach adding the 
>> PipeAdvertisement into the ModuleSpecAdvertisement:
>>
>>            // Store the pipe advertisement in the spec adv.
>>            // This information will be retrieved by the client when 
>> it will
>>            // connect to the service
>>            mdadv.setPipeAdvertisement(pipeadv);
>>
>> I am running release 2.3.4
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>