View Single Post
Old 08-28-2007, 09:14 PM   #3
Inphektion
CrackBerry Addict
 
Join Date: Oct 2004
Model: 9800
OS: 6.0.0.337
Carrier: (¯`·.¸at&t¸.·´¯)
Posts: 825
Default

Hope this helps:

[Armando Diaz (Last update 5/8/2007):
BlackBerry MDS was failing because the Java Runtime Environment had changed on that server. I installed the latest version (6.0) and had to modify one of the registry keys.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\BlackBerry MDS Connection Service ImagePath (REG_SZ).

Its hard to see the difference below so here is the summary of it: I replaced "...\Program Files\Java\jre1.5.0_07\..." with "...\Program Files\Java\jre1.6.0_01\...".

<SERVERNAME> has been used to hide our actual server name. Your registry will obviously show your own server name.

New value: "C:\Program Files\Research In Motion\BlackBerry Enterprise Server\MDS\bin\bmds.exe" -s jvmpath="C:\Program Files\Java\jre1.6.0_01\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\<SERVERNAME>\\" webserverdir="C:\Program Files\Research In Motion\BlackBerry Enterprise Server\MDS\webserver\\" -rbes "<SERVERNAME>_MDS-CS_1".

Old value: "C:\Program Files\Research In Motion\BlackBerry Enterprise Server\MDS\bin\bmds.exe" -s jvmpath="C:\Program Files\Java\jre1.5.0_07\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\<SERVERNAME>\\" webserverdir="C:\Program Files\Research In Motion\BlackBerry Enterprise Server\MDS\webserver\\" -rbes "<SERVERNAME>_MDS-CS_1". ]
Offline