Lbplugin not passing pages that end in .html through

Hi,
We are running SunOne 7.0 U2 webserver with the installed lbplugin for SUN Appserver (Glassfish). I've set up the loadbalancer.xml to pass the context root through to the appserver cluster, but any page in the war file that ends in .html is not passing through, but throwing a 404 error. It looks like the web server is looking locally for the files. I've tried everything I can think of to force it, but not sure what else to do. All images, etc. come through fine - just files ending in .html don't.
I've made sure the plugin is at the top of the magnus.conf, the NameTrans directive is the first one in the server-obj.conf file, etc.
Thanks!

Thanks, tried that, but the same behavior persists. The log shows that the /ac2 path (weblogic) gave a 404 not found because it was handled by the JSP engine. Local JSPs work (this is with the ntrans-j2ee still in the default block).
fine: Registering j2eeType=WebModule,name=//glassdev/,J2EEApplication=null,J2EEServer=none for null
fine: Configuring default Resources
fine: setName /com.sun.web-1/glassdev1
fine: Register Realm com.sun.web-1:type=Realm,path=/,host=glassdev
fine: valve parent=,path=/,host=glassdev com.sun.web-1:j2eeType=WebModule,name=//glassdev/,J2EEApplication=null,J2EEServer=none
fine: valve objectname = com.sun.web-1:type=Valve,name=StandardContextValve,path=/,host=glassdev
fine: Processed default web.xml /programs/sunone/70u2/https-glassdev/config/default-web.xml 505
fine: debug reports: Entering into method : name_trans_lbplugin
fine: debug reports: /WEB-INF/web.xml
fine: debug reports: Exiting out of method : name_trans_lbplugin
fine: PWC3013: Missing application web.xml, using defaults only StandardEngine[com.sun.web-1].StandardHost[glassdev].StandardContext[]
fine: Bound StandardEngine[com.sun.web-1].StandardHost[glassdev].StandardContext[]
fine: Creating JNDI naming context
fine: Create/use TLD listener cache? false
fine: Adding tld listeners:0
fine: Registering com.sun.web-1:type=Manager,path=/,host=glassdev
fine: Start: Loading persisted sessions
fine: Posting standard context attributes
fine: Configuring application event listeners
fine: Sending application start events
fine: Starting filters
fine: debug reports: Entering into method : name_trans_lbplugin
fine: debug reports: /
fine: debug reports: Exiting out of method : name_trans_lbplugin
fine: Checking for com.sun.web-1:j2eeType=WebModule,name=//glassdev/,J2EEApplication=null,J2EEServer=none
fine: valve parent=,host=glassdev com.sun.web-1:type=Host,host=glassdev
fine: valve objectname = com.sun.web-1:type=Valve,name=StandardHostValve,host=glassdev
fine: valve parent= com.sun.web-1:type=Engine
fine: valve objectname = com.sun.web-1:type=Valve,name=StandardEngineValve
fine: Adding web module : context = , location = /local/htdocs
fine: WebModule[/]: adding pattern "/" for resource "default"
fine: WebModule[/]: adding pattern "*.jspx" for resource "jsp"
fine: WebModule[/]: adding pattern "/servlet/*" for resource "invoker"
fine: WebModule[/]: adding pattern "*.jsp" for resource "jsp"
finefine: Waiting until the server is readySo I first try to request a JSP that is remote on Weblogic (this works if I comment out the NameTrans for ntrans-j2ee, but of course local jsps don't then)
[15/Aug/2008:15:27:24] fine (14584) glassdev: debug reports: /ac2/wp-dyn/jsp/enc/html/perlBody.jsp
[15/Aug/2008:15:27:24] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
[15/Aug/2008:15:27:24] fine (14584) glassdev: trying to GET /ac2/wp-dyn/jsp/enc/html/perlBody.jsp, ntrans-j2ee reports: mapped uri "/ac2/wp-dyn/jsp/enc/html/perlBody.jsp" in context "" to resource "jsp"
[15/Aug/2008:15:27:24] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
[15/Aug/2008:15:27:24] fine (14584) glassdev: debug reports: /ac2/wp-dyn/jsp/enc/html/perlBody.jsp
[15/Aug/2008:15:27:24] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
[15/Aug/2008:15:27:24] fine (14584) glassdev: trying to GET /ac2/wp-dyn/jsp/enc/html/perlBody.jsp, ntrans-j2ee reports: mapped uri "/ac2/wp-dyn/jsp/enc/html/perlBody.jsp" in context "" to resource "jsp"
[15/Aug/2008:15:27:24] failure (14584) glassdev: for host 172.16.55.136 trying to GET /ac2/wp-dyn/jsp/enc/html/perlBody.jsp, service-j2ee reports: PWC6117: File "/ac2/wp-dyn/jsp/enc/html/perlBody.jsp" not foundBut local JSPs still work and other requests (not ending in .jsp) to Glassfish also work
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: /wp-adv/jobs4/empty.jsp
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
[15/Aug/2008:15:27:43] fine (14584) glassdev: for host 172.16.55.136 trying to GET /wp-adv/jobs4/empty.jsp, ntrans-j2ee reports: mapped uri "/wp-adv/jobs4/empty.jsp" in context "" to resource "jsp"
[15/Aug/2008:15:27:43] fine (14584) glassdev: for host 172.16.55.136 trying to GET /wp-adv/jobs4/empty.jsp, service-j2ee reports: context=[StandardEngine[com.sun.web-1].StandardHost[glassdev].StandardContext[]] contextPath=[] wrapper=[StandardEngine[com.sun.web-1].StandardHost[glassdev].StandardContext[].StandardWrapper[jsp]] servletPath=[/wp-adv/jobs4/empty.jsp] pathInfo=[null]
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: /wp-adv/jobs4/empty.jsp
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
[15/Aug/2008:15:27:43] fine (14584) glassdev: trying to GET /wp-adv/jobs4/empty.jsp, ntrans-j2ee reports: mapped uri "/wp-adv/jobs4/empty.jsp" in context "" to resource "jsp"
[15/Aug/2008:15:27:43] fine (14584) glassdev: for host 172.16.55.136 trying to GET /wp-adv/jobs4/empty.jsp, service-j2ee reports: JspEngine --> [/wp-adv/jobs4/empty.jsp] ServletPath: [/wp-adv/jobs4/empty.jsp] PathInfo: [null] RealPath: [/local/htdocs/dev/wp-adv/jobs4/empty.jsp] RequestURI: [/wp-adv/jobs4/empty.jsp] QueryString: [null]
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: /wp-adv/jobs4/empty.jsp
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
[15/Aug/2008:15:27:43] fine (14584) glassdev: trying to GET /wp-adv/jobs4/empty.jsp, ntrans-j2ee reports: mapped uri "/wp-adv/jobs4/empty.jsp" in context "" to resource "jsp"
[15/Aug/2008:15:27:43] fine (14584): Updating accelerator cache
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: /wp-adv/jobs4/empty.jsp
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
[15/Aug/2008:15:27:43] fine (14584) glassdev: trying to GET /wp-adv/jobs4/empty.jsp, ntrans-j2ee reports: mapped uri "/wp-adv/jobs4/empty.jsp" in context "" to resource "jsp"
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: /wp-adv/jobs4/empty.css
[15/Aug/2008:15:27:43] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
[15/Aug/2008:15:27:43] warning (14584) glassdev: for host 172.16.55.136 trying to GET /wp-adv/jobs4/empty.css, send-file reports: HTTP4142: can't find /local/htdocs/dev/wp-adv/jobs4/empty.css (File not found)
[15/Aug/2008:15:27:44] fine (14584): Updating accelerator cache
[15/Aug/2008:15:27:49] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
[15/Aug/2008:15:27:49] fine (14584) glassdev: debug reports: /gog/index.html
[15/Aug/2008:15:27:49] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
[15/Aug/2008:15:27:49] fine (14584) glassdev: debug reports: Entering into method : service_lbplugin
[15/Aug/2008:15:27:49] fine (14584) glassdev: debug reports: BXKh
[15/Aug/2008:15:27:49] info (14584) glassdev:  reports: lb.monitor: RNTM2901: RequestStart Sticky 00001218828469048497000760512 1218814069048 http://glassdev.digitalink.com/gog/index.html
[15/Aug/2008:15:27:49] fine (14584): Updating accelerator cache
[15/Aug/2008:15:27:53] info (14584):  reports: lb.monitor: HLCK1006: UnhealthyInstances GoG 1218814073080 NoUnhealthyInstances
[15/Aug/2008:15:27:54] fine (14584): reaping 1 keep-alive connections
[15/Aug/2008:15:27:57] info (14584) glassdev:  reports: lb.monitor: RNTM2904: RequestExit Sticky 00001218828469048497000760512 1218814077881 http://glassdev.digitalink.com/gog/index.html http://fishdev1:38080 8833
[15/Aug/2008:15:27:57] fine (14584) glassdev: debug reports: Exiting out of method : service_lbplugin
[15/Aug/2008:15:27:58] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
[15/Aug/2008:15:27:58] fine (14584) glassdev: debug reports: /gog/css/gog-movie-trailers.css
[15/Aug/2008:15:27:58] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
[15/Aug/2008:15:27:58] fine (14584) glassdev: debug reports: Entering into method : service_lbplugin
[15/Aug/2008:15:27:58] fine (14584) glassdev: debug reports: BXKhSo to test what I experienced with files ending in .html searching the server root instead of the doc root (which is why I added the htdocs object block), I created the directory structure off the root of the system and put the text "test" in the perlBody.jsp file:
bash-3.00# pwd
/ac2/wp-dyn/jsp/enc/html
bash-3.00# ls -al
total 6
drwxr-xr-x   2 root     root         512 Aug 15 15:36 .
drwxr-xr-x   3 root     root         512 Aug 15 15:36 ..
-rw-r--r--   1 root     root           5 Aug 15 15:36 perlBody.jsp
bash-3.00# cat perlBody.jsp
test and hit the URL again and what should appear in my browser? Not a "not found", but "test". So this definitely looks like a bug in both the SHTML processing and proxy plugin processing.
[15/Aug/2008:15:36:55] fine (14584) glassdev: trying to GET /ac2/wp-dyn/jsp/enc/html/perlBody.jsp, ntrans-j2ee
reports: mapped uri "/ac2/wp-dyn/jsp/enc/html/perlBody.jsp" in context "" to resource "jsp"
[15/Aug/2008:15:36:55] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
[15/Aug/2008:15:36:55] fine (14584) glassdev: debug reports: /ac2/wp-dyn/jsp/enc/html/perlBody.jsp
[15/Aug/2008:15:36:55] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
[15/Aug/2008:15:36:55] fine (14584) glassdev: trying to GET /ac2/wp-dyn/jsp/enc/html/perlBody.jsp, ntrans-j2ee
reports: mapped uri "/ac2/wp-dyn/jsp/enc/html/perlBody.jsp" in context "" to resource "jsp"
[15/Aug/2008:15:36:55] fine (14584) glassdev: debug reports: Entering into method : name_trans_lbplugin
[15/Aug/2008:15:36:55] fine (14584) glassdev: debug reports: /WEB-INF/tagPlugins.xml
[15/Aug/2008:15:36:55] fine (14584) glassdev: debug reports: Exiting out of method : name_trans_lbplugin
[15/Aug/2008:15:36:55] fine (14584) glassdev: for host 172.16.55.136 trying to GET /ac2/wp-dyn/jsp/enc/html/pe
rlBody.jsp, service-j2ee reports: Generated /programs/sunone/70u2/https-glassdev/generated/glassdev/default-we
bapp//org/apache/jsp/ac2/wp_002ddyn/jsp/enc/html/perlBody_jsp.java total=276 generate=73 validate=192
[15/Aug/2008:15:36:55] fine (14584) glassdev: for host 172.16.55.136 trying to GET /ac2/wp-dyn/jsp/enc/html/pe
rlBody.jsp, service-j2ee reports: Using classpath: /programs/sunone/70u2/lib/webserv-rt.jar:/programs/sunone/7
0u2/lib/pwc.jar:/programs/sunone/70u2/lib/ant.jar:/programs/sunone/70u2/jdk/lib/tools.jar:/programs/sunone/70u
2/lib/ktsearch.jar:/programs/sunone/70u2/lib/webserv-jstl.jar:/programs/sunone/70u2/lib/jsf-impl.jar:/programs
/sunone/70u2/lib/jsf-api.jar:/programs/sunone/70u2/lib/webserv-jwsdp.jar:/programs/sunone/70u2/lib/container-a
uth.jar:/programs/sunone/70u2/lib/mail.jar:/programs/sunone/70u2/lib/activation.jar::/programs/sunone/70u2/htt
ps-glassdev/generated/glassdev/default-webapp:/programs/sunone/70u2/lib/webserv-rt.jar:/programs/sunone/70u2/l
ib/pwc.jar:/programs/sunone/70u2/lib/ant.jar:/programs/sunone/70u2/jdk/lib/tools.jar:/programs/sunone/70u2/lib
/ktsearch.jar:/programs/sunone/70u2/lib/webserv-jstl.jar:/programs/sunone/70u2/lib/jsf-impl.jar:/programs/suno
ne/70u2/lib/jsf-api.jar:/programs/sunone/70u2/lib/webserv-jwsdp.jar:/programs/sunone/70u2/lib/container-auth.j
ar:/programs/sunone/70u2/lib/mail.jar:/programs/sunone/70u2/lib/activation.jar:/programs/sunone/70u2/https-gla
ssdev/config/:/programs/sunone/70u2/jdk/jre/lib/ext/dnsns.jar:/programs/sunone/70u2/jdk/jre/lib/ext/sunjce_pro
vider.jar:/programs/sunone/70u2/jdk/jre/lib/ext/localedata.jar:/programs/sunone/70u2/jdk/jre/lib/ext/sunpkcs11
.jar
[15/Aug/2008:15:36:57] fine (14584) glassdev: for host 172.16.55.136 trying to GET /ac2/wp-dyn/jsp/enc/html/pe
rlBody.jsp, service-j2ee reports: Compiled /programs/sunone/70u2/https-glassdev/generated/glassdev/default-web
app//org/apache/jsp/ac2/wp_002ddyn/jsp/enc/html/perlBody_jsp.java 1890ms

Similar Messages

  • When i try to go to pages that end in .aspx, instead of opening the page Firefox tries to download it as a file. How to I make Firefox to recognize .aspx sites?

    I downloaded the latest version of Firefox this morning. Firefox is treating sites that end with .aspx as files and not web pages. I NEED to be able to open .aspx sites on Firefox. please advise.

    This issue can be caused by corrupted cookies.
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    *http://support.mozilla.com/kb/Cookies
    *http://support.mozilla.com/kb/Deleting+cookies
    *http://kb.mozillazine.org/Cookies

  • Safari Not Opening Pages That Require Login

    Since I installed the latest security update Safari won't open a couple of pages I use to use all the time. Most notably the My eBay sign in page and the Bigpond Log In page and just now the Apple Login Page (I had to use Camino to get to here). When I click on these pages Safari just sits there trying to load but does nothing and after about 2min I get the spinning Beachball and have to Force Quit. Also if I press the stop button and try to load any other page other than those 3 it does the same thing. This only happens after I have already clicked on one of the above mentioned sites. I then have to quit Safari and restart it to get it to work. All my other tabbed bookmarks work, It's pretty much just these 3 and probably any other page that requires login.
    I have deleted prefs and reset Safari, Repaired Permissions, Deleted Saft, Googled for this problem and found nothing and tried to find a way to reinstall Safari but found nothing.
    Anyone got any other ideas.
    Thanks

    Try this - I was Having the same problems:
    http://www.macfixit.com/article.php?story=20061204233133704
    "Tuesday, December 05 2006 @ 03:00 AM PST
    Security Update 2006-007 (#6): Login to secure sites fails (cont.) -- fixes; Problems launching Microsoft Office apps; more
    Login to secure sites fails (cont.) -- fixes We continue to report on problems logging into secure (https) Web sites in Safari and other WebKit-based applications after applying Security Update 2006-007. Since this update makes modifications to WebKit, it's logically implicated in the difficulties.
    Even more telling than the WebKit changes, however, is the resolution (in this security update) of a vulnerability where "certain revoked certificates may be erroneously honored." It appears Safari is -- instead of erroneously honoring bad certificates -- erroneously rejecting some certificates.
    There's one more change in Security Update 2006-007 that could be implicated in this problem: a fix for a vulnerability where it may be possible to create an X.509 certificate containing a public key that "could consume a significant amount of system resources during signature verification. An attacker may cause a system to process such a certificate, leading to a denial of service."
    In at least some cases, the issue appears to be tied to certificates issued by VeriSign. Safari is incorrectly interpreting some of these certificates as invalid -- with a mismatch in the certificate-listed host name and host name of the visited URL.
    As such, one potential fix involves deleting certificate entries using Keychain Access, as follows:
    1. Launch Keychain Access (located in Applications/Utilities)
    2. Click on "Certificates" in the left-hand pane
    3. Delete any entries from VeriSign, or any certificates with a red cross next to them
    4. Re-attempt access to the problematic secure site
    The most successful fix, however, involves deleting the file com.apple.security.revocation.plist from the following directory:
    * ~/Library/Preferences
    You can replicate this workaround to some extent without deleting any files by opening Keychain Access (as mentioned above) then navigating to its Preferences (under the Keychain Access menu), clicking on the "Certificates" tab and making sure that both "Online Certificate Status Protocol (OCSP)" and "Certificate Revocation List (CRL)" are turned off. However, some users have found that only deleting the aforementioned file works.
    Unfortunately, in some cases, it may be up to certificate providers to update their certification methods for compliance with Apple's new, more stringent security standards."

  • Will not display page that is used often...

    Hi.
    I use rapidshare.com and my home page is blingo.com. Yesterday all was well. I was downloading files, and searching with my home page. Today when I power on the computer my homepage does not load anymore. Neither will rapidshare.com. I have another computer in which i tried to access the pages and it works fine as well as my iPhone. I've tried to repair permissions for my computer and I reset Safari but no luck. Any ideas on what can be happening?
    Thanks in advance

    Is it maybe because CS3 does not include the cross references function (not a feature until CS4)?
    That's a real problem if we use an outside source to create a lot of our documents and they're working in a previous version.

  • How do I access my synced info? I am wanting to view my passwords, logins, webpages, history, etc... Is there not a page that shows step-by-step instructions?

    I think I have it set up correctly, email address, I have the sync key copied. I have no idea where to go to view my synced data. I am at a complete loss. I would appreciate any and all help.

    That makes sense, so how do I access the info in the Firefox browser?
    I guess what is confusing to me is since I am able to save 4 or 5 things through syncing, is there not a way I can view this info? What's the point in being able to sync and save this info if I cannot view it? I'm just frustrated cos it's tough to explain stuff w/o being face-to-face, I guess. And, I am all over the place cos I am frustrated I cannot grasp this concept.
    So, after I open my Firefox browser, then what are the next steps I take to view my synced data?

  • I upgraded to 8.0 and browser says its configured for proxy server and will not load pages. I dont run through a proxy

    I have had firefox since this computer was new and never had an issue. when I was prompted to update to 8.0 I thought nothing of it... but since it updated I get the error screen with: '''The proxy server is refusing connections'''
    Firefox is configured to use a proxy server that is refusing connections.
    Check the proxy settings to make sure that they are correct.
    Contact your network administrator to make sure the proxy server is
    working.

    Check the connection settings.
    *Tools > Options > Advanced : Network : Connection > Settings
    *https://support.mozilla.com/kb/Options+window+-+Advanced+panel
    If you do not need to use a proxy to connect to internet then select "No Proxy" if the default "Use the system proxy settings" setting doesn't work.
    See "Firefox connection settings":
    *https://support.mozilla.com/kb/Firefox+cannot+load+websites+but+other+programs+can

  • Filter out pages that are marked with hideInNav true in the SimpleSearch

    How do I create a SimpleSearch that would not return pages that are marked to be hidden in navigation?

    AFAIK SimpleSearch implementation is for simple fulltext search and can't use it, you need to use either with sql or xpath
    [1]   //element(*, cq:Page)[jcr:content/@hideInNav = 'true']
    [2]    http://<host>:<port>/bin/querybuilder.json?property=jcr%3acontent%2f%40hideInNav&property.value=t rue&type=cq%3aPage

  • K8N Neo Platinum not passing POST

    Hello,
    I have just bought an MSI K8N Neo Platinum OEM and it will not pass POST. I have gone through all the items in the Sticky section, but still it won't pass. I don't know what to do.
    Here's the hardware I have hooked up:
    MSI K8N Neo Platinum motherboard (has "MS-7030 VER:1" written on it)
    Athlon 64 3000+ CPU, 512 K L2 Cache (ADA3000AEP4AP)
    Kingston RAM (KVR400X64C3A/512)
    Radeon 7200 graphics card (about 4 years old)
    Seasonic S12 380 PSU
    Thermalright XP-90 heatsink w/ 90mm Nexus fan
    I have hooked up the 24-pin power cable to the 20-pin motherboard slot using the 24-to-20 pin adaptor supplied with the PSU.
    The 12v 4-pin CPU power cable is also plugged in.
    The graphics card is plugged into the AGP slot. There is no other power connection needed.
    I have installed the CPU with a Thermalright XP90 heatsink and a Nexus 90 mm quiet fan.
    I have hooked up the fan to the motherboard C_FAN1 slot.
    I have installed the RAM (Kingston KVR400X64C3A/512) into DIMM slot 1.
    I attached the case fans to the power supply and hooked up the case speaker.
    I have also hooked up the front panel power and reset switches.
    I bought the motherboard OEM, so it did not include a D-bracket. I have built a pseudo-D-bracket using two-colour LEDs and plugged it into the D-bracket slot.
    With this work done, I plugged in the power supply. The power supply has an on/off switch on the back. As soon as I turn on the switch, the computer tries to boot up. All the fans start spinning (power supply, CPU cooler, case fans, video card fan). Nothing appears on the screen. The case speaker emits a long beep, waits about 5 seconds, then beeps again, and continues this pattern forever. The documentation says that this indicates a memory issue.
    My homemade D-bracket shows the following: initially, all the LEDs are red. Then, the LED across JLED1 pins 7 & 8 turns green (with all other LEDs red). I assume that this corresponds to LED 1 being lit, although it really looks like it should be LED 4. Next, the LED across JLED1 pins 5 & 6 turns green (with all other LEDs red). Once again, I assume this corresponds to LED 2 being lit, although it looks like it should be LED 3. I looked this up and the documentation indicates a memory error. To solve the problem, I have tried the following things:
    1. Hitting reset. Same boot sequence.
    2. Clearing the CMOS using the JBAT1 jumper. I left the jumper at "clear data" for about 10 minutes, then switched it back. Same boot sequence as before.
    3. Clearing the CMOS by removing the battery. I left the battery out for 3 minutes, then 30 minutes, then 8 hours. Same boot sequence.
    4. Removing the motherboard from the case. I placed the motherboard on the anti-static bag it came in. Repeated steps 1, 2 and 3. Nothing.
    5. Move the RAM to DIMM slot 2 or 3. Tried steps 1, 2 and 3 again. The boot-up sequence was the same.
    6. Different RAM. I have also tried using OCZ 400 MHz 512MB unbuffered DDR memory (OCZ400512V3). Performed steps 1-5 with identical results.
    7. No RAM. Same boot problem.
    8. No video card. Ditto.
    9. No RAM or video card. Exactly the same as before.
    As far as I can tell, all components are supported. The only item I am very unsure of is the graphics card. I do not have the exact specifications on it. When it is in my other computer, the driver details identify it only as a "Radeon 7200". However, it does have the "golden finger" shown at www.msicomputer.com/support/sup_tshoot.asp#1_3. Even if the video card is not compatible, it seems like the beep codes and D-bracket codes both indicate memory issues.
    The only thing that I have noticed that is weird (other than the fact that the computer won't pass POST) is that when I turn on the power supply, the computer immediately boots up. I don't know whether or not this is normal.
    Lastly, I do not know the current BIOS version. Is it possible that the BIOS is an early version that does not support my memory/CPU/video card? I bought the mobo OEM, so I do not know what BIOS it has loaded. Is there some way I can figure this out without passing POST? This is driving me absolutely insane. 
    Thank you for your help,
    Kyle Renwick

    Make sure the fan you are using for the xp90 is supporting RPM readouts .
    Then try another AGP gfx card , sometimes you can have a no post due to that the graphics adapter wont start .
    Take the system bare bone ( mobo + cpu + ram + gfx )
    Have any award beep codes ? , note them down and decode them against
    http://bioscentral.com/beepcodes/awardbeep.htm
    Still stuck !
    Remove AGP + ram too .
    The mobo shall beep (endless beeping )
    Insert the ram , the mobo shall beep - missing gfx .
    Got this far and you know cpu + memory initialize but have problems with gfx or other devices
    later in the post/init process .
    Do not have any usb devices connected to internal or external connectors ,
    note that the USBOC pin un JUSB1/JUSB2 is NOT to be connected .
    Also try altering between ps2 and usb keyboard as this also has caused non post situation for people .
     

  • The pass 4 days now my iTunes Store is not responding, when I reload it all that comes up is a blank white page that says iTunes Store. Help please!!!! Cannot load my gift card to buy music and such!!!

    The pass 4 days now my iTunes Store is not responding, when I reload it all that comes up is a blank white page that says iTunes Store. Help please!!!! Cannot load my gift card to buy music and such!!!

    I tookyour suggestion and SUCCESS!  I can now access the Itunes Store.  A simple fix, and thanks so much!!.
    Below is the advice you forwarded:
    I found a solution to my problem.
    > start menu
    > accessories,
    > right click on the command prompt icon and choose "run as administrator".
    Once it opens, type in the following command...
    netsh winsock reset
    hit enter
    You should get a message that the winsock reset successful and you will need to reboot your computer.
    Reboot and when I reloaded itunes the store loaded fine.
    Thanks again, -Dean Stoneburner

  • How to resolve a Lenovo PC that will not pass the Lenovo Splash screen with no access to Windows

    Here is my problem and here is the solution!!!
    My B540 Ideacentre would not pass the Lenovo splash screen. The only operational keys I had was F1 (BIOS) and F12 (BIOS options). F2 went to a light blue screen so no chance of even a one key recovery. Warrenty had expired four and a half months ago. I contacted Lenovo and after the guy told me to try F2 twice he said it was a HDD or other hardware failure and would cost around £200 maybe and also would take about two weeks. 
    AT THIS POINT YOU SHOULD NOT BE ANGRY FRUSTRATED OR PANIC. REMAIN CALM AND STOP AND THINK WHAT ACTUALLY WAS HAPPENING WHEN YOU LAST USED YOUR PC.
    For me I remembered Windows had auto downloaded 8.1 and was asking me to install. Also my keyboard had lost shift W T Y keys. This told me that it was not a hardware issue but a software issue and perhaps from this update. My HDD was not clicking or beeping and this PC has a 2TB Seagate Barracuda which has a good reputation. Luckly for me I also have a Seagate external expansion 2TB and a 500MB expansion which was the HDD from my old HP Touchsmart which I converted into an external hard drive by buying a HDD enclosure with cooling fan and all leads from eBay for £25 and this is where the solution is.
    If you can create an expansion drive so easily and access the HDD then why cant I do it with the HDD from my Ideacentre and of course you can. So first unplug your PC or laptop. Next remove the cover and unclip the HDD (which is easy with the B540. See user instructions). Next I removed my HP HDD from the enclosure and fitted my Ideacentre HDD in its place. Next you need a laptop or another PC. Switch it on and then connect your HDD to the laptop or PC via highspeed USB cable. My laptop is running Windows 7 Ultimate and of course has all the repair tools required. When the software has loaded you may get a box that will have two options. The first will ask you if you want to repair your files and the second to scan for bad sectors and to attempt repair recovery of sectors. Tick both boxes and click start. This is a long slow process but worth the wait. Nine hours later my HDD was ready. I connected my Seagate expansion to my laptop and moved all new files that I had not backed up. So at this point you should create a folder and move all your photos music videos documents etc to it. This can take upto three hours if you have never backed up before and are moving everything. Once completed I shut everything down and replaced the HDD into my Ideacentre. Make sure do not have any external devices connected such as expansions external drives headphones etc. Connect the power and switch on. The Ideacentre booted up and there was a pause at the splash screen then it went to a black screen and then by the miracle of logical thinking I was at my lock screen. I was never so glad to see the map of my home land "Ukraine". After jumping up and down with joy I then went in and all was as normal but to be sure I went into safemode and started a complete restore. This is the option where you completely format your HDD and restore as new. It takes a long time but it is the best option because you do not want this to happen again. When this has completed and you are in Windows do not wait a moment longer by playing with your photos or creating your desktop picture. Go to create a recovery drive (use a 32GB stick) and after that also make a copy to disc. Next go to command prompt (cmd) Admin and change a setting by typing bcdedit /set {default} bootmenupolicy legacy. This will now enable your F8 key to boot straight into safemode just incase you need to in the future. It will slow boot time a little but better to be able to get in to Windows than not at all for the sake of a few seconds. 
    Well I hope this helps someone out there and I know you may think its a lot to do but it is not. Ask a friend to borrow a laptop or PC and perhaps a HDD encloser. The rest is just time but when you see your lock screen you will not care trust me. 
    Cлава Україні!!! Героям слава!!!

    I thought this was the method I used before but I followed through it and it was a horrific fail.  "Operating system not found".  Can anyone help?
    http://superuser.com/questions/421402/how-to-create-a-bootable-usb-windows-os-us ing-mac-os-x
    Steps To Achieve Victory
    Download the ISO you want to use
    Open Terminal (in /Applications/Utilities)
    Convert .iso to .img using hdiutil:
    hdiutil convert -format UDRW -o /path/to/target.img /path/to/source.iso
    Rename if OS X gave it a .dmg ending:
    mv /path/to/target.img.dmg path/to/target.img
    Type diskutil to get a list of currently connected devices
    Insert USB drive you want to use
    Run diskutil again to see what your USB stick gets assigned eg - /dev/disk3
    Run diskutil unmountDisk /dev/diskN (where N is the number assigned to your USB stick, in previous example it would be 3)
    Run sudo dd if=/path/to/target.img of=/dev/diskN bs=1m (if you get an error, replace bs=1m with bs=1M
    Run diskutil eject /dev/diskN and remove your USB stick
    The USB stick will now be ready to use
    Also similarly described here: http://www.tomshardware.co.uk/answers/id-1733410/creating-microsoft-bootable-usb -mountain-lion.html#.

  • How do You set -noverify in an HTML page that calls an applet

    I have an applet which runs fine from inside JBuilder when I specify a
    -noverify switch in the debugger. (java -noverify myapplet.class)
    Without this switch, I get a verification exception.
    So I need to specify the -noverify switch from inside a webpage so that when the client runs it, he does not get the same exception.
    The question is how do you pass -noverify to JVM from an HTML page that uses <applet> tag and javascript?
    Thanks

    Odd, because I work on an applet that gets built with 1.4. We have 30,000+ clients who use it every day, and I'm sure we don't tell them about setting -noverify switches in their plug-in control panel, and we don't (cuz we can't) set it in the applet (object/embed, actually) tag.
    Of course, I suppose it could be a backwards compatibility issue going from compiling in newer version than it's run in.

  • I want to create a cd on my mac that autolaunches an .html-page after inserting into a pc or a mac. Is that possible?l

    I want to create a cd on my mac that autolaunches an .html-page after inserting into a pc or a mac. Is that possible?

    Solving this requirement on a modern Windows system is going to be problematic too, as the autorun mechanisms are increasingly being locked down over there, if not by the end-user or the system installer, then by the usual anti-malware tools that are installed.
    Given this is one of the most vulnerable populations here in terms of operational security, you'll probably want to target online distribution, or to distribute a signed application that can be installed on the target (akin to a managed system) and that then accesses your data on external storage.  All that app might do is access the disk, verify that the contents of the device are trusted and valid, and launch the browser.
    I'd likely target online distribution or pre-loaded distributions and iOS, as that's where all of the older folks I'm dealing with are headed, too.  If not a native app, then maybe a web-app here, and download the contents into the HTML5 local storage.

  • Website pages ending in .html

    I just created our new website in DW and all the pages end in .html  Unfortunately, this does not match the website pages I am replacing and students will receive an error message when they go to a bookmarked page, etc.  It will also cause problems with other websites that also have our site linked.  Is there a fix for this?
    New to DW

    If you currently have .htm extensions and your new files are .html, you can do a htaccess rewrite if you're hosting on an Apache (*Nix) server in your website root directory to redirect all .htm to .html (to match your new file extensions).
    RewriteEngine on
    RewriteBase /
    RewriteRule ^(.*)\.htm$ $1.html [R=permanent]
    This will rewrite all .htm files to .html with a permanent redirect - which is also search engine friendly.

  • I can not open adobe files. mainly ones that end in doc. I purchased the 19.99 to convert .doc files

    I can not open adobe files that end in .doc. I purchased the 19.99 to convert doc to pdf and I still cant open. I get an error reading.

    Hi,
    Which Adobe Service did you purchased?
    If you have purchased CreatePDF please visit: https://createpdf.acrobat.com/SignIn.html
    Sign in with your Adobe ID and password, and then convert your word doc into PDF.
    Please let me know if that works.
    If you have Adobe Reader, you cannot convert .doc file to .PDF by drag and drop.
    ~ Aditya

  • I have 5 html pages that share a common header, footer, and sidebar. how do i use my nav bar to change the content of the body without duplicating a lot of code?

    i have 5 html pages that share a common header, footer, and sidebar. how do i use my nav bar to change the content of the body without duplicating a lot of code? thank you!

    i inherited the website. It’s for a non-profit and is not very
    sophisticated, and neither am I in webdesign. It currently has multiple
    pages that are identical except for that body section, so whenever i change
    the navigation (in the sidebar) I have to update every html page.  I want
    to have one basic page, and just call in the different body content based
    on the link the user selects from the nav bar. How can i do that using a
    script? i am using Dreamweaver.
    ~ in love and light ~
    Jeannie
    On Sat, Feb 7, 2015 at 4:07 AM, Ben Pleysier <[email protected]>

Maybe you are looking for

  • Switching to Mac what is me IE solution here?

    I am sick and tired of my PC and I made a really bold move today and bought a Mac Pro. It cost me $4000 but boy is it loaded. Anyhow I am sure I am going to like it more but here is my question... I know you can dual boot with Windows on the new Inte

  • Inspection setup maintained while stock in quality inspection

    Dear Consultants, While having stock in quality inspection we were still able to maintain the inspection setup in QM view of that material in that plant. Actually the system should have thrown error "To activate QM, the inspection stock for the mater

  • Processing Leavers for Employee expenses and blocking their vendor records

    Help please: Is there a set way of stopping Employee expense records in FI when an employee leaves, and putting a payment block on his/her vendor record? There is no employee status, therefore can the end dates be updated? If so, will this automatica

  • SAP Web Application Server Java 6.40 download is not working

    SAP Web Application Server Java 6.40 is not working. There seems to be an issue with the server hosting the binaries. Antoine Voiry

  • Dictation... for Canadian English

    Hey, Apple I love you. And I really appreciate your putting together a dictation module for Canadian English. Now I can do my dictation much faster, and with an enormous reduction in the number of errors. But really- a Canadian dictation module that