Different UID problem

Dear friends,
I got a problem about java object serialization. the server resides in tomcat, sending the serialized object to the client which locates the same machine, using the same java version(1.5.02). the server side serialization code snippet is as following:
          //writting the binary data to a file to compare with client side
          try {
          FileOutputStream fo = new FileOutputStream(
          "/tmp/object.Server");
          ObjectOutputStream so = new ObjectOutputStream(fo);
          so.writeObject(objectxxx);
          so.flush();
          so.close();
          System.out.println("successful writting OracleCachedRowSet into file /tmp/object.Server");
          } catch (Exception e) {
          e.printStackTrace();
          System.exit(1);
I run the same code to serialize the same object through tomcat(as a servlet) and eclipse, but I got different file(different size), the file size generated by tomcat is bigger than the size generated by eclipse. the most important of all, I can't use eclipse to read the object serialized into the file by tomcat, because the serialVersionUID is different. I guess maybe the locale or encoding is different? but I can't find any place to specify or setting encoding or locale.
any hint will be greatly apprieciated!
Sam

Not the locale or the encoding. If the serialVersionUID is different there is a different version of OracleCachedRowSet .class in Tomcat than there is in Eclipse. Make sure you have the same version of the Oracle JAR files everywhere.

Similar Messages

  • A second user called root with different UID after install

    After installing Mavericks, I noticed that sudo didn't work properly. I investigated it for a while and then noticed that sudo was running as a user called 'root' but with different uid (217, not 0). Now, is it possible that Mavericks installation has created this second root user incorrectly? Or should I fear that my laptop was compromised before, attacker had somehow been able to create a second root user, and OS upgrade just exposed the problem. 
    I was able to circumvent the problem by renaming the second 'root' user with dscl, but I still would like to understand the root cause (pun intended) of the problem.

    ~/Library is probably the one you don't want to move back because it may bring the issues back along with it.
    All your own data you can drag & drop. You can drag the contents of any folder Movies, Music, Pictures, Documents (or as much as you want).
    Rather than try to replace the Library you can take ~/Library/Application Support, Mail, Safari and any other folders you need.
    To access your hidden ~/Library folder go to your Finder "Go" menu hold the option key to choose "Library".
    Then you can drag it to the Sidebar for easy access.

  • TimeMachine / Migration Assistant and a different UID, but same username

    Hello there,
    I am going to do a clean reinstall of my Macs with Mountain Lion (no need to discuss clean install vs. upgrade, please). During this shift the goal is to transfer all accounts into Open Directory. While keeping the account names, the UIDs will be different.
    Doing a clean install, I can see no use in restoring all stuff in a users profile, for some is old, useless and maybe the related application is long gone. But there are a couple of items worth to be saved, for sure: emails, contacts, calendar, favorites, iTunes library, the users documents and very important: purchased Items from iTunes or App Store and the keychain of cause. Users agreed, that they can rebuild settings of other applications, not listed before.
    Will the Migration Assistant the right path to go? Can I use a TimeMachine Backup and restore it for a user with the same name, but a different UID using the Migration Assistant? Will there be any pitfall for purchased items or the keychain?
    Thanx for your help
    COWegner

    COWegner wrote:
    Can I use a TimeMachine Backup and restore it for a user with the same name, but a different UID using the Migration Assistant?
    No.  Migration Assistant restores user accounts and data (although you can omit some broad categories).  It won't "merge" data into an existing home folder.  
    When it does that, it will preserve the UID on the backups if it can; if the same UID already exists, it will use a different one. 
    If a user account of the same name already exists, it will require you to rename one of them, or skip it.
    Note that, if you use it when OSX first starts up on a new Mac, or after installation on an empty volume, it's called Setup Assistant.  The windows are a bit different, but the only significant difference is, since there aren't any user accounts already, it can preserve all UIDs and user names from the backups.
    See How do I set up a new Mac from an old one, its backups, or a PC?

  • Mix of different runtime problems on a mac.

    Hi,
    I'm on a mac 10.3 and have no intentions of upgrading. When I try to start some demo's I get a lot of different errors, all as far as I can tell related to the JRE. I installed everything from the apple website:
    Java webstart 2.3.0 (modified the May 2007)
    Applet Launcher 1.4 (modified the May 2007)
    Here's 2 of them: I give the info I get from the console:
    1. An error occurred while launching/running the application.
    Title: jME (v0.11) Test [curve.TestBezierCurve]
    Vendor: jMonkeyEngine, LLC
    Category: Invalid Argument error
    The application has requested a version of the Java 2 platform (JRE) that is currently not locally installed. Java Web Start was unable to automatically download and install the requested version. The JRE version must be installed manually.
    launch file
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+"
    codebase="http://www.jmonkeyengine.com/webstart/"
    href="jmedemo.php/curve.TestBezierCurve">
    <information>
    <title>jME (v0.11) Test [curve.TestBezierCurve]</title>
    <vendor>jMonkeyEngine, LLC</vendor>
    <homepage href="http://www.jMonkeyEngine.com"/>
    <icon href="jme_logo.jpg"/>
    <description>jME (0.11) JNLP Test - curve.TestBezierCurve</description>
    <description kind="short">jME Technology Preview</description>
    <offline-allowed/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.5+"/>
    <jar href="jmetest.jar" main="true"/>
    <jar href="jmetest-data.jar"/>
    <extension name="jme" href="http://www.jmonkeyengine.com/webstart/jme.jnlp" />
    </resources>
    <property key="java.library.path" value="." />
    <application-desc main-class="jmetest.curve.TestBezierCurve"/>
    </jnlp>
    exception
    JNLPException[category: Invalid Argument error : Exception: null : LaunchDesc: null ]
         at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:259)
         at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:199)
         at com.sun.javaws.Launcher.run(Launcher.java:167)
         at java.lang.Thread.run(Thread.java:552)
    console
    Java Web Start 1.4.2_12 Console, started Thu May 03 10:23:16 NZST 2007
    Java 2 Runtime Environment: Version 1.4.2_12 by Apple Computer, Inc.
    Example 2:
    An error occurred while launching/running the application.
    Title: Tower Of Hanoi
    Vendor: J�rgen Failenschmid
    Category: Launch File Error
    Unsupported JNLP version in launch file: 1.5+. Only version 1.0 is supported with this version. Please contact the application vendor to report this problem.
    launch file
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!-- Tower Of Hanoi Webstart Configuration -->
    <jnlp spec="1.5+"
    codebase="http://projects.anycpu.com/toh/"
    href="toh.jnlp">
    <information>
    <title>Tower Of Hanoi</title>
    <vendor>J�rgen Failenschmid</vendor>
    <homepage href="http://www.anycpu.com/Java3DExample.htm"/>
    <description>Tower Of Hanoi</description>
    <description kind="short">Animated implementation of the Tower Of Hanoi puzzle using Java 3D.</description>
    <description kind="tooltip">Tower Of Hanoi</description>
    <!-- Gif or Jpeg: 64x64 during download; 32x32 as icon. Automatically resized. -->
    <icon href="icon.gif"/>
    <!-- Splash screen during launch -->
    <icon kind="splash" href="splash.jpg"/>
    <offline-allowed/>
    <shortcut online="false">
    <desktop/>
    <menu submenu="Anycpu"/>
    </shortcut>
    </information>
    <!--
    Java 3D will not run with minimum security.
    Therefore, the application JARs have to be signed.
    -->
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.5+"/>
    <jar href="toh.jar" main="true"/>
    <jar href="jars/commons-logging.jar"/>
    <jar href="jars/log4j.jar"/>
    <extension href="http://download.java.net/media/java3d/webstart/release/java3d-latest.jnlp"/>
    </resources>
    <application-desc main-class="net.pacbell.jfai.toh.util.Launcher">
         <argument>net.pacbell.jfai.toh.TowerOfHanoi</argument>
         <argument>splash.jpg</argument>
    </application-desc>
    </jnlp>
    exception
    JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
    <jnlp spec="1.5+" codebase="http://projects.anycpu.com/toh/" href="http://projects.anycpu.com/toh/toh.jnlp">
      <information>
        <title>Tower Of Hanoi</title>
        <vendor>J�rgen Failenschmid</vendor>
        <homepage href="http://www.anycpu.com/Java3DExample.htm"/>
        <description>Tower Of Hanoi</description>
        <description kind="short">Animated implementation of the Tower Of Hanoi puzzle using Java 3D.</description>
        <description kind="one-line">Tower Of Hanoi</description>
        <description kind="tooltip">Tower Of Hanoi</description>
        <icon href="http://projects.anycpu.com/toh/icon.gif" kind="default"/>
        <icon href="http://projects.anycpu.com/toh/splash.jpg" kind="splash"/>
        <offline-allowed/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se initial-heap-size="-1" max-heap-size="-1" version="1.5+"/>
        <jar href="http://projects.anycpu.com/toh/toh.jar" download="eager" main="true"/>
        <jar href="http://projects.anycpu.com/toh/jars/commons-logging.jar" download="eager" main="false"/>
        <jar href="http://projects.anycpu.com/toh/jars/log4j.jar" download="eager" main="false"/>
        <extension href="http://download.java.net/media/java3d/webstart/release/java3d-latest.jnlp"/>
      </resources>
      <application-desc main-class="net.pacbell.jfai.toh.util.Launcher">
        <argument>net.pacbell.jfai.toh.TowerOfHanoi</argument>
        <argument>splash.jpg</argument>
      </application-desc>
    </jnlp> ]
         at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:179)
         at com.sun.javaws.Launcher.run(Launcher.java:167)
         at java.lang.Thread.run(Thread.java:552)
    console
    Java Web Start 1.4.2_12 Console, started Thu May 03 10:17:25 NZST 2007
    Java 2 Runtime Environment: Version 1.4.2_12 by Apple Computer, Inc.
    Help greatly appreciated.

    You should contact Apple for this issue.

  • Error 500 AND 'No principal found for UID:' problems

    Hi,
    We are having problems familiar to what I read on this forum.
    First, the log-file mentions lots of times: 'No principal found for UID:blabla', with some lines following it.
    Second, we get error 500 when setting the delegates or even looking at it.
    Below, I added part of the error.log
    Best regards,
    Emile
    2008-01-16 14:16:23+0100 [-] Log opened.
    2008-01-16 14:16:23+0100 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2008-01-16 14:16:23+0100 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2008-01-16 14:16:23+0100 [-] 2 processors found, configuring 2 processes.
    2008-01-16 14:16:23+0100 [-] Adding pydirector service with configuration: /tmp/pydir18zae7
    2008-01-16 14:16:23+0100 [-] twistedcaldav.logging.AMPLoggingFactory starting on "'/var/run/caldavd.sock'"
    2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] Log opened.
    2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] Log opened.
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up document root at: /Library/CalendarServer/Documents
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up default ACEs on root resource
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up AdminPrincipals
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting root ACL
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring authentication for realm: /Search
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up scheme: digest
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Initializing database /var/run/caldavd/.db.digestcredentialscache
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up document root at: /Library/CalendarServer/Documents
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up default ACEs on root resource
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up AdminPrincipals
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting root ACL
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Configuring authentication for realm: /Search
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up scheme: digest
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] "Exception while executing SQL: 'select KEY from DIGESTCREDENTIALS' ()"
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Traceback (most recent call last):
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/bin/twistd", line 21, in <module>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] run()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] app.run(runApp, ServerOptions)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 379, in run
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] runApp(config)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] _SomeApplicationRunner(config).run()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 157, in run
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] self.application = self.createOrGetApplication()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 202, in createOrGetApplication
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] ser = plg.makeService(self.config.subOptions)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/tap.py", line 586, in makeService
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring authentication wrapper
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up service
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x1475570>
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Adding server at 127.0.0.1:8009
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] twisted.web2.channel.http.HTTPFactory starting on 8009
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x14761c0>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] service = serviceMethod(options)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/tap.py", line 487, in makeService_Slave
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] config.DataRoot,
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/digest.py", line 337, in _init_
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] self.cleanup()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/digest.py", line 506, in cleanup
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] keys = self.db.keys()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/digest.py", line 244, in keys
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] for key in self.dbexecute("select KEY from DIGESTCREDENTIALS"):
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/sql.py", line 232, in dbexecute
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] q.execute(sql, query_params)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] sqlite3.OperationalError: no such table: DIGESTCREDENTIALS
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] set uid/gid 93/93
    2008-01-16 14:16:26+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Log opened.
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up document root at: /Library/CalendarServer/Documents
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up default ACEs on root resource
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up AdminPrincipals
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting root ACL
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring authentication for realm: /Search
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up scheme: digest
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring authentication wrapper
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up service
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x14754b0>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Adding server at 127.0.0.1:8010
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] twisted.web2.channel.http.HTTPFactory starting on 8010
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x14761c0>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] set uid/gid 93/93
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2008-01-16 14:16:29+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2008-01-16 14:17:33+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd-pydir.sock'))
    2008-01-16 14:17:33+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-16 14:17:34+0100 [-] [caldav-8009] [AMP,client] "Directory service <SudoDirectoryService '/Search': FilePath('/etc/caldavd/sudoers.plist')> has no GUID; generating service GUID from realm name."
    2008-01-16 14:17:35+0100 [-] [caldav-8009] [AMP,client] PROPFIND /principals/_uids_/8F56DE32-5CB6-491D-A820-D6D4A12B6BED/ HTTP/1.1
    2008-01-16 14:17:36+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/ HTTP/1.1
    2008-01-16 14:17:37+0100 [-] [caldav-8009] [-] u'No principal found for UID: 633CBE36-2414-44BA-AAE3-2B3CD2EA3843'
    2008-01-16 14:17:37+0100 [-] [caldav-8009] [-] Unhandled error in Deferred:
    2008-01-16 14:17:37+0100 [-] [caldav-8009] [-] Unhandled Error
    2008-01-16 14:17:37+0100 [-] [caldav-8009] Traceback (most recent call last):
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 677, in unwindGenerator
    2008-01-16 14:17:37+0100 [-] [caldav-8009] return _deferGenerator(f(*args, **kwargs), Deferred())
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 576, in _deferGenerator
    2008-01-16 14:17:37+0100 [-] [caldav-8009] result = g.next()
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1208, in inheritedACEsforChildren
    2008-01-16 14:17:37+0100 [-] [caldav-8009] if self.matchPrincipal(principal, ace.principal, request):
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 677, in unwindGenerator
    2008-01-16 14:17:37+0100 [-] [caldav-8009] return _deferGenerator(f(*args, **kwargs), Deferred())
    2008-01-16 14:17:37+0100 [-] [caldav-8009] --- <exception caught here> ---
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 576, in _deferGenerator
    2008-01-16 14:17:37+0100 [-] [caldav-8009] result = g.next()
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1373, in matchPrincipal
    2008-01-16 14:17:37+0100 [-] [caldav-8009] ismember = ismember.getResult()
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 555, in getResult
    2008-01-16 14:17:37+0100 [-] [caldav-8009] self.result.raiseException()
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/python/failure.py", line 303, in raiseException
    2008-01-16 14:17:37+0100 [-] [caldav-8009] raise self.type, self.value, self.tb
    2008-01-16 14:17:37+0100 [-] [caldav-8009] exceptions.AttributeError: 'NoneType' object has no attribute 'principalUID'
    2008-01-16 14:17:37+0100 [-] [caldav-8009]

    Thanks Cyrus,
    This worked: I created a dummy user and enabled calendaring for this user.
    The error log-file is still not empty (see below). Are these really errors or what?
    Best regards,
    Emile
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Setting up service
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x14755f0>
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Adding server at 127.0.0.1:8009
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] twisted.web2.channel.http.HTTPFactory starting on 8009
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x1476210>
    2008-01-28 09:46:06+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] set uid/gid 93/93
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Configuring authentication wrapper
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Setting up service
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x14755f0>
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Adding server at 127.0.0.1:8010
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] twisted.web2.channel.http.HTTPFactory starting on 8010
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x1476210>
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] set uid/gid 93/93
    2008-01-28 09:46:08+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2008-01-28 09:47:33+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd-pydir.sock'))
    2008-01-28 09:47:33+0100 [-] [caldav-8009] [AMP,client] "Directory service <SudoDirectoryService '/Search': FilePath('/etc/caldavd/sudoers.plist')> has no GUID; generating service GUID from realm name."
    2008-01-28 09:47:33+0100 [-] [caldav-8009] [AMP,client] PROPFIND /principals/_uids_/8F56DE32-5CB6-491D-A820-D6D4A12B6BED/ HTTP/1.1
    2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/ HTTP/1.1
    2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/calendar/ HTTP/1.1
    2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/calendar/ HTTP/1.1
    2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] REPORT /calendars/users/emile/calendar/ HTTP/1.1
    2008-01-28 09:47:35+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/inbox/ HTTP/1.1
    2008-01-28 09:49:58+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:49:58+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/pim/calendar/ HTTP/1.1
    2008-01-28 09:49:59+0100 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd-pydir.sock'))
    2008-01-28 09:49:59+0100 [-] [caldav-8009] [AMP,client] REPORT /calendars/users/pim/calendar/ HTTP/1.1
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:51:16+0100 [-] [caldav-8010] [AMP,client] "Directory service <SudoDirectoryService '/Search': FilePath('/etc/caldavd/sudoers.plist')> has no GUID; generating service GUID from realm name."
    2008-01-28 09:51:16+0100 [-] [caldav-8010] [AMP,client] REPORT /calendars/users/pim/calendar/ HTTP/1.1
    2008-01-28 09:51:44+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:51:45+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:51:47+0100 [-] [caldav-8010] [-] 'Too many matching components in calendar-query report'
    20

  • Opening epubs purchased from different stores (problem with B&N books)

    I have an ereader from Borderes. And when I bought it, I purchased an ebook right away. So when I authorized Adobe Digital Editions on my computer, it automatically added that ebook to the library - not problems what so ever.
    In the past though several times I bought books from B&N and was reading them on my laptop via Nook for PC.And even though all of my ebooks were purchased using the same email address, and it is the one I registered my Adobe ID with, I cannot open my B&N ebooks via ADE. I keep getting error that this document is licensed for a different user account.
    So I am not sure if ADE can work only with books purchased from one seller or it is something to do with B&N books.
    Unfortunately Borders has very poor selection of ebooks for my taste. It seems like the books I prefer are always available from either B&N or Amazon. Unfortunately Kindle books are in their own format that I won't be able to open on my eReader. But I was hoping that I could at least load B&N books.
    I'd really appreciate any help with this as I've been fighting with ADE for several days now trying to open those B&N books.

    Ok done thanks!...but this not resolve my problem...

  • One Components into 2 different panel problems

    Hi,
    I have one component, just call it A, and 2 different
    panels just call it PA and PB.
    I put A into PA and then I put A into PB,
    and display PA & PB into screen together.
    The problem is A is missing in PA but displayed
    into PB. I know this is behavior of AWT/Swing,
    but maybe some of you know how to solve
    this problem without creating two instances of A.
    Thank you in advance...

    You could make something like this:
    public class multicomponent
         Vector activecomponents=new Vector
         //all methods you intend to use on this component this way
         public method(somearg arg)
               for //all c in vector
                   c.method(arg);
          public void addto(Container co)
               comp=new yourcomponent();
               co.add(comp);
               activecomponents.add(comp);
    }You can enhance that by using weak references for the elements in the vector and you will have to think what to do for get methods.

  • Dreamweaver resizing on different monitors problem

    Hey;
    First post, brand new to Dreamweaver, couldn't be more of a noob than me. Been making my first site and I've run into what must be a very common problem. The pages look different depending on which browser or monitor or resoution the viewer is using. I think I may have been able to avoid this by creating the pages in a "liquid layout" or at least that's what I heard. Can I go back and change the layout to "liquid" after the page is constructed or do I have to start over or is some other fix available?
    I'm using Dreamweaver and Photoshop and I'm amazed I've gotten this far as they are both completely new to me. I'm running them on a fairly slow XP box.
    Thanks to anyone who can help.

    If this is your first web site in DW, I suggest you use a centered Fixed-width layout (pixels).  It will move to center on wider displays and remain flush  left on smaller displays. 900-1000px wide is a good average range.
    1-column, fixed-width, centered layout
    http://209.200.247.198/TEMPLATES/CSS2-1-column-fixed-width-centered.shtml
    Liquid Layouts (%) and Elastic Layouts (Ems) require advanced understanding of CSS techiniques to work well in all browsers.  Save those layouts  for your 5th or 6th project. 
    Start here:
    Creating  your first website in DW CS4 -
    http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt1.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Opening similiar files in different windows problems

    When i opening an existing file in a new window or "desktop" (the ones you see when you press F3), i want them to open in the desktop window that i have selected. For example if i open for file in desktop one in will open there. Now if i wanted to open a different file in desktop 2 it automatically opens in desktop one because there where an existing word file is. I noticed the same problem for chrome as well. Is there any way to disable this? It becomes extremely annoying when i have certain windows open for certain projects.
    Thanks

    further clarification
    http://imgur.com/o7SZp1E
    so if i want to open a new word document in window 3 and the program is already open in window 1 it will automatically open the new word file in window 1. so if i am on window 3 it will drag me back to window 1 as the new file opens which is super annoying. i have a feeling this cant be disabled but just want to make sure.

  • A different uploading problem

    I have read through the discussions and see that a lot of people are having an uploading problem. I am too, but my problem is a little different. When I upload my photos, everything seems to be fine, all the pages turn from blue to red, and it appears to be done. But, if I quit iWeb, it says it hasn't finished uploading. When I go to the site on the web, everything is there. So, it seems to not be finalizing the last little part where it marks the files as uploaded.
    I am using iWeb 1.1.1.
    I have tried deleting the files from my iDisk and uploading again.
    I have repaired permissions.
    I have deleted the file com.apple.iWeb.plist
    It's not that I'm trying to quit too soon, I have left it for hours, even overnight, and it doesn't complete.
    There's a small circle to the right of the word site that fills in to show progress as it's finishing, and that gets to the point where there's only a small sliver of white.
    Any ideas? Thanks for the help!
    Kirsten
    MacBook   Mac OS X (10.4.7)  

    Have you tried "Publish ALL to .Mac"?

  • Multiple servers with same IP but different ports - problem listing in ARD

    Hi - I have no problem connecting to multiple Macs behind a single IP (router) using different ports, port forwarding, dyndns, etc., etc.
    The problem I'm having is that in the list of computers in ARD, it won't let you have more than one with the same IP address. When you create the second with the same IP, it clears the first one, giving it an IP of 0.0.0.0. They are on different ports, but that's not counted as part of the IP, so it still gets cleared. I use different dyndns domain names, but ARD instantly converts them to an IP when creating the entry, so that doesn't help either.
    Are there any workarounds?

    And it's still impossible if they all have the same external IP. The whole stroy? See http://discussions.apple.com/thread.jspa?threadID=1321008&tstart=0
    On option is to setup a VPN(=Virtual Private Network) as described in the thread I mentioned

  • A different "Spaces" problem than most...

    I've read through some of the different posts here about problems with Spaces, but I haven't seen any that were quite the same as the problem I've been having.
    First of all, the F8 thing doesn't work.
    However, by accident I discovered that if I hold down the Fn key on my MacBook Pro and then press F8, it opens Spaces, but it doesn't have either of the 2 test things that I placed into either Space 1 or Space 2.
    BTW, I did set it up according to instructions and it is enabled.
    Is this a known problem that may be solved in some future release or did I just get a corrupt disc?
    I ask because in the few hours that I've had Leopard, I've found at least one other problem (the video backgrounds in iChat and Photobooth, etc. - they look NOTHING like the video tour by Apple)
    Thanks for any light you can shed on this.
    John

    a. Some programs don't seem to work well with opening in the right space (older versions of MS Office come to mind), and this should get better with program updates. As a work around, you can change to the proper space and then open the program while there. The applications from Apple seem to work properly for me. Mail, Address Book, and iCal all open on Space 1 automatically, every time I boot up. FireFox and Safari both open on Space 2 when they are launched. Word and Excel launch on Space 5, while WindowsXP inside Parallels always runs on Space 9 in full screen. For me, this is very organized.
    b. I used a couple of different programs to do this same type of multiple desktops approach to working with programs. The last program I used, under Tiger, was Virtue Desktops. It was a little more polished than this original version of Spaces, but we should see improvements by .2 or .3 (Maybe):)
    I generally work with 10 to 15 programs running at once, and dual monitors, but even the dual monitors don't allow me to arrange program windows the way I want, or to work with full screen programs like Parallels(WinXP) in a less distracting way. I prefer to have up to 9 desktops (accessible using Cntl + 1 or the number of the Space to quickly change my entire desktop.
    Some people are distracted or even confused with the whole Spaces concept while others have been using it with many Linux distros for years. If your brain doesn't wrap around it and enjoy the feature it can easily be turned off in the Spaces preferences, just make sure you delete the program assignments from the preferences first, before you disable the feature. I've read that there have been problems by some people where applications will continue to open in a Space, and the Space isn't available, so nevernever land for it...

  • Slightly Different Networking Problem (error -36)

    Hello all,
    I had my G5 and windows 200 machine running through a dlink DI604 router just fine - they were both online and I could access my shared folders on the PC no problem. Then, it all stopped - strange, but stuff happens, right? I get this error code:
    The Finder cannot complete the operation becuase some data in "smb://PCsipaddress/foldername" could not be read or written. (Error code -36)
    Both machines can still connect to the internet.
    I tried accessing files on a different drive -same results.
    First step was to repair disc permissions - no change.
    I can ping both ip addresses, Mac to PC and PC to Mac.
    I can't access Mac to PC or PC to Mac.
    Windows Sharing is turned enabled on the Mac, and there are shared folders on the PC.
    I've got them both on the same workgroup and I'm pretty sure the Mac user permissions on the PC are correct, but I don't even get a chance to verify the username and password when trying to access the PC from the Mac because it goes straight to that error -36
    Any ideas? Thanks a lot in advance,
    mario

    Sorry sorry - there's an NVIDIA firewall set up on default medium settig on the PC, but nothing's changed in it since it was working last.
    Yes, there's folders and drives to share - none work.
    This might be connected to a firmware update to the router, but I'm sure tha things were working fine after that, (upgraded a week ago, started having problems yesterday).
    Another thing that might help:
    When trying to access the PC from the mac, I'm making a network connection and entering:
    smb://[ipofPC]/foldername
    It takes about 3 minutes to come back with an error, and it does the same thing if I enter the wrong ip address as well. This makes me think that it's not a password thing, but some protocol on the Mac?
    thanks,
    mario

  • Different backgroundimages problem

    Created in CS5 a site. created editable region on template for backgroundimage.
    when I put a picture of a table on page1 as a backgroundimage and then put a picture of a chair as a backgroundimage on page 2.
    The picture on page1 is also changed to a chair.
    Does anyone know what I do wrong and how I can get a different picture as a backgroundimage on every page?
    Thanks

    Hi Nancy,
    sorry to bother you again.
    But I didn't succeed in changing the backgroundimage in one of the divs on
    my side.  I created only a big mess, and reversed the changes.
    It's about this image.
    #main_image {
    background-image: url(../images/tekst_foto_5.jpg);
    Finally I have the side online and you can see how it looks right now (
    www.ooglaserhome.nl). I'm from the Netherlands and therefor my site is in
    Dutch.
    But I also send you a page and the dwt file and css file and some
    backgroundimages. Can you have a look and perhaps comment in the file were I
    have to make the changes so that I can change the backgroundimage on the
    different pages.
    As you can see I also have an other problem and that is about the sprymenu
    that I'm using. In IE8 the dropdownmenu opens behind the backgroundimage
    below the menu. But in other browsers like Opera, Chrome and Firefox this is
    no problem and opens the submenu on top of the backgroundimage.
    Many thanks in advance
    Ron
    2010/11/1 Nancy O. <[email protected]>
    Your Template (.dwt) page needs to have Editable regions in the <title> and
    <head> tags or you won't be able to give unique page titles and styles to
    your child pages.
    >
    See this example of a DWTemplate:
    >
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Unique Page Title</title>
    <!-- TemplateEndEditable -->
    >
    <!-- TemplateBeginEditable name="head" -->
    <link href="main.css" rel="stylesheet" type="text/css" />
    >
    <style type="text/css">
    >
    body {
    background: url(unique-bg.jpg);
    >
    </style>
    >
    <!-- TemplateEndEditable -->
    </head>
    >
    <body>
    <div id="wrapper">
    <div id="content">
    <!-- TemplateBeginEditable name="content" -->
    Unique Page content goes here
    >
    <!-- TemplateEndEditable -->
    <!--end content --></div>
    >
    <div id="footer">
    <!-- TemplateBeginEditable name="footer" -->
    Unique footer text goes here
    <!-- TemplateEndEditable -->
    <!--end footer --></div>
    <!--end wrapper --></div>
    </body>
    </html>
    >
    >
    >
    >
    Below is a child page spawned from Template.
    >
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <!-- InstanceBegin template="/Templates/Template-test.dwt"
    codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Unique Page Title</title>
    <!-- InstanceEndEditable -->
    >
    <!-- InstanceBeginEditable name="head" -->
    <link href="main.css" rel="stylesheet" type="text/css" />
    >
    <style type="text/css">
    >
    body {
    background: url(unique-bg.jpg);
    >
    </style>
    >
    <!-- InstanceEndEditable -->
    </head>
    >
    <body>
    <div id="wrapper">
    <div id="content">
    <!-- InstanceBeginEditable name="content" -->
    Unique Page content goes here
    >
    <!-- InstanceEndEditable -->
    <!--end content --></div>
    >
    <div id="footer">
    <!-- InstanceBeginEditable name="footer" -->
    Unique footer text goes here
    <!-- InstanceEndEditable -->
    <!--end footer --></div>
    <!--end wrapper --></div>
    </body>
    <!-- InstanceEnd --></html>
    >
    >
    >
    Hope this helps,
    >
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    >

  • Flex - loading different videos problem

    Hi all, I'm using Flex Video Player component from Flash Builder 4.5 for a Video System. At this time everything is on a localhost at this time. I use the following javascript function the call the FlexPlayer.swf and create the HTML for the player:
    function createPlayer(videoSource){
        document.writeln("<div id=\"player\">");
        document.writeln("<object width=\"489\" height=\"414\" FlashVars=\""+videoSource+"\">");
        document.writeln("<param name=\"player\" value=\"bin-debug/FlexPlayer.swf\">");
        document.writeln("<embed src=\"bin-debug/FlexPlayer.swf\" name=\"player\" width=\"489\" height=\"414\" FlashVars=\""+videoSource+"\">");
        document.writeln("</embed>");
        document.writeln("</object>");
        document.writeln("</div>");              
    The PHP variable which contains the source of the FLV video is $fileName. Then the parameter passing to Javascript is:
    <script type="text/javascript">
    var videoSource = "<?php echo $fileName; ?>";
        createPlayer(videoSource);
    </script>
    The problem lies in the FlexPlayer.mxml file where I need parameter for the video source
    <s:VideoPlayer id="Player" left="0" top="0" width="497" height="414"
                           skinClass="MySkin" source="FlashVars"/>
        </s:Group>
    FlashVars contains the video source as you can see from the code above but for some reason I can't watch different videos in the player. Any help will be greatly appreciated.

    Hi CucAdrian,
    Welcome to the forum.
    Which device are you using?
    Pfrancoise.
    If this post has helped you to solve this issue, please press the "accept as solution" icon. Kudos would always be appreciated.

Maybe you are looking for

  • Embarrassing file open problem

    So I'm carrying all my files with me without needing my office on the phone, right? Use mobileme or sugarsync or any of these applications and have QuickOffice or Documents to Go on the phone and I can view most any file or at least the most popular,

  • ITunes on someone else's computer

    I'm going to be staying with a friend in Berlin for 3 weeks this summer, and I would like to install ITunes on her computer so that I can update my various subscriptions as well as play my Ipod thru her computer. Is this possible? I tried it once on

  • Changing the master account email and other mail/a...

    I've tried a couple of times via online chat and ringing up to get a couple of queries sorted but regrettably it seems there is no easy way to get differing issues sorted through the same person.  I have a telephone, Infinity and Youview service. We

  • Source system moved to differnt folder in RSA1

    Hi, We did system refresh from R/3 production to R/3 Quality system. After this, as a part of post refresh activities, we did restore source system connection in RSA1 of BI Quality system by right click on R/3 Quality system and choosing the option R

  • About &p_where_clause

    Hi! -- Plz describe me use of &p_where_clause parameter in Reports, why we use this & how we use this parameter. -- I am using Report 6i. Thanks !