How can I get a usable context on GNU/Linux?

Supposedly WebGL is now enabled on Linux, but every time I try to view WebGL content it fails with this error:
'''Warning: WebGL: Can't get a usable WebGL context
Source File: ''http://example.com/'' Line: ''n'''''
How can I enable WebGL on Linux?

A good place to discuss issues with Namoroka 3.6 and Minefield 4 nightly builds and Firefox 4.0 beta builds is at the mozillaZine Firefox Builds forum.
You need to register on the mozillaZine forum site in order to post at that forum.
See http://forums.mozillazine.org/viewforum.php?f=23

Similar Messages

  • How can I get my application Context Path?

    How can I get my application Context Path via webdynpro code?
    Let say I'm accesing my application with URL
    https://myapp:8443/webdynpro/dispatcher/local/MyApp/App, how can I get
    the value 'https://myapp:8443' from webdynpro code? In J2EE, this is
    equivalent of HttpServletRequest.getContextPath() method. Do we have
    this method call in webdynpro object?

    Hi John,
    Yes you can achieve that in Web Dynpro.
    Try the following -
    // USE THIS FOR GETTING THE SERVER NAME AND IMPORT WEBLOGIC.JAR FILE IN THE JAVA BUILD PATH PROPERTIES
    HttpServletRequest request = (( com.sap.tc.webdynpro.services.sal.adapter.core.IWebContextAdapter) WDWebContextAdapter.getWebContextAdapter()).getHttpServletRequest();
    //GETS THE HOST NAME OF THE SERVER
    String strHostName = request.getServerName();
    Thanks,
    Sam

  • How can I get the servlet Context from a WebService Implementation?

    I have made a webservice endpoint, using the conventional way (WSDL->wsimport->Java interface->implementation) . I need to get the servlet context below the implementation class. I haven't found any way to get the servletContext though. Any clues? Any help will be greatly appreciated.

    yes  i can found the words's unicode form Cmaps where may be at the type of tounicde and another Cmaps table just like "Adobe-GB1-GBK-EUC" ,but when the word dont have either of them how can i do? when i write a chinese word "一",it just the winansi encoding ,  there is not Cmap for me to use to change the "G208f" to the word "一"'s unicode value.
                   best wishes      thank you very much

  • When I long press a link, in addition to opening a context box, it also opens the link in that window. How can I get JUST the context window to appear?

    I am an avid Pocket user and I like to scroll through various blog sites while saving articles to read later. Typically, I have been using Google Chrome browser which requires me to open each article in a different tab and then share that article to Pocket in order to save it. I was ecstatic when I found out the firefox browser worked very well and even supported add ons. I decided to try it but have run into a major issue. When I long press a link in order to share it, instead of a context window appearing and the website staying the same, a context window opens while the website loads the link. When I right click on a link in my browser, it doesn't mean I want to go to that link so I'm not sure why the same procedure would cause the mobile browser to do so. Is there a way I can long press a link without opening the link in that tab?

    Okay, this is silly, but it's the best I could come up with:
    I tested on Gizmodo: when the long press menu appears, instead of lifting your finger straight up, slide it down a bit, just off the link, before lifting your finger off the glass. Then the script in the page does not detect a "mouse up" (or equivalent event) on the link. Does that work for you?
    I realize you can't actually see the link through the menu, but one or two lines of text height usually will do it.
    Probably would make sense for Firefox to cancel all events associated with touching the link once the menu is displayed. Or to make sure the site understands it as a right-click (that seems harder). I haven't checked to see whether any ideas along these lines have been filed in the bug tracking system.
    ''Edit: Tested on a Nexus 5 (LG).''

  • How can I get the web application's context root?

    I have a web application, which is defined in Tomcat's server.xml:
    <Context path="/cbes" docBase="e:\work\GM\code\CBESCurrency" debug="0"
    reloadable="true" crossContext="false"/>
    And I hava a servlet in this web application.
    How can I get the context root of the web application?
    in this example: reture should be "cbes" or "/cbes"
    how?
    thanks alot.

    getContextPath() in javax.servlet.http.HttpServletRequest

  • How can I get the current user an  resource context  in a portal JSPDynPag

    How can I get the current user (com.sapportals.portal.security.usermanagement.IUser?)an the resource context  in a portal component (JSPDynPage)?
    Thanks.

    Hi Jon,
    Here is the code to get the current user and resource context in your JSPDynPage:
    IPortalComponentRequest  currentRequest  = (IPortalComponentRequest)pageContext.getAttribute(javax.servlet.jsp.PageContext.REQUEST);
    com.sapportals.portal.security.usermanagement.IUser contextUser = (com.sapportals.portal.security.usermanagement.IUser) currentRequest.getUser().getUser();
    ResourceContext resourceContext = new ResourceContext(contextUser);
    Greetings,
    Praveen Gudapati
    p.s. points are always welcome for helpful answers

  • How can to get the context of Repository Service?

    Hi All,
    How can we get the context of Repository Service?
    I am able to get the repository service using the below given code.
    IRepositoryServiceFactory sf = ResourceFactory.getInstance().getServiceFactory();
    IRepositoryService service=sf.getRepositoryService(IRFServiceWrapper.KEY);
    But want to know how to get the context of this RepositoryService.
    Regards
    George

    Hi George,
    Is this what you're wanting:
    IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();
    IUser user = (IUser)request.getUser().getUser();
    IResourceContext resourceContext = new ResourceContext(user);
    // Get the Service
    IRepositoryServiceFactory repServiceFactory = null;
    try {
      repServiceFactory = ResourceFactory.getInstance().getServiceFactory();
    } catch (Exception ex) {
      ex.printStackTrace();
    if(repServiceFactory == null) {
      System.out.println("Repository Service Factory is null!!");
    // Check to make sure that the folder that was passed in is valid.
    RID folderRID = new RID(startFolder);
    try {
      IResource resource = ResourceFactory.getInstance().getResource(folderRID, resourceContext);
    } catch ( InvalidUriException ie ) {
      System.out.println("in the InvalidUriException catch");
      ie.printStackTrace();
    } catch ( Exception e) {
      System.out.println("exception: " + e.getMessage());
      e.printStackTrace();
    If this isn't what you're looking for, maybe you could tell us what specifically you're trying to do.
    Thanks!
    -StephenS

  • How can I get iTunes to display the tracks from a CD in their original (album) order?

    To be absolutely honest, I don't really understand what this box is for, so I shall just use it to repeat and expand on my question. (I have already sent a "Feedback" comment on the same topic).
    How can I get iTunes to display the tracks from a CD in their original (album) order?
    It seems to me that there is something very basic wrong with the way iTunes handles CD Tracks.
    Professionally produced CD tracks are seldom if ever in a randomised order. Why then does iTunes seem unable to display the tracks in the order they appear on the original CD source - whether from a personally owned CD or from a download from the iTunes Store?
    Some music demands a specific, non-alphabetic sequence in order to make sense. Why does it seem that iTunes only offers Alphabetic, or reverse alphabetic order - both of which make a nonsense of the original, often intended order of tracks?
    Why not replace the so-called "cover-art" in the bottom left hand corner if the iTunes window - which, while it may look attractive to some, gives the barest of information concerning the original disc, with a list of the original CD tracks in their original order, so that the user can easily reestablish the order in which they should be played.
    As I would expect legibility might be a problem with doing this, why could not the original contents, (in their original order), at least, be displayed when the "cover art" is double clicked-on - the result of which at present gives me an enlarged version of the "Cover Art". While on the subject of the contents of the source disc, what about all the album notes which someone takes trouble to write in order to increase the appreciation of the music on the CD and the listener's general background knowledge of the artists involved. Such notes, it seems to me, have considerable intrinsic value in their own account. I would, I think, normally be prepared to buy such "Sleeve notes" - so long as a "taster" was supplied (as it is for the music) - for something like the cost of a single 'Tune" on iTunes.
    These two aspects let Apple iTunes down enormously, in my opinion. I think that by chopping even quite protracted sequences of music up into bits does no one any favours - except perhaps Apple's already quite substantial bank balance. People have to be aware that two and a half, to three and a half minutes is a very short time to develop a piece of worthwhile music, and that there are many, many composers, not all of whom are alive today who have written music that huge masses of mankind value for the enrichment of their lives and the human condition in general.
    Please make the viewing of iTunes tracks in their correct order by default possible. By all means have the alphabetical variations available as offering a different approach to the music, but not the sole approach to it - PLEASE.
    Frustratedly yours
    Alan Whitaker
    PS I work at my old 24" iMac Intel Core 2 machine which runs OS "Tiger" - because it is more beautiful to look at, the screen is more pleasant to work on, and because, in some ways it is more capable (it will run FreeHand MX without needing a "patch"), than my more recent 21.5" which runs "Snow Leopard". (I don't find it that much slower, either).

    Dear Mike
    Thanks for the support. I am utterly amazed that after all the hype about how good iTunes is that it cannot play a downloaded CD in the correct order, and that what that order should be is not available directly from within one's own iTunes installation. (I know that one can go back to the iTunes Store to check what the order should be, but having downloaded the tracks surely iTunes is clever enough to retrieve this important information.
    My iTunes to differ from yours in that I have also noticed that it seems unable to download copies of my "talking books" in the correct order either. But in my case it downloads them - from a CD - in order, but with the first track downloaded first - so that it appears at the bottom of the column of tracks so that it would get played last! (At least this is, while being inexplicable, a relatively "logical" bit of blundering and because of this is relatively easy to put right!).
    I like many genres of music, some of which are not really programmed except perhaps by the artist performing them. I know that Frank Sinatra was very careful to programme his album songs to obtain a particular effect and in relation to the keys of the music. iTunes presumes to know better.
    Film scores may be totally randomly put together, in some cases, but in others the order is vital to one's appreciation of the music as a whole and how it relates to the plot of the film.
    In symphonic music most works are divided into sections and are conceived by the composer that way. Some individual sections may gain a life of their own if played separately, but they are never complete in the sense that the composer envisaged them without being placed in their proper context.
    Opera and probably most choral music too, is similar except that the words may well become meaningless if the order is changed at the whim of a piece of ill-written computer code, while ballet music has to be heard totally within its sequential context or it becomes meaningless.
    Finally, I would venture that iTunes, by jumbling up the order of the tracks as recorded on a CD, does an immense disservice, not only to the music on a particular CD, but to music in general, by expressing everything in terms of "Songs" - which it seems to interpret as stand-alone items of between 2 and 4 minutes whatever the genre. Even the way the iTunes publicity speaks of how many "songs" it can store instead of how many minutes or hours of recorded sound. This has to be another brick in the wall of "dumming-down" of people's expectations, and the shortening of their attention spans.
    I don't know about anyone else, but I feel betrayed by Apple over this. Perhaps the look, feel and general presentation of an item are not the most desirable features of a consumer product. Maybe it should be judged more on it fitness for the purpose for which it was sold. There is one other possibility - that Apple are trying to redefine "Music" - and that everything that lasts longer than about 3.5 minutes or is in the form of what could for want of a better term be called symphonic in the broadest sense is something else - not "Music" within Apple's new definition, at all!
    Well that's off my chest! now I can get down to creating some sort of order in my iTunes Libraries, knowing that I have to reconsult all the sources in order to confirm the source playing order.
    Anyway thanks again. At least I know that it is not just me
    alanfromthatcham

  • How can I get the XML structure from a flat structure?

    Hi all,
    in my XI SP 12 I use a JMS adapter to read information using the WebSphereMQ transport protocol.
    The structure that I receive have this format:
    <Name_A.KeyFieldValue><Name_A.fieldName_A1_Value>...<Name_A.fieldName_AN_Value>
    <NumberRecordType_B><NumberRecordType_c>
    <Name_B.KeyFieldValue><Name_B.fieldName_B1_Value>...<Name_B.fieldName_BN_Value>
    <Name_B.KeyFieldValue><Name_B.fieldName_B1_Value>...<Name_B.fieldName_BN_Value>
    <Name_C.KeyFieldValue><Name_C.fieldName_C1_Value>...<Name_C.fieldName_CN_Value>
    <Name_C.KeyFieldValue><Name_C.fieldName_C1_Value>...<Name_C.fieldName_CN_Value>
    the problem is that in this structure each line is not separated by a carriage return or a comma, I have all the information in a single line:
    <Name_A.KeyFieldValue><Name_A.fieldName_A1_Value>...<Name_A.fieldName_AN_Value><NumberRecordType_B><NumberRecordType_c><Name_B.KeyFieldValue><Name_B.fieldName_B1_Value>...<Name_B.fieldName_BN_Value>...<Name_B.KeyFieldValue><Name_B.fieldName_B1_Value>...<Name_B.fieldName_BN_Value><Name_C.KeyFieldValue><Name_C.fieldName_C1_Value>...<Name_C.fieldName_CN_Value>...<Name_C.KeyFieldValue><Name_C.fieldName_C1_Value>...<Name_C.fieldName_CN_Value>
    and the customer don't want to insert a line separator.
    Then, the question is:
    How can I get the XML structure from this structure?
    If possible, I don't want to develop new Module and add it in the JMS Module Sequence.
    PS I have already read the article "How to Use the Content Conversion Module with the XI 3 J2EE JMS Adapter.pdf" and it doesn't seem to help me.
    Best Regards,
    Paolo

    To get context parameters from your web.xml file you can simply get the ActionServlet object from an implementing action object class. In the perform (or execute) method make the following call.
    ServletContext context = getServlet().getServletContext();
    String tempContextVar =
    context.getInitParameter("<your context param >");

  • How can I get my Ipod Touch 2 replaced?

    Recently, I found out that my Ipod Touch 2 has an accelerometer issue.
    When I put it on a flat surface, it shows up there is 20 degree incline(I use an app named iHandy Level to find that). Yes, I can calibrate it, but when I did so, and turn it 180 degree, it shows up that 20 degree incline again. As a computer engineer myself, I know it's a hardware fault. And I notice some other Iphone/Ipod Touch user have the same issue and had their Iphone/Ipod Touch replaced.
    I tried to find out how can I get it replaced at www.apple.com/support, but I didn't find anything helpful. Since I live in a small city, there is no apple retail store here. I need to drive 4 hours to reach the nearest one. And I bought it 6 months ago, so they don't provide complimentary phone support to me.
    Is there any chance that I needn't to drive so far to get my Ipod Touch replaced?
    Since I am not a naticve English speaker, maybe there is some information helpful but I didn't find it?

    Hi,
    I tried to send it back to apple to get a replacement TWICE!!!
    And get nothing...
    They said:
    Our technicians have performed full diagnostic checks on your IPOD TOUCH (2ND GENERATION) and have been unable to reproduce the symptom(s) you reported when you requested the repair. As a result of our tests, we can confirm that your product meets Apple specifications for performance, usability, and functionality.
    I feel really bad, especially the second time...
    Hate apple...
    I will try again...

  • How can we get ADFSecurity work when used in OC4J, OID and OAM?

    I am getting error in http server log "mod_oc4j: Response status=499 and reason=Oracle SSO, but failed to get mod_osso global context."
    But I am not using Oracle SSO and my client doesn't want to use it either, I am using OAM SSO(CoreIDSSO) in my configuration. Please read the details below.
    I am using ADFSecurity in an app that is protected by OAM. To migrate ADFSecurity permissions from
    system-jazn-data.xml to OID, I used JAZNMigrationTool to populate OID with Grantees and Permissions. OAM gives login page, and authentication works fine.
    But ADFSecurity is not working. ADFComponent Delete button is enabled even for roles that dont have permissions for the iterator delete.
    - The app works fine when I use without OAM. ADF Security permissions work fine.
    - The app works fine when used with OAM, but with ADFSecurity disabled (enforce=false).
    - When I enforce ADFSecurity alongwith OAM, ADFSecurity is not working.
    In the doc "Oracle Containers for J2EE Security Guide b28957", there is a mention of use of CoreIDPrincipal for permissions. Our OID Permissions entries show
    LDAPRealmRole for attribute orcljaznprincipal. I am not sure if this could be the reason.
    We have configured AccessServerSDK for the SOA instance and have policy for the urls in the policy manager. We have entries in orion-application.xml, orion-web.xml and system-jazn-data.xml as per the documentations.
    How can we get ADFSecurity work when used with OID and OAM?

    Have you been able to successfully integrate OAS with OAM & OID? We have similar requriement and so far we have not been able to get it working.
    We have application specific roles which we map to OID roles using orion-application.xml.
    Any pointers to achieve this would be greatly appreciated.
    thanks,
    Dipal

  • How can we get the value of the key field in a custom data model using governance API?

    Dear Team,
    How can we get the value of the key field in a custom data model, to be used for manipulation of the change request fields using governance API?
    Any kind of help would be sincerely appreciated.
    Thanks & Regards,
    Tushar.

    Hi Michael,
    Thanks for direction. Let me give more context on this as I'm interested to get more details..One of the issue was to read cross entity field values on UI based on user action and set other entity field behaviour...It is similar to what is being posted here.
    For ex: Reading MTART from Basic Data UIBB in MM MDG UI and set the field properties in some other custom entities say ZZETEST. This cannot be done using UI BADI as it only supports single entity at a time and not cross entity. So alternatively we found a solution where we can enhance existing PLMB feederclass cl_mdg_bs_mat_feeder_form by reading the model and the entity as needed as it it proved that it supports cross entity UI field behaviours and so business requirements.
    This is a workaround for now.
    So the question is How do we achive it using governance API for cross entity field behiaviours.?or what is the right way doing this.
    Can we do that using governance API and its' methods?
    In the Governance API doc you provided below has referring to below external model as part of gevernance API.
    The active or inactive data (before or during the derivation or the check) can be read
    with the external data model interface IF_USMD_MODEL_EXT with the method READ_CHAR_VALUE and
    the corresponding READ_MODE parameter. To avoid unnecessary flushes (derivations), the NO_FLUSH
    parameter should b
    e set to ‘X’.
    Thanks
    Praveen

  • How Can I get my bookmarks From My Sync account without my sync key after a hard drive crash?

    My Computer Hard Drive crashed before I could back up my Sync Key or add another device. How can I get My bookmarks from my sync account without resetting the sync key and wiping my data?

    Not from Mozilla. Nobody knows your Sync Key except for you. <br />
    Is that hard drive usable at all? Like as an external disk in a USB hard drive enclosure?
    If so, you can recover your Firefox data from that drive. <br />
    http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile
    Your old Profile is located here in Vista & Win7: <br />
    ''drive'':\Users\''Windows login user name''\AppData\Roaming\Mozilla\Firefox\Profiles\''profile_name'' <br />
    Make sure that you unhide "Hidden files and folder" in the Control Panel > Folder Options -> View

  • I just upgraded my iPhone4 iOs and lost ALL Phone Contacts! How can I get them back?

    HELP! I've been using my iPhone consistently for ALL phone numbers, since I have serious memory problems due to fibromyalgia. I upgraded my phone last night finally, having moved my photos out of it I had the space to download and install the upgrade.
    I got a nasty shock this morning when I tried to make a routine call and found ALL of my phone contacts missing. They don't seem to be either in the cloud or in the phone. What happened? It said it was storing them in the cloud but they're all gone! How can I get them back?
    IF this normally happens, why should I ever upgrade? Seriously! I didn't think to copy all of it out manually before upgrading, I'd upgraded once before without any problems. Addresses and other details gone too. I've got four numbers in "Favorites" but no context for them beyond location by state. I don't even know who they are - can't recognize just the numbers.

    Thanks, but I checked iCloud and it has none of them.
    If it backed up to my laptop, that died and I just got the new computer. The one that's crashed won't even boot, so there's no way to even tell if it was syncing the contacts along with all the phone photos. Literally happened at the same time - it was because I had the new computer that I was finally able to pull the photos off the phone and make room for the upgrade. It had refused to upgrade for lack of space for some time.
    I had thought it was set to sync to iCloud but it vanished from BOTH my phone and the cloud. That's why I'm so angry about it.

  • I updated my Macbook, and All of my apple desktop pictures were deleted. How can I get them back?, I updated my Macbook, and All of my apple desktop pictures were deleted. How can I get them back?

    I updated my Macbook, and All of my apple desktop pictures were deleted. How can I get them back?, I updated my Macbook, and All of my apple desktop pictures were deleted. How can I get them back?

    Oh!
    First thing I think would be to do a search for the folder in case it's somehow got moved.
    Failing that, you can retrieve the folder from your original installer disc using Pacifist.
    Insert the disc (don't boot from it) and open the installer package with Pacifist. Navigate to the Desktop Pictures folder (might be a bit more fiddly to find in the package structure). When you find it, select the folder, right-click (or ctrl-click) and select 'install in default location' from the context menu.
    Exit Pacifist and eject the disc.
    Best of luck!

Maybe you are looking for

  • Photoshop CC - Image Processor

    I loaded Photoshop CC, now when I try to use the Image Processor from Bridge, nothing happens. It's as if they are not linked. How do I fix this?

  • Why do i have to init a VARCHAR for a SELECT in a Pro*C PL/SQL block?

    Hi, i use PL/SQL Block in a Embedded C Programm and compile with the PRO*C Compiler. Oracle 10gR2. When i Select .. Into a VARCHAR bind variable, i have to initialize the variable before, otherwise i get an ORA-1458. Same problem with assignments to

  • Where can I get Reader Version 7??

    I just registered for online classes for college study and they told me to have the "latest version of Adobe Reader". Come to find out, after I do the upgrade to Reader 8 that none of the textbooks from the school are supported by Reader 8 and I need

  • Problem in BRS Processing

    HELLO GURUS n EXPERTS, I have a bank a/c in USD and Sub account for Check issue n receipt are also in same currency (USD). My Company currency is INR. I have issued a check to a vendor on 28th Oct. 2010 (in USD) and it is cleared on 25th Nov. 2010. N

  • Hp 8250 printer printing wrong colors

    I have an HP Photosmare 8200 series model 8250 printer it is printing in the wrong colors red is coming up yellow blue is green The ink cartridges are all full and they are genuine HP.  Any suggesttions on what could be wrong.