JSP PRECOMPILER IS NOT WORKING WITH WEBLOGIC 6.1 SERVICE PACK 5

          When i compile JSPs using JSP PreCompiler in weblogic 6.1
          ( Service Pack 4 ) , compilation is perfect.
          But when i precompile the same JSPs with weblogic 6.1 (Service Pack 5 )
          , i get compilation error.
          Variable Not Found error comes in service pack 5. But the same code works
          well with service pack 4.
          Could anyone help me ?
          [java] C:\CVSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WE
          NF\classes\jsp_servlet\_secure\__confirmation.java:280: cannot resolve symbol
          [java] symbol : variable yesLinkPageText
          [java] location: class jsp_servlet._secure.__confirmation
          [java] htmllink0.setPage(yesLinkPageText); //[ /secure/co
          rmation.jsp; Line: 32]
          [java] ^
          [java] C:\CVSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WE
          NF\classes\jsp_servlet\_secure\__confirmation.java:378: cannot resolve symbol
          [java] symbol : variable noLinkPageText
          [java] location: class jsp_servlet._secure.__confirmation
          [java] htmllink0.setPage(noLinkPageText); //[ /secure/con
          mation.jsp; Line: 37]
          [java] Error: compilation of jsp file /secure/confirmation.jsp (java file C
          VSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WEB-INF\classes
          p_servlet\_secure\__confirmation.java failed):
          [java] ^
          [java] null
          [java] 2 errors
          [java] Error: [jspc]: 1 file(s) failed:
          [java] /secure/confirmation.jsp
          [java] java.io.IOException: Compiler failed executable.exec(java.lang.String
          

Can you post the jsp page or a example which doesnt compile in sp5. It seems
          difficult to guage what the problem could be from looking at the error.
          --Nagesh
          "george vargeese" <[email protected]> wrote in message
          news:40c56502$1@mktnews1...
          >
          > When i compile JSPs using JSP PreCompiler in weblogic 6.1
          > ( Service Pack 4 ) , compilation is perfect.
          >
          > But when i precompile the same JSPs with weblogic 6.1 (Service Pack
          5 )
          > , i get compilation error.
          >
          > Variable Not Found error comes in service pack 5. But the same code
          works
          > well with service pack 4.
          >
          > Could anyone help me ?
          >
          >
          > [java]
          C:\CVSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WE
          > NF\classes\jsp_servlet\_secure\__confirmation.java:280: cannot resolve
          symbol
          >
          > [java] symbol : variable yesLinkPageText
          > [java] location: class jsp_servlet._secure.__confirmation
          > [java] htmllink0.setPage(yesLinkPageText); //[
          /secure/co
          > rmation.jsp; Line: 32]
          > [java] ^
          > [java]
          C:\CVSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WE
          > NF\classes\jsp_servlet\_secure\__confirmation.java:378: cannot resolve
          symbol
          >
          > [java] symbol : variable noLinkPageText
          > [java] location: class jsp_servlet._secure.__confirmation
          > [java] htmllink0.setPage(noLinkPageText); //[
          /secure/con
          > mation.jsp; Line: 37]
          > [java] Error: compilation of jsp file /secure/confirmation.jsp (java
          file C
          >
          VSMessageRouter\platform-apps\2notify\webapp\consoleapp\.\web\WEB-INF\classe
          s
          > p_servlet\_secure\__confirmation.java failed):
          > [java] ^
          > [java] null
          > [java] 2 errors
          > [java] Error: [jspc]: 1 file(s) failed:
          > [java] /secure/confirmation.jsp
          > [java] java.io.IOException: Compiler failed
          executable.exec(java.lang.String
          >
          >
          

Similar Messages

  • Will WLPI 1.2 work with WebLogic 5.1 service pack 8?

    The subject line says it all. I know there had been some problems with WLPI 1.1 and higher service packs, how about 1.2? Can I use service pack 7 or 8?
    Thanks,
    -Rick

    It should.  System requirements call for 10.5.6 or higher, PowerPC or Intel.  It is possible your file is just corrupted.
    Do you have your original iLife installer discs?

  • I m in from bangladesh 7days ago I bought an iphone 4 but not work with sim card. no service.

    7days ago I bought an iphone4 from my friend Mithu who come from Singapore.
    He told me he that after 7days he come dhaka and open my iphone by using sim. but 4days ago he died on road accident.
    He didn't give me any documents & I also knocking his family for that but said they didn't know about iphone. but i cut a sim & insert it in my iphone but showing no service, some time no sim.
    How can I work with my iphone,
    plz plz plz advise me. I hv not enough money to buy another one,
    Plz help me remembering steve jobs.
    Version------- 4.2.1(8C148).
    Carrier Lab 9.0
    Model MC603B.
    Serial---8602613MA4S

    The iPhone 4 may not work with a cut down SIM. Get a microSIM from your carrier when you set up service.

  • JSP include directive not working with Tomcat 5.0

    Hi.
    I'm developing a small JSF webapp under Tomcat 5.0. My idea was to use the include directive to display a navigation panel on every JSP page.
    I took the code straight from the Java Web Services Tutorial; the resulting page looks like this:
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
           version="2.0">
    <jsp:directive.page contentType="text/html;charset=iso-8859-1"/>
    <%@ include file="/jsp/panelpage_header.inc" %>
         <h:outputText value="Welcome!"/>
    <%@ include file="/jsp/panelpage_footer.inc" %>
    </jsp:root>However, when I try to load the page, a compilation error occurrs:
    org.apache.jasper.JasperException: /trias/welcome2.jsp(11,2) The content of elements must consist of well-formed character data or markup.
         org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
    ...I checked the path to the included files, and it seems to be okay. The files themselves contain the JSF tags for the view, html-head, html-body etc. The compiler doesn't even care if the files exist or not because it aborts immediately when it reaches the first include-statement.
    Did anyone see this kind of error before?

    Ok, the solution with jsp:directive.include works,
    if header.inc and footer.inc themselves are well
    formed too. If I understood the concept right this is
    because header and footer are processed during
    request time and therefore interpreted as
    'standalone' pages.This isn't true. The include directive (<jsp:directive.include>) is run a Compile Time. The code is inserted directly into the surrounding JSP (unlike <jsp:include> which forwards the request at runtime). The finished JSP, after the include, is then processed and needs to be well-formed XML.
    >
    But: What can I do when these two files define a tag
    that should enclose my current page (for example,
    header opens a panelGrid-Tag, and footer closes it).
    For this case I thought the use of the
    @include-directive would be neccessary to combine the
    three pages during compilation. By this the resulting
    page would be well-formed although header and footer
    are not.It should be, as long as you are using <jsp:directive.include>, and the rest of the included pages are also well formed (no <% %> tags, nothing else out of place...).
    Honestly, I haven't done much work with JSP documents, so I haven't run into this problem. But I do believe everything I said is correct.
    What I would do is double check the correctness of the rest of the included pages and see if your error isn't something else.

  • jsp:include is not working on weblogic

    I have a problem I write the following code
    html>
    <head>
    <script LANGUAGE="javascript" SRC="js/tab.js"></script>
    <LINK href="stylesheets/global.css" type=text/css rel=stylesheet>
    <title>JobSpinner Status</title>
    </head>
    <body class="bodymargin" onload="setpage(1)">
    <jsp:include flush="true" page="JobSpinnerTab.jsp"></jsp:include>
    <form id="loginForm" action="/jobspinner/JobStatus.faces" method="post">
    <input type="hidden" name="loginForm" value="loginForm" />
    <nobr>
    It is working fine on four to five PC we have checked .
    But the problem is that it is not working on a particular weblogic Server 8.1 SP2 .
    Can someone help me .
    Regs
    Amit Verma

    Are other JSP tags working on the page?
    eg
    Server info = <%= application.getServerInfo() %> <br>
    Servlet engine version = <%=  application.getMajorVersion() %>.<%= application.getMinorVersion() %><br>
    Java version = <%= System.getProperty("java.vm.version") %><br>
    Java home = <%= System.getProperty("java.home") %><br>Your page might be being interpreted as HTML rather than passed through the JSP engine.

  • Remote video streaming not working with Windows Server Essentials Media Pack

    I installed Server Essentials Media Pack and the video streaming via remote access does not seem to be working. I see all the video files on the server's remotewebaccess page in "Media Library" group. When I try to play the video in Chrome
    the player appears for a brief moment, but then the browser starts downloading the entire file. With Internet Explorer the empty browser window opens and the download starts. I am trying it while outside of my local network. The video streaming used to work
    with Server 2012 Esesentials. Am I missing some additional codecs or remote streaming is no longer supported?

    Hi,
    What’s the default player for these media files on your computer? The issue may be caused by the default player could not load the media file correctly. Please make sure Windows Media Player
    with full codec installed is the default one. And then check if the media streaming feature could work as normal. Here is an article about how to configure the media streaming feature, hope it helps.
    Manage Digital Media in Windows Server 2012 Essentials
    http://technet.microsoft.com/en-us/library/jj628151.aspx
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • Publish action not working with JCA based Business Service

    Hi All,
    I have created one BS in OSB that publish the message in AQ. Its working fine as expected when tested from test console.
    I have made one proxy service which after transformation will publish the message to this BS, but the publish action is not invoking.
    I have added log action inside request action of my publish action and log is getting generated for that with correct request.However, I cant see message in DB neither can i see any exception/error logs in OSB.
    I tried replacing publish with route action and its working fine , message is getting published in AQ.Did any one face this type of issue before ???
    Or publish action works only with jms based Business services.
    Appreciate your help.
    Regards,
    Karan

    Bingo !!!
    Setting QOS helped me to find out the exact error. Was passing complete soap envelope to BS instead of passing body part only.
    Thanks a lot for your help mate .
    One more query can you please enlighten me on the use of QOS in OSB, such as in what scenarios we should use QOS.
    Regards,
    Karan
    Edited by: Karan Mann on Mar 14, 2013 3:37 AM

  • Index.html as a link not working with Weblogic 6.0 SP2

    we use weblogic as a webserver with one of our web applications.
              The index.html page is a soft link pointing to one of 2 pages.
              1 page is a site up page and the other is a site down page.
              Using a soft link worked fine with WL60 sp1 but when we moved to SP2
              we now get a 404 when trying to load the index.html page.
              Any ideas why this would be broken?
              Terry Carter
              

    Terry,
              This is a known problem, and CR058420 was opened to address this
              issue. For 6.0, there is not a patch available. The recommended
              solution is to upgrade to 6.1 and apply the appropriate patch.
              Thanks,
              Simon
              Developers Relation Engineer
              BEA Support.
              Terry Carter wrote:
              > we use weblogic as a webserver with one of our web applications.
              > The index.html page is a soft link pointing to one of 2 pages.
              > 1 page is a site up page and the other is a site down page.
              >
              > Using a soft link worked fine with WL60 sp1 but when we moved to SP2
              > we now get a 404 when trying to load the index.html page.
              >
              > Any ideas why this would be broken?
              >
              > Terry Carter
              

  • Signed applet not working with weblogic 5.1

    I have a problem with a signed applet. The applet is signed correctly
    and it starts up the dynamic trust management console in java plugin
    1.3.1_02 when accessed locally with the browser. But when trying to
    access the applet through weblogic (5.1) the dynamic trust management
    doesn't popup, as if the applet is not recognized as signed. In the
    weblogic policy file in WLS I have set permissions to include the
    applet class (AllPermission given to codeBase https://-, and file:/-
    to be sure that it's not the problem).
    I have tryed to run it under both http and https. I'm not making an
    rmi connection back to WL. I'm simply trying to write on the local
    file system with the applet.
    The error received in the javaconsole is java.lang.SecurityException:
    java.lang.SecurityException: Unable to create temporary file
         at java.io.File.checkAndCreate(Unknown Source)
         at java.io.File.createTempFile(Unknown Source)
         at java.io.File.createTempFile(Unknown Source)
         at com.primelog.applet.DirectPrintAppletSigned.downloadFileToPrint(DirectPrintAppletSigned.java:64)
         at com.primelog.applet.DirectPrintAppletSigned.run(DirectPrintAppletSigned.java:32)
         at java.lang.Thread.run(Unknown Source)
    I really apreaciate any tips you might have!

    yeah. I noticed the same thing. now the splash screen comes on without the flashing green squares and just hangs. i tried unintalling and then reinstalling and still no go. kind of annoying but they will probably come out with an update pretty soon

  • RSS Viewer not working with the BBC Weather Service

    Hi all  
    I  am unable to display an anonymous RSS feed on my  publishing site. I have checked similar posts but mine seems subtly different 
    in ULS
    Cannot find site lookup info for request Uri http://open.live.bbc.co.uk/weather/feeds/en/??????/3dayforecast.rss.
    My farm is patched to  SharePoint 2013, August CU. I am building demo intranet for a client to help them with their requirements. 
    I have not touched the master page ( hoping to do that shortly in the  branding phase) or embeded any JS.....yet
    - BBC weather RSS feed ( have tried this also on the server to check for firewall issue)
    - no Ajax options set
    - Have disabled Data View Caching .. though not sure this makes any difference.  
    My next thought was to start looking to see if  Web Proxy is causing my an issue. I have found this albeit for another version of SharePoint
    <system.net>
    <defaultProxy>
    <proxy proxyaddress="http://Proxy_Server:port" bypassonlocal = "true"/>
    </defaultProxy>
    </system.net>
    Now I have put in my actual proxy ip and port and I am getting close. Do I honestly need to hard code a credential  here ( as I had to with AutoSPSourceBuilder)

    Kumar
    Have you looked at the ULS logs to see if there are any clues. 
    As regards my issue, it  has been 'fixed' but I think it is a tactical solution rather than one we will deploy in production 
    Ok, I noticed when I demoed the intranet to the client last Thursday that one of my feeds was working.   I now  understand that this dev server is no longer using the web proxy. In which case we have two scenarios
    OOTB default Proxy
    <!-- DAN: OOTB <defaultProxy / -->
    <defaultProxy
    This the "tactical" config I have now and all feeds work.
    Proxy settings with bypass list
    <defaultProxy useDefaultCredentials="true">
    <proxy proxyaddress="http://Proxy_Server:Port" usesystemdefault="True"/>
    <bypasslist>
    <add address="http://open.live.bbc.co.uk" />
    <add address="http://MyIndustryFeed/rss" />
    </bypasslist>
    </defaultProxy>
    This is the config I had for my demo.  The second feed didn't work till I added the address to the bypasslist.
     If we were to reconnect the web proxy and use the above,  I understand you need to ensure the  proxy access on the server gets authenticated via the app pool account for the relevant web app - hard code credential or "always allow this
    user ". If you go down this route I will be interested in how you get on..  
    As a consultant all I can do is raise support  issues with the client - I am now allowed domain admin or web proxy access to verify  ;-(

  • Firefox 4.0 will not work with my Knology email service when 3.6 will, why not?

    I've cut and pasted the Knology response to my question. As you can read below, Knology states it is Firefox issue.
    Mr. Stanley,
    Thank you for contacting Knology Technical Support. I do apologize that you are having problems accessing the webmail service with Firefox. As the error message states this is a problem with Firefox dropping support for some type of code. The way its worded makes me assume that it will be available as a plug in or extension for Firefox, but we do not know what they have dropped out of the base browser. Both Internet Explorer and Google Chrome have no problems accessing the webmail.
    Thank you for choosing Knology,
    Roy
    Knology Technical Support

    You can get Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html

  • Back arrow does not work with SQL Server Reporting Services Reports. When one pages back from a sub report the back action appears to skip moving to the previous step. IE 8 works fine?

    I have a SSRS report that has a parameter driven drop down list to select a catagory for a report to run a summary for the category in Report Manager. When the report runs there are links to a sub report with more detailed information about the category summary. Firefox runs everything correctly up to this point.
    When I try to back arrow from the sub report Firefox skips the summary report page and reverts to the initial page where the sub category can be selected to run the summary report.
    Can you help? IE8 works well with this but has severe spped issues with reports that contain multiple selection parameters. Firefox handles the multiple parameters very fast but has the page back issue.

    I have a SSRS report that has a parameter driven drop down list to select a catagory for a report to run a summary for the category in Report Manager. When the report runs there are links to a sub report with more detailed information about the category summary. Firefox runs everything correctly up to this point.
    When I try to back arrow from the sub report Firefox skips the summary report page and reverts to the initial page where the sub category can be selected to run the summary report.
    Can you help? IE8 works well with this but has severe spped issues with reports that contain multiple selection parameters. Firefox handles the multiple parameters very fast but has the page back issue.

  • JSP Not Working with Thin Driver

    My JSP is not working with Oracle thin driver but it is working with Oracle OCI driver.
    From my jsp i am calling a stored procedured and passing 170 parameters to the procedure. This JSP works with Oracle OCI Driver configured as thrid party drivers in iAS6.0 SP2, but not working with Oracle Thin Driver configured as third party drivers in iAS6.0. My thin driver JDBC Connection URL is as follows:
    jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = MAPDBI01)(PORT = 1521)))(CONNECT_DATA =(SID = MAPS))).
    I have to give this URL because my production server deployment consists of iWS4.1 SP5 and iAS6.0 SP2 in different solaris boxes and Oracle 8.1.7 Database server in another Solaris Box. There is a pool of proxy servers between iAS6.0 box and the oracle box.

    Wim,
    I'd really appreciate it if you could provide some sample code. A complete, small, simple java class that I could copy and try out would be wonderful -- if it's not too much trouble.
    Thanks heaps (in advance :-),
    Avi.

  • Hibernate 3 JPA does not work with weblogci 10.3

    I am setting up my project to work with weblogic 10.3 server. It uses hibernate 3 and JPA, but it doesn't seem to work well with weblogic 10.3. Here is the persistence.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
    <persistence-unit name="datacatalog">
    <provider>org.hibernate.ejb.HibernatePersistence</provider>
    <jta-data-source>DATACATD</jta-data-source>
    <properties>
    <property name="hibernate.transaction.factory_class"
    value="org.hibernate.transaction.JTATransactionFactory"/>
    <property name="hibernate.transaction.manager_lookup_class"
    value="org.hibernate.transaction.WeblogicTransactionManagerLookup"/>
    </properties>
    </persistence-unit>
    </persistence>
    When my app loaded, the weblogic shows this warnning:
    WARNING: Found unrecognized persistence provider "org.hibernate.ejb.HibernatePersistence" in place of OpenJPA provider. This provider's properties will not beused.
    When my app tries to access database, it throws this exception.
    [org.hibernate.ejb.Ejb3Configuration] - Overriding hibernate.transaction.factory_class is dangerous, this might break the EJB3 specification implementation
    No Persistence provider for EntityManager named datacatalog
    javax.persistence.PersistenceException: No Persistence provider for EntityManager named datacatalog
    at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:89)
    at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:60)
    at org.finra.datacatalog.server.ServerUtil.<clinit>(ServerUtil.java:15)
    at org.finra.datacatalog.server.DataCatalogServiceImpl.getAllEntities(DataCatalogServiceImpl.java:31)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:562)
    at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:188)
    at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:224)
    at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3498)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    To me, the persistence.xml is read by weblogic server, however it has problem create the EntityManager for this persistence unit, datacatalog.
    Please help.

    Are you talking about this, <provider>org.hibernate.ejb.HibernatePersistence</provider>? Is this the correct provider name for JPA with HIbernate 3?
    or
    You are talking about other configuration in the persistence.xml.
    I appreciate you helps, but can you point out what exact is wrong in my configuration or provide examples? I have not found the correct name for Hibernate provider.

  • WLS :: Will Vista web client work with Weblogic Server 8.1.6 over SSL?

    Hello,
    I have installed 51-2 bit SSL cert on weblogic 7 and found that the secure site doesn't work on Vista web client.
    Weblogic gives error in handshaking and says algorithm is not supported.
    Vista web client uses some algorithms which were not supported by weblogic 7.
    So would like to know if would Vista web client work with Weblogic Server 8.1.6 over SSL?
    Any information in this regard would be helpful.
    Thanks in Advance.

    can you use the following debug flags in the weblogic server as java_options and paste the complete ssl handshake exception here.
    -Dweblogic.StdoutDebugEnabled=true
    -Dssl.debug=true
    thanks,
    sandeep

