BPEL Demo fails on getCustomerSSN with "Not authorized"

Hi there,
I installed the BPEL LoanFlowPlus demo (using obant - everything installed without errors) and entered some data in the LoanFlowPlusUI. The BPEL process started, but fails on getCustomerSSN.
[2006/11/06 16:01:38]
Faulted while invoking operation "getCustomerSSN" on provider "customerService".
<messages>
<input>
<getCustomerSSNRequest>
<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="email">
<email>[email protected]</email>
</part>
</getCustomerSSNRequest>
</input>
<fault>
<bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
<part name="summary">
<summary>
Failed to lookup EJB home using JNDI name 'ejb/session/CustomerService'; nested exception is: javax.naming.NamingException: Lookup error: javax.naming.AuthenticationException: Not authorized; nested exception is:
javax.naming.AuthenticationException: Not authorized [Root exception is javax.naming.AuthenticationException: Not authorized]
</summary>
</part>
</bindingFault>
</fault>
</messages>
What do I need to change to make it work?
TIA
Roel

It's usually the file "<SOA_Suite_Home>\bpel\samples\demos\LoanDemoPlus\LoanFlowPlus\bpel\bpel.xml".
Change the password value in
<property name="java.naming.security.credentials">welcome1</property>
Thanks,
Peter Herran

