Problem in jdic web browser in linux mandriva

hi all
i m embedding web browser in jframe using jdic ......
its working fine in Windows but in linux mandriva 2008 it giving following error::
Locking assertion failure.  Backtrace:
*#0 /usr/lib/libxcb-xlib.so.0 [0x9074a706]*
*#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x32) [0x9074a862]*
*#2 /usr/lib/libX11.so.6(_XReply+0xec) [0x907a01fc]*
*#3 /usr/java/jre1.6.0_04/lib/i386/xawt/libmawt.so [0x908c38ce]*
*#4 /usr/java/jre1.6.0_04/lib/i386/xawt/libmawt.so [0x908a0067]*
*#5 /usr/java/jre1.6.0_04/lib/i386/xawt/libmawt.so [0x908a0318]*
*#6 /usr/java/jre1.6.0_04/lib/i386/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x2f) [0x908a061f]*
*#7 [0xb4c9a3aa]*
*#8 [0xb4c92f0d]*
*#9 [0xb4c92f0d]*
*#10 [0xb4c90249]*
*#11 /usr/java/jre1.6.0_04/lib/i386/server/libjvm.so [0x637338d]*
*#12 /usr/java/jre1.6.0_04/lib/i386/server/libjvm.so [0x64fd168]*
*#13 /usr/java/jre1.6.0_04/lib/i386/server/libjvm.so [0x6373220]*
*#14 /usr/java/jre1.6.0_04/lib/i386/server/libjvm.so(JVM_DoPrivileged+0x363) [0x63c90d3]*
*#15 /usr/java/jre1.6.0_04/lib/i386/libjava.so(Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x3d) [0xb7c9a96d]*
*#16 [0xb4c9a3aa]*
*#17 [0xb4c92da7]*
*#18 [0xb4c90249]*
*#19 /usr/java/jre1.6.0_04/lib/i386/server/libjvm.so [0x637338d]*
Locking assertion failure.  Backtrace:
*#0 /usr/lib/libxcb-xlib.so.0 [0x9074a706]*
*#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0x9074a7ce]*
*#2 /usr/lib/libX11.so.6 [0x9079f251]*
*#3 /usr/lib/libX11.so.6(XGetVisualInfo+0x29) [0x90795b89]*
*#4 /usr/java/jre1.6.0_04/lib/i386/xawt/libmawt.so [0x9089f319]*
*#5 /usr/java/jre1.6.0_04/lib/i386/xawt/libmawt.so [0x9089f565]*
*#6 /usr/java/jre1.6.0_04/lib/i386/xawt/libmawt.so [0x908a03c9]*
*#7 /usr/java/jre1.6.0_04/lib/i386/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x2f) [0x908a061f]*
*#8 [0xb4c9a3aa]*
*#9 [0xb4c92f0d]*
*#10 [0xb4c92f0d]*
*#11 [0xb4c90249]*
*#12 /usr/java/jre1.6.0_04/lib/i386/server/libjvm.so [0x637338d]*
*#13 /usr/java/jre1.6.0_04/lib/i386/server/libjvm.so [0x64fd168]*
*#14 /usr/java/jre1.6.0_04/lib/i386/server/libjvm.so [0x6373220]*
*#15 /usr/java/jre1.6.0_04/lib/i386/server/libjvm.so(JVM_DoPrivileged+0x363) [0x63c90d3]*
*#16 /usr/java/jre1.6.0_04/lib/i386/libjava.so(Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x3d) [0xb7c9a96d]*
*#17 [0xb4c9a3aa]*
*#18 [0xb4c92da7]*
*#19 [0xb4c90249]*
and my configuration file for setting environment variable  is .bash_profile::
its like that:
*# .bash_profile*
*# Initialize keychain if needed*
*if [ -r $HOME/.ssh/identity -o -r $HOME/.ssh/id_dsa -o -r $HOME/.ssh/id_rsa ]; then*
*     if [ ! -d $HOME/.keychain ]; then*
*     keychain*
fi
fi
*# Get the aliases and functions*
*if [ -f ~/.bashrc ]; then*
*     . ~/.bashrc*
fi
*# User specific environment and startup programs*
PATH=$PATH:$HOME/bin:/usr/java/jre1.6.0_04/bin
export PATH
**MOZILLA_FIVE_HOME = $MOZILLA_FIVE_HOME:/usr/lib/firefox-2.0.0.13/mozilla-firefox-bin**
**export MOZILLA_FIVE_HOME**
**LD_LIBRARY_PATH = $LD_LIBRARY_PATH:$MOZILLA_FIVE_HOME**
**export LD_LIBRARY_PATH**
unset USERNAME
please help me...........

