Feedage Forager
Member since: 2009-07-24
Feeds: 1
Bookmarks
Bookmarks
Bookmark with Del.icio.us Digg it Bookmark with Furl
Submit to Reddit Bookmark with Yahoo
StumbleUpon Toolbar Bookmark with Technorati

Categories

Subscribe: TeamDev Support: Message List - JExplorer Demo & Samples
TeamDev Support: Message List - JExplorer Demo & Samples Add to My Yahoo! TeamDev Support: Message List - JExplorer Demo & Samples Add to Google! TeamDev Support: Message List - JExplorer Demo & Samples Add to AOL! TeamDev Support: Message List - JExplorer Demo & Samples Add to MSN TeamDev Support: Message List - JExplorer Demo & Samples Subscribe in NewsGator Online TeamDev Support: Message List - JExplorer Demo & Samples Add to Netvibes
TeamDev Support: Message List - JExplorer Demo & Samples Subscribe in Pakeflakes TeamDev Support: Message List - JExplorer Demo & Samples Subscribe in Bloglines TeamDev Support: Message List - JExplorer Demo & Samples Add to Alesti RSS Reader TeamDev Support: Message List - JExplorer Demo & Samples Add To Fwicki TeamDev Support: Message List - JExplorer Demo & Samples Add to NewsBurst TeamDev Support: Message List - JExplorer Demo & Samples Add to Windows Live
TeamDev Support: Message List - JExplorer Demo & Samples Rojo RSS reader TeamDev Support: Message List - JExplorer Demo & Samples iPing-it TeamDev Support: Message List - JExplorer Demo & Samples Add to Feedage RSS Alerts TeamDev Support: Message List - JExplorer Demo & Samples Add to Feedage.com Groups TeamDev Support: Message List - JExplorer Demo & Samples Add to Spoken to You
TeamDev Support: Message List - JExplorer Demo & Samples http://support.teamdev.com/rss/rssmessages.jspa?forumID=43
Feed Statistics
Views: 103 Feedage Grade B rated
Rating: 0
Adult Score: 0
Added: 2007-08-20 07:56:13
Added By: Feedage Forager
Media n RSS Type RSS20
Niche Language English
Tags: awt  browser  child  error  err  eventdispatchthread  eventqueue  issue  java  navin  refresh  source  system  unknown  vladimir 
Rate this Feed:
Rate this feedRate this feedRate this feedRate this feedRate this feed

Comments (0)

Sponsored Links:
Preview: TeamDev Support: Message List - JExplorer Demo & Samples

TeamDev Support: Message List - JExplorer Demo & Samples



Most recent forum messages



Published: Wed, 04 Nov 2009 19:26:35 GMT2009-11-04T19:26:35Z

 

Re: Child browser window comes to front when refresh happens

Wed, 04 Nov 2009 19:26:34 GMT2009-11-04T19:26:34Z

Hi Vladimir,

 

An old bug (when pressing control + F throws "Call wa rejected by callee") does exist in this release. I have attached the image.

 

Thanks,

Navin


Re: Child browser window comes to front when refresh happens

Mon, 02 Nov 2009 10:41:15 GMT2009-11-02T10:41:15Z

Hi Navin,


This build is ok, so you can use it in production.


Regards,

Vladimir Ikryanov


Re: Child browser window comes to front when refresh happens

Fri, 30 Oct 2009 15:00:53 GMT2009-10-30T15:00:53Z

Yes, it is fixed. Can I use this in production or wait for an official release?

 

Thanks,

Navin


Re: Child browser window comes to front when refresh happens

Thu, 22 Oct 2009 11:41:50 GMT2009-10-22T11:41:50Z

Hi Navin and David,


I have fixed issue with displaying Certificate Error Dialog. Now when you choose DEFAUL option in HttpSecurityHandler, you will see the standard Certificate Error Dialog in which you can accept or decline certificate. The updated build is available on our ftp: ftp://ftp.teamdev.com/updates/jexplorer-2.2.26.zip


