Leary of conflicts from QT7

Now in my second phase of questions about what i need...
I am using FCP 4 but think I want to upgrade QT7 pro because i want to use h.264 because i'm after good quality Web video.
Do i therefore have to upgrade to 10.4 to use QT7 and thus have h.264 in the QT drop down menu or does that only work in hd?
Can someone please share if this will work with FCP 4? Are there conflicts with QT7 and FCP4?
Thanks, any help appreciated...
jb

QT 7 will work with 10.3.9 but there have been a number of problems reported. It is generally recommended that you run 10.4 with QT7. They are made to work together.
Still, to make the update as painless as possible:
1. Make sure you have a clean OS. Run Repair Permissions/ Repair Disk from disk utilities on all your computers disks.
2. Run diskwarrior from alsoft to repair any directory and disk anomalies.
3. download the Quicktime update
4. run the installer
5. Repair permissions
6. Reboot
The QT6 Pro key does not work with QT7. You will need to pay for the v7 key if you want Pro functionality.
Do the Free update to FCP4.5 HD before you do the QT7 update.
cheers
x

Similar Messages

  • Resolving conflicts from the mobile client

    Hi guys,
    I would like to resolve the conflicts from the Mobile Client, during the sync and programmatically. Is it possible?
    Typically, I would to ask the user which version of the data he want to keep.
    How could I do that or something equivalent?
    Thanks
    Best regards

    For this particular issue, it is better to avoid the ID duplication in the first place,dynamically changing the primary key value in this way may cause problems if the data is resent to the client as it will be seen as a new record, rather than an update.
    There are a couple of 'standard' ways of dealing with the ID issue
    1) create sequences within your application (see the docs). You define these as a 'template' with a start value, window (how many values to set aside for each user) and threshold (at which point a new range is sent). We use about 25 sequences, and our practice is to set the start and window to very high values to a) stop the possibility of them overlapping with the sequences in use on the server and b) to in practice never need to be reset
    This works fine as each user gets a seperate sequence range when thier client is built, and therefore never overlap causing your problem. There are some issues with sequences, but if you ensure you reset the user before doing complere re-builds you should be ok
    2) create the sequences via sql scripts in the application. This will create the sequence with the same values on all clients, so when using rather than
    'select ID_SEQ.nextval from' you need to set up a composite id, something like
    'select (<user_number>*1000)||ID_SEQ.nextval from'
    where you have some unique number for each of the users (in some other table) and you are appending the sequence value to the end of this

  • Mystery conflicts from events that never occured

    Help! During syncs, the conflict resolver reports routinely that I have a great number of sync conflicts that must be resolved between iCal and SOHO Sync.
    Confusingly, I find that the supposed conflicts are bizarre echoes of events that may (appointments I made in 1998 and must have imported when I switched calendars) or may not (untitled events from 6/16/70) (I realize that could have been from a faulty battery at some point.)
    My preferences in iCal are set to delete events over 365 days old. I'm concerned that this unwanted archiving is cluttering my memory and could cause malfunction.
    I've gone to SOHO notes to remove the calendars synchronizing- but am still concerned that there's a file with unwanted information that I'd like to delete- and it isn't visible on iCal!
    Any clues about how to locate it?
    2 Ghz PowerPC G5   Mac OS X (10.4.9)  

    If you have removed the events from SOHO Organizer, that action alone should remove them from the framework and halt the launch of the Conflict Manager. It only launches, by the way, when it cannot resolved what it determines are conflicting fields in matching records: conflicts exist at the field level, and not the record level, and represent differences in the records stored by different applications, devices or servers.
    If the removal and subsequent synchronization alone does not resolve the issue, launch iSync, open the Preferences… dialog and press the Reset Sync History… button.
    By following the instructions which appear, you will leave your sync clients registered and their data intact, but trigger a first-time slow synchronization during the next event, in which all data is pushed by each client, resolved or 'merged' if you will in the truth database, then pulled by each client. It will likely take more than just the initial event to fully distribute all of the changes throughout the framework, but you should not see the Conflict Manager intervene once this process is completed.

  • Problems with movies created from QT7 for web

    Hello,
    I recently exported about 30 one-minute video clips to be viewed on a webpage. I exported them from FCP HD and I have QT7 Pro installed.
    The files play fine on my computer when viewed on the web, but people with older versions of Quicktime and Windows users cannot see the video and sometimes the files even totally crash their browser.
    We put a link to update to QT7 on the webpage, but unless you have at least OS 10.3 you cannot upgrade and therefore cannot see the files.
    I can't make people upgrade their OS just to watch the movies on this website. Is there a workaround so I don't have to spend the hours and hours re-outputting these .mov QT7 files as MP4s or whatever?
    Thanks for your help!!!

    You probably used H264 as the compression, as that is the only format that requires QT 7. Mpeg-4 compression would work in QT 6 and Sorenson3 would work back to QT 5. Eventually other apps like Real Player and Windows Media Player on PCs may catch up to QT and H264 but 'til then you will need to stick to the more widely used formats. I am not aware of any workaround if you in fact used H264 encoding.

  • Conflict Resolver trying to resolve conflicts from 2004

    It's irritating..... having used Entourage and iCal since 2004, now in trying to sync with 3g, I am getting this pop up that asks me to resolve conflicts dating back in 2004. Is there an option where I can ask it to ignore retroactive dates? My only option is 'resolve with < program here >'

    After our power went off, I came home to find 64 "conflicts". Evidently an .mac folder was deleted, but I seem to have resolved that. However, no matter HOW many times i "resolve" the conflicts between the Mac and my Palm Treo 650, every few minutes Conflict Resolver pops up with the same 64 conflicts. Very frustrating. I wonder if there is a com.apple...... file out there somewhere to delete and start over.

  • Parameter type conflict from Toplink 11g when passing ArrayList as input

    When passing ArrayList as an input to a StoredProcedureCall, I am getting the following stacktrace:
    t] Exception [TOPLINK-4002] (Oracle TopLink - 11g Release 1 (11.1.1.0.0) (Build 080121)): oracle.toplink.exceptions.DatabaseException
    [junit] Internal Exception: java.sql.SQLException: Parameter Type Conflict
    [junit] Error Code: 17012
    [junit] Call: BEGIN XL_SP_ASSIGN_EVENTLIST(?, usrName=>?, assignUsrkey=>?, assignGrpkey=>?); END;
    [junit] bind => [null => eventIdList, FOO1, 117, 0]
    [junit] Query: ValueReadQuery()
    [junit] at oracle.toplink.exceptions.DatabaseException.sqlException(DatabaseException.java:295)
    [junit] at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:724)
    [junit] at oracle.toplink.internal.databaseaccess.DatabasePlatform.executeStoredProcedure(DatabasePlatform.java:1627)
    [junit] at oracle.toplink.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:534)
    [junit] at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:467)
    Here is my code snippet to pass ArrayList as input parameter :
    StoredProcedureCall spc = new StoredProcedureCall();
    spc.setProcedureName(procedureName);
    spc.addUnamedInOutputArgument("eventIdList", "eventIdList", Types.ARRAY,
    "EVENTIDS", ArrayList.class);
    String argLoggedInUsrName = "usrName";
    String argAssignedUsrKey = "assignUsrkey";
    String argAssignedGrpKey = "assignGrpkey";
    spc.addNamedArgument(argLoggedInUsrName);
    spc.addNamedArgument(argAssignedUsrKey);
    spc.addNamedArgument(argAssignedGrpKey);
    ValueReadQuery query = new ValueReadQuery();
    query.setCall(spc);
    query.addArgument("eventIdList");
    query.addArgument(argLoggedInUsrName);
    query.addArgument(argAssignedUsrKey);
    query.addArgument(argAssignedGrpKey);
    Vector args = new Vector();
    ArrayList eventIdList = new ArrayList();
    eventIdList.add(new Long(50000));
    args.add(eventIdList);
    args.add(loggedInUsrName);
    args.add(assignedUsrKey);
    args.add(assignedGrpKey);
    eventIdList = (ArrayList) session.executeQuery(query, args);
    This code chunk was working with an earlier build. Would really appreciate any inputs on the error seen.
    Please note - the EVENTIDs type in the pl/sql procedure is defined as a VARRAY(100) of NUMBER

    Well I posted a thread several weeks ago...see this thread below
    trying to get used to sql*plus, running and creating a simple procedure
    and someone made comments about the select query leading to sql injection. Now I am trying to understand the true case behind that. I have an idea made it is because of the first concatenation in the parameter or not. Not sure.

  • Exporting from QT7

    Hi All,
    Anyone had this experience...
    Installed Quicktime 7 and can't export a thing.
    Wrote to Apple telling them I wasn't a Beta tester and they really should make better software (never got a reply)
    Re-installed 6.5.2 and everything cool again.
    Got caught out by software update and ended up with 7.01
    Same problem - reinstalled 6.5.2...bingo it exports again.
    Got caught out by software update AGAIN and ended up with 7.02! Still doesn't export.
    Reinstalled 6.5.2 via reistalling 7.01, and all is cool once more.
    Is anyone else having trouble exporting?
    I usually render my movies full rez then use QT to resize and compress using Sorenson 3 for client approvals online.
    But QT7 just doesn't want to know.
    Is it because I'm still on 10.3.9 and haven't upgraded to Tiger?

    Hey Kirk,
    I wish it was that simple.
    What galls me the most is that I did purchase a Pro Key for QT7, even though I can't use it because it won't export.
    Whenever I try to export a just get a failure message.

  • Conflict resolution including the CRT DUMMYfor Add-On ST-SER rel.700_2007_1

    Dear all,
    Environment  #    32 bit win2k3, SAP   & Orc with 10.2.0.2.0
    We are in process of applying suport packs for Solution manager 7.0,  SAPKITL25 is finished
    When applying SAPKITL26 with  SAPKB70015, SAPKA70015 I am gettign the following CRT is required
    ST-SER rel.700_2007_1 .
    I did this add-on & applied support packs for this component ST-SER rel.700_2007_1 - 1,2
    &  tried  SAPKITL26 with  SAPKB70015, SAPKA70015 again but the error repeats . What is the last support pack in 32 BIT sap system fo Solution manager.
    Error -
    Phase ADDON_CONFLICTS_?: Explanation of Errors
    onflicts were found between the Support Packages that you want to
    mport and the Add-Ons installed in the system. To guarantee the
    onsistency of your system, the import is interrupted until all Conflict
    esolution Transports (CRTs) for the listed Support Packages are
    ncluded in the queue.
    o include the CRTs in the queue, proceed as follows:
    Write down the Support Packages and Add-Ons that have conflicts.
    Leave this screen by choosing 'Cancel' (F12).
    Load the CRTs for the Support Packages with conflicts from the SAP
    Service Marketplace or request them from your Add-On supplier.
    Define the extended queue again in the Support Package Manager.
    Import the queue. The Support Package Manager executes all steps from
    the beginning.
    f the problem involves an SAP Add-On, see SAP Note 53902, which tells
    ou which CRTs resolve the conflicts. Otherwise contact the supplier of
    our Add-On for details on how to proceed.
    he following contains a table of Support Packages for each Add-On for
    hich conflicts were detected. The column 'Information on the Conflict
    esolution' specifies how you can resolve a conflict. For more
    nformation, select the corresponding 'Information for the Conflict
    esolution'.
    onflicts Between Add-On ST-SER 700_2007_1 and Support Packages
    omponent    Release      Support Package        Information on
                                                    Conflict Resolution
    T           400          SAPKITL426             CRT: DUMMY
    Is this a known error or how to overcome this & clues on the following..
    -Rahul

    Dear Sunny,
    I went through the sap notes & found that i need to download ST-SER 700_2008_1.
    SAP Solution Manager 7.0 (Software component ST 400)
    ST 400 SP16 (SAPKITL426)
    With SP16 (SAPKITL426) SAP strictly recommends to upgrade your ST-SER tothe release 700_2008_1 or higher. Therefore use transaction SAINT instead of transaction SPAM to patch your system to SAP Solution Manager 7.0. If you try to patch your system via SPAM and your ST-SER release is 700_2007_1 or less you will receive one of the following information within SPAM during phase ADDON_CONFLICTS_?:
                        a) Conflicts Between Add-On ST-SER 700_2005_2 and Support Packages SAPKITL426 Include CRT
                        b) Conflicts Between Add-On ST-SER 700_2006_1 and Support Packages SAPKITL426 Include CRT
                        c) Conflicts Between Add-On ST-SER 700_2006_2 and Support Packages SAPKITL426 Include CRT
                        c) Conflicts Between Add-On ST-SER 700_2007_1 and Support Packages SAPKITL426 Include CRT
                        *Please be aware there is no physical Conflict Resolution Transport (CRT) available to solve this conflict (it is not planned to provide such a CRT). You have to patch your system via SAINT not via SPAM:*
                        1. Delete your SPAM-QUEUE by pressing the Display/Define button within SPAM.
                        2. Download all ST-SER Delta-Upgrade packages from the Software Download Center into your EPS-Inbox.
                        3. Call transaction SAINT and press Start button.
                        4. Select ST-SER 700_2008_1 or higher and press Continue button
                        All neccessary component packages will automatically be included into a valid SAINT-queue
    but  ST-SER 700_2008_1 not available to download & also noticed there are no manual CRT's
    how should i manage to patch system with ST-SER 700_2008_1 when it is not availble to download
    Thanks & regards,
    rahul

  • Oracle database (10.2.0.4) and HTTP server / HTML DB conflict

    Hi there,
    I installed a fresh 10.2.0.1 (patched with 10.2.0.4) oracle database on Oracle Entreprise linux 5.7, and HTTP server + HTML DB products from the companion CD. Both are located in different home directory:
    ODB:  $ORACLE_BASE/product/10.2.0/db_1
    APEX: $ORACLE_BASE/product/10.2.0/apex
    I just discovered that logs files ($APEX/opmn/logs/) have filled up my entire disk this week end. After some googling / digging, I've read that there is a conflict between the ONS services that run for both products on the same port. Opening the configuration files of both products:
    +$ODB/opnm/conf/ons.config+
    +$APEX/opnm/conf/opnm.xml+ (btw, ons.conf is empty)
    I indeed saw that they both use port 6113 as local port and 6200 as remote port. The workaround I've found in variuos places is to either change the port number, or unsuscribe ONS for the database listener (and sometimes both).
    Question 1: what is the best solution ? what are the consequences for the database listener in case of unsuscribtion ?
    I also saw that opnm.xml in APEX configuration file is making use of the $ORACLE_HOME environment variable, which I define in my /etc/profile as $ORACLE_BASE/product/10.2.0/db_1. So I guess the opnm of APEX is looking at the wrong place... Yet if I change ORACLE_HOME in my /etc/profile, I won't be able to run dbstart upon stgartup, as it is run using ORACLE_HOME in a init.d script...
    Question 2: Can someone clarify things up about the exact relationship between oracle database and HTTP server ? How should I deal with ORACLE_HOME environment variable, which one use it and when... ?
    Note that I'm completely new to Oracle (and hence APEX).
    Thanks in advance!

    Billy  Verreynne  wrote:
    There should be no conflicts - except for configuration ones.
    Oracle is multi home capable. Thus multiple Oracle s/w products installed into different homes and these products running side by side.
    The conflict is system resources - like a TCP port. That port cannot be shared by multiple processes. So you need to make sure that each s/w component that needs a TCP listener end-point, has a unique port number allocated for it to use.
    As mentioned, the Oracle Apache server is an Oracle client with respect to Oracle client-server architecture. It simply needs a client OCI driver to connect to the Oracle database instance. So whether you run Oracle Apache on the same server as the database instance, or on another server all together - this makes no difference. The Oracle Apache s/w will be using its home for running. It has no need for anything from the database instance's home directory. Thus there are no conflicts - as long as you correctly keep them separated and not set the wrong home for the wrong component or include the wrong path (to another home's executables).
    OK, so to summarize a bit:
    - I should just be carefull when running startup script which will launch all services upon startup, i.e. changing the value of ORACLE_HOME before running each product startup script (dbstart => ORACLE_HOME = (..)/10.2.0/db_1, opmnctl => ORACLE_HOME = (..)/apex). I'm still quite worried because ORACLE_HOME is heavily used in opmn.xml but anyways.
    - That's basically it: when each product's services are running, they do not use ORACLE_HOME (and such) anymore, hence no conflict from this point of view.
    Also do not attempt to use IPC connectivity between the mod_plsql Apache module and the database instance. Does not make sense ito performance. Shared server should be considered and localhost TCP connectivity can be used.Well as I don't really know IPC yet, so hopefully I won't get into troubles. Just to be clear about that, i've this in my listener.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /opt/oracle/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = apex.nwk)(PORT = 1521))
    Does that mean that ICP will be used somehow ?
    Thanks again from your help.
    Edited by: lv on 27 févr. 2012 06:42

  • Ipod touch 2nd gen disconnects from itunes and turns off while syncing

    My Ipod touch i try to connect to itunes and sync it with the itunes, but everytime there is a problem. The problem is that every time it gets like maybe 10 - 30 % done syncing the ipod cuts to a black screen and it is gone from itunes window. Also occasionally the usb device is unrecognized and wont turn on for a minute of holding both the power and home buttons.
    I have tried these things
    1) syncing from a different computer
    2) uninstalling itunes and other components
    3) Deleting the current firmware and downloading the one of itunes
    4) Checked for updates
    5) used a different usb port and ports on the back of the computer
    6) Restart the services (Apple mobile device ect.)
    7) Restarting computer
    8) Erase all contents and settings from the ipod but that doesnt work because when it is done it gets stuck on the apple logo with the loading circle but never turns on.
    I have no idea what is wrong with my ipod if you have any questions or help post them, and i should get back to you asap.

    Try this before you go to Apple:
    Specific error codes and resolutions:
    Error 9: This error occurs when the device unexpectedly drops off of the USB bus and communication stops. This can occur if the device is manually disconnected during the restore process. This issue can be resolved by performing USB isolation troubleshooting, using a different USB dock connector cable, trying another USB port, restoring on another computer, or by eliminating conflicts from third-party security software http://support.apple.com/kb/TS3125
    copied from http://support.apple.com/kb/TS1275

  • IP address conflict - pls help...

    Hi
    I get on my iMac (and also on the MacBook) sometimes the message: *Another device on the network is using your computer's IP address (10.0.0.8).* After a view seconds (and evidently a change of the IP address) Ethernet connectivity works again. When does this happen: e.g. after waking up the Laptop from sleep modus.
    Here is my setup:
    . ADSL router with 10.0.0.138 GW address
    . all devices directly connected via a Gigabit switch
    . most devices are set to DHCP except one
    . one device needs to have a manual set IP address (set now to 10.0.0.180), because it does not support DHCP (is a special HW for the solar system)
    . devices connected via Ethernet cable include:
              - iMac DHCP
              - Windows PC DHCP
              - Apple Time Capsule DHCP
              - PS3 DHCP
              - TV Samsung LED DHCP
              - SAT Receiver Sky+ DHCP
              - NAS DHCP
               - Fronius Data Logger static IP 10.0.0.180
    . devices connected via WLAN (to Apple Time Capsule) all using DHCP
              - Apple TV
              - Wii
              - iPhone 4
              - 2 iPads
              - Samsung mobile phone
              - MacBook
    All have DCHP activated.
    I dont understand how a device can get the same IP address from the DHCP and so causing an IP address conflict. Unless, there are 2 active, which I did not yet figure out...
    What did I change lately (before this change, I did not have this problem)?
    . I had another router behind the ADSL router, set to 192.168.0.x internal address range for the home network. It got broke  so I took it out of the setup as the new ADSL router anyway has a firewall. Since then I have these issues.
    What does "got broke" mean - as I am not sure whether this helps in finding the root cause: what happened is that after our vacation when I switched on all clients again I could surf the Internet lets say for 1hour or so and then suddenly all clients lost connection and had an 169.254.0.x IP address. And this although DCHP IP address lifetime of the router was set to 24h and the actual lifetime of the clients IP addresses where in that range (as I reseted the router). Before our vacation all was fine. BTW, the ADSL router works fine (I use also IPTV service over it and it works perfectly all the time).
    So before that change, I had a private network segment with 192.168.0.x extending from the router to all wireline devices. I am not sure, but it can be that the Time Capsule, i.e. the wireless network, was on 10.0.0.x (I dont know). Then things would be clear to me, as then evidently the Time Capsule runs a separte DHCP from which the wireless devices fetch their IP address and if they are now all in the same network segment (both wireless and wireline)...then "Houston we have a problem":)
    So my questions are:
    . is the Airport setting of the Time Capsule wrong? I used "create a wireless network". Is it now just extending the 10.0.0.x network to the wireless domain? Hence do the wireless clients fetch their IP addresses from the ADSL router or the Time Capsule?
    . Is the wireless and wireline network fully transparent, can wireless devices connect without problems to a wireline device (e.g. the MacBook to the NAS)?
    . Is there an app that helps to identify the clients? I can get from my router a list of IP addresses used by clients, but I cannot link them to the devices.
    BR
    a

    https://discussions.apple.com/message/15887700#15887700
    I am having a similar issue as described in another post.  search "Time Capsule IP address Conflict".   This is a relatively large home network with a number of media devices, PCs and Macs on a network behind and ATT uverse 2wir router.
    Everything worked fine until I added the Time Capsule to the network.  Initially the TC got an IP address frou the 2wire router and all was fine.   But the next day I recieved and IP addres conflict from a Mac Book.
    TC is Bridge mode - Wireless turned off - attached diretly to a lan port on the 2wire router.
    It looked like the TC recieved an IP address from the 2wire router but the 2wire indicated that it was a static IP, rather than one being issued by DHCP.  The 2wire handed out the same address to the Mac Book.
    I shut down the TC and the Mac Book, rebooted the TC and Mac Book.  Everything seemd to be fine.  This time the TC got an address from the 2wire DHCP pool 192.168.1.113.   This gave me the opportunity to reserve the address hoping that the TC would get this address every time, and keep it from being handed out to another device.
    Everything seemed fine for a day.
    Next day we get another address conflict. 
    The airport utility on an Imac still says that the TC is 192.168.1.113 but the 2wire router does not show the .113 address.  Instead it says that the TC has a static IP of .117 .   
    The Mac Book shows an address of .117.
    Shut down the TC
    Shut Down the Mac Book
    Reboot the Mac Book and Manually assign .120
    Change the Macbook to get DHCP address.   It now Gets .120    I reserve .120 for the mac Book
    Reboot the TC
    It gets .113 and shows up on the 2wire router as .113 issued from DHCP.   
    Reserver .113 for the TC again.
    Waiting to see what happens.
    Does the TC go to sleep?
    If so does it lose its IP assignment and get a new one when it wakes up?
    While it's asleep does DHCP try to give its address to another device?
    I would be tempted to blame the DHCP service in the 2wire router accept everything works fine when the TC is not on the network.

  • Why so happen when tomcat call ejb from weblogic6.1?

    Hi everyone,
    I've developed a stataless session bean and deployed to weblogic6.1,then
    converted the ejb into a web service and deployed to axis hosting
    Tomcat4.1.when I developed a web service client to call the web service,but
    errors displayed as follows:
    AxisFault
    faultCode: {http://xml.apache.org/axis/}Server.userException
    faultSubcode:
    faultString: javax.naming.AuthenticationException [Root exception is
    java.lang.SecurityException: ÊÔͼ½«Ò»¸ö·Ç java.security.Principal ʵÀýµÄ¶ÔÏó
    Ìí¼ÓÖÁÖ÷ÌâµÄ Principal ¼¯ÖÐ]
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}stackTrace:
    javax.naming.AuthenticationException. Root exception is
    java.lang.SecurityException: ÊÔͼ½«Ò»¸ö·Ç java.security.Principal ʵÀýµÄ¶ÔÏó
    Ìí¼ÓÖÁÖ÷ÌâµÄ Principal ¼¯ÖÐ
    at javax.security.auth.Subject$SecureSet.add(Subject.java:1071)
    at
    weblogic.common.internal.BootServicesStub.writeUserInfoToSubject(BootService
    sStub.java:72)
    at
    weblogic.common.internal.BootServicesStub.authenticate(BootServicesStub.java
    :80)
    at weblogic.security.acl.internal.Security.authenticate(Security.java:108)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFacto
    ryDelegate.java:509)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFac
    toryDelegate.java:364)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:336)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:208)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:149)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at javax.naming.InitialContext.<init>(InitialContext.java:195)
    at
    org.apache.axis.providers.java.EJBProvider.getContext(EJBProvider.java:349)
    at
    org.apache.axis.providers.java.EJBProvider.getEJBHome(EJBProvider.java:314)
    at
    org.apache.axis.providers.java.EJBProvider.makeNewServiceObject(EJBProvider.
    java:127)
    at
    org.apache.axis.providers.java.JavaProvider.getNewServiceObject(JavaProvider
    .java:206)
    at
    org.apache.axis.providers.java.JavaProvider.getServiceObject(JavaProvider.ja
    va:144)
    at
    org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:258)
    at
    org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:
    71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
    at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:437)
    at org.apache.axis.server.AxisServer.invoke(AxisServer.java:316)
    at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:701)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at
    org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:
    335)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
    FilterChain.java:247)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
    ain.java:193)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
    va:260)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
    va:191)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
    java:170)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:641)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:641)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
    :174)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
    at
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
    at
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
    ction(Http11Protocol.java:380)
    at
    org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
    at
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
    a:533)
    at java.lang.Thread.run(Thread.java:536)
    javax.naming.AuthenticationException [Root exception is
    java.lang.SecurityException: ÊÔͼ½«Ò»¸ö·Ç java.security.Principal ʵÀýµÄ¶ÔÏó
    Ìí¼ÓÖÁÖ÷ÌâµÄ Principal ¼¯ÖÐ]
    at
    org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:2
    49)
    at
    org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:16
    8)
    at
    org.apache.axis.encoding.DeserializationContextImpl.endElement(Deserializati
    onContextImpl.java:973)
    at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
    at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
    Source)
    at
    org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatc
    her.dispatch(Unknown Source)
    at
    org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
    Source)
    at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
    at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    at
    org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationCon
    textImpl.java:230)
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
    at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2511)
    at org.apache.axis.client.Call.invoke(Call.java:2481)
    at org.apache.axis.client.Call.invoke(Call.java:2176)
    at org.apache.axis.client.Call.invoke(Call.java:2099)
    at org.apache.axis.client.Call.invoke(Call.java:1622)
    at wsclient.common.DynamicInvoker.invokeMethod(DynamicInvoker.java:177)
    at wsclient.common.DynamicInvoker.main(DynamicInvoker.java:79)
    Exception in thread "main"
    anyone may help me,thank you in advance!
    Regards peero

    Hello,
    I know the reason of the problem,that is the conflict from different
    version of jdk.As we know weblogic6.1 run using jdk1.3.1.If I run tomcat
    using jdk1.3.1,it work fine.But if change it jdk1.4.1,the error is always
    same.
    Anyway thank you!
    then can you tell me if weblogic6.1 can run using jdk1.4.1? If true,how to
    do?
    Regards,
    Peero
    "Bruce Stephens" <[email protected]> wrote in message
    news:[email protected]...
    Hello,
    Your WSDL looks fine, so this should not be your issue. I'd suggest
    that you focus on the security framework.
    Not much help,
    Bruce
    peero wrote:
    Hello Bruce,
    Thank you! the content of wsdl file list as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <wsdl:definitions
    targetNamespace="http://localhost:8080/axis/services/Greeting"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:apachesoap="http://xml.apache.org/xml-soap"
    xmlns:impl="http://localhost:8080/axis/services/Greeting"
    xmlns:intf="http://localhost:8080/axis/services/Greeting"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    - <wsdl:message name="greetingRequest">
    <wsdl:part name="in0" type="xsd:string" />
    </wsdl:message>
    - <wsdl:message name="greetingResponse">
    <wsdl:part name="greetingReturn" type="xsd:string" />
    </wsdl:message>
    - <wsdl:portType name="Greeting">
    - <wsdl:operation name="greeting" parameterOrder="in0">
    <wsdl:input message="impl:greetingRequest" name="greetingRequest" />
    <wsdl:output message="impl:greetingResponse" name="greetingResponse"
    />
    </wsdl:operation>
    </wsdl:portType>
    - <wsdl:binding name="GreetingSoapBinding" type="impl:Greeting">
    <wsdlsoap:binding style="rpc"
    transport="http://schemas.xmlsoap.org/soap/http" />
    - <wsdl:operation name="greeting">
    <wsdlsoap:operation soapAction="" />
    - <wsdl:input name="greetingRequest">
    <wsdlsoap:bodyencodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    namespace="http://localhost:8080/axis/services/Greeting" use="encoded"
    />
    </wsdl:input>
    - <wsdl:output name="greetingResponse">
    <wsdlsoap:bodyencodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    namespace="http://localhost:8080/axis/services/Greeting" use="encoded"
    />
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    - <wsdl:service name="GreetingService">
    - <wsdl:port binding="impl:GreetingSoapBinding" name="Greeting">
    <wsdlsoap:addresslocation="http://localhost:8080/axis/services/Greeting"
    />
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    Regards,
    Peero
    "Bruce Stephens" <[email protected]> wrote in message
    news:[email protected]...
    Hello,
    This is a curious stack trace and on the surface it looks like a
    security issue. I'm not sure we can help you solve the axis problem,
    but I would like to know from an interop perspective. Could you post
    the wsdl for the service you are trying to call?
    Thanks,
    Bruce
    peero wrote:
    Hi everyone,
    I've developed a stataless session bean and deployed to
    weblogic6.1,then
    converted the ejb into a web service and deployed to axis hosting
    Tomcat4.1.when I developed a web service client to call the webservice,but
    errors displayed as follows:
    AxisFault
    faultCode: {http://xml.apache.org/axis/}Server.userException
    faultSubcode:
    faultString: javax.naming.AuthenticationException [Root exception
    is> > > > java.lang.SecurityException: ÊÔͼ½«Ò»¸ö·Ç java.security.Principal> > ʵÀýµÄ¶ÔÏó> > > > Ìí¼ÓÖÁÖ÷ÌâµÄ Principal ¼¯ÖÐ
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}stackTrace:
    javax.naming.AuthenticationException. Root exception is
    java.lang.SecurityException: ÊÔͼ½«Ò»¸ö·Ç java.security.PrincipalʵÀýµÄ¶ÔÏó
    Ìí¼ÓÖÁÖ÷ÌâµÄ Principal ¼¯ÖÐ
    at javax.security.auth.Subject$SecureSet.add(Subject.java:1071)
    at
    weblogic.common.internal.BootServicesStub.writeUserInfoToSubject(BootService
    sStub.java:72)
    at
    weblogic.common.internal.BootServicesStub.authenticate(BootServicesStub.java
    :80)
    atweblogic.security.acl.internal.Security.authenticate(Security.java:108)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFacto
    ryDelegate.java:509)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFac
    toryDelegate.java:364)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:336)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:208)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:149)
    atjavax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
    atjavax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at
    javax.naming.InitialContext.<init>(InitialContext.java:195)
    >>>>
    at
    org.apache.axis.providers.java.EJBProvider.getContext(EJBProvider.java:349)
    >>>>
    at
    org.apache.axis.providers.java.EJBProvider.getEJBHome(EJBProvider.java:314)
    >>>>
    at
    org.apache.axis.providers.java.EJBProvider.makeNewServiceObject(EJBProvider.
    java:127)
    at
    org.apache.axis.providers.java.JavaProvider.getNewServiceObject(JavaProvider
    .java:206)
    at
    org.apache.axis.providers.java.JavaProvider.getServiceObject(JavaProvider.ja
    va:144)
    at
    org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:258)
    >>>>
    at
    org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:
    71)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
    atorg.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:437)
    at org.apache.axis.server.AxisServer.invoke(AxisServer.java:316)
    atorg.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:701)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at
    org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:
    335)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
    FilterChain.java:247)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
    ain.java:193)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
    va:260)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    >>>>
    atorg.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
    va:191)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    >>>>
    atorg.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396)
    >>>>
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
    java:170)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:641)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:641)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    >>>>
    atorg.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
    :174)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
    eNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    >>>>
    atorg.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    atorg.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
    at
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
    >>>>
    at
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
    ction(Http11Protocol.java:380)
    at
    org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
    >>>>
    at
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
    a:533)
    at java.lang.Thread.run(Thread.java:536)
    javax.naming.AuthenticationException [Root exception is
    java.lang.SecurityException: ÊÔͼ½«Ò»¸ö·Ç java.security.PrincipalʵÀýµÄ¶ÔÏó> > > > Ìí¼ÓÖÁÖ÷ÌâµÄ Principal ¼¯ÖÐ
    at
    org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:2
    49)
    at
    org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:16
    8)
    at
    org.apache.axis.encoding.DeserializationContextImpl.endElement(Deserializati
    onContextImpl.java:973)
    at org.apache.xerces.parsers.AbstractSAXParser.endElement(UnknownSource)
    atorg.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
    Source)
    at
    org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatc
    her.dispatch(Unknown Source)
    at
    org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
    Source)
    at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
    at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(UnknownSource)
    >>>>
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    at
    org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationCon
    textImpl.java:230)
    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
    at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2511)
    at org.apache.axis.client.Call.invoke(Call.java:2481)
    at org.apache.axis.client.Call.invoke(Call.java:2176)
    at org.apache.axis.client.Call.invoke(Call.java:2099)
    at org.apache.axis.client.Call.invoke(Call.java:1622)
    atwsclient.common.DynamicInvoker.invokeMethod(DynamicInvoker.java:177)
    >>>>
    at wsclient.common.DynamicInvoker.main(DynamicInvoker.java:79)
    Exception in thread "main"
    anyone may help me,thank you in advance!
    Regards peero

  • Workspace Credential Conflict between Logged-in User and the Authenticated User

    Hi there,
    I am running LiveCycle ES Update1 SP2 with Process Management component on WIN/JBoss/SQL Server 2005.
    I have been encountering user credential conflicts from time to time, but it has not been consistent and the problem manifested in various ways, such as:
    - problem when logging in with error "An error occurred retrieving tasks." on the login screen
    - user logs in successfully but is showing somebody else queue(s) with his/her own queue with no task in there
    - fails to claim task from group queue.
    The stacktrace from the server.log file I collected from a production system shows the exception below.
    Has anybody else encountered the similar problem?
    It looks to me that it doesn't log out cleanly and some kind of caching is done on the authenticated session and is not cleaned up properly on user logout.
    2009-07-10 15:05:13,955 ERROR [com.adobe.workspace.AssemblerUtility] ALC-WKS-005-008: Security exception: the user specified in the fill parameters (oid=F0FA390C-AECC-BB19-F0D7-6CA13D6CBF83) did not match the authenticated user (oid=F25892EE-80CE-8C24-E40D-881F631AA8BE).
    2009-07-10 15:05:13,955 INFO  [STDOUT] [LCDS] [ERROR] Exception when invoking service 'remoting-service': flex.messaging.MessageException: ALC-WKS-005-008: Security exception: the user specified in the fill parameters (oid=F0FA390C-AECC-BB19-F0D7-6CA13D6CBF83) did not match the authenticated user (oid=F25892EE-80CE-8C24-E40D-881F631AA8BE).
      incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
        operation = submitWithData
        clientId = F3D2CDD0-330F-F00B-C710-5AF3F7CB4138
        destination = task-actions
        messageId = 7E385A6B-E4E6-3A81-CD6A-630DF4FAE5BB
        timestamp = 1247202313955
        timeToLive = 0
        body = null
        hdr(DSEndpoint) = workspace-polling-amf
        hdr(DSId) = F3C38977-171B-7BED-3B16-F3A5FE419479
      Exception: flex.messaging.MessageException: ALC-WKS-005-008: Security exception: the user specified in the fill parameters (oid=F0FA390C-AECC-BB19-F0D7-6CA13D6CBF83) did not match the authenticated user (oid=F25892EE-80CE-8C24-E40D-881F631AA8BE).
        at com.adobe.workspace.AssemblerUtility.createMessageException(AssemblerUtility.java:369)
        at com.adobe.workspace.AssemblerUtility.checkParameters(AssemblerUtility.java:561)
        at com.adobe.workspace.tasks.TaskActions.callSubmitService(TaskActions.java:788)
        at com.adobe.workspace.tasks.TaskActions.submitWithData(TaskActions.java:773)
        at sun.reflect.GeneratedMethodAccessor941.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:421)
        at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)
        at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1495)
        at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:882)
        at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:121)
        at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
        at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
        at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
        at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:146)
        at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:278)
        at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:315)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:252)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at com.adobe.workspace.events.RemoteEventClientLifeCycle.doFilter(RemoteEventClientLifeCycle .java:138)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:202)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:202)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
        at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
        at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:159)
        at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11P rotocol.java:744)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
        at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
        at java.lang.Thread.run(Thread.java:595)
    Kendy

    I am having the same server issue and i cant get hold of SP3 to fix it. can anyone tell me how to fix this problem or provided a link where i can get SP3 from? Ive spent most of the day on the phone to Adobe Support and they have been unable to provide me with a link to the service pack.

  • Can't copy and paste in QT7 Pro

    When I try to copy a video for pasting into another I do this:
    Select All in one video
    Copy
    Click on the second video and take playhead to the start
    Paste
    All I get is a blip telling me it can't paste. What has happened is that the Copy didn't work. However, if I have copied to the Clipboard in another application, what is on the clipboard is pasted into the second video. Amazing stuff. I'll get text or pictures inside the second video. I'm impressed that I can do that (didn't know I could), but that's not what I want.
    Any clues as to why I can't copy from QT7 Pro? How can I fix it?
    I'm running 10.6.8 and QT 7.6.6 Pro.

    Hello,
    I'm sure this guide will help you in your work --
    http://manuals.info.apple.com/en/quicktime7userguide.pdf

  • Data import from old system to new system, key by raw16 column

    hi, experts,
    now, I have a new system, the system design is to use raw(16) column as key column in all database tables.
    of course, when new system goes live (in production), all new transaction records are written to new system database.
    when the new system inserts new records, it handles itself to avoid conflicts by value of the raw(16) key column
    I now face this issue:
    I need to import data from old system to new system, I use sys_guid() to fill up the raw(16) column in new system database.
    how can I avoid the conflict from value of raw(16) column between old system data and new system database data?
    the sql I write is very simple:
    insert into new_sys_table_a (key_column_raw_16, ..., ... )
    select sys_guid(), old_sys_col_a, old_sys_col_b
    from old_sys_table_a;

    Manik wrote:
    Hi,
    Can you try this as a synch script (you can call so), sys_guid is a sequence, so just run through till u have sequence surpassing your old sequence. Give it a try.. I did not test it, but algorithm might be helpful for you.. Since when did sys_guid become a sequence that can be compared to other sys_guid's to know if it's been surpassed or not?
    SQL> ed
    Wrote file afiedt.buf
      1  select sysguid
      2        ,case when sysguid < lag(sysguid) over (order by lvl)
      3              then 'Lower than previous'
      4         else 'Higher than previous'
      5         end as comparison
      6  from (
      7        select level as lvl, sys_guid() sysguid
      8        from dual
      9        connect by level <= 10
    10*      )
    SQL> /
    SYSGUID                          COMPARISON
    BBF16F0B5B8946F59FE0FEE0FE35729B Higher than previous
    A6E63DDA4E4342E5A8AAD267FE44A7AF Lower than previous
    8632B901474A468C98D7B4020590CBD9 Lower than previous
    36012FD6FA764520B77CF1E06830F2DC Lower than previous
    E35F3455C24444C0991EB62BE7431463 Higher than previous
    A5E5CDBD164A4DB8966E85B5BF4C5C1A Lower than previous
    7A0FFBC6221348A5BDF4858D05876201 Lower than previous
    A9EF3B5EFFB74C4FA74E1C45186510AA Higher than previous
    806839AE5AE04D3998BA5DEBA84AD05C Lower than previous
    F0B235376A4045D7A644345E7FAF0FF4 Higher than previous
    10 rows selected.Doesn't look like much of a sequence to me

Maybe you are looking for