JVM error when executing Zoho Databridge for first time (Windows Server 2019)
in order to install the Databridge (it's not the first I install, so this error is even weirder).
I downloaded the exe and installed in default folder, pasted Serial Key when propted and then started the service:
Checking the logs folder in C:\Program Files (x86)\Zoho Databridge I can see:
agent-log0.txt:
- [18|Wed Feb 21 17:30:24 UTC 2024|INFO|com.zoho.agent.system.starter.AgentStarter.startServer] Max Memory: 1280
- [18|Wed Feb 21 17:30:24 UTC 2024|INFO|com.zoho.agent.system.starter.AgentStarter.startServer] Current jre version is :: 11.0.17, Checking if agent jre update required
- [18|Wed Feb 21 17:30:24 UTC 2024|INFO|com.zoho.agent.system.updater.AgentProbeUpdater$AgentJreUpdate.checkAndUpdateJre] Jre update not required for agent
- [18|Wed Feb 21 17:30:24 UTC 2024|INFO|com.zoho.agent.system.starter.StarterPreCheckAction.deleteUnwantedFiles] Deleting the unwanted files.
- [18|Wed Feb 21 17:30:25 UTC 2024|INFO|com.zoho.agent.system.starter.StarterPreCheckAction.moveCacertsFile] Moved the cacerts file
- [18|Wed Feb 21 17:30:25 UTC 2024|INFO|com.zoho.agent.system.starter.AgentStarter.startServer] [ Register agent is getting called ]
- [18|Wed Feb 21 17:30:25 UTC 2024|INFO|com.zoho.agent.framework.Scheduler.<clinit>] Service max thread :: 10
- [18|Wed Feb 21 17:30:25 UTC 2024|INFO|com.zoho.agent.framework.Scheduler.scheduleOneTimeTask] Creating the one time schedule task
- [18|Wed Feb 21 17:30:25 UTC 2024|INFO|com.zoho.agent.framework.Scheduler.scheduleRepetitiveTask] Creating the repetitive schedule task
- [18|Wed Feb 21 17:30:25 UTC 2024|INFO|com.zoho.agent.system.starter.AgentStarter.createInitializedLock] Install lock file generated successfully
- [19|Wed Feb 21 17:30:26 UTC 2024|INFO|com.zoho.agent.system.task.RegisterAgent.transferData] [ Registering Probe ]
- [19|Wed Feb 21 17:30:27 UTC 2024|INFO|com.zoho.agent.framework.ZAClient.processRequest] [ Processing Request ] - REGISTERAGENT
- [19|Wed Feb 21 17:30:27 UTC 2024|SEVERE|com.zoho.agent.system.task.RegisterAgent.transferData] [ Registering Probe - Failed ]
- [19|Wed Feb 21 17:30:27 UTC 2024|SEVERE|com.zoho.agent.system.task.RegisterAgent.transferData] [ Registering Probe Header- headersPair ] :: [name=Pragma, value=no-cache, name=Connection, value=Keep-Alive, name=Accept-Language, value=en-us, name=agentUniqueID, value=DCAGENT, name=agentVersion, value=10.6.13, name=Accept, value=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]
- [19|Wed Feb 21 17:30:27 UTC 2024|INFO|com.zoho.agent.utils.AgentUtils.shutDownAgentOnError] Agent is shutting down due to error
- [20|Wed Feb 21 17:30:27 UTC 2024|INFO|com.zoho.agent.system.starter.AgentStarter.lambda$addShutDownHook$0] [Shutting down] - Deleting the lock file
- [20|Wed Feb 21 17:30:27 UTC 2024|INFO|com.zoho.agent.system.starter.AgentStarter.lambda$addShutDownHook$0] Agent is getting stopped
wrapper.log:
- INFO | jvm 2 | 2024/02/21 17:30:37 | WrapperManager Debug: Application start main thread: WrapperListener_start_runner Priority: 5
- INFO | jvm 2 | 2024/02/21 17:30:37 | WrapperSimpleApp Debug: start(args) Will wait up to 2 seconds for the main method to complete.
- INFO | jvm 2 | 2024/02/21 17:30:37 | WrapperSimpleApp Debug: invoking main method
- INFO | jvm 2 | 2024/02/21 17:30:37 |
- INFO | jvm 2 | 2024/02/21 17:30:37 | [ Running - Pre Starter action ]
- INFO | jvm 2 | 2024/02/21 17:30:38 | WrapperManager Debug: Send a packet START_PENDING : 5000
- DEBUG | wrapperp | 2024/02/21 17:30:38 | read a packet START_PENDING : 5000
- DEBUG | wrapper | 2024/02/21 17:30:38 | JVM signaled a start pending with waitHint of 5000 millis.
- INFO | jvm 2 | 2024/02/21 17:30:38 | [ Data Collection Tool ][ Agent Started Successfully ]
- DEBUG | wrapper | 2024/02/21 17:30:39 | Pause reading child process output to share cycles.
- DEBUG | wrapperp | 2024/02/21 17:30:39 | read a packet STARTED :
- DEBUG | wrapper | 2024/02/21 17:30:39 | JVM signaled that it was started.
- DEBUG | wrapper | 2024/02/21 17:30:39 | Enqueue Event 'jvm_started'
- DEBUG | wrapperp | 2024/02/21 17:30:39 | send a packet PING : ping
- DEBUG | wrapperp | 2024/02/21 17:30:39 | read a packet PING : ping
- DEBUG | wrapperp | 2024/02/21 17:30:40 | read a packet STOP : 0
- DEBUG | wrapper | 2024/02/21 17:30:40 | JVM requested a shutdown. (0)
- DEBUG | wrapper | 2024/02/21 17:30:40 | wrapperStopProcess(0, FALSE) called.
- DEBUG | wrapper | 2024/02/21 17:30:40 | Sending stop signal to JVM
- DEBUG | wrapper | 2024/02/21 17:30:40 | Enqueue Event 'jvm_stop'
- DEBUG | wrapperp | 2024/02/21 17:30:40 | send a packet STOP : NULL
- DEBUG | wrapperp | 2024/02/21 17:30:41 | read a packet STOPPED : 0
- DEBUG | wrapper | 2024/02/21 17:30:41 | JVM signaled that it was stopped.
- DEBUG | wrapperp | 2024/02/21 17:30:41 | socket read no code (closed?).
- DEBUG | wrapperp | 2024/02/21 17:30:41 | Closing backend socket.
- DEBUG | wrapper | 2024/02/21 17:30:41 | JVM process exited with a code of 1, setting the wrapper exit code to 1.
- DEBUG | wrapper | 2024/02/21 17:30:41 | JVM exited normally.
- DEBUG | wrapper | 2024/02/21 17:30:41 | Enqueue Event 'jvm_stopped'
- STATUS | wrapper | 2024/02/21 17:30:42 | on_exit trigger matched. Restarting the JVM. (Exit code: 1)
- DEBUG | wrapper | 2024/02/21 17:30:42 | Preparing to restart with mode 4.
The error "Registering Probe - Failed" makes me think that is some kind of license key error but I have uninstalled and installed it twice so I don't think that's the cause.
Access your files securely from anywhere
Zoho Developer Community
Deliver unforgettable customer experiences
Deliver unforgettable customer experiences
New to Zoho Marketing Plus?
Everything you need to run your marketing
New to Zoho Marketing Plus?
Everything you need to run your marketing
Zoho Desk Resources
-
Desk Community Learning Series
-
-
-
-
-
-
-
-
-
Sticky Posts
Announcing Zoho Analytics 6.0 Beta!
We are delighted to open up the next major version, Zoho Analytics 6.0 Beta! The new version comes packed with a wide range of functionalities for all persona, namely business users, data analysts, data engineers, and data scientists. Zoho Analytics team
What's New in Zoho Analytics - August 2024
Hello Users! We are back with the latest updates and enhancements made to Zoho Analytics. Keep reading to learn more about them. Connect to the data hosted in the cloud without allow-listing the IP addresses Utilize Zoho Databridge to connect to the data
We are coming to your city! Zoho Analytics Community Meetup
Hello, business leaders and data enthusiasts! We are delighted to announce that registrations are now open for the ZUG meetups, and we can't wait for you to be a part of them. Our in-house analytics experts are geared up to lead discussions on constructing
Zoho Analytics: 2021 Look Back
As we start a new year in 2022, here's some of our top moments from 2021. Zoho Analytics in 2021
[Customer Talk] PREMO Group's Analyst Interview at Zoho Day 2022
Premo Group, a 50 year old Spanish Manufacturing Company, has been our long-standing customer with #ZohoAnalytics. They've been using our platform for their end-to-end, unified business analytics solution. Hear more from Claudio Cabeza, Director at PREMO
Zoho TeamInbox Resources
Zoho DataPrep Resources
Zoho CRM Plus Resources
Zoho Books Resources
Zoho Subscriptions Resources
Zoho Projects Resources
Zoho Sprints Resources
Qntrl Resources
Zoho Creator Resources
Zoho Campaigns Resources
Zoho CRM Resources
Zoho Show Resources
Writer Get Started. Write Away!
Writer is a powerful online word processor, designed for collaborative work.