-
If i run the server or the client applications provider for the libdiameter library y get the error
"terminate called without an active exception"
I something wrong with the samples? Any problem in the config files?
Regards.
2009-03-03 17:32:52 UTC by setrio
-
Hi,
i have a problem with the compilation of Open Diameter. I do ./configure and all it's good but when i do #make this is the result:
src/aaa_application.cxx:170: instantiated from here
./include/aaa_session.inl:49: warning: deprecated conversion from string constant to 'char*'
./include/aaa_session.inl:55: warning: deprecated conversion from string constant to 'char*'...
2009-02-16 13:58:27 UTC by rafwill
-
Hello,i've a similar problem:
I'm trying to intall OpenDiameter but i've a problem with the compilation.
When I try to do "make" the following mistake appears on screen:
make[1]: *** [src/aaa_application.lo] Error 1
make[1]: se sale del directorio `/home/rafa/archives/opendiameter-1.0.7-i/libdiameter'
make: *** [all-recursive] Error 1
I have followed the steps of...
2009-02-09 17:40:24 UTC by rafwill
-
Just to inform others of what I had to do to make OpenDiamater work with ACE-5.6.7.
If you gave good config file and you get garbage configuration you have problem with ACEXML_default_handler::characters() function.
It's declared (in ACEXML) with args (..., size_t, size_t) and opendiameter code have declarations with (..., int, int). So, just change every occurrence of characters(..., int...
2009-02-02 19:44:21 UTC by marioivancic
-
Hi,
We are using libopendiameter in one of our software projects and have experienced segmentation faults in AAA_GroupedJob::Serve(). I am referring to version 1.0.7g, but it seems to me that the problem also exists in the latest SVN version.
#0 0x084935d5 in ?? ()
#1 0x080ddff7 in AAA_GroupedJob::Serve (this=0x84935d8)
at ../include/framework.h:745
#2 0x080dde47 in...
2008-07-02 09:55:50 UTC by mdyrna
-
There seems to be an extra aBuffer->Release(). Removing it fixes a similar problem for me.
G. Paul Ziemba
--- libdiameter/src/aaa_transport_collector.cxx.orig Thu Mar 1 08:46:38 2007
+++ libdiameter/src/aaa_transport_collector.cxx Thu May 8 09:57:29 2008
@@ -217,7 +217,6 @@
SendFailedAvp(st);
-.
2008-05-08 17:02:13 UTC by nobody
-
Hi
I am using opendiameter-1.0.7-i and was trying the connectvity like pacd->nasd->aaad .However i was unable to get the eap request authenticated.
Following is the details of the debug output .
Waiting for incomming connection ...
(1762|3034250128) Peer Capabilities
(1762|3034250128) Hostname ...
2008-04-16 13:52:56 UTC by nobody
-
How run PANATest1.exe on Win XP on 127.0.0.1. Which command use in cmd.exe. How modify configure (.xml) files. OpenDiameter-SDK-1.0.7-f and OpenDiameter-PanaClient-1.0.7-f. PanaClient as application. Server should open port and next connect client. My email griman@o2.pl.
2008-02-26 11:57:29 UTC by nobody
-
Connectivity Problems:
• Connection attempt is scheduled when DPA is received and the Disconnect-Cause sent in DPR is “REBOOTING”. It means that system is going to reboot and it is in the same time trying to reconnect.
• Connection attempt is not scheduled when DPA is received and the Disconnect-Cause sent in DPR is “BUSY”.
• The general rule is that a connection attempt...
2008-02-25 10:28:51 UTC by nobody
-
opendiameter-1.0.7-i
ace-5.5.2
bug submitter: pz-diameter-developers@treehouse.napa.ca.us
When peer fsm starts, it attempts to connect to peer. If connection fails because peer is not listening on the port, initiator does not notice and fsm remains in Wait-Conn-Ack state. This causes large delays in session setup when peer simultaneously attempts connection to us.
Attached patch...
2008-02-14 14:58:51 UTC by nobody