FDS Test Drive - help with examples of applications

I try to use the FDS 30 minute TestDrive sample applications inside
Flex Builder. I downloaded the test drive and all the samples of work
fine just dandy, and I can view source etc. Then I wanted to load
some of the apps sample in Flex Builder so that I could edit and
play with them with the debugger to learn more.

I tried the following:
create the new project - use Flex Data Services/compilation app locally
Root folder: C:\fds-tomcat\webapps\ROOT
Root URL: http://localhost:8600 / ROOT. When I cliquerai to finish, I get the
After 3 errors in the output panel:

Unable to load SWC fds.swc: multiple points
Unable to load SWC fds.swc: multiple points
The definition of local base class was not found.
Could not resolve < mx:Application > for implementation of component

I'm on Flex 2.0.143459.

I checked that fds.swc is indeed in the
C:\fds-tomcat\webapps\ROOT\WEB-INF\flex\libs folder.
I don't know what mean other messages or what to do.

I then unzipped stubbornly examples of applications in the
Project file FlexBuilder (I called FDS TestDrive samples) and
tried to run anyway to see if I could get more information. I then get
a browser with the following additional errors window:
type of status report
message /ROOT/FDS%20TestDrive%20Samples/Chat.html
Description the requested resource (/ROOT/FDS%20TestDrive%
20Samples/chat.html) is not available.

So I guess that one of the problems is that it does not have an html document.
But I don't know how to fix this.

I don't know what to do. Any help would be GREATLY appreciated.

Someone helped me offlist that once I'm frustrated that this forum is basically dead. But in case anyone else needs this info, I thought I would post. First of all, be on Flex version 2.0.155577. I have therefore had to redownload all of Flex, uninstall my old version, install the new version. Then I did the following
to create the Flex Builder project for the dashboard sample application:

File - > new-> Flex project
Select Flex Data Services
Select the application compiles locally
Click next
Uncheck the "default local Flex Data Services location"
Click Browse... and open c:\fds-tomcat\webapps\ROOT
Root URL: http://localhost:8600 /
Context root: /.
Click next
Project name: ;
Uncheck the "Use default location" checkbox
Folder: c:\fds-tomcat\webapps\ROOT\dashboard
Click next
The main application file: dashboard.mxml
Click on finish

The context root is really essential. Also, to find my old Flex projects, I used file:import and then had to do a little more fiddling with some of the properties of the project.

Too bad, this Forum is dead. I tried to get feedback to Adobe on this concern, but so far it has not helped. sigh

Tags: Adobe LiveCycle

