Questions tagged [agent]

Questions about programming software agents or programming in an agent-oriented environment.

Agents are generally autonomous, reactive and intelligent pieces of software.

See wikipedia for more info.

Some common agent architectures include JADE and Jason.

1268 questions
0
votes
2 answers

What should i do to get classes via import statement from external jars in Domino Designer?

I work with Domino server and develop java agents. Usually i put external jar files into script library, but periodically get OutOfMemory. I extracted jar's from script library to jvm/lib/ext. I can get classes via ClassLoader, but can't via import…
vexan
  • 88
  • 4
0
votes
0 answers

Why does this code in repast j for java creates double the amount of "outedge"

I am modeling a supply chain with an customer, retailer and supplier. They are connected in a node. I have found this code. But I do not understand, why this code creates the double amount of outedges. Perhaps, someone can help? while…
0
votes
1 answer

ClassNotFoundException with java agent (-javaagent:jarpath)

The root of my problem is that I'm trying to use the SizeOf sourceforge project from a web application deployed on JBoss AS7 and getting a ClassNotFoundException for net.sourceforge.sizeof.SizeOf. I added -javaagent:/path_to_jar/SizeOf.jar to the…
Dave
  • 21
  • 7
0
votes
1 answer

Microsoft SQL Data Sync Agent: Server and Database

I'm struggling with Microsoft SQL Data Sync Agent, which I need to setup the windows Azure platform. In the ms sql data sync agent preview, the "Ping Sync Service" is successfully executed. My windows firewall is allowing ingoing via port 1433. The…
0
votes
2 answers

How to differentiate between softwares/bundles provisioned for a target in ACE

I have 2 bundles A and B, using Apache ACE I have provisioned these bundle to a target in following steps. Provisioned A (having version 1.0.0) to the target Provisioned B (having version 1.0.0) to the target Provisioned B (having version 2.0.0)…
Vinod
  • 1,076
  • 2
  • 16
  • 33
0
votes
1 answer

How to discover if a software was installed on user machine via web

Here in my company we have a lot of .NET softwares both Windows Forms and Web Forms. Now we have some challenge, we need to auditing if the user has some pirate softwares on his machine. For Windows Forms was easy to access the windows registry. So,…
Gustavo Melo
  • 199
  • 5
  • 11
0
votes
1 answer

Hotmail don't show correctly e-mail send by lotus notes application with agent Java

I have an application that has an agent that converts a document to the MIME format ('memo.convertToMIME (2)') and sends it to multiple external emails: gmail, hotmail, yahoo, etc ... This agent is triggered by a button.O problem is that when the…
-1
votes
0 answers

Docker Service Unavailable while using docker agent in Jenkins

I want to use docker agent on jenkins but I get the following error when running the pipeline script `+ docker inspect -f . node:16-alpine error during connect: Get "https://docker:2376/v1.24/containers/node:16-alpine/json": Service Unavailable` Can…
-1
votes
1 answer

Is it possible to add multiple agents at once to a population in Anylogic?

I am new to Anylogic. I am building an agent-based model of product delivery. I created a population of agents "trucks", initially empty. The maximum number of trucks available is 5. However, at a given day not all of them may be available (truck…
Igor
  • 1
  • 1
-1
votes
1 answer

Local scripts with Check MK on WIndows XP

I have some issues using local scripts with Check MK on Windows XP. Indeed, I don't know where I need to put my scripts to have information on Check Mk. The version I'm using is 1.6.0p30 and the agent version on XP is 1.5.0p25. On Windows 7 or 10,…
Marks
  • 19
  • 2
-1
votes
1 answer

How to ensure azure DevOps pipelines agents are malware protected?

As I am using Azure Pipelines for building my project on agents managed by Microsoft. And now I want to make sure these agents are malware protected. I assume they are already malware protected, as Microsoft manages them. But I am looking for…
AndroidDev
  • 888
  • 3
  • 13
  • 27
-1
votes
1 answer

Remove agents event Anylogic

I would like to create a cyclic event that every 24 hours at a certain hour removes all the agents (in my case Person which are part of the population called Customers) from the flowchart in order to start the next morning whit noone in the…
Umbez
  • 1
-1
votes
1 answer

Microsoft hosted agent bought but pipeline still fails for timeout

Our customer purchased 1 microsoft hosted agent (parallel jobs) because our Yaml build pipeline took more than 60 mins to complete. It was purchased more than 24 hours ago but still our pipeline fails for timeout when 60 minutes have exceeded. Do I…
-1
votes
1 answer

Perfino agent failed to start on linux machine

I tried to start perfino agent on linux machine using various ways. I also followed recommended instruction from perfino more times. It still failing. Please help me. Please see below error. [root@localhost ~]#…
-1
votes
1 answer

Error code while accessing custom parameter values from excel file

I am tryig to build a discrete agent based model. I have a set of agents with custom parameters, these parameters are loaded via an excel file (this part works, I can view the agents). All agents are created at once at the model start-up. Now I want…
alyre
  • 25
  • 7