
08-17-2009, 06:08 PM
|
 |
Proprietor
|
|
Join Date: Nov 2008
Posts: 2,257
|
|
KB19118 - BlackBerry MDS Connection Service stops and restarts every 60 seconds
KB19118 - BlackBerry MDS Connection Service stops and restarts every 60 seconds
Environment
- BlackBerry® Enterprise Server version 4.1 SP6
Overview
After updates are applied to the server, the BlackBerry® Mobile Data System (BlackBerry MDS) Connection Service starts and stops every 60 seconds. The following errors are seen in the event viewer.
Event Type: Error
Event Source: Service Control Manager
Event ID: 7034
Date: 7/18/2009
Computer:
Description:
The BlackBerry MDS Connection Service service terminated unexpectedly. It has done this 82 time(s).
The controller logs will also be repeating the same log lines constantly throughout the day.
[30000] (07/18 16:49:19.823):{0xB48} Found unexpectedly terminated Mobile Data Service 'local'
[30000] (07/18 16:49:28.857):{0xB48} Mobile Data Service 'local' will start in 50 seconds
[30000] (07/18 16:49:38.891):{0xB48} Mobile Data Service 'local' will start in 40 seconds
[30000] (07/18 16:49:48.925):{0xB48} Mobile Data Service 'local' will start in 30 seconds
[30000] (07/18 16:49:58.943):{0xB48} Mobile Data Service 'local' will start in 20 seconds
[30000] (07/18 16:50:08.943):{0xB48} Mobile Data Service 'local' will start in 10 seconds
[30000] (07/18 16:50:18.943):{0xB48} Starting Mobile Data Service 'local'
[30000] (07/18 16:50:18.959):{0xB48} Mobile Data Service 'local' started
[30000] (07/18 16:50:18.959):{0xB48} Mobile Data Service state: Starting, PID=6432
[30000] (07/18 16:50:19.959):{0xB48} Mobile Data Service state: Stopped, PID=0
[30000] (07/18 16:50:19.959):{0xB48} Found unexpectedly terminated Mobile Data Service 'local'
Cause
The BlackBerry MDS Connection Service is terminating unexpectedly because it is unable to successfully start Java®. The Java failure is caused by the BlackBerry MDS Connection Service ImagePath is pointing to the incorrect version of the jvm.dll file.
Resolution
To resolve this issue, complete the following steps: Warning: The following procedure involves modifying the computer registry. This can cause substantial damage to the Windows® operating system. Document and back up the registry entries prior to implementing any changes.
- Click Start > Run.
- Type regedit and click OK. The Registry Editor appears.
- Edit the following Value data string as follows: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BlackBerry MDS Connection Service\ImagePath
- Verify the jvmpath information is pointed correctly to the jvm.dll. The default installation of BlackBerry Enterprise Server version 4.1 SP6 will install Java Runtime Environment (JRE™) version 1.6.02. Make changes to the value below to match the bolded information:
"C:\Program Files\Research In Motion\BlackBerry Enterprise Server\MDS\bin\bmds.exe" -s jvmpath="C:\Program Files\Java\jre1.6.0_02\bin\client\jvm.dll" -XX:+DisableExplicitGC -Xss64K -Xmx768M -Xms128M classpathdir="C:\Program Files\Research In Motion\BlackBerry Enterprise Server\MDS\classpath\\" wrkdir="C:\Program Files\Research In Motion\BlackBerry Enterprise Server\MDS\Servers\BES\\" webserverdir="C:\Program Files\Research In Motion\BlackBerry Enterprise Server\MDS\webserver\\" -rbes "BES_MDS-CS_1"
|