Similar Messages

  • Burn fails - says I'm not authorized-BUT I AM!

    Since upgrading to iTunes 7.6 I can no longer burn audio CD's. I have tried this with purchased music, rips from my own CD collection, and a mixture of both. In every case, as iTunes is "preparing" to burn the playlist it cancels the burn, ejects the disc, and gives me this message:
    "One or more of the items in this playlist are not authorized for use on this machine. Authorizing this machine to play these items will allow them to be burned."
    The problem is that the songs are already authorized and they play(ed) just fine. It's just the audio CD burn. I can burn a data CD fine. Anyhow, I went ahead and re-authorized. No luck. Then I DE-authorized and re-authorized again. Still no luck. By the way, I only have 3 computers authorized according to Apple (and that is correct).
    I installed 7.6.1 this week thinking that perhaps this bug would be fixed, but it wasn't.

    I have the exact same problem. I have songs that play fine, but give that error when I go to burn them. I tried de-authorizing and re-authorizing, and the same thing occurs. I have 3 out of the 5 authorized as well. The songs are an on external drive - haven't tried on an internal drive yet. Either way, this is pretty annoying!

  • Old Purchases not syncing with Not Authorized Errors

    Help --
    I have had an iOS device and iTunes for over 7 years and have made a number of purchases.  This was working fine up until this week.  Only change was I deleted an old user account from a family member from the MBP.  iTunes will not allow me to sync any of my purchases prior to August of last year and gives me a Not Authorized Error.  I completely repaved my 4s and still have the problem.  Similar errors when attempting to play on Apple TV (home sharing is enabled and works for all the content but this same group of purchased songs).  I did the basics of authorizing and deauthorizing, yada yada.
    Here is a screen shot that I get while syncing.
    Called Apple support and they gave me the run around saying I'd used two differnt Apple ID's. The MBP has a different Apple ID but iTunes and my iPhone are all under the same ID, the same ID I have used for all my purchases. 
    Details.
    MBP running OS X 10.8.2
    iTunes 11.
    iPhone 4s running 6.1.2.
    Apple TV

    Hi weotch2,
    If you are looking to set up syncing on your new Mac, you may find the following article helpful:
    iOS: Syncing your data with iTunes
    http://support.apple.com/kb/ht1386
    Regards,
    - Brenden

  • Reports constantly fail with Not Authorized Error

    I have been using version of ARD for years now - and overall I love it. BUT-there's always a but - the reporting component has me at about the end of my last nerve. A couple of times a year I need to run diferent reports for inventory and planning purposes - and every year the reports fail over and over again with no real explanation and never any solution. All the computers on my network are running the latest version of the client and I always keep the Admin server up to date. All I can do is delete all the computers - restart - re-add them - change their report upload schedule- and repeat 10 times until they finally work. Has anyone else ever come across a solution that actually works for this.

    Well I use to some times enoucnter an issue when reporting would fail. When I did, I would select the computer records that had the error. I would then get info on those effected computer record. I would change the reporting time/day of the week to a few minutes from the current time/day of the week. I would also make sure that the IP address i'm currently at is listed as the ARD server to report to in the computer record.
    I would then wait a few minutes past the set reporting time, before trying to run a report.
    What I did to fix this issue long tearm.
    make sure the clients are set allow ARD reporitng
    set ARD computer to have a static IP. (that way when the clients try to report in, they're reporting to the right computer)
    set ARD computer to never sleep, leave ARD open. (at least for date/times a client  computer ould call in to report)
    for desktops, auto turn on/wakeup/boot on the day of the week they should report in. On the clients energy saver set so the computers wouldn't sleep for at least 30 minutes. set reporting on those client to be about 20 minutes after the computer boot/wakes/starts up.
    for laptops set reporting to happen at a time/day of the week client computer will most likely going to be on & connected to your network.
    Depending on how many computers you have you may want to spread your reportings out.

  • [SOLVED]Mounting usb drives "not authorized" with thunar-volman (XFCE)

    Hi,
    I'm new to Arch (even though I must be approximately at my 15th try at installing it properly) and I have a problem with thunar-volman.
    Whenever I log in as user, and try to mount a usb drive with thunar, let's say I want to plug a drive labeled Ext3_8Go, I get the same message in a pop-up window : "Failed to mount Ext3_8Go (or anything close, not in English in the text), not authorized (that part is in English)"
    My install is :
    - net install
    - partitions : 9Go for /, no swap, no separate /home
    - packages : base and base-devel. The only modifications in the package list is that I remove ppp, pcmciautils, and xfsprogs.
    - config : at the install stage I only modify rc.conf to change LOCALE and HOSTNAME, and pacman's mirrorlist to allow all French mirrors in addition to the one at the top.
    When the usb installation is over, I run this script :
    "installation_xfce.sh"  (there may be some errors left, I modify this script as I learn) :
    #!/bin/bash
    # expected environment : freshly installed archlinux, login : root.
    echo "Are you connected to internet ? If not, please Ctrl+C and reload this script when connected"
    echo "Otherwise, press ENTER to continue installation"
    read var_dummy
    echo "Creation of the user : please type in your user name :"
    read var_username
    useradd -u 1000 -g users -G audio,lp,storage,optical,video,wheel,games,power,network -d /home/$var_username/ -s /bin/bash -m $var_username
    echo "You will now be asked to create the password for this user:"
    passwd $var_username
    # Add servers for pacman to find packages
    cat >> /etc/pacman.conf << EOF
    [multilib]
    Include = /etc/pacman.d/mirrorlist
    [archlinuxfr]
    Server = http://repo.archlinux.fr/\$arch
    [catalyst]
    Server = http://catalyst.apocalypsus.net/repo/catalyst/\$arch
    EOF
    # Install packages
    pacman -Syyu
    pacman -S acpi acpid alsa-oss alsa-plugins alsa-utils catalyst catalyst-utils cpufrequtils cups dbus gstreamer0.10-base-plugins iptables laptop-mode-tools mesa net-tools netcfg ntp pm-utils rfkill rsync sudo ttf-dejavu vim wireless_tools xf86-input-evdev xorg-server xorg-utils xorg-xinit xorg-xinput yaourt conky gamin gnome-icon-theme gnome-keyring gvfs-afc network-manager-applet networkmanager slim slim-themes archlinux-themes-slim hicolor-icon-theme xfce4 xfce4-goodies
    # If pacman failed, better stop the script here, and wait for a network connection
    if [[ $?!=0 ]]
    then
    echo : failed to install packages - check your network connection, or review script
    exit 1
    fi
    # Fix sound issue
    cat > /home/$var_username/.asoundrc << EOF
    pcm.!default{
    type hw
    card 1
    device 0
    ctl.!default{
    type hw
    card 1
    device 0
    EOF
    chown $var_username:users /home/$var_username/.asoundrc
    # Configure video settings for X to use Catalyst
    if [[ ! -e /etc/X11/xorg.conf.d ]]
    then
    mkdir /etc/X11/xorg.conf.d
    fi
    cat > /etc/X11/xorg.conf.d/20-fglrx.conf << EOF
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    EndSection
    EOF
    sed -e 's/top_left/bottom_right/' -e '/alignment/i\double_buffer yes' -e '/CPU Usage/a\${color lightgrey}Temperatures:' -e '/CPU Usage/a\ CPU:$color ${hwmon 0 temp 1}°C' </etc/conky/conky.conf >/home/$var_username/.conkyrc
    chown $var_username:users /home/$var_username/.conkyrc
    # Install clickpad support
    yaourt -S xf86-input-synaptics-clickpad
    # Add french keyboard to X
    sed '/MatchIsKeyboard/a\\tOption "XkbLayout" "fr"' </etc/X11/xorg.conf.d/10-evdev.conf >/etc/X11/xorg.conf.d/10-evdev.conf.new
    mv -f /etc/X11/xorg.conf.d/10-evdev.conf.new /etc/X11/xorg.conf.d/10-evdev.conf
    # Add new daemons, remove old ones, disable hwclock and remove netfs since I don't use it. add it if you need it
    sed '/DAEMONS=/c\DAEMONS=(!hwclock dbus syslog-ng networkmanager laptop-mode acpid @alsa @cupsd @cpufrequtils ntpd crond)' </etc/rc.conf >/etc/rc.conf.new
    mv -f /etc/rc.conf.new /etc/rc.conf
    # Slim login manager ; change theme
    mv /usr/share/slim/themes/archlinux-darch-grey /tmp/
    mv /usr/share/slim/themes/default /tmp/
    rm -r /usr/share/slim/themes/*
    mv /tmp/archlinux-darch-grey /usr/share/slim/themes
    mv /tmp/default /usr/share/slim/themes
    sed '/^current_theme/c\current_theme archlinux-darch-grey' </etc/slim.conf >/etc/slim.conf
    # XFCE login, and thunar launched as a daemon
    sed '/^# exec/c\' </etc/skel/.xinitrc >/tmp/.xinitrc
    sed '/^# .../c\' </tmp/.xinitrc >/home/$var_username/.xinitrc
    cat >> /home/$var_username/.xinitrc << EOF
    exec ck-launch-session startxfce4
    thunar --daemon &
    EOF
    chown $var_username:users /home/$var_username/.xinitrc
    # Boot to runlevel 5 now, and run slim then
    sed -e 's/id:3/#id:3/' -e 's/#id:5/id:5/' -e 's|x:5:respawn:/usr/bin/xdm|#x:5:respawn:/usr/bin/xdm|' -e 's|#x:5:respawn:/usr/bin/slim|x:5:respawn:/usr/bin/slim|' </etc/inittab >/etc/inittab.new
    mv -f /etc/inittab.new /etc/inittab
    # Add colored prompt to user and root
    sed '/^PS1/c\' </etc/skel/.bashrc >/root/.bashrc
    cat >> /root/.bashrc << EOF
    PS1='\[\e[0;32m\]\u@\h\[\e[m\] \[\e[0;35m\]\w\[\e[m\] \[\e[m\] \[\e[0;32m\]\t -\[\e[m\] \[\e[1;31m\]\$ \[\e[m\] '
    EOF
    cp /root/.bashrc /home/$var_username/.bashrc
    chown $var_username:users /home/$var_username/.bashrc
    # How does one do that automatically ?
    # Manually add user to sudoers
    EDITOR="vim" visudo
    # Reboot, because it's quick and I'm too lazy to learn how to start all the daemons and others.
    reboot
    I can mount as a user, no password asked, with :
    udisks --mount /dev/sdb2
    but the GUI method tells me "not authorized".
    "groups user" outputs :
    lp wheel games network video audio optical storage power users
    the command "ck-list-sessions" outputs :
    Session2:
    unix-user = '1000'
    realname = ''
    seat = 'Seat1'
    session-type = ''
    active = TRUE
    x11-display = ':0.0'
    x11-display-device = '/dev/tty7'
    display-device = ''
    remote-host-name = ''
    is-local = TRUE
    on-since = '2011-08-15T08:56:03.716103Z'
    login-session-id = '1'
    Session1:
    unix-user = '1000'
    realname = ''
    seat = 'Seat2'
    session-type = ''
    active = FALSE
    x11-display = ':0.0'
    x11-display-device = ''
    display-device = ''
    remote-host-name = ''
    is-local = TRUE
    on-since = '2011-08-15T08:56:03.573029Z'
    login-session-id = '1'
    For those who don't have time to read the installation script, DBUS is in the DAEMONS list of rc.conf, and .xinitrc launches : exec ck-launch-session startxfce4
    Any idea ?
    Last edited by choubbi (2011-08-15 15:05:04)

    Thanks a lot !
    That worked !
    I stumbled across this part of the wiki several times before, but didn't really understand so I had not tried.
    If anyone's interested in the script, here's the corrected version :
    #!/bin/bash
    # expected environment : freshly installed archlinux, login : root.
    echo "Are you connected to internet ? If not, please Ctrl+C and reload this script when connected"
    echo "Otherwise, press ENTER to continue installation"
    read var_dummy
    echo "Creation of the user : please type in your user name :"
    read var_username
    useradd -u 1000 -g users -G audio,lp,storage,optical,video,wheel,games,power,network -d /home/$var_username/ -s /bin/bash -m $var_username
    echo "You will now be asked to create the password for this user:"
    passwd $var_username
    # Add servers for pacman to find packages
    cat >> /etc/pacman.conf << EOF
    [multilib]
    Include = /etc/pacman.d/mirrorlist
    [archlinuxfr]
    Server = http://repo.archlinux.fr/\$arch
    [catalyst]
    Server = http://catalyst.apocalypsus.net/repo/catalyst/\$arch
    EOF
    # Install packages
    pacman -Syyu
    pacman -S acpi acpid alsa-oss alsa-plugins alsa-utils catalyst catalyst-utils cpufrequtils cups dbus gstreamer0.10-base-plugins iptables laptop-mode-tools mesa net-tools netcfg ntp pm-utils rfkill rsync sudo ttf-dejavu vim wireless_tools xf86-input-evdev xorg-server xorg-utils xorg-xinit xorg-xinput yaourt conky gamin gnome-icon-theme gnome-keyring gvfs-afc network-manager-applet networkmanager slim slim-themes archlinux-themes-slim hicolor-icon-theme xfce4 xfce4-goodies
    # If pacman failed, better stop the script here, and wait for a network connection
    if [[ $?!=0 ]]
    then
    echo : failed to install packages - check your network connection, or review script
    exit 1
    fi
    # Fix sound issue
    cat > /home/$var_username/.asoundrc << EOF
    pcm.!default{
    type hw
    card 1
    device 0
    ctl.!default{
    type hw
    card 1
    device 0
    EOF
    chown $var_username:users /home/$var_username/.asoundrc
    # Configure video settings for X to use Catalyst
    if [[ ! -e /etc/X11/xorg.conf.d ]]
    then
    mkdir /etc/X11/xorg.conf.d
    fi
    cat > /etc/X11/xorg.conf.d/20-fglrx.conf << EOF
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    EndSection
    EOF
    sed -e 's/top_left/bottom_right/' -e '/alignment/i\double_buffer yes' -e '/CPU Usage/a\${color lightgrey}Temperatures:' -e '/CPU Usage/a\ CPU:$color ${hwmon 0 temp 1}°C' </etc/conky/conky.conf >/home/$var_username/.conkyrc
    chown $var_username:users /home/$var_username/.conkyrc
    # Install clickpad support
    yaourt -S xf86-input-synaptics-clickpad
    # Add french keyboard to X
    sed '/MatchIsKeyboard/a\\tOption "XkbLayout" "fr"' </etc/X11/xorg.conf.d/10-evdev.conf >/etc/X11/xorg.conf.d/10-evdev.conf.new
    mv -f /etc/X11/xorg.conf.d/10-evdev.conf.new /etc/X11/xorg.conf.d/10-evdev.conf
    # Add new daemons, remove old ones, disable hwclock and remove netfs since I don't use it. add it if you need it
    sed '/DAEMONS=/c\DAEMONS=(!hwclock dbus syslog-ng networkmanager laptop-mode acpid @alsa @cupsd @cpufrequtils ntpd crond)' </etc/rc.conf >/etc/rc.conf.new
    mv -f /etc/rc.conf.new /etc/rc.conf
    # Slim login manager ; change theme
    mv /usr/share/slim/themes/archlinux-darch-grey /tmp/
    mv /usr/share/slim/themes/default /tmp/
    rm -r /usr/share/slim/themes/*
    mv /tmp/archlinux-darch-grey /usr/share/slim/themes
    mv /tmp/default /usr/share/slim/themes
    sed '/^current_theme/c\current_theme archlinux-darch-grey' </etc/slim.conf >/etc/slim.conf
    # XFCE login, and thunar launched as a daemon (note that the part with 'if [ -d /etc/X11/xinit/xinitrc.d ]" is not present, to avoid mounting problems when logged as regular user)
    cat > /home/$var_username/.xinitrc << EOF
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    exec ck-launch-session startxfce4
    thunar --daemon &
    EOF
    chown $var_username:users /home/$var_username/.xinitrc
    # Boot to runlevel 5 now, and run slim then
    sed -e 's/id:3/#id:3/' -e 's/#id:5/id:5/' -e 's|x:5:respawn:/usr/bin/xdm|#x:5:respawn:/usr/bin/xdm|' -e 's|#x:5:respawn:/usr/bin/slim|x:5:respawn:/usr/bin/slim|' </etc/inittab >/etc/inittab.new
    mv -f /etc/inittab.new /etc/inittab
    # Add colored prompt to user and root
    sed '/^PS1/c\' </etc/skel/.bashrc >/root/.bashrc
    cat >> /root/.bashrc << EOF
    PS1='\[\e[0;32m\]\u@\h\[\e[m\] \[\e[0;35m\]\w\[\e[m\] \[\e[m\] \[\e[0;32m\]\t -\[\e[m\] \[\e[1;31m\]\$ \[\e[m\] '
    EOF
    cp /root/.bashrc /home/$var_username/.bashrc
    chown $var_username:users /home/$var_username/.bashrc
    # How does one do that automatically ?
    # Manually add user to sudoers
    EDITOR="vim" visudo
    # Reboot, because it's quick and I'm too lazy to learn how to start all the daemons and others.
    reboot
    The important part of the script to solve the problem is :
    cat > /home/$var_username/.xinitrc << EOF
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    exec ck-launch-session startxfce4
    thunar --daemon &
    EOF
    chown $var_username:users /home/$var_username/.xinitrc

  • Exception Pull packages failed - user is not authorized to access ICE path

    Hi experts,
    I'm facing with the follow exception when I index content from the server repostory:
    #1.5 #CA29D00050030076000000000010306C00049216F4C97794#1286527200622#com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber#sap.com/irj#com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber#global_user#0##n/a##a35fe704d2b711df90a000002edfd0ee#Thread[ThreadPool.Worker4,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###Pull packages failed - java.io.IOException: User 'xyz' is not authorized to access http://myserver:57800/irj/servlet/prt/portal/prtroot/com.sap.km.cm.ice
         at com.sapportals.wcm.service.ice.wcm.ICEHttpConnection.checkStatus(ICEHttpConnection.java:290)
         at com.sapportals.wcm.service.ice.wcm.ICEHttpConnection.getOutput(ICEHttpConnection.java:165)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.pullPackage(ICESubscriber.java:149)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.run(ICESubscriber.java:101)
         at com.sapportals.wcm.service.scheduler.SchedulerEntry.run(SchedulerEntry.java:174)
         at com.sapportals.wcm.service.scheduler.crt.PoolWorker.run(PoolWorker.java:108)
         at java.lang.Thread.run(Thread.java:770)
    Can you help me handling with this exception please?
    With best regards
    João Macedo

    Any help?
    Thank you
    Best regards
    João Macedo

  • SSO not authorized: Authentication failed.

    Dear Experts,
    I made a homogeneous system copy of my BI 70 prod to quality. I followed the steps according to the docs. After the system copy I did applying new licenses( ABAP, Portal, J2ee) , deleting old portal abap certficates, creating them on both portal & abap, exchage the certificates. All done as per the docs
    Now the ABAP engine is trusting the portal. I mean I am able to login into portal.
    But Portal is not trusting the ABAP, I have issues with BEx tools.
    I did many times delete certficates, exchange them manually and using template installer.
    I also followed the Notes
    917950 - SAP NetWeaver 2004s: Setting Up BEx Web
    888687 - BEx Web Java: Analysis of communication/logon problems
    No use, Now I coming back to square one.
    Has anyone has special thoughts on this issue?
    Thanks for your time and help.
    MB

    I did many times delete certficates, exchange them manually and using template installer.
    I also followed the Notes
    917950 - SAP NetWeaver 2004s: Setting Up BEx Web
    888687 - BEx Web Java: Analysis of communication/logon problems
    support desktool as per
    note 937697
    SE38 ( RSPOR_SETUP ).... etc
    All are failing at one point.
    ================================================
    Status 12: Maintain User Assignment in Portal           System failure during call of function module RSWR_RFC_SERVICE_TEST
    This is the error message we are getting on the Java cluster log
    #1.#000255334607006B00000026003D500800044709864436FE#1204006139737#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.handleRequest#J2EE_GUEST#0####522996e0e43111dc9cb8000255334607#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###java.lang.RuntimeException:
    call FM RSWR_PREEXECUTION_PROXY to ProgId BIQ_PORTAL_BIQ on host
    afgprd01 with SSO not authorized: Authentication failed.
    ===============================================
    No use, No use ....Now I coming back to square one.
    Has anyone has special thoughts on this issue?
    Thanks for your time and help.
    MB

  • [svn:fx-trunk] 5812: Fixed a bug where direct use of Animation failed because AnimationProperty was not setting up its internal keyframes with correct duration information , so the animation would skip immediately to the end.

    Revision: 5812
    Author: [email protected]
    Date: 2009-03-31 11:34:56 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Fixed a bug where direct use of Animation failed because AnimationProperty was not setting up its internal keyframes with correct duration information, so the animation would skip immediately to the end.
    Bugs: SDK-20356
    QE Notes: spark/effects Mustella tests currently hosed, couldn't run test suite
    Doc Notes: None
    Reviewer: Jason
    Testing: checkintests, Mustella effects tests could not be run (post-rename issues)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20356
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimationProperty.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateColorIns tance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/AnimateShaderTr ansitionInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/FadeInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/MoveInstance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/ResizeInstance. as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/Rotate3DInstanc e.as
    flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/RotateInstance. as

    Hi
    Can you please try setting up full persmission in the security properties for everyone on the wsconfig folder C:\ColdFusion10\config\wsconfig  and restart ColdFusion Server.
    Swaraj

  • My 5th gen. ipod died and they replaced it with a new one, but I'm having problems getting the music. An error message says that its not authorized on this computer. The ipod is synced but it wont let me add what music I want.

    My 5th gen ipod died and apple replaced it with a new one. I synced it up to the itunes that I already have on my computer but an error message keeps coming up telling me that its not authorized on this computer. What do I do?

    About iTunes Store authorization and deauthorization
    iPod: Troubleshooting songs and audiobooks that won't play
    iPod does not play content purchased from the iTunes Store

  • When I click on Firefox it opens with a box that says "Foxfire is installing your updates and will start in a few moments-. " then it says "Software Update Failed (in blue) with an exclamation mark inside a yellow triangle) The update could not be install

    When I click on Firefox the first time it says "Foxfire is installing your updates and will start in a few moments…. (with a green bar)" then it says "Software Update Failed (in blue) with an exclamation mark inside a yellow triangle)
    The update could not be installed. Please make sure there are no other copies of Firefox running on your computer, and then restart Firefox to try again." When I click the ok, Firefox opens up. If I open another Firefox window with the previous one still running, it doesn't give me any of these messages, it just opens normally.
    == This happened ==
    Every time Firefox opened

    If you can't install on top of the current installation then you need to delete or rename the current Firefox program folder to do a clean install.
    It is possible that your security software is using or locking files, so you can try to temporarily disable that software during the installation.

  • Every movie purchase through iTunes fails to transfer to my iPhone or iPad and the message I get is this: some of the items in the itunes library, including were not copied to the ipad because you are not authorized for them on this computer... help?

    For a couple months now, every movie purchase through iTunes fails to transfer to my iPhone or iPad giving me the error: "some of the items in the iTunes library, including were not copied to the iPad because you are not authorized for them on this computer". I have read many forums about deleting, reinstalling, de-authorizing and authorizing my iMac through the iTunes store. Many suggestions don't work except to rename the movie to *.MP4 in Finder under the iTunes movie directory. I imagine this is a setting or a bug somewhere... any suggestions on how to bypass having to rename the files in Finder? My research into Google suggests this problem dates back to 2007 or so but it is now more prevalent than ever.
    Thanks.

    Try:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases

  • HT3819 How do I share just one movie (not my entire library) from my itunes library with an authorized computer using home sharing?

    How do I share just one movie (not my entire library) from my itunes library with an authorized computer using home sharing?

    many thanks.
    That should be possible.
    From his library connect to your library via Home Sharing.
    Select the name of the shared library in the source pane of your itunes, and click on the wee disclosure triangle to the left of the name of the library. Does "Films" appear beneath the name of the library?
    Here's a screenshot of what I mean.
    Select "Films". In the right-hand pane you should see the item you want to transfer. Just select that item, and click "Import".
    Use the same basic technique to get one or a few songs from your library transferred to his library. (The only difference is that you would have "Music" selected instead of "Films".
    If you don't want him to have access to other items in your library, you could just switch Home Sharing off on his library after you've done the transfers.

  • I was trying to sync my itouch with my new mac, and some songs won't download because they are not authorized for this computer. But even after my computer was authorized they still won't sync. How do I fix this?

    I was trying to sync my itouch with my new mac, and some songs won't download because they are not authorized for this computer. But even after my computer was authorized they still won't sync. How do I fix this?

    I have the same problem. It is only with tv shows and only with programs I have downloaded after the software update.
    Apple support sent me the above link too....but it doesn't solve the problem...my computer is authorized and the content is in my library and will play on my Mac air, but it will not sync the tv shows, it keeps saying my computer isn't authorized for it.
    No answers here, but you are definitely not alone with this issue.

  • IMovie is no longer opening my videos in iPhoto/Photobooth. Claims that it is not authorized to and tells me to open them with iTunes. I want to open them with iMovie! Help, please?

    This is kind of complicated, but basically my Mac OSX laptop's hardrive recently crashed, but I got a new one and used a passport to put all of my old Word docs, iTunes, photos, and movies back onto the new hardrive. Everything was working fine until I tried to use iMovie. I filmed two new videos in Photobooth, imported those into iPhoto and then prepared to go to iMovie to import the new videos (that was my system) so I could make them Youtube-compatible. However, at first iMovie wanted to make thumbnails of ALL my videos (up until then I had just assumed all of my old 50 videos were buried in my iPhoto?), but I just dismissed that and agreed to it, and it gave me the memo that it would take 4 hours to do, but that was alright... UNTIL I got a pop-up thingy saying that "iMovie is not authorized to play this content. Open with iTunes to view" (something along those lines) and then the rainbow wheel of death appeared and I had to force-quit. I tried this three times. I finally checked on iTunes to discover that all my old movies had transferred over to iTunes. That hadn't been that way before. I would prefer to have them on iMovie/iPhoto, and I NEED to be able to use iMovie to edit and such. Can anyone explain to me what might be going on and offer a quick fix (if there is one?)? Sorry for the lengthy explanation! Also, if this requires a visit to the Apple store, in the meantime, is it possible to upload a video to Youtube from iTunes (one that I made, not purchased from iTunes)?
    Pretty please someone answer!

    Well Authorize the Computer...........

  • Java System error: SSO not authorized: authorization Failed

    Hi,
    I am getting the following error while opening a  BEx report designer or WAD and iam unable to design any report or create a dashboard
    "Java System Error: Call to FM BICS_CONS_GET_VIEW_DEF_J_PROXY to ProdId ASEP_PORTAL_E01 on host ASEP wiht SSO not authorized . Authentication Failed"
    System Details:
    BI and EP are installed in Same server
    BI Config:
    softwarwe component   : SAP_BW
    Release :  700
    Patch Level: 0021
    Support Pack : SAPKW70021 (SAP NetWeaver BI 7.0)
    EP config:
    SAP NetWeaver BI 7.0 SP Level 15
    Please suggest .

    It seems that something wrong in integration between JAVA Stack (from where you accessing BW report) a BW back end system. Try to run Support Desk Tool:
    http://<your_server>:<port>/irj/servlet/prt/portal/prteventname/HtmlbEvent/prtroot/com.sap.ip.bi.supportdesk.default
    to see what is wrong in this area.

Maybe you are looking for