Sort tags ignored on Shared libraries

Is this ever going to be fixed? Why have ONE inconsistant thing in the AppleTV-iTunes relationship?
I have a main iTunes library that has 25,000+ audio files, several hundred TV show episodes and almost 200 movies in it. I have content, TV shows, automatically added to this library on a regular basis so I can't be there to manually hit the Sync button for a Custom Sync, to disable the actual copying of data, for the Apple TV. I also don't want to do an automatic sync because with a library this large, and some content on a network drive, iTunes is constantly trying to re-sync some things.
All I want is for a "Shared" library on the AppleTV to respect the "Sort" fields in iTunes. This worked in previous versions of AppleTV OS, ie 2.X, but is broken in 3.X versions. PLEASE FIX THIS.

cawpin wrote:
.........so I can't be there to manually hit the Sync button for a Custom Sync, to disable the actual copying of data, for the Apple T V
You don't need to be there for iTunes to sync new content, hitting the sync button won't disable the copying either.
I also don't want to do an automatic sync because with a library this large, and some content on a network drive, iTunes is constantly trying to re-sync some things.
There are two areas where the term automatic sync is applied, firstly as an alternative to custom syncing and secondly when new content is added which is included in one of your synced sets or options. The size of your library has no relevance to how much content is synced or how often this takes place. Only content that is new/changed and is included in your sync options are synced.
All I want is for a "Shared" library on the AppleTV to respect the "Sort" fields in iTunes. This worked in previous versions of AppleTV OS, ie 2.X, but is broken in 3.X versions. PLEASE FIX THIS.
My shared libraries obey the sort field in iTunes, in what way don't yours.

