-
-
Alex Murfey
Participant2 years ago #3662Using ignio AIOps SaaS. I’m not sure if the ignio Proxy Agent is working correctly in my environment. I had several errors with invalid command-line arguments when starting the proxy service on Windows:
Unrecognized VM option ‘UseParNewGC’
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized VM option ‘UseConcMarkSweepGC’
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized VM option ‘UseCMSInitiatingOccupancyOnly’
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.I removed these arguments, and the service starts. But I’m not sure how to verify everything is working OK.
application.properties:
server.port=0
agent.ID=1001
inbound.fetch.interval=9000
libraryfile.fetch.interval=300000
inbound.ssh.queue.max=10groovy.processors=1
powershell.processors=10
ssh.processors=1
seleinum.processors=1
# inbound server ip
inbound.server.ip=https://digitate-xxxxxxx.onignio.com/edge
#token file path
ignio.Authorization.token.file=alex_proxy_token.token#ssl keys
ignio.ssl.enabled=true
ignio.ssl.keystore=javakeystoreV2.jks
ignio.ssl.keystore.password=<password>#NetworkProxyDetails
ignio.network.proxy.protocol=https
ignio.network.proxy.host=proxyserverXX
ignio.network.proxy.port=443#Proxy Agent HA mode configuration
#Comma separated IP address’s list of VM to form a cluster
ignio.proxyagent.ha.ignitecluster.iplist=
#TCP Discovery custor for ignite default is 49500
ignio.proxyagent.ignite.tcpdiscovery.port=
-
You must be logged in to reply to this topic.