Questions tagged [agents]

113 questions
1
vote
1 answer

Profiling Domino / Notes JVM CPU and Memory

I have scheduled Java Agents. I would like to use a profiler to monitor the JVM to see how the server is performing. When developing and testing, I run the agent from my Domino Designer from my workstation. The workstation and server have a Java…
xpagesbeast
  • 776
  • 1
  • 10
  • 21
1
vote
1 answer

unbounded_buffer, _CrtSetDbgFlag and memory leaks

I am trying to use one of the new features - asynchronous agents library. I just added a unbounded_buffer m_myDataBuffer; to my C++ class, nothing more - no agent running yet. To enable memory leak detection in my application, I am using: #ifdef…
JustAMartin
  • 13,165
  • 18
  • 99
  • 183
1
vote
1 answer

Domino Java agent using JCIFS - Error cleaning up agent threads

In a Domino Java agent, I am accessing a shared drive that requires authentication using the JCIFS library, and have managed to access the file and loop through it. However, I keep getting a message in the server logs "Error cleaning up agent…
Kian W
  • 11
  • 3
1
vote
1 answer

NetLogo: communicating between agent-based and system dynamics models

NetLogo can run a SDM and an ABM side by side, but I'd like to go one step further and exchange the value of global variables between the two algorithms. The motivation is to represent some parts of a large complex model using SD, then focus in on…
1
vote
1 answer

com.ibm.jsse2.util no trusted certificate found

I created a java agent that needs to connect to an API internaly. The protocol used is HTTPS. When the agent tries to connect to the API it throws the following error: com.ibm.jsse2.util: no trusted certificate found. This all is running on a Domino…
jjtbsomhorst
  • 1,667
  • 11
  • 28
1
vote
1 answer

Ask for the value of a variable of all turltes in Netlogo

Hello i have the next code to give a value to the variable "payoff" of the population of turtles with 3 different colors turtles-own [ payoff ] to pay let nearby other turtles in-radius 1 ask turtles with [color = blue] [ if any?…
Paul
  • 189
  • 6
1
vote
1 answer

NetLogo: Can agents own lists?

I have a NetLogo model of taxis that pick up passengers and take them to their destinations. My current definition of the taxi breed is as follows: taxis-own [ route ; List of destinations in order, each an x y pair destin_x…
Louis Merlin
  • 53
  • 1
  • 8
1
vote
3 answers

Agent/actor like constructs in clojure that operate on all messages received since last update

What's best way in clojure to implement something like an actor or agent (asynchronously updated, uncoordinated reference) that does the following? gets sent messages/data executes some function on that data to obtain new state; something like (fn…
metasoarous
  • 2,854
  • 1
  • 23
  • 24
1
vote
1 answer

JADE - agent hosting webservice (wsdl)

I am building a system which utilizes JADE agents to perform certain tasks. I one scenario, one of the agents needs to host a webservice to communicate to a mobile app. Unfortunately, the port opened by the agent aren't visible to the system. I am…
1
vote
1 answer

Exchange messages on JADEX 2.4

I have to make a work with BDI Agents and for that i will use JADEX 2.4 but i have a big problem. The documentation is a bit poor and i can't exchange messages between agents. I have read this article…
mistic
  • 275
  • 5
  • 15
1
vote
2 answers

OutputStream in Domino web-agent does not write data correctly

On IBM Domino Server (version 8.5.3FP1 on Win32 platform) there are two web-agents, to generate PDF and RTF files by request. Every agent generates RTF or PDF file in a temporary folder, then opens OutputStream instance to write this file to the…
user784540
1
vote
2 answers

Mails from Teamroom have http links instead of https

When setting up a teamroom, The 8.5.3 from the extlib from openntf, one of the config items is for the URL. So when sending reminders and so on from the teamroom it will have a notes doclink and a weblink. In our test/dev environment it worked like…
ruud van reede
  • 395
  • 3
  • 12
0
votes
3 answers

JADE IPMS Inter-Platform Agent Migration

I'm using IPMS with Jade for inter-platform agent migration. I'm using Jade 3.6 with IPMS 1.2. I have enabled the services on both slave1 (the original platform) and on slave2 (the target platform). The -accept-foreign-agents true option is also set…
recluze
  • 1,920
  • 4
  • 21
  • 34
0
votes
3 answers

NotesAgent.Run return value

I have an agent that runs other agents (let's call these 'sub-agents' for my purpose) .Each time the agent run, it logs it's actions, whether it ran successfully or generated an error. What I want now is to log also if the sub-agents would…
John Bautista
  • 1,480
  • 3
  • 29
  • 60
0
votes
3 answers

Is there any Agent Development framework for Objective-C or C++?

Like JADe, but not for Java. Is there such a thing?