MovieClip ignores commands

Hi All,
I'm having the most bloody frustrating time with what seems
(according to the documentation) a simple task:
I'm embedding a flash swf file created in Flash CS3. I'm
trying with a simple two-frame timeline, and have tried various
ways (setting the source of an image object to the embedded swf
file's content, creating a new movie clip from the content, etc)
and can't even get a simple .gotoAndStop(1) command to work. The
movie clip ignores everything and keeps looping.
Here's the current failing code:
In my mxml:
[Embed(source='/assets/twoFrameTest.swf')]
[Bindable]
public var test:Class;
in my actionscript:
public var mc:MovieClip;
mc = new test();
var ui:UIComponent = new UIComponent();
ui.addChild(mc);
this.addChild(ui);
this works fine, it then displays the movieclip in its
continuous loop.
mc.stop(); /* fails */
mc.gotoAndStop(1); /* fails */
I have tried both flash 8 and flash 9 formats. I've tried all
sorts of settings with 'export for actionscript' for the symbols in
the flash source file.
The embedded movie clip honors AS3 code in the source file
(ex: stop(); on frame 1 stops it from looping in the flex
application).
I've tried loading the swf file with SWFLoader - same
results.
I'm ripping my hair out over this one, and I can't afford any
more hair loss!
Any advice would be greatly appreciated,
Thanks

Thanks for the tips, Slaingod, but it's still not working.
I've selected every symbol in library and ensured that
'export for actionscript' is checked.
I've tried the File->Export->Export Movie option
(there's no mention of an actionscript setting in the dialogue box
that appears)
My latest attempt was using the 'Class method' of importing a
SWF file:
[Embed(source='/assets/Two_Frame_Test.swf')]
[Bindable]
public var test:Class;
myTest = new test();
var ui:UIComponent = new UIComponent();
ui.addChild(myTest );
this.addChild(ui);
myTest .gotoAndStop(1);
with the same results: the swf is placed in the application
and just keeps looping infinitely.
The images on each frame are movieclips (I've read that only
movieclips and buttons can be used), but have no time line, they're
just composites of other movieclips.
Getting properties of the newly created SWF file shows
nothing. IE: myTest.scenes.name is null, and frames shows up as 0
(even though it's a 2 frame swf)
Any other ideas?
Thanks in advance...

Similar Messages

  • Shell silently ignoring commands on certain files/directories

    I an starting to see some wierd behavior, not sure if they are related. One of the issues I am seeing a lot is that software packages do not update well via their respective update feature, this includes even apple provided updates. Installing via a separately downloaded update packages works. I also today noticed that I was unable to install DoubleCommand, including the previously installed version. But this is more of a "freak" problem that I cannot put my finger on.
    But what I can definately put my finger on is this "ignoring shell commands on certain files behavior".
    For example I use the Saft Safari Input Plugin. After updating to the latest version I noticed that it wasnt working as an InputManager Plugin anymore. After some discussion with the author it became evident that the permissions are incorrect (directory is owned by "lsmith" and not by "root). Why this is even the way I do not know. Reverting to the previously installed version gave me the same behavior.
    Pooteeweet:InputManagers lsmith$ ls -al
    total 0
    drwxr-xr-x 9 root admin 306 2 Feb 19:04 .
    drwxrwxr-t+ 62 root admin 2108 22 Dez 18:17 ..
    drwxr-xr-x 4 root admin 136 20 Dez 20:51 1PasswdIM
    drwxr-xr-x 4 root admin 136 20 Dez 21:34 Inquisitor
    drwxr-xr-x 4 root admin 136 13 Nov 23:37 PlaxoABAddIn
    drwxr-xr-x 4 root admin 136 26 Sep 2007 SIMBL
    drwxr-xr-x@ 5 lsmith admin 170 31 Jan 15:32 Saft
    drwxr-xr-x 4 root admin 136 22 Dez 18:28 Smart Crash Reports
    drwxr-xr-x 4 root admin 136 20 Dez 21:57 SpeedDownload Enhancer
    Now trying to remove this directory from the shell has proven impossible. Eventhough I own the directory I cannot remove it. Not even via sudo. Same with trying to chown the directory:
    Pooteeweet:InputManagers lsmith$ rm -rf Saft
    Pooteeweet:InputManagers lsmith$ sudo rm -rf Saft
    Pooteeweet:InputManagers lsmith$ chown -R root:lsmith Saft
    Pooteeweet:InputManagers lsmith$ sudo chown -R root:lsmith Saft
    Pooteeweet:InputManagers lsmith$ ls -al
    total 0
    drwxr-xr-x 9 root admin 306 2 Feb 19:04 .
    drwxrwxr-t+ 62 root admin 2108 22 Dez 18:17 ..
    drwxr-xr-x 4 root admin 136 20 Dez 20:51 1PasswdIM
    drwxr-xr-x 4 root admin 136 20 Dez 21:34 Inquisitor
    drwxr-xr-x 4 root admin 136 13 Nov 23:37 PlaxoABAddIn
    drwxr-xr-x 4 root admin 136 26 Sep 2007 SIMBL
    drwxr-xr-x@ 5 lsmith admin 170 31 Jan 15:32 Saft
    drwxr-xr-x 4 root admin 136 22 Dez 18:28 Smart Crash Reports
    drwxr-xr-x 4 root admin 136 20 Dez 21:57 SpeedDownload Enhancer
    Now I am not sure what the @ in the permissions listing stands for, but I have similar issues with other files too. Note I am not getting an error, nothing. But also nothing changes.
    Pooteeweet:temp lsmith$ rm sess_user1234
    Pooteeweet:temp lsmith$ sudo rm sess_user1234
    Pooteeweet:temp lsmith$ ls -al
    total 16
    drwxrwxr-x 4 lsmith admin 136 5 Feb 21:05 .
    drwxr-xr-x 23 lsmith admin 782 21 Dez 21:55 ..
    -rw-r--r-- 1 lsmith admin 0 5 Feb 21:05 foo
    -rw------- 1 nobody admin 5286 4 Feb 17:23 sess_user1234

    Thx .. the output is actually:
    Pooteeweet:~ lsmith$ xattr -l /Library/InputManagers/Saft
    com.apple.FinderInfo:
    0000 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ................
    0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    Also, I noted earlier that I am also seeing this behavior elsewhere in my XAMP temp dir:
    Pooteeweet:~ lsmith$ xattr -l /Applications/XAMPP/xamppfiles/temp
    Pooteeweet:~ lsmith$
    So the issue does not seem to be a question of the additional attributes. Furthermore it used to work just fine installing Saft, and seems to work just fine for pretty much any other user. Moreover why can't I at least change the owner of the dir?

  • [Solved]Grub ignores commands in /etc/xen/grub.conf

    I have the following lines in the file /etc/xen/grub.conf, however it completely ignores the changes I have made
    #XEN_HYPERVISOR_CMDLINE="dom0_mem=-4096M dom0_vcpus_pin=true iommu=1 xsave=1"
    #XEN_LINUX_CMDLINE="console=tty0"
    after running
    grub-mkconfig -o /boot/grub/grub.cfg
    and then rebooting and runnning
    sudo xl list
    I get
    Domain-0 0 7643 8 r----- 167.9
    Last edited by TheLowEndTheory (2014-04-19 08:57:49)

    Sometimes it's the simple things, I can't believe I didn't bother to check if that was a comment. I just face palmed so hard, thank you.

  • Robot.class commands ignored by program

    Hi,
    I wrote a program that uses Robot.class to control some client application.
    It worked fine under windows XP.
    That was a while back and now I've tried it again and it doesn't work.
    Two things changes since then:
    I am using windows 7 now.
    I have a new version of the client application.
    My questions are:
    1. Is it possible to ignore commands coming from the robot class? How would the ignoring program know to do this? (normal mouse commands work of course)
    2. Is there some problem in windows 7 using the robot class? (i doubt it since in works on other windows but...)
    3. Is there any other way to send mouse/keyboard commands to other programs from java code?
    Thanks in advance for any help.

    As Andrew says, the Robot works fine on Windows 7, as 'fine' as such a class can work. What I mean by that?
    Applications based on the Robot class are inherently fragile and subject to failures when: screen resolution changes, UI themes are invoved, aero, client application changes or 'adapts' itself to another environment. This is especially true when it comes to mouse handling: a click at x,y that was hitting a button in environment A may hit nothing in B.
    So yes, the Robot works in Windows 7, but you may have to rewrite the application.
    By the way, after trying hard some ltime ago to use java and the Robot for such things and having to struggle with JNI to get something reasonable, I completely gave up and re-wrote it in C#. Even in C# I absolutely stayed away from the mouse, but my client application had keyboard support for al I needed. And even in C# I had to call native API's, but it's easier.
    Edited by: baftos on Nov 14, 2010 11:59 AM

  • Ignore voice commands / Speech Recognition Server timeout

    I'm fairly new to AppleScript but I've found it really entertaining and gloriously simple to pick up so far.  I've been using it mostly to make my own speakable items for the Mac's voice control, and I've managed to write some basic things like voice commands to set/change volume and brightness.  My goal at this point is to be able to do the majority of things I want to do on my computer by voice only.  Sue me - I just rewatched Iron Man and I really wish I had a JARVIS system right now. 
    This means that the computer must always be listening for commands (I have set it to 'listen continuously with keyword', and set the keyword as 'optional before commands').  It defeats the purpose if I have to walk over and hit a key to start listening for commands.  At the same time, I don't want to have to speak a keyword, because I will invariably forget to do so and it's also an added hassle (especially when I have several commands to say - I don't want to have to say the keyword before each command). 
    You might have an idea of where this is going.  Obviously, if the computer is always listening, it will pick up on normal conversation and try to interpret it. 
    I could just deactivate voice commands when I'm not using it, but as I said earlier, I don't want to have to either hit a key or say a keyword.  In other words, I want to be able to activate and deactivate voice commands by voice.  Deactivating is easy.  Activating is what presents an interesting problem, because if it's deactivated, how will it hear my reactivation command? 
    Thus, the first part of my question: is there a way - any way at all - to get voice commands to ignore commands until given some keyword, short of literally changing its settings to listen for a keyword before the command? 
    I decided to try to use speech recognition.  This must, I think, be involved in some way, because as I said earlier, this presents the unique problem of having voice commands deactivated yet still able to recognise the reactivation command.  I had noticed that while the computer is listening for a specific command, it ignores anything that isn't what it is listening for.  I tried to use this to my advantage and wrote a script to listen for a reactivation command; until the reactivation command was given, the computer would ignore everything else.  The problem is that the speech recognition server times out after two minutes.  I have tried to increase this, but to no avail (see below for my attempts). 
    Thus, the second part of my question: assuming there is no other answer to my first question, is there a way to get speech recognition to listen indefinitely?
    Here are the two things I tried to make the timeout last longer, specifically for five minutes (300 seconds) in both cases.  Neither worked; both timed out after 120 seconds. 
    tell application "SpeechRecognitionServer"
            set userinput to listen for {"resume voice commands"} giving up after 300
    end tell
    and
    with timeout of 300 seconds
              set userinput to listen for {"resume voice commands"}
    end timeout

    UPDATE: I have since come up with an alternate solution.  I created two speakable items, one for 'deactivation' and one for 'activation'.  The deactivation command uses UI scripting to set voice commands to 'keyword required' mode (i.e. the keyword is required before each command); the activation command simply sets it back to 'keyword optional' mode. 
    I figure that as long as I choose a keyword that's unique enough that it (and things that sound like it) won't come up too often in conversation, the computer will ignore anything I say once I activate the keyword requirement.  Then, I only need to say the keyword once along with the reactivation command to bring it out of this 'ignore commands' state. 
    In a way, this is actually better, because it allows me to continue to use voice commands if I really need to, as opposed to having to say the reactivation command to get my computer to listen to me, saying my intended command, and then saying the deactivation command to make it ignore me again. 
    All the same, if anyone has answers to any of my two original questions, please don't hesitate to share your knowledge!  It might come in handy later! 

  • Receive file by FTP (Server is restricted to get command only)

    Dear all,
    I would like to receive a file from a very special FTP server. And I am not sure if the File Adapter is able to handle this:
    The FTP server I wand to connect to is a very special one. This server allows only to log in and to receive a specific file. This means that the only allowed command is
    get file.dat
    It is not possible to change directory or to get the directory listing. When the file was received it is not necessary (and not possible) to delete the catched file. The FTP server notices that the file was received and removes its content. This means that the file will not be removed. So it is always possible to get the file. But in most cases the file is empty (but that should not be a problem - the File Adapter can handle or ignore empty files.).
    From my point of view it seems that SAP XI 3.0 SPS17 does not support to interact with this special kind of FTP Server. In RWB I can see the following error message:
    "An error occurred while connecting to the FTP server 'XXX.XXX.XX.X:21'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 500 -3002 : command : invalid command'. For details, contact your FTP server vendor."
    I connected to this FTP server manually. I get this error message when I try a command which is not allowd by the FTP server ("ls" for example). So I guess that SAP XI uses "ls" before catching the file.
    Do you have an idea how I can configure the File Adpater to work with this FTP Server properly?
    Many thanks
    Michael

    Hi Michael,
    This is a tricky one. The set of required ftp commands that need to be supported to be RFC compliant is quite small (see RFC 959) but it seems that the file adapter assumes a certain minimum set (including CWD and LIST, both of which are optional).
    There are several options, varying in complexity immensely:
    1) Scripting the transfer process so that files are transferred to a local filesystem, from where they can be processed by XI
    2) Adjusting the "special ftp server" so that it ignores commands it doesn't understand - I'm guessing this isn't possible?
    3) Creating a "more relaxed" ftp JCA adapter, one that doesn't assume a certain minimum set of commands
    4) Something else I'm not thinking of so early in the morning
    Hope that helps a little...
    Regards, MJ

  • How to ignore 1st row form the file(csv) sender CC

    Hi,
    I have a CSV File (File sender) that I need to load with PI.I want to Ignore 1st row from the file.
    For example the File contains 10 rows  but PI  need to read  the data from 2nd row.
    because in the 1st row contains header data like name, number, mobile, address, etc., I don't want to read this 1st row. I want to read only the data which starts from the 2nd row.
    can you pls tell me the ignore command File Receiver CC
    I am using these commands.
    Record structure: item,*
    item.fieldSeparator: ,
    item.endSeparator : 'nl'
    item.fieldNames:   Name, Number, Address, Mobile
    Thanks in Adv
    Vankadoath

    Hi Vankadoath,
    In your content conversion use the field document offset which ignores the number of lines to be ignored.
    for example if you provide the value as "1" for document offset it will ignore the first line in your file.
    (Under Document Offset, specify the number of lines that are to be ignored at the beginning of the document.
    This enables you to skip comment lines or column names during processing.
    Regards,
    Naveen.

  • Strange problem in XI 3.0 cluster mode

    Hi
       We are running two instances of XI 3.0  SP 23 ( one central and an additional instance ) and in one of our file receiver - adapter type scenarios, we write an xml file, and invoke a post processing shell script that adds a statis header line to the xml file - that has been created from message mapping. ( this unfortunately could not be done using message mapping )
    Problem is : the xml file created by one instance is being grabbed directly by the second instance and acted upon by calling the shell script on the xml file. This results in the header line being added more than once to the xml file
    My understanding was that each instance invokes the shell script on the xml file that it creates , right ? What am I missing here ?

    Hi
        We are writing the file out using the following parameters in the file receiver communication channel :
    File Construction mode : Create
    Write mode : Use Temporary file
    Temp. File name scheme - File1%var1%.xml ( where var1 is a value set from mapping runtime - that includes a only variable part - time stamp at the second level , rest of the file name is static  )
    File type : Binary
    Max Concurrency : 1
    Empty-Message Handling : Ignore
    Command line : /SAPInterface/XI/scripts/add_dtd  %F ( where add_dtd is the shell script that adds the header line )
    File Name scheme - in target TAb has been set as File2%var1%.xml  ( this is the final file name )
    When noticing log on the unix side when the xml files are getting generated in quick succession within seconds from each other, we see that one particular xml file is being acted upon by the shell script being called from both of the XI servers.
    We are beginning to think that the oriiginal xml file has a time stamp - granularity only until the 'seconds' level - and hence both servers end up creatiing the same xml file and acting on it - resulting in distorting the end xml file - after the script acts on them.

  • My remotes are not paired yet my remote is going with my computer and tv every time i move something on my tv it moves on my computer

    My apple tv remote is not paired. So when I go to scroll on my tv it turns my computer up or turns music up? What am I doing wrong?

    Pairing is a bit confusing.
    Remotes know nothing about pairing, only the devices do.
    The assumption is that a remote has a 'serial number' which is emitted with the IR command.
    If the device/computer is paired with a remote it ignores commands from remotes with different 'serial numbers'.
    Therefore an unpaired device responds to any remote whether or not it's paired to a particular device.
    Options:
    1 - pair the computer with a different remote and AppleTV with it's own remote.
    2 - Disable IR receiver on computer - in Snow Leop[ard go to System Preferences>Security and on teh general tab you can disable remotes.  Not sure if the preference is somewhere else in Lion or still there.
    AC

  • Blackberry Pearl- Why it's the worst phone ever made

    Here's why I think the Blackberry Pearl is the worst phone ever made.
    1. I can't get photo's off of it. My G1 takes a few seconds. I've worked with this Pear for hours upon hours cannot get my photo's off of it. The Desktop manager really bites too no help there. I really dislike this phone. The software just as bad. I guess they were on the move when Desktop manager was getting written.
    2. The phone on occasions would lock on letters instead of numbers. There wasn't an intuitive way to get it unlocked. I found it more intuitive to get a my return from the IRS than it was to get the phone back to dialing numbers.
    I'm having my kids dress up as a Blackberry Pearl for Halloween. I'm going to make a Halloween Movie Freddy Kruger attacks people with Blackberry Pearl the topper scene features unsuspecting Pearl user getting tied up and has them attempt to copy their photos off to a PC and the video gets put on Youtube for Christmas. 
    Very unsatisfied with your product.
    Don Quixote 

    I want to join the fun here and list all the different reasons why I'm very unsatisfied with this phone.
    The actual phone part of this phone is pretty slow.  It accepts a phone number almost 3 times slower than I can type it in.  Even typing a name on their handy search bar takes forever to get a result.  If I type to fast, it just ignores a couple of my numbers so I have to delete and retype, at the same super slow pace.  I'm guessing that it searches all sorts of contact and history lists to give me cool suggestions, and that's what makes it so slow.  Either way, it irritates me to no end that the basic reason I have this thing is slow as dirt.
    All 3rd Party and Blackberry apps require the Blackberry data service.  Even though there's WIFI on this phone, you simply can't connect to anything except the Browser (and even the Browser requires some setting changes to bypass the upsell screen).  This phone CAN do 3rd party services and other applications without the Blackberry data service, but they just don't allow you to.
    Sometimes my phone just turns off.  I don't normally mind the 3 minute boot up process, but when I'm in the middle of something and my phone turns off for no reason, it just compounds my frustration.
    The keyboard freezes up all the time.  After a good 1-5 minute "please wait clock", I finally get a message saying there was an error and my input application had to be reset.  Sometimes it doesn't quite reset all the way and I have to pull the battery and again wait for the long boot up process.
    Its a little unreliable.  Besides the phone turning off at random and the keyboard freezing, I still have problems other problems.  My bluetooth turns off and sometimes doesn't come back.  Once I had to get a new phone sent to me in order to correct that problem.  Pressing buttons doesn't always get a response, especially the green "call" button.  If the phone is bogged down, it just ignored commands, which is pretty frustrating especially if you press a button and accidently double enter a command that is both the "on" and "off" options.  Also, sometimes the screen fades out (like its suppose to) but doesn't come back when you press keys.  Or the external notifications just don't turn on.  It somestimes just doesn't read my memory card.  The zoom feature on my camera also got stuck.
    Other small gripes involve having no caps lock, the SureType never learning from my typing ("Hey" always goes out as "Get"), its overall slowness, the looseness of the back casing, the low quality camera, and so much more.
    I don't suggest this phone to anyone.

  • Macbook won't start in single-user-mode.

    I'm trying to repair the disk and instead of booting in single-user mode, it boots up regularly, ignoring Command + S. I'm running 10.6.8.
    Thank you.

    Nevermind, seems to be working now!

  • How to run servlet by using main?

    How can I use main to run servlet?
    I cannot put request and response object into doGet(request, response) method
    I want this because I want to run this servlet daily and I plan to put it in cron job
    Calvin

    Hi
    Perhaps you cannot run servlet without using browser. But you can make that program as an application in order to run in Dos or Unix shell.
    But still you can run servlet without using browser How?
    You can debug servlets with the same jdb commands you use to debug an applet or an application. The JavaTM Servlet Development Kit (JSDK) provides a standalone program
    called servletrunner that lets you run a servlet without a web browser. On most systems, this program simply runs the java sun.servlet.http.HttpServer command. You
    can, therefore, start a jdb session with the HttpServer class.
    A key point to remember when debugging servlets is that Java Web server and servletrunner achieve servlet loading and unloading by not including the servlets directory on
    the CLASSPATH. This means the servlets are loaded using a custom classloader and not the default system classloader.
    Running servletrunner in Debug Mode
    Running Java Web ServerTM in Debug Mode
    Running servletrunner in Debug Mode
    In this example, the servlets examples directory is included on the CLASSPATH. You can configure the CLASSPATH for debug mode as follows:
    Unix
    $ export CLASSPATH=./lib/jsdk.jar:./examples:$CLASSPATH
    Windows
    $ set CLASSPATH=lib\jsdk.jar;examples;%classpath%
    To start the servletrunner program you can either run the supplied startup script called servletrunner or just supply the servletrunner classes as a parameter to jdb. This
    example uses the parameter to servletrunner.
    $ jdb sun.servlet.http.HttpServer
    Initializing jdb...
    0xee2fa2f8:class(sun.servlet.http.HttpServer)
    > stop in SnoopServlet.doGet
    Breakpoint set in SnoopServlet.doGet
    > run
    run sun.servlet.http.HttpServer
    running ...
    main[1] servletrunner starting with settings:
    port = 8080
    backlog = 50
    max handlers = 100
    timeout = 5000
    servlet dir = ./examples
    document dir = ./examples
    servlet propfile = ./examples/servlet.properties
    To run SnoopServlet in debug mode, enter the following URL in a browser where yourmachine is the machine where you started servlet runner and 8080 is the port number
    displayed in the settings output.
    http://yourmachine:8080/servlet/SnoopServlet
    In this example jdb stops at the first line of the servlet's doGet method. The browser will wait for a response from your servlet until a timeout is reached.
    main[1] SnoopServlet: init
    Breakpoint hit: SnoopServlet.doGet (SnoopServlet:45)
    Thread-105[1]
    We can use the list command to work out where jdb has stopped in the source.
    Thread-105[1] list
    41 throws ServletException, IOException
    42 {
    43 PrintWriter out;
    44
    45 => res.setContentType("text/html");
    46 out = res.getWriter ();
    47
    48 out.println("<html>");
    49 out.println("<head>
    <title>Snoop Servlet
    </title></head>");
    Thread-105[1]
    The servlet can continue using the cont command.
    Thread-105[1] cont
    Running Java Web Server in Debug Mode
    The JSDK release does not contain classes available in the Java Web server and it also has its own special servlet configuration. If you cannot run your servlet from
    servletrunner, then the other option is to run the Java Web server in debug mode.
    To do this add the -debug flag for the first parameter after the java program. For example in the script bin/js change the JAVA line to look like the following. In releases prior
    to the Java 2 platform release, you will also need to change the program pointed to by the variable $JAVA to java_g instead of java.
    Before:
    exec $JAVA $THREADS $JITCOMPILER $COMPILER $MS $MX \
    After:
    exec $JAVA -debug $THREADS $JITCOMPILER
    $COMPILER $MS $MX \
    Here is how to remotely connect to the Java Web Server. The agent password is generated on the standard output from the Java Web Server so it can be redirected into a file
    somewhere. You can find out where by checking the Java Web Server startup scripts.
    jdb -host localhost -password <the agent password>
    The servlets are loaded by a separate classloader if they are contained in the servlets directory, which is not on the CLASSPATH used when starting the Java Web server.
    Unfortunately, when debugging remotely with jdb, you cannot control the custom classloader and request it to load the servlet, so you have to either include the servlets
    directory on the CLASSPATH for debugging or load the servlet by requesting it through a web browser and then placing a breakpoint once the servlet has run.
    In this next example, the jdc.WebServer.PasswordServlet is included on the CLASSPATH when Java Web server starts. The example sets a breakpoint to stop in the service
    method of this servlet, which is the main processing method of this servlet.
    The Java Web Server standard output produces this message, which lets you proceed with the remote jdb session:
    Agent password=3yg23k
    $ jdb -host localhost -password 3yg23k
    Initializing jdb...
    > stop in jdc.WebServer.PasswordServlet:service
    Breakpoint set in jdc.WebServer.PasswordServlet.service
    > stop
    Current breakpoints set:
    jdc.WebServer.PasswordServlet:111
    The second stop lists the current breakpoints in this session and shows the line number where the breakpoint is set. You can now call the servlet through your HTML page. In
    this example, the servlet is run as a POST operation
    <FORM METHOD="post" action="/servlet/PasswordServlet">
    <INPUT TYPE=TEXT SIZE=15 Name="user" Value="">
    <INPUT TYPE=SUBMIT Name="Submit" Value="Submit">
    </FORM>
    You get control of the Java Web Server thread when the breakpoint is reached, and you can continue debugging using the same techniques as used in the Remote Debugging
    section.
    Breakpoint hit: jdc.WebServer.PasswordServlet.service
    (PasswordServlet:111) webpageservice Handler[1] where
    [1] jdc.WebServer.PasswordServlet.service
    (PasswordServlet:111)
    [2] javax.servlet.http.HttpServlet.service
    (HttpServlet:588)
    [3] com.sun.server.ServletState.callService
    (ServletState:204)
    [4] com.sun.server.ServletManager.callServletService
    (ServletManager:940)
    [5] com.sun.server.http.InvokerServlet.service
    (InvokerServlet:101)
    A common problem when using the Java WebServer and other servlet environments is that Exceptions are thrown but are caught and handled outside the scope of your servlet.
    The catch command allows you to trap all these exceptions.
    webpageservice Handler[1] catch java.io.IOException
    webpageservice Handler[1]
    Exception: java.io.FileNotFoundException
    at com.sun.server.http.FileServlet.sendResponse(
    FileServlet.java:153)
    at com.sun.server.http.FileServlet.service(
    FileServlet.java:114)
    at com.sun.server.webserver.FileServlet.service(
    FileServlet.java:202)
    at javax.servlet.http.HttpServlet.service(
    HttpServlet.java:588)
    at com.sun.server.ServletManager.callServletService(
    ServletManager.java:936)
    at com.sun.server.webserver.HttpServiceHandler
    .handleRequest(HttpServiceHandler.java:416)
    at com.sun.server.webserver.HttpServiceHandler
    .handleRequest(HttpServiceHandler.java:246)
    at com.sun.server.HandlerThread.run(
    HandlerThread.java:154)
    This simple example was generated when the file was not found, but this technique can be used for problems with posted data. Remember to use cont to allow the web server
    to proceed. To clear this trap use the ignore command.
    webpageservice Handler[1] ignore java.io.IOException
    webpageservice Handler[1] catch
    webpageservice Handler[1]
    I hope this will help you.
    Thanks
    Bakrudeen

  • Unable to concatenete String with Variable in MaxL

    Hello,
    can you help me please to concatenate a string with a variable in MaxL
    Maxl statement is:
    alter application 'APPL_NAME' set variable 'VARIABLE_NAME' 'Q1'$CurrYear;
    $CurrYear is a variable in Maxl with value '_2010', so that the result should be a substitution varialbe in ESSBASE 'VARIABLE_NAME' with value 'Q1_2010'
    Is it possible?
    I use ESSBASE 11.1.2
    Many thanks,
    Whitebaer

    Hello John,
    thank you very much for your answer...
    Function: set CurrYear = '2010'; and set concatVar = Q1$CurrYear; seems not to be worked :-((
    i faced a message: "Variable CurrYear has not been defined. Do you want to define it?"
    And below in window:
    "Script: ignoring command:set CurrYear = '_2010' ".
    I can define a variable with right click -> set variable.. but then i should to define it every time i open a script. It's not good :-(
    Do you have any Idea?
    P.S.
    I found out that:
    alter application 'APPL_NAME' set variable 'VARIABLE_NAME' $CurrQuart$CurrYear; works. But then i have to define 39 variables each time :-((
    Many many thanks,
    whitebear

  • Mac OS Yosemite Keynote freeze

    After I have updated my MBP 2 weeks ago to OS Yosemite, my MBP hang or freeze when I am using projector to do my presentation on either Keynote or Powerpoint. It will freeze when I leave the slide on presentation mode idle for some time. The problem is intermittent - sometimes it freezes after idling for 2 minutes, sometimes longer.
    The problem happens especially on Panasonic LCD projectors. I have no problems on InFocus projector but I don't know about projectors from other brands.
    Any one encounter the same problem? The problem only happens after I upgrade to Yosemite. I just want to know whether the problem is due to my mac or os.

    Here's the log message (I believe the crash happened at 11/14/14 11:19):
    11/14/14 10:29:56.309 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    11/14/14 10:30:08.605 AM assistantd[514]: Connection error while checking Apple Internalness. Error: Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CrashReporterSupportHelper was invalidated.) UserInfo=0x7fa9425514d0 {NSDebugDescription=The connection to service named com.apple.CrashReporterSupportHelper was invalidated.}
    11/14/14 10:30:08.803 AM sandboxd[287]: ([514]) assistantd(514) deny file-read-data /Library/Preferences/com.apple.security-common.plist
    11/14/14 10:30:08.924 AM sandboxd[287]: ([514]) assistantd(514) deny file-read-data /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    11/14/14 10:30:09.272 AM sandboxd[287]: ([514]) assistantd(514) deny mach-lookup com.apple.CrashReporterSupportHelper
    11/14/14 10:39:09.974 AM CalendarAgent[256]: [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].]
    11/14/14 10:39:10.071 AM CalendarAgent[256]: [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].]
    11/14/14 10:46:10.000 AM kernel[0]: process Keynote[342] caught causing excessive wakeups. Observed wakeups rate (per sec): 601; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 249966
    11/14/14 10:46:11.333 AM com.apple.xpc.launchd[1]: (com.apple.ReportCrash[518]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    11/14/14 10:46:11.336 AM ReportCrash[518]: Invoking spindump for pid=342 wakeups_rate=601 duration=75 because of excessive wakeups
    11/14/14 10:46:16.480 AM spindump[465]: Saved wakeups_resource.diag report for Keynote version 6.5 (2110) to /Library/Logs/DiagnosticReports/Keynote_2014-11-14-104616_AC-macpro.wakeups_res ource.diag
    11/14/14 10:46:24.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:46:44.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:46:57.000 AM kernel[0]: process WindowServer[152] caught causing excessive wakeups. Observed wakeups rate (per sec): 1352; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 330154
    11/14/14 10:46:57.211 AM com.apple.xpc.launchd[1]: (com.apple.ReportCrash.Root[520]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash.DirectoryService
    11/14/14 10:46:57.885 AM spindump[465]: Saved wakeups_resource.diag report for WindowServer version ??? (???) to /Library/Logs/DiagnosticReports/WindowServer_2014-11-14-104657_AC-macpro.wakeup s_resource.diag
    11/14/14 10:47:04.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:47:24.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:47:44.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:48:04.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:48:24.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:48:44.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:49:04.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:49:24.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:49:44.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:50:04.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:50:24.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:50:24.000 AM kernel[0]: process com.apple.WebKit[472] caught causing excessive wakeups. Observed wakeups rate (per sec): 3199; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 155576
    11/14/14 10:50:24.972 AM com.apple.xpc.launchd[1]: (com.apple.ReportCrash[521]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    11/14/14 10:50:24.974 AM ReportCrash[521]: Invoking spindump for pid=472 wakeups_rate=3199 duration=15 because of excessive wakeups
    11/14/14 10:50:26.075 AM spindump[465]: Saved wakeups_resource.diag report for com.apple.WebKit.WebContent version 10600 (10600.1.25) to /Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2014-11-14-105026_A C-macpro.wakeups_resource.diag
    11/14/14 10:50:44.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:51:04.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:51:24.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:51:44.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:52:04.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:52:24.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:52:44.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:53:04.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:53:24.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:53:44.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:54:04.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:54:24.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:54:24.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:54:44.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:55:04.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:55:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:55:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:56:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:56:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:56:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:57:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:57:08.278 AM CalendarAgent[256]: [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].]
    11/14/14 10:57:08.368 AM CalendarAgent[256]: [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].]
    11/14/14 10:57:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:57:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:58:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:58:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:58:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:59:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:59:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 10:59:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:00:01.009 AM SubmitDiagInfo[522]: Triggering diganostics messages cleanup
    11/14/14 11:00:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:00:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:00:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:01:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:01:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:01:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:02:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:02:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:02:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:02:45.349 AM usernoted[253]: Failed to validate application at (null) -67071
    11/14/14 11:02:45.349 AM usernoted[253]: dealloc (null)
    11/14/14 11:03:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:03:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:03:30.647 AM com.apple.xpc.launchd[1]: (com.citrixonline.GoToMeeting.G2MUpdate[528]) Service could not initialize: 14A389: xpcproxy + 14045 [1344][1016C726-9ACF-3A24-9C51-A279F5C6B167]: 0x2
    11/14/14 11:03:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:04:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:04:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:04:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:05:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:05:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:05:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:06:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:06:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:06:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:07:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:07:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:07:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:08:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:08:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:08:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:09:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:09:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:09:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:10:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:10:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:10:25.127 AM com.apple.WebKit.WebContent[472]: CFNetwork SSLHandshake failed (-9806)
    11/14/14 11:10:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:11:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:11:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:11:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:12:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:12:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:12:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:13:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:13:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:13:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:14:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:14:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:14:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:15:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:15:07.199 AM CalendarAgent[256]: [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].]
    11/14/14 11:15:07.294 AM CalendarAgent[256]: [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].]
    11/14/14 11:15:17.092 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    11/14/14 11:15:17.350 AM com.apple.iCloudHelper[532]: objc[532]: Class FALogging is implemented in both /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircl e and /System/Library/PrivateFrameworks/FamilyNotification.framework/Versions/A/Famil yNotification. One of the two will be used. Which one is undefined.
    11/14/14 11:15:17.361 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    11/14/14 11:15:22.599 AM com.apple.iCloudHelper[532]: AOSKit WARN: APS timeout encountered (cxn initialization)
    11/14/14 11:15:22.600 AM com.apple.iCloudHelper[532]: AOSKit WARN: Failed to get response from APSConnection's initialization method(s)
    11/14/14 11:15:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:15:36.247 AM assistantd[535]: Connection error while checking Apple Internalness. Error: Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CrashReporterSupportHelper was invalidated.) UserInfo=0x7fcde2d61cc0 {NSDebugDescription=The connection to service named com.apple.CrashReporterSupportHelper was invalidated.}
    11/14/14 11:15:36.443 AM sandboxd[287]: ([535]) assistantd(535) deny file-read-data /Library/Preferences/com.apple.security-common.plist
    11/14/14 11:15:36.567 AM sandboxd[287]: ([535]) assistantd(535) deny file-read-data /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    11/14/14 11:15:37.112 AM sandboxd[287]: ([535]) assistantd(535) deny mach-lookup com.apple.CrashReporterSupportHelper
    11/14/14 11:15:37.513 AM assistantd[535]: <Error>: Daemon - Ignoring command with unknown refId 11820CBE-F9C0-492A-8BBA-CA3E48B6D176
    11/14/14 11:15:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:15:50.023 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    11/14/14 11:16:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:16:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:16:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:17:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:17:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:17:36.310 AM assistantd[542]: Connection error while checking Apple Internalness. Error: Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CrashReporterSupportHelper was invalidated.) UserInfo=0x7f98e0456510 {NSDebugDescription=The connection to service named com.apple.CrashReporterSupportHelper was invalidated.}
    11/14/14 11:17:36.510 AM sandboxd[287]: ([542]) assistantd(542) deny file-read-data /Library/Preferences/com.apple.security-common.plist
    11/14/14 11:17:36.627 AM sandboxd[287]: ([542]) assistantd(542) deny file-read-data /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    11/14/14 11:17:36.946 AM sandboxd[287]: ([542]) assistantd(542) deny mach-lookup com.apple.CrashReporterSupportHelper
    11/14/14 11:17:37.730 AM assistantd[542]: <Error>: Daemon - Ignoring command with unknown refId B2C88E3A-FA2D-4A59-AFF1-47C8714CCA68
    11/14/14 11:17:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:17:50.242 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    11/14/14 11:18:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:18:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:18:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:19:05.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:19:25.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:19:45.000 AM kernel[0]: NVDA(OpenGL): Channel timeout!
    11/14/14 11:20:06.000 AM bootlog[0]: BOOT_TIME 1415935206 0
    11/14/14 11:20:40.000 AM syslogd[16]: Configuration Notice:
    ASL Module "com.apple.AccountPolicyHelper" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    11/14/14 11:20:40.000 AM syslogd[16]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/asl" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".

  • Reader for PC Horrible Application

    Reader for PC application is the worst that I have ever run across in some 33 years in the IT business. I had worked quite nicely with the Reader Library app since I purchased my PRS-500 when it was 1st available. Huge mistake installing the Reader for PC app. It immediately, without my permission, loaded my Reader with all the books & publications in my PC library, maxing out its capacity. Couldn't use Reader Library to delete the unwanted files as they had been marked as sync files. Went back to Reader for PC app to uncheck all categories as do not sync, whereupon the app deleted all files from my Reader, including the books I was reading. Using Reader Library to transfer all the books & publications I was reading back to the Reader, resetting bookmarks. Later on, even though I had unchecked all the sync categories, upon connecting my Reader, the Reader for PC app launched, redownloaded all books & publications, maxing out the Reader capacity again. Had to uncheck sync again, upon which all files were deleted from my Reader again. With deep anger I deleted the Reader for PC app from my PC. I've never run across a user app that ignores commands from the user to continue to change a device's files. Horrible horrible app & really destroys any confidence I had in Sony, the Reader & other Sony products even though I have been a loyal Sony customer for 20 years.

    This is the view of myself and many others... from what I am reading on the forums this app sucks... is horrid... does not work.
    I used the Reader Library app since I got my ebook from sony over a year ago never had real bad issures with it till now.. I look for updates and find this one only to have it hang my computer for such long periods of time... i have a quad core desktop with fairly new hardrives and lots of memory , in fact we use it to online game with heavy user apps..
    I try to use this new Reader app and it has to be the worst i have tried .. i even tried a few others when i started having such problems with your app. Others run fine. but can not read my DRM books.. truly sad..
    Whoever wrote this needs a new job.. never writing software again.
    this sounds harsh but you are running away customers ... big time.
    or do you think you will keep them cause of your name... Nope.. people will mover to what ever is easiest to use. this is not supposed to be diffucult.. but your company is making it so.
    REmember .. KISS is the base of all systems that work and advance.
    your original Reader Library program did that it worked and you didn't need a degree to run it.
    Someone in your company does need to get this info and get a soultion or you will loose more customers.. I will not recomend this product at this time or until you get it right. I have promoted your products in the past 20+ yrs. but if this is how you treat loyalty for get us.

Maybe you are looking for

  • I am trying to move my Elements 9 catalog and files from Windows 7 to Mac OSX Yosemite and can't connect the files on the Mac.

    When I try to connect the files to the catalog on the Mac, many (~9000 out of ~12000) files show as can not reconnect. Elements finds "similar" files (actually the files I want) but says they are not the same file. I noticed that many of them have th

  • Downcasting In Object PL/SQL Does not Work in Oracle 10g 10.1.0.2

    create type one_t as object ( x number, y date ) not final create type two_t under one_t() set serverout on declare super one_t; sub two_t := two_t(1, sysdate); begin super := one_t(1, sysdate); sub := new two_t(1, sysdate); dbms_output.put_line('sub

  • EZ Drummer

    I recently purchased the EZ Drummer plug- in " The Drum Kit From ****" It's a great AU to have but ever since I bought it my M-AUDIO KeyRig 49 has been acting up.. i keep receiving an error that tells me the issue is between GarageBand and my Externa

  • Records Management in PLM

    I am trying to use Records Management to create records against business objects in Real Estate, Project Systems and PLM. For Real Estate, I found the path I used to create records was: SPRO> Display IMG > Flexible Real Estate Management > General Se

  • SMTP Mail configuration in WDS server

    Hi, My company has more than 9000 desktops in which normally on day basis more than 100-150 systems will go deployment via WDS (MDT 2013) in server 2008r2 (DHCP is also configured in the same server), Where as i need to configure a SMTP mail server w