Forums
« Back to APIs

RE: The web browser IE crashs when the page with API code is loaded

Combination View Flat View Tree View
Threads [ Previous | Next ]
Showing 1 - 20 of 24 results.
of 2
Hello,
 
We have develped our web application with Jabber SDK softphone functions. But, we found the problem the web browser Microsoft IE 9 crhashs when the web page is loaded. And We also tested the Jabber SDK sample code to verity it. The situation is the same when the Jabber SDK sample is loaded.
Here is our web browser Microsoft IE version 9.0.8112.16421 with MS-Windows 7
But, the Windwos XP with IE 8 is work.
How can I do to fix it on Windows 7 with IE 9 ?
Thank you!
 
Andy

Hi,

We do notice the same behavior with our integration of the cwic plugin. It force closes Internet Explorer 9.0 on Windows 7.
It's working fine on Firefox 14 and Chrome 21. Did you already find a solution for this?

Lorenz

Hi Lorenz,

Thanks for your suggestion. I will try Firefox 14 and Chrome. But, our application is designed for Internet Explorer 8 and 9.
Do you know when it can be solved ?

Andy

Lorenz,
Have you checked your ActiveX setting? You have seen issue that's caused by Security setting.

Andy,
We are looking into the dump files you provided, will update you our finding.

Howard

Hi,

Adrienne Moherek told me to check the following settings in Internet Explorer:

1) Do you have ActiveX Filtering enabled?
2) Do you have "Run ActiveX controls and plug-ins" enabled?
3) Do you have "Script ActiveX controls marked as safe for scripting" enabled?

Point 1 was disabled on my Machine for Local Intranet zone and it seems to be the cause for the crashes.
Didn't happend again since I've changed this.

Unfotunately ActiveX Filtering is disabled by default for this zone in Internet Explorer 9.

Lorenz

Howard,

Thank you! I will modify our code and feedback the result.

Andy

Howard,

Thanks for your solution. The code is added into our application. It look like work!!
But, We will do more tests to make sure it's okay.

try {
var plugin = new ActiveXObject(‘CiscoSystems.CiscoWebCommunicator’);
} catch(e) {
}

Andy

Howard,

We has write the new code with try and catch. Also The pop-up windows code is removed. But, The IE 9 still crash again. IE8 is work fine.
Do you have any suggestion to fix it ?
Thank you!

Andy

Andy,
Could you please send me your code and the environment to me?
I will try to reproduce here.

Howard

Hi Howard,

I will prepare the environment to you.Thank you!

Andy

Hi Andy,
Did you manage to resolve this issue? I'm hitting the same problem as you did...
Is there any update regarding this issue?
 
My Current Setup
OS: Windows 7 (64bit)
Jabber Web Communicator: MR1
CUCM: 9.0
Browser: Internet Explorer 9.0.8112.16241

There is a latest [url=http://www.cisco.com/cisco/software/release.html?mdfid=283882159&softwareid=283995793&release=9.0(1)&relind=AVAILABLE&rellifecycle=&reltype=latest]MR2 release which address this crashing issue.
Update your plugin should solve the problem
Howard

Hello Howard,
Thanks for your response. We'll try the new web browser plug-ins MR2 and feedback the result.
Andy
 

Thanks Howard,
Your prompt response is appreciated. We'll get back to you once we tested MR2 
Raven

Hello Howard.
Here is my result for MR2.
I have removed the MR1 and have installed the MR2 on the same machine. But, I found the the Jabber web plugin MR2 is not initialized in the IE9 and Chrome, Becasue I try to login at the page sample.html and cannot get any response at this page.
Also, The file sofrphone.log is not created in the path C:\Users\Andy Shao\AppData\Local.
Do you have any suggestion for me ?
Thank you!
Andy
 

Andy SHAO:
Hello Howard. Here is my result for MR2. I have removed the MR1 and have installed the MR2 on the same machine. But, I found the the Jabber web plugin MR2 is not initialized in the IE9 and Chrome, Becasue I try to login at the page sample.html and cannot get any response at this page. Also, The file sofrphone.log is not created in the path C:\Users\Andy Shao\AppData\Local. Do you have any suggestion for me ? Thank you! Andy  
  Hi Andy, MR2 worked fine for me.  Are you using the latest SDK from http://developer.cisco.com/web/jabber-developer/get-started1 ?   You might also wanna try restarting your computer after installing MR2?
If you have previously downloaded an older version of the browser plugin, you will need to uninstall it first before installing the newer version. You may have to restart your computer afterward.
         

Andy,
The log didn't get generated meaning the plug-in never been loaded...Is this the new installation, or the upgrade?
What OS are you using? Can you see the plugin loaded in the browser add-on list? What's the version that is list?
Thanks,
Howard

Hello Howard,
Thanks for your reply. I tried to upgrade and new installation Jabber Web MR2 plug-ins on three machines and got the same situation with MR2 SDK sample.html. These machines are Internet Explorer 9.0.12 (9.0.8112.16461) on MS-Windows 7 64 bits SP 1 and lastest updates.
But, It's work that The web browser with Jabber Web MR2 plugin connect to the older version Jabber SDK MR1 and the softphone.log is generated.
Can I develop the our code with  older version Jabber SDK MR1 and Jabber Web MR2 and run to production ?
Thank you!
Andy
 

Showing 1 - 20 of 24 results.
of 2