cfselect with bind to cfc works but is followed by 500 Jrun javax.servlet.ServletException

All;
This is driving me crazy. 
I have a CFC with a function that returns countries via remote as JSON with the // prefix as Cold Fusion is configured.
I call it with the following url
www.mydomain.com/getCountriesAndStates.cfc?method=getCountries&returnFormat=json&argumentC ollection={}&_cf_nodebug=true&_cf_nocache=true
It returns countries according to the Cold Fusion specs (just imagine it returning all countries, didn't want to paste it all the countries here).
//[[0.0,"Please select a country..."],["US","UNITED STATES"],["CA","CANADA"]] 
I bind a <cfselect for countrycode to this CFC and it works about 30% of the time.
Here is the <cfselect
<cfselect name="CountryCode" id="spanCountryCode" bind="cfc:getCountriesAndStates.getCountries()" bindonload="true"  onChange="DEdetermineTohide(this.id, '1')" onKeyUp="DEdetermineTohide(this.id, '1')">   
        </cfselect>
It has a second function that returns the States with a CountryCode as the argument. 
I call it with the follow url
/getCountriesAndStates.cfc?method=getStateProvince&returnFormat=json&argumentCollection={" countrycode":"US"}&_cf_nodebug=true&_cf_nocache=true
It returns states according to the old Fusion specs (just imagine it returning all the states, didn't want to paste all the states here.)
//[[0.0,"Please select a state..."],["AL","ALABAMA"],["AK","ALASKA"]]
I bind a <cfselect to this CFC with the countrycode as an argument and it populates the states for the countrycoe about 30% of the time.  It fails when the getCountries call fails.
Here is the State <cfselect
<cfselect name="StateCode" bind="cfc:getCountriesAndStates.getStateProvince({CountryCode})">
        </cfselect>
I have a third funtion that returns whether or not the country selected has States and Zip Codes.  I call this function from a seperate javascript script included in the header and fired from the <cfselect name="CountryCode for onChange or onKeyUp.  It basically determines whether or not to show or hide both the State or Zip span but calls the CFC so that I can encapsulate everything in one place.  So the state and zip span with <cfselect and <cfinput appear and disappear based on the information about the country and state and the labels can change too from State to Province and from Zip to Postal Code etc...
/getCountriesAndStates.cfc?method=getStateZipMetaData&returnFormat=json&argumentCollection ={"countrycode":"US"}&_cf_nodebug=true&_cf_nocache=true
Ok, so I hope I have described enough about what I am doing.  This works about 30% of the time and fails about 70% of the time.  Flawlessly.  Sometimes it works for hours.  But eventually for some reason AFTER a perfectly good JSON response is returned from Cold Fusion, the Cold Fusion server starts following the JSON response with a 500 Serverlet Exception error.  This happesn on all function calls until I reboot my machine.
It is driving me mad and making me start to reconsider whether or not I want to use CFForm binding.  It seems like a nice elegant solution that really simplifies and reduces the amount of javascript I have to write, but I can't go to production with forms that produce 500 server errors.
Anyone have any ideas on what is going on?  If this is a bug?
Should I just stay away from <cfform binding?
Please help because it is driving me really crazy.
My platform information is below.
About 70% of the time it returns all the countries followed by a 500 Servlet Exception error.
500
javax.servlet.ServletException
     at coldfusion.xml.rpc.CFCServlet.invoke(CFCServlet.java:154)
     at coldfusion.xml.rpc.CFCServlet.doGet(CFCServlet.java:264)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
     at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Platform details
Server Product
ColdFusion
Version
9,0,0,251028 
Edition
Developer 
Operating System
Windows XP 
OS Version
5.1 
Adobe Driver Version
4.0 (Build 0005) 
JVM Details
Java Version
1.6.0_14 
Java Vendor
Sun Microsystems Inc. 
Java Vendor URL
http://java.sun.com/ 
Java Home
C:\ColdFusion9\runtime\jre 
CF9 Update 1
Apache 2.2
Database MS-SQL Express

Ok, so I think I answered this for myself.  This may be ignorant.  Whatever.  I haven't programmed CF in over 10 years and just started again a month ago, so I think advanced CFC and javascript is a lot.
I seperated my CFC into a directory with a Alias mapping under Apache and a CF Mapping from CFIDE
I trimmed down the application.cfc
It was
<cfset This.clientstorage="Cookie">
That was causing the remoting CFC's to return a 500 Jrun Servlet Error
I am just going to keep my remote CFC's seperate from the rest of my application anyway because they need a different type of security schema.
So, if anyone struggles with this.  I recommend just put your remotely accessd CFC's in a seperate virtual directory mapped from your webserver and CF and lock them down both with a trimmed down application.cfc and some kind of security.
They also seem to run much faster now combined with my other Ajax and Javascript.

Similar Messages

  • I have an iPhone 4 on IOS5. I signed up for itunes match. After everything uploaded to the cloud, my songs are messed up. I'll select a song and the title will show with the right art work but a different song will start playing.  Anyone have a solution?

    I have an iPhone 4 on IOS5. I signed up for itunes match. After everything uploaded to the cloud, my songs are messed up. I'll select a song and the title will show with the right art work but a different song will start playing.  Some songs won't play at all even though they do appear in the itunes store. The artwork almost always shows u blank until you turn it to landscape then it will appear. Anyone know what's going on?

    I have found that scrolling through the album list (past albums without art) triggers the progress wheel next to the wifi symbol. You can scroll quickly through the whole collection and then wait! Artwork will appear gradually...
    However, repeat visits to the Music App might initially show no artwork again, but it might spontaneously appear more quickly this time. The bad news is that the whole Music App is now sluggish as ****...

  • Apex Integration with EBS R12 - javax.servlet.ServletException

    Morning,
    We are in the process of upgrading from 11i to R12 and we have found that our method of launching Apex in 11i no longer works in R12. We are trying to follow the following instructions: http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf and have created a .jsp file and compiled as per the document. When we try to launch the function from apps though we get:
    An exception occured.
    URL=XXX/OA_HTML/XXFND_LaunchApex.jsp?transactionid=1236782452&language_code=US&CallFromForm='Y'&p_application=112&p_page=101&oas=DScF2XdCwRRnxFePUKHOnQ..
    javax.servlet.ServletException: oracle.classloader.util.AnnotatedClassNotFoundException:
           Missing class: _XXFND__LaunchApex
         Dependent class: oracle.jsp.runtimev2.JspPageInfo
                  Loader: oc4j:10.1.3
             Code-Source: XXX/apps/tech_st/10.1.3/j2ee/home/lib/ojsp.jar
           Configuration:  in META-INF/boot.xml in XXX/apps/tech_st/10.1.3/j2ee/home/oc4j.jar
    This load was initiated at oacore.web.html.jsp1603821464:0.0.0 using the loadClass() method.
    The missing class is not available from any code-source or loader in the system.I've XXX'ed out our domain. Has anyone else has this, or can anyone who has successfully integrated apex with EBS R12 let me know what they did?
    Thanks

    Hi,
    If the jsp compiled successfully then you may need to bounce your web server before the jsp can be used. See MOS Note 458338.1 for more details.
    Actually, now that Oracle have updated their FND Gateway for Apex integration there are only a few situations (such as if you want to pass parameters from the form function to Apex) where you need to use a custom jsp to launch Apex. In most cases you can use the Oracle supplied GWY.jsp to launch your Apex Page. To use this jsp you must apply the EBS R12 patch 12316083 (and patch 12726556 if you are launching from the forms navigator). How to use the GWY.jsp is described in "Extending Oracle E-Business Suite Release 12 using Oracle Application Express" white paper.
    Rod West

  • Javax.faces.FacesException: javax.servlet.ServletException: OracleJSP error: javax.el.ELException: Expression uses functions, but no FunctionMapper was provided

    Guys,
    I have a WebCenter Portal application which consumes few adf applications. This task is achieved by WSRP, and I am creating the portlet.xml in the adf application by the Jdeveloper.
    These ADF applications are deployed in another server instance in Weblogic Server. However, the installation was made equal in WCP and ADF, which was considering the portal libraries for portlet consuming as well.
    The thing is, in my embeddable weblogic, the application runs fine. However, when I deployed in the server, I get the following error in some adf pages:
    <Sep 26, 2013 7:23:57 PM BRT> <Error> <oracle.adfinternal.controller.application.AdfcExceptionHandler> <ADFC-50018> <ADFc: No exception handler was found for an application exception.
    javax.faces.FacesException: javax.servlet.ServletException: OracleJSP error:
    javax.el.ELException: Expression uses functions, but no FunctionMapper was provided
      at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:415)
    Is it possible the WebCenter libraries are conflicting? What is the best pratices in consuming ADF application from WebCenter?
    Any help would be appreciated.
    WebCenter version 11.1.1.8.
    Best Regards,
    Raphael

    Raphael, please don't multipost!
    javax.faces.FacesException: javax.servlet.ServletException: OracleJSP error: javax.el.ELException: Expression uses funct…
    Mod: locking

  • What to do if i get Error 500: javax.servlet.ServletException: Filter [HSBC Filter]: filter is unavailable but at same time it opens from other IPad

    What to do if i get Error 500: javax.servlet.ServletException: Filter [HSBC Filter]: filter is unavailable but at same time it opens from other IPad

    Clear any HSBC related cookies from your browser cache and reload the page.

  • CFGRID with bind to CFC for an incorrect JAVAScript

    Hi,
    I am using CF11 with SQL server 2012 & IIS8.0 on windows server 2012.
    When I am using a CFGRID bind to a CFC and passing 2 or more than 2 parameters from a FORM, it fails for an incorrect JavaScript.
    Using the below code:
    <cfgrid attributeCollection="#args#"
    bind="cfc:MaintenanceMenuComponent.getLookUpData({cfgridpage},{cfgridpagesize},{cfgridsortcolum n},{cfgridsortdirection},{appl},{search})"
           onchange="cfc:MaintenanceMenuComponent.editLookUpData({cfgridaction},{cfgridrow},{cfgridchanged})"
           onerror="errorHandler" bindOnLoad="true">
    Getting Result:
    JavaScript Error for:
    SyntaxError: missing ; before statement
    ...id'] = 'applid,appl,,value;'search,search,,value';var _cf_gridDataModel = Ext.cr...
    I have checked the Adobe blog and found that this type of bug (Bug ID# 3759630) is already reported and fixed in ColdFusion 11 Update 1 (Suggested by Anit Kumar Panda Ref: https://bugbase.adobe.com/index.cfm?event=bug&id=3759630).
    I have sent update request to '[email protected]' but did not receive any update from them yet.
    As this update is still not available on Adobe site, can anyone send me that link of the update or let me know if there any workarounds.
    Thanks in advance

    MAHI,
    The issue exists and is fixed. The fix would be made available in a future udpate. The error you are reporting seems different, though.
    The bind attribute appears to have a typo. Shouldn't "{cfgridsortcolum n}" just be "{cfgridsortcolum}", or is that intended?
    The email address that you wrote to for the fix seems correct. Can you pls. resend the request.

  • Cfselect with bind truncates leading zero

    Banging my head against this one. I have two cfselect menus using bind. The first one populates the second. It's working fine except for this one wrinkle: the second select menu gets populated with zip codes. If they have leading zeroes (e.g. 02842) the zero gets clipped. The datatype in MySQL is char(5).
    If I just throw a regular query on the data and dump it it comes back with the zeroes fine.
    Bug? Workaround?
    CF8 BTW.
    Thanks.

    Here is an example of related selects without using binds.  http://www.pathcom.com/~bracuk/code/RelatedSelects.htm
    It may or may not be appropriate for your situation.  I remember something on these forums a few years back about performance problems if you used this approach with too much data.

  • When I start up my new Imac with my password, it works but after going into sleepmode, I can't go out of the sleep moed with this password

    I did the configuration of my new Imac and entered and confirmed my password when asked.
    When my computer is switched of, I can startup with this password but after going into sleepmode, this password doesn't work.
    The same when I go to "system preferences" users & groups, it's not possible to unlock the lock with this password
    I'm sure that I never used another password.

    If Apple was the one that replaced the ribbon cable, return it. If not, run AHT (Apple Hardware Test).
    Using Apple Hardware Test to troubleshoot a hardware problem
    Your issues might be caused by a hardware problem. Running Apple Hardware Test can help you solve this problem by showing you the faulty hardware.
    Shut down the computer by going to Apple () > Shut Down…
    Select Shut Down or allow the computer to shut down automatically.
    Plug in the MagSafe power adapter into a power source and then connect it to your Mac if you have not already done so.
    Press the Power Button to turn on the computer.
    Press and hold the D key on the keyboard before the grey starting screen appears.
    Continue to hold the D key until the loading screen shows up. You should see a globe.
    When AHT has loaded, select your Language and then press the Return (↩) key.
    Select the Perform Extended Testing checkbox located under the Test button.
    Press the T key, select the Test button, or press the Return (↩) key to start running the diagnostics.
    Report any issues it shows in a reply.
    I hope I helped.

  • Authentication with App Service Gateway worked, but now fails

    So I was trying to authenticate my app with the App Service gateway so that I can access my locked down Api App. I have set up identity providers for both Google and Microsoft, and all was working wonderfully. I was making some tweaks with how I was handling
    the authentication token, so I was hitting the authentication code 3-4 time a minute. Everything was great until suddenly the web page stopped opening up.
    I did some digging and it seems that the gateway simply cannot handle my requests anymore. I am now getting 500 responses and the streaming logs for the gateway host web app spat out an IIS error page that I've pasted at the end here... To me the
    error looks like it's coming from the gateway code. So what is going on? I've tried restarting both the gateway and the host for the gateway, I've tried changing the pricing tier to a non-shared plan in case something on the machine was crashing, and
    I've tried accessing the /signin-google page on both my mobile app and desktop browser (both fail with 500). I assume that recreating the entire resource group and associated gateway would solve the problem, but I don't know that this won't happen again. So
    any tips you have would be appreciated, thanks.
    IIS Error page:
    HTTP Error 500.0 - Internal Server Error
    The page cannot be displayed because an internal server error has occurred.
    Most likely causes:
    IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
    IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
    IIS was not able to process configuration for the Web site or application.
    The authenticated user does not have permission to use this DLL.
    The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.
    Things you can try:
    Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server's machine account.
    Check the event logs to see if any additional information was logged.
    Verify the permissions for the DLL.
    Install the .NET Extensibility feature if the request is mapped to a managed handler.
    Create a tracing rule to track failed requests for this HTTP status code. For more information about creating a tracing rule for failed requests, click
    here.
    Detailed Error Information:
    Module
       __DynamicModule_Microsoft.Owin.Host.SystemWeb.OwinHttpModule, Microsoft.Owin.Host.SystemWeb, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_63ffbacd-0ee6-4727-806c-1c01b9b82249
    Notification
       MapRequestHandler
    Handler
       ExtensionlessUrlHandler-Integrated-4.0
    Error Code
       0x00000000
    Requested URL
       https://chipexchangeresources8ff2d21b21f84262ae5c1b3af4dc04ca:80/signin-microsoft
    Physical Path
       D:\Program Files (x86)\SiteExtensions\ApiAppsGateway\0.9.29\signin-microsoft
    Logon Method
       Anonymous
    Logon User
       Anonymous
    More Information:
    This error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error.
    View more information »
    Microsoft Knowledge Base Articles:

    No, it wasn't anything to do with Insights. Actually coming back after a weekend cleared my mind enough for me to spot my foolish error. It turns out I had accidentally switched the login and redirect urls,
    From
    Login: <gatewayurl>/login/google
    Redirect: <gatewayurl>/signin-google
    To
    Login: <gatewayurl>/signin-google
    Redirect: <gatewayurl>/login/google
    I just didn't notice at the time because /signin-google looks like a signin url rather than a redirect one. As soon as I switched back to using the /login/google one everything is back to working smoothly. Sorry for the false alarm, but as a side note I
    don't think the gateway should be throwing an exception if there is no auth token.

  • I have trouble with website links not working but they work fine on I.E. it's a problem on quite a few sites .

    The problem I'm having is the links are just unclickable . I have checked all the settings and everything seems ok , but the links are not working . Everything is fine in I.E. and I am not having any problems , it appears to only be when using mozilla . On this site http://compare100.com it's the links at the bottom of the page , is any body else having the same issue ?

    After a bit more troubleshooting... This appears to be a CSS float clearing issue. In a page with both left and right floated containers, if the float is not cleared in one of various ways, Firefox may render the page properly, but the hyperlinks do not function. By clearing the float in the application of the page footer division, I am able to correct the problem in my web page structure such that all browsers render correctly with working links. When you experience this problem, you won't be able to do anything to Firefox to correct it, the page owner will have to resolve their stylesheets, unless a patch or something comes out to address whatever causes Firefox to behave this way.

  • Autosuggest with bind to cfc only displaying every 2nd character

    This seems a bit strange. As I enter text (even slowly) the autosuggest only seems to display after every 2nd character entered.
    You can view the problem at http://karaoke.com.au in the search fields. It occurs in all 3 search entry fields (Disc, Title and Artist) In addition, as you remove characters, the autosuggset doesn't always update either?
    Any autosuggestions anyone?

    Hey Adam,
    Thanks for taking the time to take a look. I'm a bit surprised that you are getting the correct result there? I tested in IE8 and FF3 as well.
    As you type in a title, say, "To all the girls I've loved before" as you type the "T" I'm expecting the autosuggest to start suggesting my top 20 of titles beginning with "T" but, what I see is the little ajax loading spinner and then nothing until after I type in the next 2 characters when all of a sudden, I get the autosuggest. Having got the autosuggest displayed once, when I start deleting characters, I tend to get the expected behaviour as I go back one character at a time. Please note that no matter how slow I go, I still get these symptoms???
    Anyway here's my code for the form:
    <div class="search_element">
        <label for="disc">Disc</label><br />
        <cfinput style="width:60px;height:16px;" name="disc" value="#request.search.songs.disc#" autosuggest="cfc:karaoke.com.auto_suggest.find_disc({cfautosuggestvalue})" autosuggestminlength="1" maxresultsdisplayed="20">
      </div>
      <div class="search_element">
        <label for="disc">Title</label><br />
        <cfinput style="width:130px;height:16px;" name="title" value="#request.search.songs.title#" autosuggest="cfc:karaoke.com.auto_suggest.find_title({cfautosuggestvalue})" autosuggestminlength="1" maxresultsdisplayed="20"></cfinput>
      </div>
      <div class="search_element">
        <label for="disc">Artist</label><br />
        <cfinput style="width:130px;height:16px;" name="artist" value="#request.search.songs.artist#" autosuggest="cfc:karaoke.com.auto_suggest.find_artist({cfautosuggestvalue})" autosuggestminlength="1" maxresultsdisplayed="20"></cfinput>
      </div>
    And here's the CFC:
    <cfcomponent output="true">
            <cffunction name="find_disc" access="remote" returntype="string">
              <cfargument name="search" type="any" required="false" default="">
              <!--- Query discs --->
              <cfquery name="results" datasource="#dsn#" maxrows="20" >
                 select   distinct     discs.disc
                  from        discs
                  where        disc like '#arguments.search#%'
                  order by    disc
              </cfquery>
             <!--- And return it as a List --->
              <cfreturn  valueList(results.disc) >
          </cffunction>
            <cffunction name="find_title" access="remote" returntype="string">
                <cfargument name="search" type="any" required="false" default="">
              <!--- Query discs --->
              <cfquery name="results" datasource="#dsn#" maxrows="20" >
                 select   distinct     discs.title
                  from        discs
                  where        title like '#arguments.search#%'
                  order by    title
              </cfquery>
             <!--- And return it as a List --->
              <cfreturn  valueList(results.title) >
          </cffunction>
            <!--- Lookup used for auto suggest --->
            <cffunction name="find_artist" access="remote" returntype="string">
              <cfargument name="search" type="any" required="false" default="">
              <!--- Query discs --->
              <cfquery name="results" datasource="#dsn#" maxrows="20" >
                 select   distinct     discs.artist
                  from        discs
                  where       artist like '#arguments.search#%'
                  order by    artist
              </cfquery>
             <!--- And return it as a List --->
              <cfreturn  valueList(results.artist) >
          </cffunction>
       </cfcomponent>

  • WRE54G V2 connects with network, appears to work, but won't allow devices to pass data through

    This is the number one problem I've had with the WRE since I got it several months ago.....
    I originally set it up exactly in line with the instructions.....I turned off my WEP to prevent security issues at the start....
    My WRE starts up, red lights, then blue lights, then solid blue lights....All appears perfect....
    That is, until I attempt to use my PDA (HP 27XX) running Windows Mobile 5.....It just won't connect via the WRE......I have to unplug the WRE, then the PDA will connect, no problem, although with a weak signal......
    My laptop running a DLink wireless card will connect via the WRE, so I know it works!.....
    I have 3 PDA's....all HP, a 24XX, and 2 27XX models....all 3 won't connect through the WRE.....
    My Zune also won't connect via the WRE.....not sure why?....
    Any ideas?.....

    O.k.....I set it up as instructed.....No Go.....not even the Laptop would connect through it this time around.....
    The WRE appears in the "site survey", but nothing will connect to it or through it.....it acts like a VERY EFFECTIVE jammer!.....
    I'm surprised the "underground" hasn't discovered just how easy it is to use this as a network jammer.....
    Since I've owned mine, I'm guessing it's only worked 10 to 15% of the entire time....and NEVER with a PDA or ZUNE.......
    Please don't give up on me though, I really do appreciate and need tips and advice getting this thing to work......

  • Strange issue with RAM upgrade: It works but it doesn't! Please help.

    Hello Everyone,
    I have a very strange issue with my iMac since upgrading my RAM from 4 to 12 gig. When I first installed the new RAM it booted up and ran great. The next time I went to boot the iMac up it swtiched on but didn't get as far as the first white boot up screen. I tried turning it off and on a few times using the power on/off button but still no success. I decided to remove the RAM and reseat it. The computer then booted up again fine. Here's the problem though: when I went to switch my iMac on the next day it wouldn't boot up. Again, I took the RAM out and put it back in and the iMac booted up fine. I've checked the status of the RAM in the system profiler and it reports that everything is OK. So, I'm at a loss. Obviously, I don't want to go through this process every time I want to start up my Mac. Any ideas/solutions would be very gratefully received.
    Many thanks in advance.

    I completely agree with you. It will be one of the 3 issues you outline. The machine was bought brand new and has never given me a problem. It is just the introduction of the new RAM that has started a problem. However, I did just risk a restart and it booted up fine. I don't know if a restart is any different to shutting down and then pressing the on/off button to start the computer. Maybe my last reseating has done the trick or maybe my thinking is flawed because restarting involves a different process to booting up by pressing the on/off button. I don't know.
    In the part of the world I'm sitting in it's night time now so I will leave the diagnostics running and check the results in the morning. I hope the issue is now resolved anyway. This sort of thing takes me back to my dark PC days although in this case I know it's probably not the Mac's fault.
    Thanks again. Very much appreciated.

  • Sync with desktop shows its working but no bookmarks have come over.

    Sync on table is showing updates but no bookmarks are coming over. I have also exported my bookmarks to my tablet (Le Pan) SD card, but how do I get them into the browser?

    Thank you for your post and welcome to the forums.
    There is not support for Windows 8 yet with the reader software. That can explain why the books will not transfer from the PC to the Reader. Please wait for the version of reader software for PC to be released for Windows 8. You can periodically check http://www.esupport.sony.com for the update when it is released.

  • Trying to embed a wmv video in website to work with Firefox. Video works but the controls appear then disappear. How can I get the cotnrols to show and stay. Works in all other browsers.

    Here's the code I used:
    <pre><nowiki><p class="bodytext"><OBJECT id='mediaPlayer' width="320" height="240" class="imageright"
    classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
    codebase='http://activex.microsoft.com/activex/controls/ mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
    standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
    <param name='fileName' value="video.wmv">
    <param name='animationatStart' value='true'>
    <param name='transparentatStart' value='true'>
    <param name='autoStart' value='true'>
    <param name='ShowControls' value='true'>
    <param name='ShowDisplay' value='false'>
    <param name='ShowStatusBar' value='false'>
    <param name='loop' value='false'>
    <EMBED type='application/x-mplayer2'
    pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
    id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='1'
    bgcolor='black' ShowControls='true' showtracker='1'
    ShowDisplay='1' showstatusbar='1' videoborder3d='0' width="320" height="240"
    src="video.wmv" autostart='1' designtimesp='5311' loop='0'>
    </EMBED></nowiki></pre>
    Also tried showcontrols=1

    I had this exact problem too. Unlike IE, firefox wasn't scaling the video to fit into the height and width I defined. As a result the controls were disappearing off the bottom.
    I found that by making the height of the window 50px larger than the videos native height, the controls were displayed permenantly. Since the other browsers scale the video to fit the window, this solution works for them all.

Maybe you are looking for

  • Airport Extreme/Time Capsule backup volume could not be found?

    I am having problem with Time Machine. When I try to backup using Time Machine, I get an error message, " The backup volume could not be found." Strangely, Time Machine recognized the drive when setting the Time Machine preferences, but not when I ba

  • Getting the Source File name Info into Target Message

    Hi all, I want to get the Source file name Info into Target message of one of the fields. i followed Michal BLOG /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14 Requirement : 1) I am able t

  • The SCCM console happen to very slow

    those days the sccm console happen to very slow, it is take long time to conenct to site database, also when i lucky login. the console UI is very very slow. i even can't do anything. loading any UI need even 10 minutes.

  • HTTP 401 error for RosettaNet Request

    I get a return code of 401 when I send a http request to another server. The private process invokes a "Send Business Messgae" from the PIP3A2_Customer_RN2 public workflow. In my Transport spec., I have specified the URI as http://199.22.31.222/Quant

  • How to send *505* via platformrequest()

    hi all am progrmming a small prog to send Service Command thatg to send to the number please call me like that *505*0103472290# So i do that platformrequest("tel: "*505*0103472290#"); but in vain and tried also platformrequest("tel: "+*505*0103472290