Similar Questions

  • Need help with JavaScript web application form.  Need to limit the pixels and the size of the image

    I build several forms for www.iswapusa.com and on the site, visitors are asked to upload images, I want to restrict the width in pixels max 400 pixels and size to maybe 1 MB to 3 MB of the file images if possible.  If there is a code to do this, please let me know and where do I put it on business catalyst system. to work with forms I create or even if I have to give to each form.  The forms are available from one of these pages offer commercial or Non-commercial offer.

    I found the answer to my problem.  It is not a java solution, but a simple code.  You can create in your retail or list view depending on where you want the images appear of your form will be mailed.  the answer was in a previous post, and the link is:

    Dynamically generating thumbnail images

    The code I used was:

           

           

           

  • How to perform this procedure. .pls help with example

    / * It displays a warning * /.
    -How to remove this warning


    CREATE PROCEDURE EMP_TITLE_GENERATOR (EMP_GENDER IN (1) TANK, EMP_TITLE OUT VARCHAR2)
    IS
    BEGIN
    EMP_TITLE: = Decode(EMP_GENDER,'M','Mr','F','Ms','INVALID');
    EXCEPTION
    WHILE OTHERS THEN
    DBMS_OUTPUT. PUT_LINE (SQLERRM);
    END;

    Published by: 923746 on April 18, 2012 19:58

    Published by: 923746 on April 18, 2012 19:59
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    
    SQL> CREATE PROCEDURE EMP_TITLE_GENERATOR (EMP_GENDER IN VARCHAR2,EMP_TITLE OUT VARCHAR2)
      2  IS
      3  begin
      4  select DECODE(EMP_GENDER,'M','Mr','F','Ms','INVALID') into emp_title from dual;
      5  EXCEPTION
      6  WHEN OTHERS THEN
      7  dbms_output.put_line(sqlerrm);
      8  END;
      9  /
    
    Procedure created.
    
    SQL> set serveroutput on
    SQL> DECLARE
      2    EMP_GENDER VARCHAR2(200);
      3    EMP_TITLE VARCHAR2(200);
      4  BEGIN
      5    EMP_GENDER := 'F';
      6
      7    EMP_TITLE_GENERATOR(
      8      EMP_GENDER => EMP_GENDER,
      9      EMP_TITLE => EMP_TITLE
     10    );
     11    DBMS_OUTPUT.PUT_LINE('EMP_TITLE = ' || EMP_GENDER);
     12    DBMS_OUTPUT.PUT_LINE('EMP_TITLE = ' || EMP_TITLE);
     13  END;
     14  /
    EMP_TITLE = F
    EMP_TITLE = Ms
    
    PL/SQL procedure successfully completed.
    
    SQL> 
    
  • try to automate an application test - need help.

    Hello

    I am newbie to BlackBerry Java development.

    I developed a custom application for blackberry with BlackBerry JDE. To test the same thing, I want to automate the test of it. Could someone help how can I achieve this.

    Please tell me where I could run my application as a deamon process in balckberry and access another application API. Is this possible?

    Also please tell me all the related links. I'm less bothered if my automation must be put with the other language as MDS, time of execution.

    Sorry if I posted in the wrong group, please let me know the correct contact.

    Thank you

    Micheline.

    I'm the right person to answer this question because I did all this, but I hope that I will give you some tips and other people can fill.

    Most of this information came from DevCon 2009, specifically Dev32. and COM18.  I don't know what's the State in which the provision to slides of people who do not (if you do not, you can download them yourself), but perhaps you can ask your RIM-binding agent and see what they can do to bring these, you might even be able to buy the proceedings of the Conference here :

    https://www.blackberrydeveloperconference.NET/

    In terms of tests automated. I think that these options are available:

    (a) unit tests.

    Look here for the opensource project now called RIMUnit.  In my view, that there is also a package of BBUnit autour.  You can use these tools for will test your classes

    (b) test simulator

    It is possible to entry to the script Simulator and the Simulator and then run the Script.  Not sure that you have an interact with the Script, but I guess it's useful as a regression Test.  You run fledgecontroller.exe.  I found a documentation here:

    http://docs.BlackBerry.com/en/developers/deliverables/6338/Test_BBSmrtphnSmltr_events_using_script_6...

    On OS 5.0 simulators, you can get the Simulator to capture the entrance.  You can use this in older simulators to read, if you will probably want to modify the script.

    (c) test of EventInjector

    A bit like (b) except that generate you events by using a program on the BlackBerry itself.  You need to watch the screen and the new OS 5.0 function locateDifference and be used to see the differences between screenshots.

    (d) on the test device

    For example, using services like DeviceAnywhere.

    (e) two other tools mentioned in DEV32

    BSquare TestQuest

    IBM Rational Functional test

    Hope this helps

  • Can someone help me? I am trying to download iMovie which normally should be free with other Apple applications, but for full reason he always says that I have to pay for it. And I Shen a brand-new iPhone updated to IOS 9 5s. Can someone give me advice on

    Can someone help me? I am trying to download iMovie which normally should be free with other Apple applications, but for full reason he always says that I have to pay for it. And I Shen a brand-new iPhone updated to IOS 9 5s. Can someone give me advice on what to do?

    iMovie and iLife and iworks Apps are free with the purchase of a new device.

    Since Apple is no longer selling the iPhone 5 s, she cannot be considered more for free apps.

    However, just to be safe, disconnect you from the iTunes and App Stores-> Apple ID in the settings on the new iPhone 5 s, then reset the iPhone in now the home and power buttons together for 10 to 15 seconds. Let the iPhone reboot and then sign in with your Apple ID in iTunes and the App Store and try to get the Apps again.

  • ppg7wm - 82589 m-mfpwlk-60sl03 appears during the test drive. Help, please!

    ppg7wm - 82589 m-mfpwlk-60sl03

    appears when the hard drive test. Help, please!

    Hard drive needs to be replaced. What model laptop are we discussing?

  • I just bought a refurbished with Windows 7 computer. I did a test drive of Works 9.0, and lacked features that I found.

    I just bought a refurbished with Windows 7 computer.  On my old XP computer, I used to use Word 97 and later also used a version of works that might have been 2004 (?).  (Usually I only used word processing and Excel.)

    I took a test drive of Works 9.0, and found features that I liked were missing, specifically:

    • Previously with Word I could draw snazzy borders on the table cells, which some had graduated shading that looked almost like a real 3-d picture frame.  These borders changed to something else (rather ugly) when I took an old Word 97 and load in Works 9.0 word processing document.
    • With a table created in Word 97, it was easy to summarize a bunch of numbers that were all stacked in a column (or do other types of math).  Could not do with the Works 9.0 word processor.

    (These features were absent from Open Office as well, or at best have been tedious to use.)

    Word usually has features more and better than the works (such as those mentioned above)?

    Any suggestions on what I should use for word processing? Should not be the latest version, but should be compatible with Windows 7.

    Office 2007 and later nothing will work on Windows 7 but do not expect the full set of features in Office 97. Office 2007 and beyond have their own sets of complete functionality... :-)

    The problem is the purchase of older versions of Office. Microsoft does not provide them and you won't get one of them cheap.

    Corel has always produced WordPerfect... http://www.WordPerfect.com/us/product/Office-suite/?sso_test=true

    Free and Open Office are the alternatives...

  • Help with error: "display driver stopped responding, but recovered."

    Hello

    First of all, my configuration is a Dell XPS 7100, Windows 7 Home Premium 64-bit, the Videocard Visiontek AMD Radeon HD 6850 w / 9.2.0.0 driver version.

    AMD Phenom II X 6 cpu.

    My problem is that when I try to play a game (more precisely: Minecraft, SimCity, World in Conflict, AOE3) under Windows, the screen freezes for 5 seconds then go black for 1 second then back to the top with an error message saying:

    Display driver stopped responding, but recovered

    Driver AMD display driver stopped responding and has successfully recovered.

    This started only after I upgraded my video card to an AMD HD 5670 to an AMD Radeon HD 6850 Visiontek, which, at the same time, I upgraded my power supply to a 500w unit as AMD recommends. After that that I've updated all my drivers, deleted and reinstalled the driver video and which did not help. I then searched in all the forums about this problem and found that it is more than likely a problem with Windows power management. So, I followed the instructions on the site to change the registry data to help with this. This did not work, the same problem at the same time. I then contacted AMD Support and fairly well, they told me that it is either the power supply or windows power management which was the cause of the crash.

    I am at a loss now, I know not what to do. I have not tried all the third-party programs to try to manage the power. But if someone has used one that works or has any ideas for me to try please let me know.

    Thank you very much!

    I found a solution that helps!

    Please make a backup of the registry before making any changes in it.

    When editing the registry go to:

    • HKEY_LOCAL_MACHINE
    • then the MATERIAL
    • then DEVICEMAP
    • then the VIDEO
    • in the 'VIDEO' file, there is an entry with the title: MaxObjectNumber - REG_DWORD
    • This has a value at the end that looks like 0 x 00000006 (6) or 0 x 00000005 (5)
    • Double-click MaxObjectNumber, and an edit box appears
    • put 0 in the given value, and then click OK.

    This will disable Windows GPU Timeout detection and recovery. That she has stopped crashing on me.  The only problem is that windows does not save it and it resets after that rebooting so it must be changed every time you start the computer.

    If anyone knows how to save the changes to the registry, I would be very grateful for your advice.

  • Where can I get help with this message? «Adobe Acrobat Reader DC could not open (my file.xls) because it is not a type of supported file or because the file has been damaged (for example, it was sent as an attachment to e-mail and has not been correctly d

    Where Iget can help with this message? «Adobe Acrobat Reader DC could not open (my file.xls) because it is not a type of supported file or because the file has been damaged (for example, it was sent as an attachment to e-mail and has not been correctly decoded).» I don't know where to go or how to solve this problem. It started to happen after I went to the office 356 and uses Windows 10.

    Hi brionp43071032,

    Please see the troubleshooting provided in this KB doc steps: fix damaged document error when opening PDF files

    Let us know if you still experience the problem.

    Kind regards

    Meenakshi

  • Seeking help with a problem with the LR I use LR CC on a laptop, when you try to export a picture to an external hard drive, I am now without apparent reason to get the following message, "could not create a JPEG sponsor limit you 92 k Bytes.Plea.

    Seeking help with a problem with the LR


    I use LR CC on a laptop, when you try to export a picture to an external hard drive, I am now without apparent reason to get the following message.

    "Could not create a respondent JPEG limit you 92 k Bytes.Please increase the size limit files
    . (1).

    .....

    I tried to increase the size of the file several times,

    I left LR

    I restarted the computer.


    Any help or advice for this problem will be greatly appreciated


    Thanks in advance


    @stu

    Not because of the number of pixels, in this photo and the chosen level of quality there is no possible way to create a JPG file to the size of file you requested. You must change your export settings.

    Show us a copy of the export dialog box, so we can see clearly the part file setting and the size of the Image.

    Also indicate the number of this image (width and height) pixels after cropping (as appropriate) and prior to export.

  • I need to reactivate Photoshop CS4 because I have a new hard drive in a reminder for my 2.5 yr old iMac last operating system running. When you open the program, I was told to contact Adobe support and give them an error code: 150:30. Please help with per

    I need to reactivate Photoshop CS4 because I have a new hard drive in a reminder for my 2.5 yr old iMac last operating system running. When you open the program, I was told to contact Adobe support and give them an error code: 150:30. Please help with permission. ?

    You can repair it yourself. I have a screenshot guide. You use app the Mac Terminal and a python (.py) script that comes with the recovery of the license for the Mac package.

    Don't forget to leave a space after typing sudo python and note that your password will not display any points. Simply enter it blind.

    Start 11 Message and take your time. It does not work. Layout error 150:30 opening Photoshop cs4 on Macbook Pro

    Gene

  • Need help with the data storage store, local array and network connections

    Need help with my ESXi 4.1 installation

    My hardware:

    I built a server with an Asus P6T whitebox, i7 920, 12 Gig RAM, NIC, Intel Pro1000 PT Quad, 3ware 9650SE-12ML with 8 1.5 TB SATA green in a raid 6 array gives me about 8 + TB with a spare drive all housed within a NORCO RPC-4220 4U Rackmount Server chassis.  I also have a 500 GB SATA drive which will hold the ESXi and virtual machines.

    The network includes a firewall, Netgear Prosafe FVS336G, GS724Tv of Netgear ProSafe 24 port Gigabit Managed Switch on a dhcp cable modem internet service provider.

    I also have 2 old NetGear SC101T NAS disks (4to) I want to connect to the system how some - at a later date have... data on them and want to transfer to the new storage array. I always looking into the question of whether they will work with ESXi 4.1, or I might have to only access it through Windows XP.

    My Situation:

    I have already installed ESXi 4.1 and vsphere client with no problems and it is connected to a dhcp cable internet service.  I've set up host via a dynamic DNS service name give me a static hostname on the internet.  I installed three machines to virtual OS successfully at the moment and now want to first start by creating a multimedia storage server which will use some of this new 8 TB array, then separate data storage for use with a web server small overhead storage and a backup.  It is a domestic installation.

    Help with the data store and network:

    I was doing some reading, because I'm new to this, and it looks like I'll probably want to set up my table via ESXi as a nfs disk format.  Now, the data store is usually in another physical box from what I understand, but I put my readers and ESXi all in the same box.  I'm not sure that the best way to put in place with grouped network cards, but I want to make this work.

    I understand that in ESXi 4.1 using iSCSi LUN must be less than 2 TB, but nfs - I should be able to add a bigger partition then 2 TB (for my multimedia) in nfs, right? or should I still add it separately as a separate 2 TB drives and then extend them to get the biggest space.

    Any suggestions or direct resources showing examples on how to actually add some parts of the table as data warehouses separate nfs.  I know that to go to the configuration tab, and then select Add to storage, and then select nfs. I have not my picture, but it's here that I don't know what to do because ESXi 4.1 system already has an address, should I put the same thing to the new data store array also (will it work?), and what should I use for the name of the folder and the store of data... just do something to the top.  I thought to later install Openfiler (for a multimedia storage using this table server) as a virtual machine, use the table with esxi so that I can access the same storage space with widows and linux-based systems.

    I also know I have to find a way to better use my quad nic card... put in place of virtual switches, grouping, etc HELP?

    Any direction, assistance, similar facilities to sample, suggestions or resources that would help would be great. I did a lot of hunting, but still a little confused on how to best to put in place.

    You must think of VMDK files of large databases with records of random size guest go read some data (a DLL or an INI file), maybe write some data back, then go read other data. Some files are tiny, but certain DLLs are several megabytes. It's random i/o all and heavy on the search time. IO Opsys is small random operations that are often sequential (go read data, write data, go read other data,...) so that deadlines are critical to the overall performance. That's why people say OPS are / s of reference and forget the MBs flow. The only time where you bulk transfers are when you read media (ISO files).

    Well, now forget all this. Actually the disk activity will depend on the specific applications (database? mail server? machines compiler?), but the above is true for boots, and whenever applications are idle. You should see the profile to know.

    RAID 10 is faster (and often more reliable) than RAID 5 or RAID-6 except in certain specific cases. In General RAID 10 is ideal for many random writes, since the calculation of parity for RAID-5 and - 6 adds to the overall latency between command and response - latency is cumulative if a little slow here and a little slow it adds up to a lot of overall slow synchronous especially with e/s on a network. OTOH RAID-5 and -6 can produce faster readings due to the number of heads, so you can use it for virtual machines that transfer bulk. Test. You may find that you need several different types subdashboards for best results.

    You said 3ware, they have some good grades on their site, but don't believe it. With my 9650 that I found myself with only a couple of their recommendations-, I put the (simple) table for allocation size 256 k, nr_requests at 2 x the queue_depth and use the planner date limit. I had the habit for the Ext4 file system formatted with stride and stripe-width synced to the table and used the options large_files with fewer inodes (do not use the huge_files option unless you plan to have single VMDK files in the terabyte range). Use a cache of great reading in advance.

    Virtual machines use VMDK files in all cases except raw iSCSI LUN that they treat native disks. VMDK is easier to manage - you can make a backup by copying the file, you can move it to a PC and load it into another flavour of VMware, etc. There could be some features iSCSI to your San as a transparent migration but nothing for me. NFS has less chatter of Protocol if latency lower times to complete an operation. NFS is good to read and write a block of data, that's all it boils down to.

    UPS is good, but it won't help if something inside the machine explodes (UPS does nothing if the PC power supply goes down). If the RAID card has an option for a battery backup module, so it can contain some writings in memory and may end up the disk i/o after replacing the power supply. 3ware also limits the types of caching available if help is not installed, and you get just the right numbers with the module.

  • Help with horror? El Capitan Mac

    Hello, I have major issues with horror.  It interferes with almost all of the process: navigation (Firefox or Chrome), MS Office, Adobe Pro, Finder...  I ran a report EtreCheck (see below) and the major problem seems to be Firefox.  I was wondering if someone could take a look at this and make other suggestions.

    Thank you!

    EtreCheck version: 3.0 (300)

    Report generated 2016-08-12 12:44:23

    Download https://etrecheck.com EtreCheck

    Time 06:53

    Performance: average

    Click the [Support] links to help with non-Apple products.

    Click the [details] links for more information on this line.

    Problem: Beachballing

    Description:

    Beach ball with Firefox, Chrome, MS Office, Adobe Pro, Finder

    Hardware information: ⓘ

    MacBook Pro Intel Core i5, Intel Core i7, 13 "(mid-2012)"

    [Technical details] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro9, 2

    1 2.5 GHz Intel Core i5 CPU: 2 strands

    8 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 4 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 4 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 38

    Video information: ⓘ

    Graphics Intel HD 4000

    LED Cinema Display 1920 x 1200

    System software: ⓘ

    OS X El Capitan 10.11.6 15G (31) - since the start time: about 3 days

    Disk information: ⓘ

    HTS545050A7E362 disk HARD APPLE disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 499,25 (Go 150,27 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    MATSHITADVD-R UJ - 8À8)

    USB information: ⓘ

    RD Slim BUP Seagate 2 TB

    EFI (disk1s1) < not mounted >: 210 MB

    SEAGATE External 2 to (disk1s2) Volumes/external Seagate 2 Tb: 2.00 TB free 1.20

    Apple Inc. Apple LED Cinema Display

    ISight Apple Display Inc.

    Apple Inc. Apple's USB audio device

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Hub keyboard Apple, Inc.

    Logitech USB-PS/2 optical mouse

    Apple Inc. Apple Keyboard

    Information crush: ⓘ

    Apple Inc. Thunderbolt_bus.

    Goalkeeper: ⓘ

    Mac App Store and identified developers

    Kernel Extensions: ⓘ

    / Library/Extensions

    [loading] com.sophos.kext.sav (9.4.52 - SDK 10.9 - 2016-08-05) [Support]

    [loading] com.sophos.nke.swi (9.4.53 - SDK 10.9 - 2016-08-05) [Support]

    Launch system officers: ⓘ

    [loaded] 8 tasks Apple

    [loading] 152 tasks Apple

    [operation] 65 tasks Apple

    [killed] 13 tasks Apple

    13 killed process lack of RAM

    Demons of launch system: ⓘ

    [loaded] 46 tasks Apple

    [loading] 150 tasks Apple

    [operation] 89 tasks Apple

    [killed] 6 tasks Apple

    6 killed process lack of RAM

    Launch officers: ⓘ

    [no charge] com.adobe.AAM.Updater - 1.0.plist (2016-05-02) [Support]

    [operation] com.brother.LOGINserver.plist (2016-03-10)

    [loading] com.gog.galaxy.commservice.plist (2016-04-24) [Support]

    [failure] com.maintain.PurgeInactiveMemory.plist (2016-06-09) [Support]

    com.maintain.Restart.plist [no charge] (2016-06-09) [Support]

    com.maintain.ShutDown.plist [no charge] (2016-06-09) [Support]

    [operation] com.maintain.SystemEvents.plist (2016-06-09)

    [operation] com.sophos.uiserver.plist (2016-05-12)

    Launch of the demons: ⓘ

    [performance]    BESAgentDaemon.plist (2016-05-16)

    [loading] com.adobe.fpsaud.plist (2016-06-28)

    [loading] com.gog.galaxy.clientservice.plist (2016-04-24) [Support]

    com.maintain.HideSpotlightMenuBarIcon.plist [no charge] (2016-06-09) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2010-08-25)

    [operation] com.prey.agent.plist (2016-05-17)

    [operation] com.sophos.common.servicemanager.plist (2016-05-12)

    Launch User Agents: ⓘ

    [loading] com.adobe.ARM. [...]. plist (2016-04-22)

    [loading] com.bittorrent.uTorrent.plist (2016-04-19) [Support]

    [loading] com.google.keystone.agent.plist (2016-07-11)

    [operation] com.spotify.webhelper.plist (2016-08-10) [Support]

    [loading] com.valvesoftware.steamclean.plist (2016-07-14)

    org.Hola.VPN.plist [no charge] (2016-08-01) [Support]

    User login items: ⓘ

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    ClipMenu application (/ Applications/ClipMenu.app)

    Agent application of file transfer Android (~/Library/Application Support/Google/Android File transfer/Android File Transfer Agent.app)

    MightyText application (/ Applications/MightyText.app)

    Internet Plug-ins: ⓘ

    AdobeAAMDetect: AdobeAAMDetect 1.0.0.0 - SDK 10.6 (2016-05-02) [Support]

    FlashPlayer - 10.6: 22.0.0.209 - SDK 10.9 (2016-07-13) [Support]

    QuickTime Plugin: 7.7.3 (2016-07-29)

    AdobePDFViewerNPAPI: 11.0.15 - SDK 10.6 (2016-05-02) [Support]

    AdobePDFViewer: 11.0.15 - SDK 10.6 (2016-05-02) [Support]

    Flash Player: 22.0.0.209 - SDK 10.9 (2016-07-13) [Support]

    Default browser: 601 - SDK 10.11 (2016-07-29)

    SharePointBrowserPlugin: 14.6.6 - SDK 10.6 (2016-07-28) [Support]

    Silverlight: 5.1.50428.0 - SDK 10.6 (2016-07-29) [Support]

    The internet user Plug-ins: ⓘ

    Picasa: 1.0 - SDK 10.6 (2015-10-13) [Support]

    3rd party preference panes: ⓘ

    Flash Player (2016-06-28) [Support]

    Time Machine: ⓘ

    Automatic backup: YES

    Volumes to back up:

    Macintosh HD: Disc size: 499,25 GB disc used: 348,98 GB

    Destinations:

    TB external Seagate 2 [Local]

    Total size: 2.00 TB

    Total number of backups: 29

    An older backup: 15/05/16, 06:27

    Last backup: 12/08/16, 11:45

    Size of backup drive: Excellent

    Size of backup 2.00 TB > (disk size 499,25 GB X 3)

    Top of page process CPU: ⓘ

    35% firefox

    11% kernel_task

    7% mdworker (13)

    4% WindowServer

    2% BESAgent

    Top of the process of memory: ⓘ

    GB firefox 3.08

    Kernel_task 848 MB

    180 MB mdworker (13)

    90 MB Microsoft Word

    Finder 82 MB

    Information about virtual memory: ⓘ

    24 MB of free RAM

    7.98 GB RAM (1.31 GB being cached) used

    3.01 GB used Swap

    Diagnostic information: ⓘ

    August 12, 2016, 12:24:55 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-12-122455_ [redact ed] .crash

    / Library/Sophos Anti-Virus/SophosWebIntelligence.bundle/Contents/MacOS/SophosWebIntelligence

    August 12, 2016, 12:00:06 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-12-120006_ [redact ed] .crash

    August 11, 2016, 01:40:07 PM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-11-134007_ [redact ed] .crash

    August 11, 2016, 10:17:21 /Library/Logs/DiagnosticReports/tcosrj_2016-08-11-101721_[redacted].hang

    / Volumes/VOLUME / * / Romeo & Juliet.app/Contents/MacOS/tcosrj

    August 11, 2016, 06:33:30 /Library/Logs/DiagnosticReports/_2016-08-11-063330_[redacted].crash

    ???

    August 10, 2016, 13:44:38 /Library/Logs/DiagnosticReports/firefox_2016-08-10-134438_[redacted].cpu_resour ce.diag [details]

    /Applications/Firefox.app/Contents/MacOS/Firefox

    August 10, 2016, 06:43:13 AM/Library/Logs/DiagnosticReports/SophosWebIntelligence_2016-08-10-064313_ [redact ed] .crash

    9 August 2016, 15:17:53 self-test - spent

    First uninstall Sophos. Anti virus apps are not necessary and may cause problems. Remove the bittorrent as well. It can be a source od malware.

  • Help with a beach running slow filled iMac ball

    Hello

    We have problems with our iMac, like below. If anyone has any inside. There is plenty of space on the hard drive and I have just run Cocktail to maintain and made sure the operating system is up-to-date.

    We often live very slow behavior in task such as launch of mail, safari or anything else besides and sometimes even just type text in boxes. It is also very slow at startup and shutdown.

    Any help much appreciated. I hope it's useful to include the report of EtreCheck below.

    Best regards

    Sparko

    EtreCheck release: 2.9.4 (254)

    Report generated 2016-02-15 21:22:04

    Download EtreCheck from http://etrecheck.com

    Time 06:06

    Performance: Below average

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Click on the link [check files] help with unknown files.

    Problem: Computer is too slow

    Description:

    Often slow to launch applications or execute simple commands

    Hardware Information:

    iMac (21.5 inch, at the end of 2013)

    [Data sheet] - [User Guide] - [Warranty & Service]

    iMac - model: iMac14, 1

    1 2.7 GHz Intel Core i5 CPU: 4 strands

    8 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 4 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 4 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en1: 802.11 a/b/g/n/ac

    Video information:

    Iris Pro Intel

    iMac, 1920 x 1080

    Software:

    OS X El Capitan 10.11.3 (15 d 21) - since startup time: less than an hour

    Disc information:

    HTS541010A9E662 disk HARD APPLE disk0: (1 TB) (rotation)

    EFI (disk0s1) : 210 MB

    Macintosh HD (disk0s2) /: 999,35 go-go (422,35 free)

    HD (disk0s3) [recovery] recovery: 650 MB

    USB information:

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Apple Inc. FaceTime HD camera (built-in)

    Reader SuperDrive for MacBook Air Apple Inc..

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Configuration files:

    /etc/sysctl.conf - file exists but not expected

    Guardian:

    Mac App Store and identified developers

    Unknown files:

    /Library/LaunchAgents/com.m-audio.prokeyssono61.helper.plist

    A unknown file found. [Check files]

    Kernel extensions:

    / System/Library/Extensions

    com [no charge]. ZTE.driver.ZTEUSBCDCACMData (1.2.19 - 2016-02-15) [Support]

    com [no charge]. ZTE.driver.ZTEUSBMassStorageFilter (1.2.19 - 2016-02-15) [Support]

    [no charge] com.m - audio .midisupport .driver .usb (1.1 - 2016-02-15) [Support]

    com.maudio.USB.prokeyssono61.driver [no charge] (1.8.1 - 2016-02-15) [Support]

    Startup items:

    M - Audio Firmware Loader: path: Library/StartupItems/M-Audio Firmware Loader

    Startup items are obsolete in OS X Yosemite

    Launch system officers:

    [loading] 156 tasks Apple

    [operation] 80 tasks Apple

    Launch system demons:

    [loading] 189 tasks Apple

    [operation] 98 tasks Apple

    Launch officers:

    [loading] com.avid.ApplicationManager.plist (2015-06-09) [Support]

    [operation] com.avid.ApplicationManagerHelper.plist (2015-06-09) [Support]

    [operation] com.m - audio .prokeyssono61 .helper .plist (2011-07-19) [Support]

    [loading] com.maintain.LogOut.plist (2016-02-15) [Support]

    [loading] com.maintain.Restart.plist (2016-02-15) [Support]

    [loading] com.maintain.ShutDown.plist (2016-02-15) [Support]

    [loading] com.maintain.Sleep.plist (2016-02-15) [Support]

    [operation] com.maintain.SystemEvents.plist (2016-02-15) [Support]

    Launch demons:

    [loading] com.adobe.fpsaud.plist (2016-01-29) [Support]

    [loading] com.avid.sari.plist (2015-08-25) [Support]

    [loading] com.maintain.CocktailScheduler.plist (2016-02-15) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2013-09-13) [Support]

    [loading] com.microsoft.office.licensingV2.helper.plist (2015-11-05) [Support]

    User launch officers:

    [loading] com.citrixonline.GoToMeeting.G2MUpdate.plist (2014-09-08) [Support]

    [loading] com.google.keystone.agent.plist (2015-12-14) [Support]

    [loading] com.maintain.ShowUserLibraryDirectory.plist (2016-02-15) [Support]

    [operation] com.spotify.webhelper.plist (2015-06-13) [Support]

    [loading]    A spot of Apple

    Items in user login:

    Dropbox application (/ Applications/Dropbox.app) (2016-02-12)

    Other applications:

    [operation] com.etresoft.EtreCheck.112352 (2016-02-14)

    [operation] com.getdropbox.dropbox.65632 (2016-02-12)

    Plug-ins Internet:

    FlashPlayer - 10.6: 20.0.0.306 - SDK 10.6 (2016-02-10) [Support]

    QuickTime Plugin: 7.7.3 (2016-02-15)

    Flash Player: 20.0.0.306 - SDK 10.6 (2016-02-10) [Support]

    Default browser: 601 - SDK 10.11 (2016-02-15)

    SharePointBrowserPlugin: 14.4.1 - SDK 10.6 (2014-05-12) [Support]

    Scorch: 6.2.0 (2014-05-07) [Support]

    Web of Google Earth plugin: 6.1 (2014-05-07) [Support]

    Silverlight: 5.1.30317.0 - SDK 10.6 (2014-06-07) [Support]

    iPhotoPhotocast: 7.0 (2014-05-07)

    User Plug-ins internet:

    CitrixOnlineWebDeploymentPlugin: 1.0.105 (2013-04-26) [Support]

    Safari extensions:

    EverNote Web Clipper (2015-08-24)

    3rd party preference panes:

    Flash Player (2016-01-29) [Support]

    M-Audio ProKeys Sono 61 (2014-05-07) [Support]

    Time Machine:

    Skip system files: No.

    Mobile backups: WE

    Automatic backup: YES

    Volumes to back up:

    Macintosh HD: Disc size: 999,35 GB disc used: 576,99 GB

    Destinations:

    Retina Mark Time Machine [Local]

    Total size: 0 B

    Total number of backups: 0

    An older backup: -.

    Last backup: -.

    Backup disk size: too small

    Size of backup 0 B< (disk="" used="" 576.99="" gb="" x="">

    Top of page process CPU:

    2% WindowServer

    mbfloagent (2) 2%

    1% kernel_task

    1% mdworker (2)

    0% fontd

    Top of page process of memory:

    751 MB kernel_task

    Mds_stores 664 MB

    467 MB softwareupdated

    319 MB Safari

    QuickLookSatellite (3) 188 MB

    Virtual memory information:

    799 MB free RAM

    7.22 used GB RAM (1.82 GB being cached)

    Used Swap 0 B

    Diagnostic information:

    February 15, 2016, 20:30:20 self-test - spent

    February 13, 2016, 11:22:26 ~/Library/Logs/DiagnosticReports/mapspushd_2016-02-13-112226_[redacted].crash

    / System/Library/CoreServices/mapspushd

    All software maintenance is in fact slow down your Mac.  The only maintenance that has need for a Mac is back up.  Remove any object to maintain, by asking directions.

    Also, your M-Audio drivers are listed as obsolete in Yosemite.  This means that any M-Audio Midi device to update driver to be useful in El Capitan.

  • Very slow Macbook Pro (2012), please help with report EtreCheck

    Hi all

    My Macbook runs very slowly, I tried a number of things suggested online but none worked. I recently went to a repair shop and they suggested it could be to do with the dataflex (not sure if this was exactly, but I remember it sounding similar.) They described as a hard drive to another internal component connection, sorry for the inaccuracy.) I have me am replaced, but this did not help either.

    I downloaded the software EtreCheck and I was wondering if someone could help me to make light of the report on possible solutions? I have the feeling that it could be the hard drive needs to be replaced, but have no evidence of that. Verification has been run for the problem of "Beachballing" and got the sub report, please let me know if more info would be helpful. I hope it's telling in a way!

    Thank you for the pointers.

    EtreCheck version: 2.7.8 (238)

    Report generated 2016-01-26 22:56:56

    Download EtreCheck from http://etrecheck.com

    Duration 10:23

    Performance: Poor

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Problem: Beachballing

    Hardware Information:

    MacBook Pro (13-inch, mid-2012)

    [Data sheet] - [User Guide] - [Warranty & Service]

    MacBook Pro - model: MacBookPro9, 2

    1 2.5 GHz Intel Core i5 CPU: 2 strands

    4 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 2 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 420 - SN = 9G22603YVD3MB

    Video information:

    Graphics Intel HD 4000

    Color LCD 1280 x 800

    Software:

    OS X Mavericks 10.9.5 (13F34) - since startup time: less than an hour

    Disc information:

    Disk0 APPLE drive HARD TOSHIBA MK5065GSXF: (500,11 GB) (rotation)

    EFI (disk0s1) : 210 MB

    Macintosh HD (disk0s2) /: 499,25 go-go (248,48 free)

    HD (disk0s3) [recovery] recovery: 650 MB

    OPTIARC DVD RW AD - 5970H)

    USB information:

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Guardian:

    Mac App Store and identified developers

    Launch system officers:

    [failure] com.apple.maspushagent.plist [details]

    Launch system demons:

    com.Apple.Security.syspolicy.plist [failure]

    Launch officers:

    [loading] com.google.keystone.agent.plist [Support]

    [loading] com.oracle.java.Java - Updater.plist [Support]

    Launch demons:

    [loading] com.adobe.fpsaud.plist [Support]

    [loading] com.google.keystone.daemon.plist [Support]

    [loading] com.oracle.java.Helper - Tool.plist [Support]

    Items in user login:

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Other applications:

    [ongoing] com.etresoft.EtreCheck.85920

    Plug-ins Internet:

    FlashPlayer - 10.6: Version: 19.0.0.226 - SDK 10.6 [Support]

    QuickTime Plugin: Version: 7.7.3

    Flash Player: Version: 19.0.0.226 - SDK 10.6 obsolete! Update

    Default browser: Version: 537 - SDK 10.9

    o1dbrowserplugin: Version: 5.41.0.0 - SDK 10.8 [Support]

    googletalkbrowserplugin: Version: 5.41.0.0 - SDK 10.8 [Support]

    JavaAppletPlugin: Version: 25 check the version of Java 8 update

    3rd party preference panes:

    Flash Player [Support]

    Java [Support]

    TeXDistPrefPane [Support]

    Time Machine:

    Time Machine not configured!

    Top of page process CPU:

    6% update_dyld_shared_cache

    4% WindowServer

    3% kernel_task

    mdworker (3) 2%

    1% launchd (4)

    Top of page process of memory:

    508 MB com.apple.WebKit.WebContent (4)

    502 MB kernel_task

    Safari of 283 MB

    Finder 197 MB

    152 MB softwareupdated

    Virtual memory information:

    988 MB of free RAM

    3.03 GB used RAM (750 MB cache)

    Used Swap 0 B

    Diagnostic information:

    26 January 2016, 21:59:30 self-test - spent

    Hello mrdivorce,

    It looks like of course as evidence of a hard drive failing for me. Hard drives 2.5 "in the MacBook Pro tend to fail after 2-3 years. Judging by the date on your MacBook, I think that your time is up. Maybe try to find a different repair store. Looking for Service Center authorized Apple (https://locate.apple.com/).

    I suggest upgrading to an SSD and increasing your RAM too. Then you have the hardware to run the last OS X 10.11.

Maybe you are looking for

  • Problem with fan for laptop!

    Hello, I bought a HP 2000-2b43dxbefore 15 days and I am sneaking suspicion there is problem wih fan / air on my laptop. When I turned my laptop first and next 2-3 days, my fan was silent until I couldn't hear his work so its normal because when I tur

  • USB port to Charge phone

    I thought it had a usb port that would charge a phone when the PC is turned off, but it didn't worked for me with S1. How will I know if S1 has such port or not.

  • management queue errors

    2012 LabVIEW help for most of the functions of queue: «This node is running even if an error occurred before this node runs.» Tested the true for the queue of liberation, but false for others: Enqueue, Dequeue, status, Preview, etc... They produced o

  • WVC54GCA - saved to disk NAS.

    I hava a couple of these cameras and they send me email alerts on motion detection. Recently, I received a NAS drive. I have changeed the save path in the preferences. A folder is automatically created with three subfolders AVI, data and snapshot. I'

  • XPS One 27, Windows Media Center 8, plays is not HDCP?

    I have new a touch XPS One 27 running on Windows 8 with Media Center. It's using the Intel HD Graphics 4000 adapter as primary and the secondary graphics card NVIDIA GeForce GT 640 M. All the drivers and software are up to date. I use a first Silicon