Getting Java Pet Store to run in JBuilder (or any IDE)

I'm getting a dozen or so errors like:
"XMLDocumentUtils.java": method getPublicId() not found in interface org.w3c.dom.DocumentType
when I try to import & build Java Pet Store in JBuilder Enterprise. I've told JBuilder to include j2ee.jar, and I can run the precompiled JPS just fine, with J2EE_HOME pointing at that jar. The getPublicId method is listed for DocumentType in http://java.sun.com/j2ee/sdk_1.3/techdocs/api/index.html.
What gives? Anybody had success rolling their own Pet Store?
Is there any common utility for inspecting class files?

The problem evidently was that JBuilder was picking up an obsolete version of the class somewhere along the line- problem solved by moving j2ee.jar to the top of the list of Required Libraries.

Similar Messages

  • Failed restarts of Java Pet Store 2.0

    Hi,
    I am having a recurring problem with the Java Pet Store 2.0 that I hope someone can help shed light on.
    I am trying to use the Pet Store as a reference for a project. I have performed the following sequence on a Dell latitude laptop running Windows XP Pro SP2:
    Download and install JDK 1.5.0_11
    Download and install Java EE 5 w/ tools
    Launch NetBeans
    Open the Java Pet Store project that comes embedded in the EE
    Start DB server (if not already started)
    Start Java System Application Server 9
    Check build.properties
    Run Target setup.xml
    Open pet store project
    This works on the initial launch. The problem comes when I shut everything down and turn off the laptop, then try to run the project in NetBeans again the next time I start up. Every time I try, after I start the DB server and App server and even re-target setup.xml, when I try to run the project, I get the same exception (see below). Even my newbie brain realizes that the issue involves the FileArchive class. What it can't figure out is what I should do about it in order to be able to run the darn project more than one time. Can anybody guide me? Thanks in advance for any help.
    Here is the log of the failed petstore run (this same exception has occurred on attempted restarts after multiple installs):
    init:
    deps-module-jar:
    deps-ear-jar:
    deps-jar:
    library-inclusion-in-archive:
    library-inclusion-in-manifest:
    Copying 1 file to C:\Sun\SDK\blueprints\petstore\build\web\WEB-INF\classes
    Duplicated project name in import. Project petstore-impl defined first in C:\Sun\SDK\blueprints\petstore\nbproject\ant-deploy.xml and again in C:\Sun\SDK\blueprints\petstore\nbproject\build-impl.xml
    insert-proxy-settings:
    Duplicated project name in import. Project petstore-impl defined first in C:\Sun\SDK\blueprints\petstore\nbproject\ant-deploy.xml and again in C:\Sun\SDK\blueprints\petstore\nbproject\build-impl.xml
    dojo:
    compile:
    compile-jsps:
    Building jar: C:\Sun\SDK\blueprints\petstore\dist\petstore.war
    do-dist:
    dist:
    Incrementally deploying petstore_localhost:4848_server
    Completed incremental distribution of petstore
    Incrementally redeploying petstore_localhost:4848_server
    Start registering the project's server resources
    Finished registering server resources
    java.lang.reflect.InvocationTargetException
    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:585)
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeploymentFacility.getFileArchive(DirectoryDeploymentFacility.java:186)
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeploymentFacility.incrementalDeploy(DirectoryDeploymentFacility.java:77)
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeployment.incrementalDeploy(DirectoryDeployment.java:154)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.incrdeploy.DirectoryDeploymentFacade.incrementalDeploy(DirectoryDeploymentFacade.java:123)
    at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:502)
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:106)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:82)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:240)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:293)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
    Caused by: java.io.FileNotFoundException: C:\Program Files\netbeans-5.5\bin\${com.sun.aas.installRoot}\blueprints\petstore\build\web
    at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
    ... 22 more
    java.lang.IllegalStateException: cannot find FileArchive class...
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeploymentFacility.incrementalDeploy(DirectoryDeploymentFacility.java:79)
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeployment.incrementalDeploy(DirectoryDeployment.java:154)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.incrdeploy.DirectoryDeploymentFacade.incrementalDeploy(DirectoryDeploymentFacade.java:123)
    at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:502)
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:106)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:82)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:240)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:293)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
    C:\Sun\SDK\blueprints\petstore\nbproject\build-impl.xml:468: Deployment error:
    cannot find FileArchive class...
    See the server log for details.
    BUILD FAILED (total time: 2 seconds)

    C:\Sun\SDK\blueprints\petstore\nbproject\build-impl.xml:468: Deployment error: cannot find FileArchive class...
    See the server log for details.
    BUILD FAILED (total time: 2 seconds)I had the same problem but not with blueprints and I managed to start manually the sun server, clean and build the project and copy the *.war file from the project_folder/dist/ to C:\Sun\SDK\domains\domain1\autodeploy.
    If this doesn't work you could try to reinstall netbeans and java .

  • J2EESDK-1_4_03 compatability with Java Pet Store

    I am trying to install Java Pet Store (WIndows XP Prof) and have j2se 1.4.11 and J2EESDK-1_4_03 also but from following the install instructions on Java Pet Store, I've to run cloudscape.bat and j2ee.bat from the %J2EE_HOME%\bin folder and they are not contained in there. In fact, they are not anywhere in the entire folder.
    Any suggestions. I could download J2EE-1.3 but I dont think its compatible with Windows XP Prof as when I go to run the file it keeps crashing on me!
    Please any suggestions. Thanks

    in case that you are new , i should suggest you the follwoing steps
    1- you should get J2EE tutorial from sun site
    http://java.sun.com/j2ee/1.4/download.html
    2-get Netbeans IDE 5 from the following link
    http://www.netbeans.info/downloads/download.php?type=5.0
    and now goto the Document home of Netbeans 5 , look under Tutorials for j2ee , I think it is right place for you to start.
    http://www.netbeans.org/kb/50/quickstart-j2ee.html
    Dealing with application servers and trying to deploy an application using deploy tools maybe kinda hard.
    Masoud Kalali
    http://weblogs.java.net/blog/kalali/

  • How to create search index files for Java Pet Store

    Hi All,
    As you may know, the java pet store application uses for the search function a search index object, which itself uses the following files '_36.cfs', 'deletable', 'segments'.
    Now as I want to change the data of the database (delete some pets, and names, etc.), it does not have an effect on the search results. This is because the application uses the search index files and does not use the database for the search query.
    So can anybody help me and tell me how I can create this three files from my *.sql file, so I can search in my own data?
    Thank you very much for your help.
    Regards,
    Wolfgang

    gonso777 wrote:
    Solved:
    I had the same problem. It seems that the installer does not unzip three files where it should.
    With NetBeans (Using File Perspective) or just editing build.xml
    Netbeans: select build.xml/Run Target/Other Targets/unzipindexes: Tough it should work it fails in resolving $javaee.domaindir$ at least in my system, but it does suscessfully create a new directory named ${jee.domaindir} that includes lib/petstore/searchindex and three files: _36.cfs , deletable, segments.
    Copy those three files to your_glasshfish_path/domains/domain1/petstore/searchindex.
    Now you are done. I hope that you had a nice time while waiting two years for it to be answered. How is it that it is not answered anywhere else?
    Regards,
    Ramon Talavera
    www.sciencetechworks.comThanks. I didn't wait 2 years for this, but I just replied on a 2 year old post. I only recently tried the petstore app. I thought I needed to study lucene first to figure things out, it turns out there was an 'internal target' on the build file for this. Thanks a bunch!

  • Java Pet Store and connection pooling

    Hi. Does the Java Petstore version 1.2 use connection pooling? I know in the database.properties file it has the following variables:
    Pool.MaximumActiveConnections=10
    Pool.MaximumIdleConnections=5
    Pool.MaximumCheckoutTime=120000
    Pool.TimeToWait=10000
    Pool.PingEnabled=false
    Pool.PingQuery=select * from dual
    Pool.PingConnectionsOlderThan=0
    Pool.PingConnectionsNotUsedFor=0
    Pool.QuietMode=true
    To me this seems like it is using connection pooling. However, on our server, we are continually running out of connections and I KNOW that our other apps ARE using connection pooling. So I'm just wondering if someone can confirm with me that the Java Pet Store is in fact using connection pooling.
    Thanks in advance,
    Dylan

    I forgot to mention that I'm using the Ibatis version of the JPetstore.

  • Java Pet Store Lite

    I'm working on an application that needs to allow multiple types of clients ("view-controllers") to access the model as described in the Java Pet Store, but I'd like to do it without all the many, many lines of code necessary for the full-blown EJB implementation seen there. Can I get away with just using Struts or some other good MVC framework?

    I'm working on an application that needs to allow
    multiple types of clients ("view-controllers") to
    access the model as described in the Java Pet Store,
    but I'd like to do it without all the many, many lines
    of code necessary for the full-blown EJB
    implementation seen there.In an MVC that uses EJB system, the model is acting as a facade (interface) onto the EJB. The Model does not have to be EJB, it could do all the processing it's self it could access the DB directly with ODBC.
    This would still be a sound architecture, particularly for a lite weight web application.
    Can I get away with just
    using Struts or some other good MVC framework?Yes.

  • Java pet store demo

    hi, iam quite new to java, and i have been trying to install the demo for java pet store.
    I run windows xp, and have installed j2sdkee1.3.1 on my c drive, ie c:\j2sdkee1.3.1
    how do i set the enviroment variables?
    do i add them to the user variables or system variables??
    in the instructions it says
    JAVA_HOME must point to the root directory of your J2SE SDK installation. For example, if you installed the J2SE SDK in c:\jdk1.3.1, then that path should be the value of JAVA_HOME.
    J2EE_HOME must point to the root directory of your J2EE SDK installation. For example, if you installed the J2EE SDK in /usr/local/java/j2sdkee1.3.1 , then that path should be the value of J2EE_HOME.
    could someone explain the second part to me?
    thanks for any help

    hi, iam quite new to java, and i have been trying to
    install the demo for java pet store.
    I run windows xp, and have installed j2sdkee1.3.1 on
    my c drive, ie c:\j2sdkee1.3.1
    how do i set the enviroment variables?
    do i add them to the user variables or system
    variables??
    in the instructions it says
    JAVA_HOME must point to the root directory of your
    J2SE SDK installation. For example, if you installed
    the J2SE SDK in c:\jdk1.3.1, then that path should be
    the value of JAVA_HOME.
    J2EE_HOME must point to the root directory of your
    J2EE SDK installation. For example, if you installed
    the J2EE SDK in /usr/local/java/j2sdkee1.3.1 , then
    that path should be the value of J2EE_HOME.The paragraph above is for UNIX users. You should set your J2EE_HOME=C:\j2sdkee1.3.1
    >
    could someone explain the second part to me?
    thanks for any help

  • Java Pet Store deployathlon...

    Hello all,
    I've installed WebLogic 6.1 (on win2k) for the first time today. No problems
    here.
    Then I downloaded the Java Pet Store (JPS) and followed the instructions on <a
    href="http://e-docs.bea.com/wls/docs61/petstore/bea_deployathon.html#petstore">BEAs
    deployathlon page</a>. I followed succesfully the instructions 1-11, but step
    13 (run the petstore) results in an error 500 (internal server error). The server
    console doesn't output any exceptions.
    What could be the problem?
    I would really appreciate your help, since I'm on a very tight schedule for my
    thesis...
    Final note:
    During the installation, I noted the following warning:
    [jar] Building jar: C:\Documents and Settings\Administrator\Mijn documenten\uia\thesis\binaries\java
    pet store\jps1.1.2\src\petstore\build\std_petstoreEjb.jar
    [jar] Warning: selected jar files include a META-INF/MANIFEST.MF which will
    be ignored (please use manifest attribute to jar task)

    "Pieter Van Gorp" <[email protected]> wrote:
    >
    Hello all,
    I've installed WebLogic 6.1 (on win2k) for the first time today. No
    problems
    here.
    Then I downloaded the Java Pet Store (JPS) and followed the instructions
    on <a
    href="http://e-docs.bea.com/wls/docs61/petstore/bea_deployathon.html#petstore">BEAs
    deployathlon page</a>. I followed succesfully the instructions 1-11,
    but step
    13 (run the petstore) results in an error 500 (internal server error).
    The server
    console doesn't output any exceptions.
    What could be the problem?
    I would really appreciate your help, since I'm on a very tight schedule
    for my
    thesis...
    Final note:
    During the installation, I noted the following warning:
    [jar] Building jar: C:\Documents and Settings\Administrator\Mijn
    documenten\uia\thesis\binaries\java
    pet store\jps1.1.2\src\petstore\build\std_petstoreEjb.jar
    [jar] Warning: selected jar files include a META-INF/MANIFEST.MF
    which will
    be ignored (please use manifest attribute to jar task)------------
    Ouch... I seem to have overlooked some errormessages...
    Here they are:
    [delete] Could not find file C:\Documents and Settings\Administrator\Mijn doc
    umenten\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\petstoreE
    jb.jar to delete.
    [delete] Could not find file C:\Documents and Settings\Administrator\Mijn doc
    umenten\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\std_petst
    oreEjb.jar to delete.
    [jar] Building jar: C:\Documents and Settings\Administrator\Mijn documente
    n\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\std_petstoreEjb
    .jar
    [jar] Warning: selected jar files include a META-INF/MANIFEST.MF which wil
    l be ignored (please use manifest attribute to jar task)
    [java] <10-okt-01 17:58:11 CEST> <Warning> <EJB> <EJB Deployment: TheShoppi
    ngClientController has a class com.sun.j2ee.blueprints.petstore.control.ejb.Shop
    pingClientControllerEJB which is in the classpath. This class should only be loc
    ated in the ejb-jar file.>
    [java] <10-okt-01 17:58:11 CEST> <Warning> <EJB> <EJB Deployment: TheShoppi
    ngClientController has a class com.sun.j2ee.blueprints.petstore.control.ejb.Shop
    pingClientControllerHome which is in the classpath. This class should only be
    lo
    cated in the ejb-jar file.>
    [java] <10-okt-01 17:58:11 CEST> <Warning> <EJB> <EJB Deployment: TheShoppi
    ngClientController has a class com.sun.j2ee.blueprints.petstore.control.ejb.Shop
    pingClientController which is in the classpath. This class should only be locate
    d in the ejb-jar file.>
    [java] error: cannot read: C:\Documents and Settings\Administrator\Mijn doc
    umenten\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\src\ejbcgen\com
    \sun\j2ee\blueprints\petstore\control\ejb\*.java
    [java] 1 error
    [java] Exec failed .. exiting
    [java] Java Result: 1
    [delete] Deleting directory C:\Documents and Settings\Administrator\Mijn docu
    menten\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\ejbjar
    ear:
    [delete] Could not find file C:\Documents and Settings\Administrator\Mijn doc
    umenten\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\petstore.
    ear to delete.
    [mkdir] Created dir: C:\Documents and Settings\Administrator\Mijn documenten
    \uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\petstore_tmp
    [copy] Copying 1 file to C:\Documents and Settings\Administrator\Mijn docum
    enten\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\petstore_tm
    p
    [copy] Copying 1 file to C:\Documents and Settings\Administrator\Mijn docum
    enten\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\petstore_tm
    p
    [copy] Copying 1 file to C:\Documents and Settings\Administrator\Mijn docum
    enten\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\petstore_tm
    p
    [copy] Copying 1 file to C:\Documents and Settings\Administrator\Mijn docum
    enten\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\petstore_tm
    p
    [copy] Copying 1 file to C:\Documents and Settings\Administrator\Mijn docum
    enten\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\petstore_tm
    p
    [copy] Could not find file C:\Documents and Settings\Administrator\Mijn doc
    umenten\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\petstoreE
    jb.jar to copy.
    [copy] Could not find file C:\Documents and Settings\Administrator\Mijn doc
    umenten\uia\thesis\binaries\java pet store\jps1.1.2\src\components\mail\build\ma
    ilerEjb.jar to copy.
    [copy] Could not find file C:\Documents and Settings\Administrator\Mijn doc
    umenten\uia\thesis\binaries\java pet store\jps1.1.2\src\components\inventory\bui
    ld\inventoryEjb.jar to copy.
    [copy] Could not find file C:\Documents and Settings\Administrator\Mijn doc
    umenten\uia\thesis\binaries\java pet store\jps1.1.2\src\components\customer\buil
    d\customerEjb.jar to copy.
    [copy] Could not find file C:\Documents and Settings\Administrator\Mijn doc
    umenten\uia\thesis\binaries\java pet store\jps1.1.2\src\components\personalizati
    on\build\personalizationEjb.jar to copy.
    [copy] Could not find file C:\Documents and Settings\Administrator\Mijn doc
    umenten\uia\thesis\binaries\java pet store\jps1.1.2\src\components\shoppingcart\
    build\shoppingcartEjb.jar to copy.
    [copy] Could not find file C:\Documents and Settings\Administrator\Mijn doc
    umenten\uia\thesis\binaries\java pet store\jps1.1.2\src\components\signon\build\
    signonEjb.jar to copy.
    [copy] Copying 1 file to C:\Documents and Settings\Administrator\Mijn docum
    enten\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\petstore_tm
    p\META-INF
    [jar] Building jar: C:\Documents and Settings\Administrator\Mijn documente
    n\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\petstore.ear
    [delete] Deleting directory C:\Documents and Settings\Administrator\Mijn docu
    menten\uia\thesis\binaries\java pet store\jps1.1.2\src\petstore\build\petstore_t
    mp
    core:
    BUILD SUCCESSFUL
    Total time: 3 minutes 12 seconds

  • Question on threading in Java Pet Store

    In the Java Pet Store, the MainServlet pulls the RequestProcessor and ScreenFlowManager objects from the ServletContext object. Once returned, the request is processed by methods in these objects. Since the ServletContext object and the objects that it contains are considered not to be thread-safe, how does the utilization of these shared objects not cause thread issues? Thanks for your help.

    These objects are used in a read-only fashion, hence there should be no problems related to thread-safety.

  • Java pet store

    how product.screen,main.screen,item.screen and so on ,these are handled in java pet store source code?

    Todd,
    SQL*Plus is a utility that is bundled with the Oracle database server.
    Yes, you start it with the "sqlplus" command. Seeing as you seem to
    also be in charge of setting up the Oracle database server, that means
    you (inevitably) have to do some "DBA" type work. Since you say that
    you are new to this, I suggest reading the documentation for the Oracle
    database server -- which is available from:
    http://tahiti.oracle.com
    Of-course, your other option would be to find an experienced DBA to
    handle the database stuff for you.
    By the way, you can use the "lsnrctl" utility (also bundled with the
    database server product) to start, test, and stop the database "listener".
    The command is "lsnrctl". There is also documentation available for
    it (from the same URL as shown above).
    Good Luck,
    Avi.

  • Functional requirements of the Java Pet Store

    Hi,
    Someone know where I could find the functional requirements of the Java Pet Store?
    Thanks,
    Antonio.

    Hi,
    Someone know where I could find the functional requirements of the Java Pet Store?
    Thanks,
    Antonio.

  • HT201364 I bought my iMac in the fall of 2008; I am running 10.6.8.  Can't get Maverick to download--just spins and stops.  Any ideas?  Do I need a special app when I go to the App Store?

    I bought my iMac in the fall of 2008; I am running 10.6.8.  Can't get Maverick to download--just spins and stops.  Any ideas?  Do I need a special app when I go to the App Store?

    Nothing special. You must havethe app store app installed in 10.6.8.  Find Mavericks in the app store. Downloadit. It will take a while (5.31GB) and install thi installer ion your applications folder.  Then you can proceed at your leisure.
    Check hard disk space, permissions, apple-ID, retry.
    Grant

  • Adobe Acrobat XI pro version, Windows 7, running on iMac parallels, converting pdf to a pdf with reduced size is not possible, error: error in converting the file! What to do? Its a bit annoying not to be able to store pdf files in reduced size, any idea?

    Adobe Acrobat XI pro version, Windows 7, running on iMac parallels, converting pdf to a pdf with reduced size is not possible, error: error in converting the file! What to do? Its a bit annoying not to be able to store pdf files in reduced size, any idea?? Thanks, Jörg

    Hi Jorg ,
    Are you trying to reduce the file size with the "Reduced size PDF" in the save as other option.
    Give it a try if you haven't done it prior.
    Open that PDF>File>Save as Other>Reduced size PDF.
    If possible ,please share the snapshot of the error message with us so that we can have a look in order to assist you further.
    Regards
    Sukrit Dhingra

  • I purchased a Shakira movie (HD). I watch it OK in my PC, but when trying to watch it in my TV using Apple TV I get an endless rolling wheel. I can watch other Apple Store movies with no problem. Any ideas of what's going on?

    I purchased a Shakira movie (HD). I watch it OK in my PC, but when trying to watch it in my TV using Apple TV I get an endless rolling wheel. I can watch other Apple Store movies with no problem. Any idea of what's going on?

    Welcome to the Apple Community.
    Try repopulating iTunes with the problematic files.

  • HT201413 I am receiving the error code (-50). The original itune songs etc were installed on a win 7 32 bit system and I have now moved to a win 7 64 bit system. Is this why I get the error code? I can access the itunes store to view my account. Any ideas

    I am receiving the error code (-50) when trying to access the itunes store. The original itune songs etc were installed on a win 7 32 bit system and I have now moved to a win 7 64 bit system (same PC) and have copied the folder across. Has the switch from 32 to 64 bit caused the problem? Is this why I get the error code? I can, however, access the itunes store to view my account. Any ideas please?

    Hello,
    The TechNet Sandbox forum is designed for users to try out the new forums functionality. Please be respectful of others, and do not expect replies to questions asked here.
    As it's off-topic here, I am moving the question to the
    Where is the forum for... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?&lt;=\G.{2})'|%{if($_){[char][int]&quot;0x$_&quot;}})

Maybe you are looking for

  • Need Help in writing a UDF

    Hi, Please help in writing a UDF for these fields in mapping, which I need for the object Iu2019m doing currently. The fields are like this: 1)         batch_no = "TRUNC((GetMaxObjid('x_txn_sap_parts')-POWER(2,28))/5000)+1", 2)         lot_id = "TRUN

  • First Project - BCS

    ***INCLUDE LUCR_LSTF03 . *&       Form  display_detail_list FORM display_detail_list_subscreen.   IF g_display_detail_again IS INITIAL.     IF g_display_detail_next IS INITIAL. * Header text is displayed as dyn. document       IF go_dydo IS INITIAL.

  • XML file not updating

    The imsmanifest.xml doesn't seem to be updated after I have completed the test in the presentation. I have tried all the settings in quiz manager. I am suppose to see the test results in the imsmanifest.xml file, right?

  • View/Save/Print Embedded Form on Webpage to PDF

    How can a user View/Save/Print Embedded Form on Webpage to PDF?

  • Problems with form printing

    Hi experts, How could it be if I want to test my sapscript it doesn't ask for the printer and the request goes to directly into the spool. The problem with this I cannot choose in which printer do I want to print it goes immediately into the spool.