Regards,

Vladimir Ikryanov


Re: Child browser window comes to front when refresh happens

Tue, 20 Oct 2009 16:15:05 GMT2009-10-20T16:15:05Z

Hi Vladimir,

 

any luck with this issues?

 

Regards,

Navin


Re: Strange issue starting the browser

Mon, 12 Oct 2009 10:09:35 GMT2009-10-12T10:09:35Z

Hi Navin,


Unfortunately no I need the full exception stack trace to say what causes this issue. My guess is that the reason of this issue in license files or JNIWrapper native library. But I need to see the full exception stack trace to make sure.


Regards,

Vladimir Ikryanov


Re: Strange issue starting the browser

Fri, 09 Oct 2009 15:15:31 GMT2009-10-09T15:15:31Z

Vladimir,

 

It occurred at line doing:

browser = new Browser();

 

Does that tell your anything more?

 

 

Thanks,

Navin


Re: Strange issue starting the browser

Fri, 09 Oct 2009 08:47:27 GMT2009-10-09T08:47:27Z

Hi Navin,


According to the log messages there was ExceptionInInitializerError during Browser initialization. It could indicates that some problems with finding JNIWrapper native library or license files has occurred. Unfortunately without full stack trace it's really hard to say what exactly causes this error.


Regards,

Vladimir ikryanov


Strange issue starting the browser

Thu, 08 Oct 2009 16:21:51 GMT2009-10-08T16:21:51Z

Hi,A user of mine all of sudden can longer start the browser. Two days everythign worked fine(I can see from the logs). Today this is what I see in the logs: 2009-10-08 11:28:47,699 [AWT-EventQueue-0] INFO  System.out  - null2009-10-08 11:28:47,714 [AWT-EventQueue-0] ERROR System.err  - Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError2009-10-08 11:28:47,714 [AWT-EventQueue-0] ERROR System.err  -        at com.jniwrapper.win32.ie.Browser.(Unknown Source)2009-10-08 11:28:47,714 [AWT-EventQueue-0] ERROR System.err  -        at com.jniwrapper.win32.ie.Browser.(Unknown Source) 2009-10-08 11:28:47,714 [AWT-EventQueue-0] ERROR System.err  -        at java.awt.event.InvocationEvent.dispatch(Unknown Source) 2009-10-08 11:28:47,714 [AWT-EventQueue-0] ERROR System.err  -        at java.awt.EventQueue.dispatchEvent(Unknown Source)2009-10-08 11:28:47,714 [AWT-EventQueue-0] ERROR System.err  -        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)2009-10-08 11:28:47,714 [AWT-EventQueue-0] ERROR System.err  -        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)2009-10-08 11:28:47,714 [AWT-EventQueue-0] ERROR System.err  -        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)2009-10-08 11:28:47,714 [AWT-EventQueue-0] ERROR System.err  -        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)2009-10-08 11:28:47,714 [AWT-EventQueue-0] ERROR System.err  -        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)2009-10-08 11:28:47,714 [AWT-EventQueue-0] ERROR System.err  -        at java.awt.EventDispatchThread.run(Unknown Source)2009-10-08 11:28:47,714 [AWT-EventQueue-0] ERROR System.err  - Caused by: java.lang.NullPointerExceptionAny idea what could have happened?Any help would be greatly appreciated.-Navin[...]

Re: Child browser window comes to front when refresh happens

Mon, 05 Oct 2009 12:02:00 GMT2009-10-05T12:02:00Z

Sorry for my english.

I also am interested. This one is my problem. I use HttpSecurityHandler with a certificate with a invalid certificate name (I use the ip to connect and the certificate use the domain for its name).
The SecurityProblem.hasCode() is 12055 and I can't continue. If I connect with the domain in the url I can navigate. HttpSecurityAction.CONTINUE not work and if I send HttpSecurityAction.DEFAULT I dont see the warning dialog of the browser and the navigation stops. What can I do?.


Feedage.com on Facebook