Similar Messages

  • Composition of default shared libraries in Oc4j

    Hi,
    I'm trying to undestand the shared libraries in OC4J 10.1.3.
    Looking at the global application.xml (located in j2ee\home\config), I noticed the following element:
    <!-- The default set of application shared libraries. -->
    <imported-shared-libraries>
    <import-shared-library name="oracle.dms"/>
    <import-shared-library name="oracle.jdbc"/>
    <import-shared-library name="oracle.xml"/>
    <import-shared-library name="soap"/>
    <import-shared-library name="global.libraries"/>
    <import-shared-library name="global.tag.libraries" />
    </imported-shared-libraries>
    For example, I suppose that the library named "oracle.xml" is made up of some JARS, but I can't understand where the jar list is defined.
    I looked in server.xml, but "oracle.xml" is not defined there. It seems that "oracle.xml" is not defined in a configutation file, but it's hard-coded somewhere.
    Please, notice that I perfectly know that it's possible to import a different XML parser (it's explained in a lot of documents).
    Please, help me.

    gday Claudio --
    Well the good news is that we've good a pretty good facility in OC4J 10g (10.1.3) that may help in this situation.
    We can query the classloading mechanism and have it report on quite a few different areas related to classloading.
    This is documented in the 10.1.3 Config and Admin Guide (http://download-west.oracle.com/otn/java/oc4j/1013/doc/web.1013/b14432.pdf) towards the end of Chapter 7.
    For example, if you want to see the full list of shared-libraries that are loaded by OC4J and what is visible to an application you can perform a query like this:
    java -Doc4j.start.query=LoaderTree+Exit -jar oc4j.jarOr you can restrain it to the loader for a specific application as follows:
    java -Doc4j.start.query=LoaderTree[b][AcmeOrderProcessor.root]+Exit -jar oc4j.jar
    These queries will display the classloader tree and will describe all of the loaded resources, the code-sources, the packages imported, etc. for each of the libraries that are loaded.
    Here's an example I picked out of a query report for the oracle.jdbc shared library
    | +- Name: oracle.jdbc:10.1.0_2
    | | Parent: jre.extension:0.0.0
    | | Scope: Global: API & Shared
    | | Creator:
    | | oracle.oc4j.loader.PolicyClassLoader.init(PolicyClassLoader.java:572)
    | | oracle.oc4j.loader.PolicyClassLoader.<init>(PolicyClassLoader.java:432)
    | | oracle.oc4j.loader.boot.XMLBootConfiguration.setCurrentLoader(XMLBootConfiguration.java:911)
    | | oracle.oc4j.loader.boot.XMLBootConfiguration.startElement(XMLBootConfiguration.java:498)
    | | org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1674)
    | | org.apache.crimson.parser.Parser2.content(Parser2.java:1963)
    | | org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
    | | org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667)
    | | org.apache.crimson.parser.Parser2.parse(Parser2.java:337)
    | | org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
    | | oracle.oc4j.loader.boot.XMLBootConfiguration.configureLoaders(XMLBootConfiguration.java:258)
    | | oracle.oc4j.loader.boot.BootStrap.populateLoaders(BootStrap.java:477)
    | | oracle.oc4j.loader.boot.BootStrap.initLoaders(BootStrap.java:320)
    | | oracle.oc4j.loader.boot.BootStrap.createBootEnvironment(BootStrap.java:284)
    | | oracle.oc4j.loader.boot.BootStrap.main(BootStrap.java:216)
    | | Search-Policy: Standard[findLoadedClass -> askParent -> checkSharedLibraries -> findLocal]
    | | Supported-Configurations:
    | | <code-source> (e.g. "boot.xml")
    | | <code-source> (ignore manifest Class-Path) (e.g. "boot.xml")
    | | <import-shared-library> (e.g. "boot.xml")
    | | Buffer-Size: 25845
    | | Code-Sources: (# of subscribers) '.' = created, '-' = closed, '+' = open, '*' = suspended, '!' = orphaned
    | | 0. (1)+ /D:/java/oc4j-main-latest/jdbc/lib/ojdbc14dms.jar (from <code-source> (ignore manifest Class-Path) in boot.xml in D:\java\oc4j-main-latest\j2ee\home\oc4j.jar)
    | | 1. (1)+ /D:/java/oc4j-main-latest/jdbc/lib/orai18n.jar (from <code-source> (ignore manifest Class-Path) in boot.xml in D:\java\oc4j-main-latest\j2ee\home\oc4j.jar)
    | | 2. (1)+ /D:/java/oc4j-main-latest/opmn/lib/ons.jar (from <code-source> (ignore manifest Class-Path) in boot.xml in D:\java\oc4j-main-latest\j2ee\home\oc4j.jar)
    | | 3. (1)+ /D:/java/oc4j-main-latest/jdbc/lib/ocrs12.jar (from <code-source> (ignore manifest Class-Path) in boot.xml in D:\java\oc4j-main-latest\j2ee\home\oc4j.jar)
    | | Native-Code-Sources: (# of subscribers) '.' = created, '-' = closed, '+' = open, '*' = suspended, '!' = orphaned
    | | Imported-Shared-Libraries:
    | | oracle.dms:3.0
    | | Loaded-Packages:
    | | 1. oracle.jdbc
    | | 2. oracle.jdbc.driver
    | | 3. oracle.sql.converter
    | | 4. oracle.sql
    | | 5. oracle.i18n.text.converter
    | | 6. oracle.jdbc.pool
    | | Loaded-Classes:
    | | 1. class oracle.jdbc.pool.OracleDataSource
    | | 2. class oracle.jdbc.driver.OracleDriver
    | | 3. class oracle.sql.converter.CharacterConverterFactory
    | | 4. class oracle.sql.converter.CharacterConverterFactoryOGS
    | | 5. class oracle.sql.converter.CharacterConverters
    | | 6. class oracle.i18n.text.converter.CharacterConverterOGS
    | | 7. class oracle.i18n.text.converter.CharacterConverter12Byte
    | | 8. class oracle.i18n.text.converter.CharacterConverterSJIS
    | | 9. class oracle.sql.CharacterSet
    | | 10. class oracle.sql.CharacterSetWithConverter
    | | 11. class oracle.sql.CharacterSetFactory
    | | 12. class oracle.sql.CharacterSetFactoryThin
    | | 13. class oracle.sql.CharacterSetFactoryDefault
    | | 14. class oracle.sql.CharacterSet1Byte
    | | 15. class oracle.sql.CharacterSetSJIS
    | | 16. class oracle.sql.CharacterSetShift
    | | 17. class oracle.sql.CharacterSet2ByteFixed
    | | 18. class oracle.sql.CharacterSetGB18030
    | | 19. class oracle.sql.CharacterSet12Byte
    | | 20. class oracle.sql.CharacterSetJAEUC
    | | 21. class oracle.sql.CharacterSetZHTEUC
    | | 22. class oracle.sql.CharacterSetLCFixed
    | | 23. class oracle.sql.converter.CharacterConverterFactoryJDBC
    | | 24. interface oracle.sql.CharacterRepConstants
    | | 25. class oracle.sql.CharacterSetAL16UTF16
    | | 26. class oracle.sql.CharacterSetUTF
    | | 27. class oracle.sql.CharacterSetAL32UTF8
    | | 28. class oracle.sql.CharacterSetUTFE
    | | 29. class oracle.sql.CharacterSetAL16UTF16LE
    | | 30. class oracle.sql.CharacterSetUnknown
    | | 31. class oracle.jdbc.driver.OracleDriverExtension
    | | 32. class oracle.jdbc.pool.OracleConnectionCacheManager
    | | 33. class oracle.jdbc.pool.OracleFailoverWorkerThread
    | | 34. class oracle.jdbc.pool.OracleFailoverEventHandlerThread
    | | 35. class oracle.jdbc.pool.OracleImplicitConnectionCache
    | | 36. interface oracle.jdbc.OracleConnection
    | | 37. class oracle.jdbc.pool.OracleConnectionPoolDataSource
    | | 38. class oracle.jdbc.pool.OracleImplicitConnectionCacheThread
    | | 39. class oracle.jdbc.driver.DMSFactory
    | | 40. class oracle.sql.TypeDescriptor
    | | 41. class oracle.sql.ArrayDescriptor
    You can also run a query to determine the classpath which is made available to a specific application
    java -Doc4j.start.query=ClassPath[AcmeOrderProcessor.root]+Exit -jar oc4j.jarWhich results in output like this:
    D:\java\jdk142\jre\lib\rt.jar;
    D:\java\jdk142\jre\lib\sunrsasign.jar;
    D:\java\jdk142\jre\lib\jsse.jar;
    D:\java\jdk142\jre\lib\jce.jar;
    D:\java\jdk142\jre\lib\charsets.jar;
    D:\java\jdk142\jre\lib\ext\dnsns.jar;
    D:\java\jdk142\jre\lib\ext\ldapsec.jar;
    D:\java\jdk142\jre\lib\ext\localedata.jar;
    D:\java\jdk142\jre\lib\ext\sunjce_provider.jar;
    D:\java\oc4j-main-latest\j2ee\home\oc4j-api.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\oc4j-unsupported-api.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\activation.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\mail.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\ejb.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\javax77.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\javax88.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\servlet.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\jms.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\jta.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\jacc-api.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\connector.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\cos.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\jaas.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\jaxp.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\jmx_remote_api.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\jax-qname-namespace.jar;
    D:\java\oc4j-main-latest\webservices\lib\wsdl-api.jar;
    D:\java\oc4j-main-latest\webservices\lib\orawsdl.jar;
    D:\java\oc4j-main-latest\webservices\lib\jaxr-api.jar;
    D:\java\oc4j-main-latest\webservices\lib\jaxrpc-api.jar;
    D:\java\oc4j-main-latest\webservices\lib\jaxb-api.jar;
    D:\java\oc4j-main-latest\webservices\lib\saaj-api.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\oc4j-internal.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\ojsp.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\commons-el.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\bcel.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\oc4j_orb.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\iiop_support.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\orbbase.jar;
    D:\java\oc4j-main-latest\j2ee\home\iiop_gen_bin.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\jmxri.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\jmxcluster.jar;
    D:\java\oc4j-main-latest\j2ee\home\jaccprovider.jar;
    D:\java\oc4j-main-latest\javavm\lib\jasper.zip;
    D:\java\oc4j-main-latest\j2ee\home\lib\adminclient.jar;
    D:\java\oc4j-main-latest\j2ee\home\jazn.jar;
    D:\java\oc4j-main-latest\j2ee\home\jazncore.jar;
    D:\java\oc4j-main-latest\jlib\jaxen.jar;
    D:\java\oc4j-main-latest\jlib\ojpse.jar;
    D:\java\oc4j-main-latest\jlib\ojpxml.jar;
    D:\java\oc4j-main-latest\jlib\ojpwss.jar;
    D:\java\oc4j-main-latest\jlib\ojpsaml.jar;
    D:\java\oc4j-main-latest\webservices\lib\wsserver.jar;
    D:\java\oc4j-main-latest\webservices\lib\wssecurity.jar;
    D:\java\oc4j-main-latest\webservices\lib\wsdl.jar;
    D:\java\oc4j-main-latest\webservices\lib\orajaxr.jar;
    D:\java\oc4j-main-latest\webservices\lib\jaxb-impl.jar;
    D:\java\oc4j-main-latest\webservices\lib\jaxb-libs.jar;
    D:\java\oc4j-main-latest\webservices\lib\orasaaj.jar;
    D:\java\oc4j-main-latest\webservices\lib\xsdlib.jar;
    D:\java\oc4j-main-latest\webservices\lib\relaxngDatatype.jar;
    D:\java\oc4j-main-latest\webservices\lib\commons-logging.jar;
    D:\java\oc4j-main-latest\webservices\lib\orawsrm.jar;
    D:\java\oc4j-main-latest\webservices\lib\wsclient.jar;
    D:\java\oc4j-main-latest\webservices\lib\wsif.jar;
    D:\java\oc4j-main-latest\rdbms\jlib\aqapi.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\jem.jar;
    D:\java\oc4j-main-latest\jlib\jssl-1_1.jar;
    D:\java\oc4j-main-latest\toplink\jlib\toplink.jar;
    D:\java\oc4j-main-latest\toplink\jlib\antlr.jar;
    D:\java\oc4j-main-latest\diagnostics\lib\ojdl.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\jgroups-core.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\asm.jar;
    D:\java\oc4j-main-latest\lib\dmsapp.jar;
    D:\java\oc4j-main-latest\j2ee\home\applications\admin_ejb.jar;
    D:\java\oc4j-main-latest\j2ee\home\connectors\datasources\datasources\datasources.jar;
    D:\java\oc4j-main-latest\j2ee\home\connectors\OracleASjms\OracleASjms\gjra.jar;
    D:\java\oc4j-main-latest\j2ee\home\application-deployments\default\admin_ejb.jar\deployment-cache.jar;
    D:\java\oc4j-main-latest\lib\dms.jar;
    D:\java\oc4j-main-latest\jdbc\lib\ojdbc14dms.jar;
    D:\java\oc4j-main-latest\jdbc\lib\orai18n.jar;
    D:\java\oc4j-main-latest\opmn\lib\ons.jar;
    D:\java\oc4j-main-latest\jdbc\lib\ocrs12.jar;
    D:\java\oc4j-main-latest\lib\xmlparserv2.jar;
    D:\java\oc4j-main-latest\xdk\lib\xml.jar;
    D:\java\oc4j-main-latest\xdk\lib\xmlmesg.jar;
    D:\java\oc4j-main-latest\webservices\lib\soap.jar;
    D:\java\oc4j-main-latest\j2ee\home\lib\http_client.jar;
    D:\java\oc4j-main-latest\j2ee\home\applib;
    D:\java\oc4j-main-latest\j2ee\home\jsp\lib\taglib;
    D:\java\oc4j-main-latest\j2ee\home\jsp\lib\taglib\jaxen.jar;
    D:\java\oc4j-main-latest\j2ee\home\jsp\lib\taglib\ojsputil.jar;
    D:\java\oc4j-main-latest\j2ee\home\jsp\lib\taglib\standard.jar;
    D:\java\oc4j-main-latest\xdk\lib\xsu12.jar;
    D:\java\oc4j-main-latest\javacache\lib\cache.jar;
    D:\java\oc4j-main-latest\sqlj\lib\runtime12.jar;
    D:\java\oc4j-main-latest\sqlj\lib\translator.jar;
    D:\java\oc4j-main-latest\j2ee\home\applications\AcmeOrderProcessor\ApprovalMBean.jar
    cheers
    -steve-

  • Sharing Libraries across accounts on one computer

    I'd like to know an easy method to share iPhoto libraries across accounts on one computer. It looks like iPhoto is more or less ignoring this topic. I have searched the web for tips, found some, yet the instructions are complicated and what seemed to be the best one didn't work. Anyone in this forum that can help me?

    haha, brian has a hidden message in there.
    Anyway, here all the links I have for sharing. The last link for using ACLs is the one I think you are thinking of.
    SHARING IPHOTO LIBRARIES
    Sharing libraries between users on the same local network
    You can also share a library on the same machine between users the same way.
    Sharing libraries between users on the same machine...
    -both users must have sharing enabled in their iPhoto Preferences
    -both users must be logged in and have iPhoto running
    -Remember that you can only view the other library. You can't edit the photos or play the saved slideshows or view the made books or burn them to CD or DVD. The books and slideshows will show up as an album. You can play that album as an "on the fly" slideshow. You can drag images from the sharing library to your library in the source column to import them to your library. You can then edit, add to albums, books, slideshow, etc.
    Sharing links from Apple....
    Sharing your photos between computers
    About shared photos
    Turning off photo sharing
    Looking for shared photos
    SHARING ONE IPHOTO LIBRARY BETWEEN USERS ON SAME MACHINE
    You can try one of these three methods:
    1- Use iPhoto Library Manager-the paid version
    The documentation page will give instructions on how it is done.
    2- Sharing one iPhoto library between several users on one machine
    3- Share an iPhoto Library in tiger Using ACL's

  • Can't find "Look for shared libraries" in the Sharing pane of iTunes preferences. How can I find it?

    I am trying to set up Home Sharing between my computer and my wife's. Sharing keeps disappearing from the side bar although Home Sharing is turned on for both computers. Using the Help tab it says to check the "Look for shared libraries" in the preferences/shared box. The problem is that "Look for shared libraries is not there to select. Any ideas how I can sort this out?

    I'm having a similar issue even after the "Shared Libraries" box is checked in General preferences on iTunes...
    On early verisons of iTunes i had no problem with sharing or remote access via iPad.  I really need to figure out how to get this working.

  • PHP and shared libraries

    Hello,
    I would compile PHP with the oci interface. PHP needs shared libraries. Where can I get the libraries.
    Greetings

    You are using -instlib correctly.
    It appears we have a bug in the -instlib implementation. Apparently it does not ignore local symbols, as it should do.
    If you have a service contract with Oracle, please report this problem via your support channel to ensure the bug gets some attention.

  • HPUX shared libraries versions of XML parser v2 for C++

    Hi All,
    Could somebody tell me whether Oracle have any plans to distribute shared versions of the xml libraries that ship with the C++ XML Parser for HPUX.
    I am working on a project that uses shared libraries that in turn use the Oracle XML parser. I have managed to get the final executable to link to the xml static library (the symbols are unresolved when I link the sl, but sort themselves out on the final link) but HP do not recommend mixing static & shared libraries - and my code size increases by quite a bit using this method.
    I would much prefer to use shared libaries as I do when I link the Oracle 8.1.6 libraries.
    Thanks in advance,
    Steve Dalton

    I was able to find out that the XDK libraries on HPUX for Oracle 8.1.7 are built with the +z compiler option (unlike the current versions on OTN for HPUX). So, that will give you position independent code and should allow you to build a shared library.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Building shared libraries on linux with SunStudio

    Hi,
    I installed the sunstudio-compilers on my system (SuSE 10.0/x86-64) and try to build a shared library.
    For my (c++-)library I use autoconf/automake, so I hoped it to be trouble-free, but it is not. I configured my library with:
    ./configure CC=cc CXX=CC CFLAGS=-fast CXXFLAGS=-fast -D_GNU_SOURCE(I needed this -D_GNU_SOURCE to have pthread_rwlock_*).
    The compiler run fine, but the linker does not produce any output. I guess the command, which should have created the library is:
    /bin/sh ../libtool --tag=CXX --mode=link CC  -fast -D_GNU_SOURCE   -o libcxxtools.la -rpath /usr/local/lib -lpthread -version-info 3:1:0 base64stream.lo cgi.lo dlloader.lo hdstream.lo hirestime.lo httpreply.lo httprequest.lo iniclass.lo log.lo md5.lo md5stream.lo multifstream.lo net.lo pollclass.lo query_params.lo tcpstream.lo tee.lo thread.lo udp.lo udpstream.lo xmltag.lo iconvstream.lo  ../libltdl/libltdlc.la  -lnslIt creates a src/libcxxtools.la and symbolic links src/.libs/libcxxtools.so and src/.libs/libcxxtools.so.3, but no shared library src/.libs/libcxxtools.so.3.0.1, where the links point to. Is there any chance to get automake running with sunstudio?

    libtool problem is that it has embedded knowledge about compiler options, and it is platform-dependant.
    libtool knows that it should use -G to link shared library with SunStudio on Solaris.
    It has no clue about existance of SunStudio on Linux.
    Anyway, if you are compiling with SunStudio you should always link with SunStudio (cc, CC or f90).
    Thus proper configure line should include LD=CC for C++, LD=cc for C programs.
    If you use default linker (ld) it will fail to resolve dependancies specific to SunStudio compiler.
    Thats what happens in your case.
    However even if you specify LD=CC it will not do shared libraries for the cause mentioned about - when configuring libtool tries to figure out how to build shared library and deciding not to build it at all.
    You can get out with LD=cc (as our cc driver supports gnu-style -shared option).
    Though you will have to specify all the SunStudio C++-specific link dependancies manually.
    Another option is to modify libtool script. Which version do you use?
    regards,
    __Fedor.

  • No metadata in Photo Stream shared libraries

    After uploading images to a Photo Stream shared library, I noticed they do not inclue the IPTC caption, keywords and other metadata, making the process virtually useless. All images are referenced files in Aperture 3.4.5, under Mac OS 10.8.4, with "write metadata to masters" applied. How can you include metadata in Photo Stream shared libraries?
    Thanks!

    Eric,
    Now I see - you are asking about "Shared Photo Stream" - I was confused by shared "libraries".
    With the "Shared PhotoStream" the only data I am receiving from friends are the EXIF tags - GPS, lens, aperture, etc, none of the IPTC.
    When I want to send annotations, I add a comment by pressing the call out badge.
    My standard IPTC metedata is also absent after choosing the "Export > Version…" command, and opening the file in the Preview app.
    Do you mean, when you are exporting an image from the Photo Straem, or any image? With File > Export > Versions and exporting an image from the library with IPTC as a jpeg, these tags will all show in Previews Inspector.
    Grüße
    Léonie

  • Where to store shared libraries?

    Hi,
    We are using 9iAS rel 2, 9.0.3, We are deploying applications through EM. Where can I store the shared libraries (.jar files) so that they are shared by all the deployed applications?
    On rel 1, we used to store them under j2ee/hom/lib.
    Can someone please shed some light on it?
    Thanks,
    Kavitha

    I think the location remains the same as release 1.
    Hope its right ?????
    The other thing what you can do is configure the application.xml file in the home/config directory and add a new library tag with the location corresponding to where u r placing ur jar files.
    regards,
    Sachin

  • Shared Libraries Won't Play

    I can see the shared libraries on the other 2 Macs on my home WiFi network, but the songs won't play.
    Also - one of the Mac's libraries won't show on the others, even though library sharing is turned on.
    Any help?

    It has to do with how I was transscoding the videos. Handbrake tags the videos in a way that makes it impossible to play in Windows. Retagging with a program like MetaX will solve the issue.

  • Windows iTunes won't play video from shared libraries

    Hey guys.
    There are 4 computers with itunes in my house. I have a MBP and a Mac Mini with 10.6.4. Also, my brothers have 2 PCs with Windows 7.
    I store my media on the Mac, but would like to share it with them thru iTunes on the other PCs. So, we all set up library sharing and updated to iTunes on all machines to 10.0.1.
    Problem is: The windows PCs can't play any shared video.
    Whether it's from Mac or PC, iTunes on the Windows PCs can't stream any videos from any of the other 3 shared libraries. The Macs do it fine from the other sources, Windows PCs don't.
    All that being said, the Windows PCs do play video in their own libraries. Just not Shared ones.
    As I said, all 4 PCs have the latest OSs, iTunes and QT. Any ideas?

    It has to do with how I was transscoding the videos. Handbrake tags the videos in a way that makes it impossible to play in Windows. Retagging with a program like MetaX will solve the issue.

  • Classcast exceptions when persistence units deployed as shared libraries

    Hi
    We are using weblogic 10.3.3 & eclipse link 2.0 persistent units:
    We have uim-entities.jar(persistent unit) under uim-core-lib.ear(/APP-INF/lib) that is deployed as a shared library. We have multiple applications(ears) referring to this shared library (same persistent name, "default") using lib-ref in weblogic-application.xml. We are facing issue while deploying and running the application.(Primarily classcast exceptions on log4j classes and entity DAOs). If the persistent unit is replication in each app's APP-INF/lib, we are not seeing those exceptions.
    Are there any known issues in using persistent units as shared libraries.
    Pasting the exception for your reference:
    log4j:ERROR Could not create an Appender. Reported error follows.
    java.lang.ClassCastException: org.apache.log4j.ConsoleAppender cannot be cast to org.apache.log4j.Appender
    at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:238)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:171)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:184)
    at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:502)
    at org.apache.log4j.xml.DOMConfigurator.parseCategory(DOMConfigurator.java:415)
    at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:919)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:790)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:682)
    at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:811)
    at oracle.communications.inventory.api.framework.logging.LogFactory.<clinit>(LogFactory.java:176)
    at oracle.communications.inventory.api.framework.listener.InventoryEntityLifeCycleEventListener.<clinit>(InventoryEntityLifeCycleEventListener.java:36)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at org.eclipse.persistence.internal.security.PrivilegedAccessHelper.getClassForName(PrivilegedAccessHelper.java:88)
    at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata.getClassForName(EntityListenerMetadata.java:158)
    at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata.process(EntityListenerMetadata.java:311)
    at org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor.processEntityListeners(MappedSuperclassAccessor.java:796)
    at org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor.processListeners(EntityAccessor.java:1064)
    at org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor.addEntityListeners(MetadataProcessor.java:104)
    at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:327)
    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.getServerSession(EntityManagerFactoryImpl.java:151)
    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:207)
    at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:195
    Thanks,
    Murali

    Murali,
    Hi, the CCE for Apache Log4J is outside of the scope of JPA - i have not see the "oracle.communications.inventory.api.framework.logging" package in play before - what kind of connection factory are you using or are you using JTA?
    Note: WebLogic 10.3.4.0 has been upgraded to enable container managed persistence context injection and no longer requires the use of shared libraries. See the wiki post...
    http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/weblogic#Enabling_JPA2_support
    For WebLogic 10.3.3.0 and JPA 2.0 usage as application managed libraries using the <wls:prefer-application-packages/> weblogic-application.xml tag see the wiki post...
    http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/weblogic#DI_1.1:_Alternative_3:_Application_Level_Shared_Library_-InUse
    thank you
    /Michael O'Brien
    http://www.eclipselink.org

  • IPhoto: Sharing libraries among multiple users

    I'm thinking to buy the first Mac of my life...
    Sorry for writing here but I'm an engineer and I don't like to much answer from commercial people...
    Studying how to set up the new iMac, one possible problem is that my wife and me are working on Win 7 on the same photo library with two different account (while our little daughter cannot access it).
    I've found this article in the apple support:
    http://support.apple.com/kb/HT1198?viewlocale=en_US
    But I’m not fully persuaded of the two possible solution.
    - usb external drive with “ignore permission on that volume” (I suppose that also an internal partition can be good)
    - image disk on shared folder
    If I choose the partition with ignore permission I’m worried that my daughter can delete everything and I’m not sure that it is possible to backup everything with time machines…
    If I choose the image disk “sparse” I’m worried about the performance (20gb of photo increasing…) and I’m not sure if I can exclude the image file from time machines and I can backup the mounted disk instead….
    Is there any other solution, considering that could be even enough a read only access for my wife account (just to see the photo library and synchronize with her iPhone)
    Many thanks
    Riccardo

    Thanks for your answer,
    You don't have to use an external disk or partition. You can simply put the Library in the Users/Shared folder and work from there.
    Are you sure? The apple article HT1198 says: If two or more users attempt to use the same iPhoto library and the library is not on a volume where permissions are ignored, unexpected results may occur. This includes the inability to see or edit certain photos, or the inability to open the iPhoto library. Follow the steps below to avoid sharing iPhoto libraries in this manner.
    If you're concerned about your daughter accessing the Library and trashing it: here's a way:
    Create an extra Account on your Mac, call it Media. Create an iPhoto Library there. (BTW: This will work for iTunes too.)
    Enable Sharing on the Library:(Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other accounts. In those accounts, enable 'Look For Shared Libraries'. The Library will appear in the other source pane.
    This means that both all users will be able to see the pics. If you want to use a pic then simply drag it from the shared Library to your own in the iPhoto Window. This means that each user can have their own edits.
    If you want to add or delete photos to the Library: Log into the Media account for that purpose. Obviously, don't give the kids the password for the Media account.
    To make it all seamless: Set your Mac to log into the Media Account automatically. Set iPhoto to launch on log-in. Then switch to your own account using Fast User Switching.
    Net result: a Library that's permanently available to all users but also protected. Each user can have their own versions of the pics if they want.
    No partitioning, no permissions issues. Uses no extra disk space. What's not to like?
    This could be perfect!!! I will see all feature of iPhoto on the shared library (events, places, faces, albums)? And is it also possible from my account to see the albums in iTunes to synchronize it with my iPhone?
    Many thanks again for your help
    Riccardo

  • Free: error while loading shared libraries: libproc-3.2.7.so: cannot o

    ARCH CURRENT (and fresh)
    ==============
    PROBLEM:
    ==============
    # free
    free: error while loading shared libraries: libproc-3.2.7.so: cannot open shared object file: No such file or directory
    # locate libproc
    /lib/libproc-3.2.8.so
    ==============
    Temporary solution:
    ==============
    # cd /lib/
    # ln -s /lib/libproc-3.2.8.so libproc-3.2.7.so

    Or even, "which free".   Both these come from the same package so free can not plausibly be build against another version of libproc...
    On i686:
    > readelf -d /usr/bin/free
    Dynamic section at offset 0x147c contains 22 entries:
    Tag Type Name/Value
    0x00000001 (NEEDED) Shared library: [libproc-3.2.8.so]
    0x00000001 (NEEDED) Shared library: [libc.so.6]
    Edit: same on x86_64....

  • Urgent: Can a standalone RA use shared libraries?

    OC4J 10.1.3
    already checked all documents: Developer's Guide, RA Admin Guide, Deployment Guide.... No answer for this.
    I know how to do this for an application (add imported-shared-libraries tag) but this won't work for standalones RAs. I added the tag into orion-ra.xml and tried..
    Thank you!

    Standalone RAs are childs of the default application. Have you already tried to add the import-shared-library tag to the j2ee/home/config/application.xml file ?

Maybe you are looking for