Maybe you are looking for

  • T60 has slowed to a crawl- any HELP out there?

    I  updated a file a program yesterday which caused system to go blue screen. Uninstalled the program (Adobe trial) but now my system is extremely unresponsive and unusably slow. I've had unit for about a month (got used) and prev owner unfortunately

  • N73: restore doesn't work after firmware update

    Hello! I just made a firmware update to my N73 with NSU, and the procedure completed with no errors. Just before the update I made a backup with the application in the phone menu; the app wrote a backup.arc file in the MMC. After the update I tried t

  • Can my iPhone4 use be connected to WiFi and still be connected to the 3G network at the same time?

    My iPhone is on the Bell network, along with 3 other iPhones in my household. We have WiFi and the phone indicate that they are connected to the WiFi when we are in the house. However, my bill from Bell indicates several instances where the phones (a

  • Remote wldeploy

    I'm trying to write an Ant script that will deploy a few JAR files to a remote WebLogic server. Application (Amdocs CRM) is an exploded EAR and is deployed to my administration server, stage is not used, there are no deployment plans defined. I'm usi

  • What format do I use to post on youtube so that IPhone and Androids can play it?

    adobe premiere pro cs6: What format do I use to post on youtube so that IPhone and Androids can play it? how do I fix it so it will play I tryed h.264 youtube hd 720, h.264 andriod phone here is the youtube video play's fine on pc but will not play o