Log In
Technologies
Join the Network
Member Services
Events & Community
Jabber Developer
Jabber
What is Jabber?
The Jabber Web Tool Kit
Web Tool Kit In Use
The Jabber Application
Better Together
Develop and Test
Integrated Jabber
Voice & Video
Overview
Get Started
Sample Code
Reference Material
Jabber SDK Release Notes SDK v3.0
Troubleshooting
IM & Presence
Overview
Get Started - Hosted Deployment
Get Started - On Premise Deployment
Sample Code
Reference
Voice Mail
Overview
Get Started
Sample Code
Reference
Troubleshooting
Meeting
Overview
Get Started
Sample Code
Reference
Troubleshooting
Testing
Overview
Shared Jabber Sandbox
Rich UC Sandbox
Learn
Voice & Video: How to...
Implement Graceful Registration
Jabber Voice best practices
Embed a softphone in under 5 min
Install the Node Component
Install a Google Gadget
Add video call capabilities
IM and Presence: How to...
Use the Jabber IM Core APIs
Use the Jabber IM UI Components
Deploy the Jabber demo in salesforce.com
Voice Mail: How to...
Send a Message with Attachments
Meeting: How to...
Launch meetings on mobile
Use SSO with WebEx APIs
Use WebEx best practices
Community and Support
Technical Support
Commercial Support
Go to Market
Forum
Sitemap
Contact Us
Custom Integration
FAQs
Voice & Video
IM and Presence
Voice Mail
Meeting
Collaboration Developer Sites
Collaboration Hub
WebEx Web Conferencing Developer
WebEx Social Developer
Voice and UC Developer
Voice and UC AXL Developer
Voice and UC PAWS Developer
Contact Center Developer
Breadcrumbs
Community and Support
Forum
Jabber Voice Forum
APIs
RE: The web browser IE crashs when the page with API code is loaded
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to APIs
RE: The web browser IE crashs when the page with API code is loaded
Threads [
Previous
|
Next
]
Showing 1 - 20 of 24 results.
Items per Page
(Changing the value of this field will reload the page.)
5
10
20
30
50
75
Page
(Changing the value of this field will reload the page.)
1
2
of 2
First
Previous
Next
Last
Andy SHAO
Posts:
17
Join Date:
9/5/09
Recent Posts
The web browser IE crashs when the page with API code is loaded
jabber sdk
Answer
8/14/12 11:52 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Lorenz Grimm
Posts:
5
Join Date:
11/16/10
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
8/30/12 12:22 PM as a reply to Andy SHAO.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Andy SHAO
Posts:
17
Join Date:
9/5/09
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
8/30/12 4:51 PM as a reply to Lorenz Grimm.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Ting-Hao Chen
Posts:
84
Join Date:
5/17/12
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
8/30/12 5:00 PM as a reply to Andy SHAO.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Lorenz Grimm
Posts:
5
Join Date:
11/16/10
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
8/31/12 5:47 PM as a reply to Ting-Hao Chen.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Andy SHAO
Posts:
17
Join Date:
9/5/09
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
9/5/12 5:57 AM as a reply to Ting-Hao Chen.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Howard,
Thank you! I will modify our code and feedback the result.
Andy
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Andy SHAO
Posts:
17
Join Date:
9/5/09
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
9/7/12 6:48 PM as a reply to Andy SHAO.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Andy SHAO
Posts:
17
Join Date:
9/5/09
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
9/12/12 8:49 AM as a reply to Andy SHAO.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Ting-Hao Chen
Posts:
84
Join Date:
5/17/12
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
9/12/12 4:35 PM as a reply to Andy SHAO.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Andy,
Could you please send me your code and the environment to me?
I will try to reproduce here.
Howard
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Andy SHAO
Posts:
17
Join Date:
9/5/09
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
9/13/12 3:58 PM as a reply to Ting-Hao Chen.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi Howard,
I will prepare the environment to you.Thank you!
Andy
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Shi Jie Ng
Posts:
5
Join Date:
12/27/11
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
12/12/12 10:04 AM as a reply to Andy SHAO.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Ting-Hao Chen
Posts:
84
Join Date:
5/17/12
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
12/12/12 4:02 PM as a reply to Shi Jie Ng.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Andy SHAO
Posts:
17
Join Date:
9/5/09
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
12/13/12 1:59 AM as a reply to Ting-Hao Chen.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hello Howard,
Thanks for your response. We'll try the new web browser plug-ins MR2 and feedback the result.
Andy
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Shi Jie Ng
Posts:
5
Join Date:
12/27/11
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
12/13/12 2:52 AM as a reply to Andy SHAO.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thanks Howard,
Your prompt response is appreciated. We'll get back to you once we tested MR2
Raven
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Andy SHAO
Posts:
17
Join Date:
9/5/09
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
12/13/12 4:49 AM as a reply to Ting-Hao Chen.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Shi Jie Ng
Posts:
5
Join Date:
12/27/11
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
12/13/12 5:38 AM as a reply to Andy SHAO.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Ting-Hao Chen
Posts:
84
Join Date:
5/17/12
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
12/14/12 5:07 PM as a reply to Andy SHAO.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Andy SHAO
Posts:
17
Join Date:
9/5/09
Recent Posts
RE: The web browser IE crashs when the page with API code is loaded
Answer
12/17/12 1:40 AM as a reply to Ting-Hao Chen.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Showing 1 - 20 of 24 results.
Items per Page
(Changing the value of this field will reload the page.)
5
10
20
30
50
75
Page
(Changing the value of this field will reload the page.)
1
2
of 2
First
Previous
Next
Last