You're on your own. When I tried to use this it appeared they had abandoned the product without fixing it to work with Firefox version 3, so I downloaded the source code and fixed it myself (to not try working with Firefox). You're entitled to make your own fork too.

Similar Messages

  • Problem with Java Web Browser -JEditorPane

    Hi,
    I use JEditorPane to display simple HTML files:
    String url = "http://www.fnac.com";
    JEditorPane editorPane = new JEditorPane(url);
    editorPane.setEditable(false);
    But for page www.fnac.com, the browser can not dipslay all objects of Web page (Images, Texts...) although I put JEditorPane in a JScrollPane.
    Someone tell me solution for this problem ? Thanks.

    PLEASE HELP ! Thanks.

  • Problem with Java Web Browser

    Hi all,
    I use JEditorPane to display simple HTML files:
    String url = "http://www.fnac.com";
    JEditorPane editorPane = new JEditorPane(url);
    editorPane.setEditable(false);
    But for page www.fnac.com, the browser can not dipslay all object in Web page event I put JEditorPane in a JScrollPane.
    Someone can help me ?
    Thanks.

    I'm afraid I do not understand your question...
    "browser can not dipslay all object"- What object?
    "Web page event"- What event?

  • Backspace navigation key not working in web browser using linux, but does on windoze

    using ubuntu 10.04 (lucid). when navigating a web forum, the backspace key (previous page) does not function. the scroll keys are a little jerky too. i have both 'use navigation keys' and 'smooth scrolling' enabled in options.

    See http://kb.mozillazine.org/browser.backspace_action

  • Web browser problem on n95 - 1

    Hi guys,
    about 2 weeks ago, I updated my firmware from v20 to v21, and i've been experiencing problems with my web browser now...
    before the update, i would surf the net for about 3 or more hours without disruption ( i am connected through wlan)but now just about 5 to 15 mins and my browser would close down on me... it happens most of the time... is there any work around for this?
    thanks..
    CeS
    "The best index to a person's character is how he treats people who can't do him any good, and how he treats people who can't fight back"

    I had the same problem and I solved clearing the browser cache. Cache folder is not accesible from the standar Nokia File Browser. You can install Y-Browser (http://www.drjukka.com/YBrowser.html) in your Nokia Phone and the delete all the files in C:\cache directory.
    It worked fine in my case but I have read searching in Google that it didn´t worked with other persons.
    Another thing, Y-Browser gets installed in a new folder called DrJukka.com in the main "Menu", not in the usual "Applications" folder.
    BR
    W.Wabailan

  • Unable to open PDF in Web Browser and delay for printing

    In my LAN, on several PCs running with Windows 7 (32 and 64 bits), I observe two problems with "Acrobat Reader XI":
    - Delays / unable to open pdf files in the web browser (Internet Explorer).
    - Delays in printing: for example it takes over 8 minutes to print a pdf file: 400kB for two pages (on different printers / models).
    Here's the list of actions that I've allready tried to issue those problems:
    For the Web Browser problem :
    - Repair the "Acrobat Reader XI" installation.
    - Uninstalling and Installing Acrobat Reader.
    - In the web browser, disabling and activating the add-on (Adobe PDF Reader).
    - Uninstall "Acrobat Reader XI" and install "Acrobat Reader X"
    Temporary issue: downgrade to "Acrobat Reader 9", which solves the problem with the web browser.
    For the printing delay:
    - Repair the "Acrobat Reader XI" installation
    - Change the printers drivers (install Universal Drivers PCL)
    - Check the box: "Print As Image" before printing
    Any Idea ?

    You can get that error if there is still an old Adobe Reader plugin in the plugins folder in the Firefox program folder.
    C:\Program Files\Mozilla Firefox\plugins\nppdf32.dll
    See also http://kb.mozillazine.org/Adobe_Reader

  • Can Nokia 6630 Web browser be set to use MMC?

    Hi all
    I have a Nokia 6630 and it works very well for most purposes, but I have been experiencing problems with the web browser. I like to browse the internet and save pages to my phone's memory using the Advanced option under Bookmarks. It seems that the browser uses the phone's onboard memory of 10MB, and this has often run out. I have a 512MB RS-MMC card in the memory card slot, so I have plenty of memory to spare - I have checked the contents of the card and there is plenty left, over 300MB even with all of my data. Unfortunately, I have found no way to set the Web browser so that it uses the memory card; this would give me plenty of storage. It seems strange, as I have reset many of the phone's functions to use the card e.g. camera, video and messaging.
    Is there a way to set the Web browser to use the MMC card? Is there some function or code that will make the phone do this?
    Also, is there any way to set the Voice Recorder to record audio of unlimited length to the memory card, or am I stuck at 1 minute?
    Abdullah Azzam

    24-Feb-2007
    08:09 PM
    petrib wrote:
    I have not heard or seen any way to change the browser's behaviour in the way you wish.
    You could get either Opera or Access' NetFront and install those on the memory card, instead.
    And while you can't change the built-in recorder, you can try locating another voice recorder app from here, for example:
    http://my-symbian.com/s60/software/index.php
    Access' NetFront is also for s60 v3?

  • E5-00 web browser crashed

    from the last 2 weeks I been having problems with the web browser, I tried to open a page and then the program shutdown itself. I have already check several pages and it's the same problem. I have already made a soft reset.

    Hi Oralia,
    Welcome to Nokia Support Discussions!
    You could try to hard reset your phone. This will remove all data off your phone, so it's advisable to first back up your phone using Nokia Suite. To hard reset your phone, dial *#7370# followed by your security code (the default security code is 12345, unless you have changed it). After the reset, restore your backup, but remember to untick settings in the restore prompt.  
    If the issue persists, update or reinstall your phone software using Nokia Suite (just select Tools > Software update). 
    Let us know if this helps!
    Puigchild
    If you find this post helpful, a click upon the white star at bottom would always be appreciated.
    If it also solves your problem, clicking ACCEPT AS SOLUTION below it will benefit other users!

  • Problem to embed Mozilla Web Browser in WindowsXP

    Hi All!
    I m using JDIC components to embed web browser & windowsXp plateform.
    When i am using IE as default browser, my program is working,
    but when i am using Mozilla1.7as default browser, it is unable to embed the browser. the program does not showing any error messages.
    can any one give me solution of these problem.
    most of the client here using Mozilla as a default web Browser.

    Check this out:
    http://www.adobe.com/devnet/activecontent/
    It appears that this will be fixed in April 2008.

  • I turn on my computer, click on the Firefox icon on my desktop, the web browser appears but the same screen always appears and says, "Well this is embarrassing" and says the problem is due to a previously opened tab.

    I am online everyday. I turn on my computer and click on the Firefox icon. A web browser appears but not with my Yahoo! homepage. Instead of seeing my Yahoo! homepage I see a screen that says, "Well this is embarrassing." I read that the problem is due to a recently opened tab. It gives me the options of either restoring all previously used tabs from the last time of use or starting a new session. If I choose to restore previous tabs, I am further given the option to select which tabs I want restored and which ones I don't want to restore. I always choose to start a new session because all previous tabs consist of work that I have completed in the past (whether it be yesterday or the day before). I, therefore, have no interest in restoring a tab that contained an article about our current economic situation for example. As previously stated, I choose to start a new session every time I receive the "Well this is embarrassing" error message. When I choose this option, I am brought to a fresh tab with no information regarding work, articles, or entertainment from yesterday or some time in the past. I wish to have an explanation as to why this happens. I do not go on any malicious web sites or anything of the sort. This happens every single day. The automatic error message that appears is "Well this is embarrassing." For Firefox to say "Well this is embarrassing" is not close to the response it should give.

    This can be a problem with the file [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    See:
    * http://kb.mozillazine.org/Session_Restore
    See also:
    * http://kb.mozillazine.org/Firefox_crashes
    * [[Firefox crashes]]

  • When I start mozilla firefox web browser, sometimes I see a message saying that "a Mozilla Firefox is already running, please close it or restart your program", while I don't have one running at that time. What is the problem?

    When I start mozilla firefox web browser, sometimes I see a message saying that "a Mozilla Firefox is already running, please close it or restart your system". As a matter of fact, there is no firefox browser running at that time. Since I cannot do anything about it, I have to restart my computer before I can use the web browser, which bothers me dearly. What is the problem?

    Plug-in and tasks started by Firefox may continue after attempting to close Firefox. The "X" in the upper right-hand corner closes the Window (same as Ctrl+Shift+W) but even if it is the last Firefox window, it does not necessarily close Firefox .
    '''The only proper way to exit Firefox is to use Exit through the File menu''', not the "X" in the upper right corner of last Firefox window.
    ''Menus hidden: then use Alt+F then X.''
    '''Firefox hangs''' | Troubleshooting | Firefox Support ''(some extensions cause a problem)''
    * http://support.mozilla.com/kb/Firefox%20hangs#w_hang-at-exit
    Use the '''Windows Task Manger''' to remove all running firefox.exe in the "Processes"
    tab of the Windows Task Manager, then restart Firefox.
    "'''Restartless Restart'''" extension for Firefox 4.0 only (2 KB download )
    * https://addons.mozilla.org/firefox/addon/249342/
    use to close and restart Firefox after enabling or disabling an extension, switching
    to a new theme, or modifying configuration files, then you don't have to worry
    about delay or have to look in the Task Manager to see if Firefox is closed yet.
    Uses keyboard shortcut "'''Ctrl+Alt+R'''" or a file menu option.
    '''Windows 7''' users can use '''Ctrl+Shift+Esc''' to get to the Windows Task Manager quicker than starting with Ctrl+Alt+Del.

  • When ı update firefox 7 to 8 I can not enter the facebook site, when I try it, it says Uyumsuz bir internet tarayıcısı kullanıyorsun. ( it means in english : you are using an unsuportted web browser) how I can solve this problem?

    when ı update firefox 7 to 8 I can not enter the facebook site, when I try it, it says Uyumsuz bir internet tarayıcısı kullanıyorsun. ( it means in english : you are using an unsuportted web browser) how I can solve this problem?

    Step by step, how did you arrive at seeing this agreement?

  • I wanted a solution to the problem I was having on Win 7 Pro Service Pack 1 in that links on an open Adobe Acrobat file will not open in my Firefox Browser 33.0.2. The Error I receive is "Acrobat could not run the web browser.  Unknown Error. (123)"

    I want a solution to the problem I was having on Win 7 Pro Service Pack 1 in that links on an open Adobe Acrobat Pro 10.1.12  file will not open in my Firefox Browser 33.0.2. The Error I receive is "Acrobat could not run the web browser.  Unknown Error. (123)"

    Change browsers. See what happens.
    Be well...

  • The Adobe Acrobat/Reader that is running can not be used to view PDF files in a Web Browser. Please exit Adobe Acrobat/Reader and exit your Web Browser and try again.OK. I followed the instruction and the problem still persists.

    I got the following pop-up when I tried to open an online PDF file:
    The Adobe Acrobat/Reader that is running can not be used to view PDF files in a Web Browser.
    Please exit Adobe Acrobat/Reader and exit your Web Browser and try again.
    I tried many time, and it really doesn't work.
    The plug-in I have is Adobe Acrobat 8.3.0.280

    After I upgraded to Firefox 5, I had the same problem and I did a work around temporarily. I went the tools menu, then Add-ons, then clicked the "Plugins" on the left side (4th one down). I "disabled" both Adobe Acrobat 8.3.0.280 and Adobe Acrobat 10.1.0.536 using the disable buttons on the right side. PDF files now open again. However they are outside the actual browser.
    My guess is that Adobe didn't catch up yet with a new update to work with Firefox or vice versa.
    Hope that helps!
    Michael

  • Problem with Acrobat X in web browser

    When I try to open .pdf files or, in this latest case, submit a job application I get the following dialog box:
    'The Adobe Acrobat/Reader that is running can not be used to view PDF files in a Web Browser.
    Please exit Adobe Acrobat/Reader and exit your Web Browser and try again.'
    Any clues?

    Thanks for pointing out my errors in communication.
    I am referring to Windows 7.  I have Adobe Acrobat 8.0
    As for using the Adobe Reader forum, the problem is not reading, but the inability to "print" to .pdf, and so this would seem to be the more appropriate forum.  The reference is the Reader is just to communicate the error message I receive.

Maybe you are looking for