XCode not building file.

I'm trying to migrate an existing Windows built CS3 plugin to MacOS, which shouldn't be a problem as all the proper WIN_ENV and MAC_ENV directives were used in the creation of the plugin.
I followed the instructions for creating the XCode project as listed in the "getting started with adobe illustrator cs3 development" document but when I build, I get a directory instead of a .aip file, and illustrator ignores the plugin if I copy the directory over.
Now in the instructions, it says to create a "Loadable Bundle" target, and I'm wondering if this step is the cause, or if it's some option that's buried. I compared the XCode project file to one of the sample-code project files, and tried to make the build's information to match better than it did by default, but still no luck. I get a directory that has a .aip extension, with files under it, but no binary file. In the directory is a binary file w/o extension, and I've tried attaching the .aip extension to that and see if that works, but illustrator still doesn't load the plugin.
I don't know what base information you'd need, but I'm using a G5 Mac under 10.4.11 with XCode 2.5, using ppc and i386 for the output, ppc based for G4 in the build for a bit of leeway, but I've tried singling it to ppc and g5 as well in the build settings with no change.

Thanks for the tips, but the problem is that the folder is acting like a folder, and I do't need to do a "show package contents" to see the contents.
No there is no output in the console window or any errors showing up.
However, I have fixed that problem. I found in the porting-guide that there is a template for XCode to help make sure things are set up, but it wouldn't work on XCode 2.5 as the directory to put it into didn't exist. So I downgraded my XCode to 2.4.1, which then had the directory, and then used the Illustrator SDK template project to rebuild my project file and I now get a proper bundled .aip "file/folder" that had the correct icon.
I wish I could give a more detailed information to what was missing, but it seems that the steps in the getting-started guide for creating the XCode project from scratch is missing a step or two. the main thing I can see different from a glance is that the templated project's Targets area has information inside the groups created, where the setup from scratch did not (especially for example, "Link Binary with Libraries" now has a "carbon.framework" underneath it, which did not exist from the steps outlined in the getting-started guide.
So after doing that, and rebuilding the project /based/ from the template, it compiles, as it did before, and illustrator does load it, so I'm into debugging the code which is best suited for another topic.

Similar Messages

  • REP-1057: ' PATH_TO_REPORT/report.rdf' is not a valid Report Builder file.

    Current Level : Report Builder 6.0.8.27.0
    We migrated custom reports build on Report 2.5 to 6.0.8.27.0 on apps/db version
    from 11.0.3 / 8.0.5 to 11.5.10.2/9.2.0.6. Platform was moved from HPUX to Redhat
    Linux 4.
    When we open migrated reports then original reports get converted and compiled
    by Report Builder 6 without any problem. But once saved and when modified some
    of the reports get corrupted and have 'REP-1057' error.
    Anyone had any similar problem and found solution?
    Thanks

    I have a .rdf file. When I try to open the same in Report Builder for 6i, nothing happens! It just does not open!
    I tried to convert the report into .REX from unix - I get the following error
    REP-1057: 'FAIAPXINROH.rdf' is not a valid Report Builder file.
    But, the report is running fine from Oracle apps.
    I need to open this .rdf to change somethings.
    Any suggestions?
    Regards,
    Arun Tirumale

  • FlexUnit is working with FlashBuilder and not working with Build file

    Hi
    I have few flexunit test cases . When I am running those testcases from Flashbuilder FlexUnit plugin I am able to run all the testcases and when I run Build file to run those testcases , build file is launching my testrunner swf file and it is throwing follwoing  runtime error in flash player
    VerifyError: Error #1014: Class flash.events::NativeWindowBoundsEvent could not be found.
    at flash.display::MovieClip/nextFrame()
    at mx.managers::SystemManager/deferredNextFrame()
    at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.preloaders::Preloader/timerHandler()
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()
    here is the Build Console log
    [taskdef] Could not load definitions from resource flexTasks.tasks. It could not be found.
    test:
    [mxmlc] C:\Users\user\Documents\workspace\project\bin-debug\projectTestRunner.swf (1626331 bytes)
    [flexunit] Validating task attributes ...
    [flexunit] Generating default values ...
    [flexunit] Using the following settings for the test run:
    [flexunit] FLEX_HOME: [C:\Program Files\Adobe\Adobe Flash Builder for Force.com\sdks\4.5.1.21328]
    [flexunit] haltonfailure: [false]
    [flexunit] headless: [false]
    [flexunit] display: [99]
    [flexunit] localTrusted: [true]
    [flexunit] player: [flash]
    [flexunit] command: [C:\Program Files\Adobe\Adobe Flash Builder for Force.com\sdks\4.5.1.21328\runtimes\player\10.2\win\FlashPlayerDebugger.exe]
    [flexunit] port: [1024]
    [flexunit] swf: [C:\Users\user\Documents\workspace\project\bin-debug\projectTestRunner.swf]
    [flexunit] timeout: [60000ms]
    [flexunit] toDir: [C:\Users\user\Documents\workspace\project\report]
    [flexunit] Setting up server process ...
    [flexunit] Starting server ...
    [flexunit] Opening server socket on port [1024].
    [flexunit] Waiting for client connection ...
    [flexunit] Entry [C:\Users\user\Documents\workspace\project\bin-debug] already available in local trust file at [C:\Users\user\AppData\Roaming\Macromedia\Flash Player\#Security\FlashPlayerTrust\flexUnit.cfg].
    [flexunit] Executing 'C:\Program Files\Adobe\Adobe Flash Builder for Force.com\sdks\4.5.1.21328\runtimes\player\10.2\win\FlashPlayerDebugger.exe' with arguments:
    [flexunit] 'C:\Users\user\Documents\workspace\project\bin-debug\projectTestRunner.swf'
    [flexunit] The ' characters around the executable and arguments are
    [flexunit] not part of the command.
    [flexunit]
    [flexunit] Stopping server ...
    [flexunit] End of test data reached, sending acknowledgement to player ...
    [flexunit] Closing client connection ...
    [flexunit] Closing server on port [1024] ...
    BUILD FAILED
    C:\Users\user\Documents\workspace\project\build\build.xml:33: The following error occurred while executing this line:
    C:\Users\user\Documents\workspace\project\build\build.xml:175: java.util.concurrent.ExecutionException: Socket timeout waiting for flexunit report
    Many thanks for In advance for your help ..

    We had a similar problem in my project.  Took a lot of research and trial and error, but we finally narrowed it down to the resource.properties file.  Turns out that if the file gets too big it causes this problem.  Extending the timeout doesn't help.  You have to break your resource.properties into more granular files to reduce the file size.  This seems to fix the problem.  We have had it happen several times since then and we know how to fix it, so we get it fixed pretty quickly.
    Not sure if this will fix your problem, but it fixed ours.

  • Error could not build a topology to decode the input file

    682593 (3088) - exe\logging.cpp:0841: --- START 2014\11\4 5:38:34 AM ---
    682593 (3088) - exe\main.cpp:4511: WinSAT registry node is created or present
    682609 (3088) - exe\main.cpp:4542: Command Line = winsat  formal
    682625 (3088) - exe\main.cpp:4314: INFO: The axe results path environment variable is not set. Assuming we aren't running under AXE.
    682625 (3088) - exe\main.cpp:4649: INFO: Winsat is not running in AXE mode.
    682625 (3088) - exe\processwinsaterror.cpp:0146: ERROR: tried to read resource strings, unknown exception occured
    682687 (3088) - exe\main.cpp:4741: > IsFormal=TRUE  IsMoobe=FALSE.
    682687 (3088) - exe\watchdog.cpp:0113: WatchDogThreadProc Launched with priority 0
    682734 (3088) - exe\main.cpp:4860: Watch dog system enabled
    682734 (3088) - exe\main.cpp:4875: Main watch dog timer set to 600.0 seconds
    682875 (3088) - common\winsatutilities.cpp:1060: PNPID from DX9 call = PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    682875 (3088) - common\winsatutilities.cpp:1126: Index [0]: PNPID = PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    682875 (3088) - common\winsatutilities.cpp:1150: Matching device PnPID is PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    682875 (3088) - common\winsatutilities.cpp:1126: Index [1]: PNPID = ROOT\BasicDisplay
    682937 (3088) - exe\main.cpp:2615: > DWM Running.
    682937 (3088) - exe\main.cpp:2622: > turning off DWM.
    682937 (3088) - exe\main.cpp:2595: > EMD service will be restored on exit.
    682984 (3088) - exe\syspowertools.cpp:0983: > Read the active power scheme as '381b4222-f694-41f0-9685-ff5bb260df2e'
    682984 (3088) - exe\main.cpp:2923: > power policy saved.
    683171 (3088) - exe\syspowertools.cpp:1015: > Set the active power scheme to 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c'
    683171 (3088) - exe\main.cpp:2944: > power policy set to maximum.
    684515 (3088) - exe\main.cpp:0867: > WinSAT info: Version=V6.3 Build-9600.16384
    684562 (3088) - exe\main.cpp:1007: > IsOfficial=TRUE  IsFormal=TRUE  IsMoobe=FALSE  RanOverTs=FALSE  RanOnbatteries=FALSE
    684562 (3088) - exe\main.cpp:4125: > Power 'execution' request successfully set.
    684562 (3088) - exe\main.cpp:1852: > Run Assessment features 
    684593 (3088) - common\winsatutilities.cpp:1060: PNPID from DX9 call = PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    684593 (3088) - common\winsatutilities.cpp:1126: Index [0]: PNPID = PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    684593 (3088) - common\winsatutilities.cpp:1150: Matching device PnPID is PCI\VEN_1002&DEV_9851&SUBSYS_22CE103C&REV_05
    684593 (3088) - common\winsatutilities.cpp:1126: Index [1]: PNPID = ROOT\BasicDisplay
    684640 (3088) - exe\main.cpp:1852: > Run Assessment dwm -aname DWM -time 10 -fbc 10 -disp off -normalw 1 -alphaw 2 -width 1280 -height 1024 -winwidth C(1144) -winheight C(915) -rendertotex 6 -rtdelta 3 -nolock
    684656 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    696296 (3088) - exe\processresults.cpp:4571: > Wrote video memory bandwidth to the registry 3000430
    696359 (3088) - exe\main.cpp:2138: > DWM Assessment results processing SUCCESS
    696359 (3088) - exe\main.cpp:1852: > Run Assessment d3d -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    696359 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    702843 (3088) - exe\main.cpp:1852: > Run Assessment d3d -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    702843 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    709234 (3088) - exe\main.cpp:1852: > Run Assessment d3d -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta 3
    709234 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    716265 (3088) - exe\main.cpp:1852: > Run Assessment d3d -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta 3
    716265 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname Batch -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname Alpha -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -rendertotex 6 -rtdelta 3 -texpobj C(1)
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname Tex -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta
    3
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname ALU -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noalpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta
    3
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname GeomF4 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 150;200;241 -batchcnt C(50);C(200);C(300) -objs C(12);C(26);C(45) -noalpha -geomf4shader -texpobj C(0)
    -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723500 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname GeomV8 -time 7 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75;100;120 -batchcnt C(25);C(100);C(150) -objs C(8);C(17);C(29) -noalpha -geomv8shader -texpobj C(0)
    -rendertotex 6 -rtdelta 3 -tierframes 60 -tiertime 1
    723500 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723500 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723515 (3088) - exe\main.cpp:1852: > Run Assessment d3d -dx10  -aname CBuffer -time 5 -fbc 10 -disp off -animate 10 -width 1280 -height 1024 -totalobj 75 -batchcnt C(25) -objs C(8) -rendertotex 6 -rtdelta 3 -texpobj C(1) -cbuffershader -cbufa 2 -cbuff
    5 -cbufp 6
    723515 (3088) - d3d\graphicsop.cpp:0195: GraphicsOp::AssessmentThread Launched with priority 0
    723515 (3088) - d3d\graphicsop.cpp:0217: Driver is not WDDM 1.1 or WDDM 1.2; aborting DX10 assessment.
    723515 (3088) - exe\main.cpp:1852: > Run Assessment mfmedia -input C:\Windows\Performance\WinSAT\winsat.wmv -nopmp
    723515 (3088) - mfmedia\mfmediaop.cpp:0508: ps_MFMediaWorkerThread Launched with priority 0
    733562 (3088) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 1555: 0x800705b4 == ERROR_TIMEOUT
    733578 (3088) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 1279: 0x800705b4 == ERROR_TIMEOUT
    733578 (3088) - mfmedia\mediaerror.cpp:0137: mfmediatest.cpp @ 388: 0x800705b4 == ERROR_TIMEOUT
    733578 (3088) - mfmedia\mediaerror.cpp:0096:Error: Could not build a topology to decode the input file. (p_BuildTopology)
    733625 (3088) - exe\main.cpp:2157: > mfmedia Assessment FAILED due to an error
    733625 (3088) - exe\main.cpp:4164: > Power request 'execution' successfully cleared.
    733625 (3088) - exe\processresults.cpp:4571: > Wrote video memory bandwidth to the registry 3000430
    733625 (3088) - exe\processresults.cpp:1421: Skipping HighDefPlayback limit check.
    733625 (3088) - exe\processresults.cpp:1547: No D3D10 Subscore. Using D3D9 subscore for final D3D score.
    733640 (3088) - exe\processwinsaterror.cpp:0298: Unspecified error 21 occured.
    733640 (3088) - exe\processwinsaterror.cpp:0319: Writing exit code, cant msg and why msg to registry 
    733796 (3088) - exe\syspowertools.cpp:1015: > Set the active power scheme to 381b4222-f694-41f0-9685-ff5bb260df2e'
    733796 (3088) - exe\main.cpp:2985: > Power state restored.
    733812 (3088) - exe\main.cpp:3000: > Successfully reenabled EMD.
    733859 (3088) - exe\main.cpp:3026: > Composition restarted
    733859 (3088) - exe\watchdog.cpp:0339: Watch dog system shutdown
    733859 (3088) - exe\main.cpp:5204: > exit value = 21.
    i accidentally deleted all the formal assessment.xm file 
    please help me

    Hi,
    I'm agree with amavhsrma, we do need more information about your problem. We couldn't provide any suggestion with single log file.
    Roger Lu
    TechNet Community Support

  • Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral

    Hi,
    I have a web site developed with vs 2010 (32-bit) and crystal report 13 (for sv 2010). It's working well i when crystal report installed in gac. I need to this app on a server WITHOUT crystal report installed. so I copied all required crystal assemblies into the bin folder and publish it. I always get following error message
    Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    I tried a lot of solutions in this forum, but none of them resolved my issue.
    Please help!!
    thanks,
    Max

    Stick with x86 or x64, not Any CPU.
    Don't include log4net manually
    Look at these Kbases:
    [1543854  - Error: Could not load file or assembly log4net|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533343333333833353334%7D.do]
    [1550854  - "Could not load file or assembly 'log4net' or one of its dependencies" Error when building Visual Studio 2010 solution utilizing the Crystal Reports .NET Runtime|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533353330333833353334%7D.do]
    [1544693  - Error BC30560: 'CrystalReportViewer' is ambiguous in the namespace 'CrystalDecisions.Web'|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533343334333633393333%7D.do]
    [1548993  - Server Error in '/' Application when running .NET Web Application using Crystal Reports for Visual Studio 2010|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533343338333933393333%7D.do]
    - Ludek

  • Help with Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.

    This was all working yesterday, but this morning, I cannot run in the dev fabric, or even setting the website project as a startup project directly, I get the following error:
    Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.BadImageFormatException: Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'msshrtmi' could not be loaded.
    === Pre-bind state information ===
    LOG: User = Andrew-VAIO\Andrew
    LOG: DisplayName = msshrtmi
    (Partial)
    WRN: Partial binding information was supplied for an assembly:
    WRN: Assembly Name: msshrtmi | Domain ID: 3
    WRN: A partial bind occurs when only part of the assembly display name is provided.
    WRN: This might result in the binder loading an incorrect assembly.
    WRN: It is recommended to provide a fully specified textual identity for the assembly,
    WRN: that consists of the simple name, version, culture, and public key token.
    WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue.
    LOG: Appbase = file:///C:/Users/Andrew/Desktop/Beko2011Azure/Website/
    LOG: Initial PrivatePath = C:\Users\Andrew\Desktop\Beko2011Azure\Website\bin
    Calling assembly : (Unknown).
    ===
    LOG: This bind starts in default load context.
    LOG: Using application configuration file: C:\Users\Andrew\Desktop\Beko2011Azure\Website\web.config
    LOG: Using host configuration file:
    LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
    LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
    LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/root/cb955b02/eef106e2/msshrtmi.DLL.
    LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/Temporary ASP.NET Files/root/cb955b02/eef106e2/msshrtmi/msshrtmi.DLL.
    LOG: Attempting download of new URL file:///C:/Users/Andrew/Desktop/Beko2011Azure/Website/bin/msshrtmi.DLL.
    ERR: Failed to complete setup of assembly (hr = 0x8007000b). Probing terminated.
    Stack Trace:
    [BadImageFormatException: Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.]
    System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +0
    System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +39
    System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks) +132
    System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +144
    System.Reflection.Assembly.Load(String assemblyString) +28
    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +46
    [ConfigurationErrorsException: Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.]
    System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +618
    System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +209
    System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +130
    System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +178
    System.Web.Compilation.BuildManager.GetPreStartInitMethodsFromReferencedAssemblies() +94
    System.Web.Compilation.BuildManager.CallPreStartInitMethods() +332
    System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +677
    [HttpException (0x80004005): Could not load file or assembly 'msshrtmi' or one of its dependencies. An attempt was made to load a program with an incorrect format.]
    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9079228
    System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +97
    System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +258
    Note that the dev machine is x64 Win7.
    I have not tried deploying this to staging since the issue started as I'm a bit nervous of touching the staging/live environment until this is solved.
    Removing the PlatformTarget element from the project file has no effect
    Removing the msshrtmi.dll file from the bin directory of the website project ends up with 
    'Could not load file or assembly 'Microsoft.WindowsFabric.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified'
    I have used Git to revert to the last working build to no effect (But I don't have the obj/bin folders in GIT), but it has atleast reset the project files etc.
    If I return msshrtmi.dll to the bin folder and switch the model and website projects to x64 there is no change
    If I switch both to x86 then I get an error Could not load file or assembly 'BekoModel2011' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    which is the model project - presumably because to run on my x64 machine I need the 64bit version?
    I really need to be able to debug and then publish some changes ASAP.
    Andrew

    Hi,
    Is it true that you're using IIS to host the application? Could you check whether the process is x64 or x86 one via task manager or config in IIS manager?
    http://blogs.msdn.com/b/rakkimk/archive/2007/11/03/iis7-running-32-bit-and-64-bit-asp-net-versions-at-the-same-time-on-different-worker-processes.aspx
    Allen Chen [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Opening large ant xml build file(70KB+) hangs JDeveloper 11.1.2.1.0

    Hey everyone!
    I've been using JDeveloper for about 6 months and I've loved it from the beginning. Everythings seems to be where it's supposed to be and the visual editor greatly speeds up the development. And it's free - amazing. But the team I work with... all of them use IDEA/Eclipse, that is what people got used to - those monstrous IDE's that I'm not realy into - ...So all my persuasions to migrate to JDeveloper crash on one point: when opening large(70KB+) ant xml build files the JDeveloper seems to be doing some syntax checking and just hangs without saying anything. The strange thing is that these files open OK in IDEA/Eclipse.
    I use the latest version of JDeveloper 11g Release 2 11.1.2.1.0 on Windows7-64 and 1.6.0_30 java. Can I get some help on this one to increase the JDevelper popularity among fellow java developers? :)
    Thanks in advance!
    Edited by: 924380 on 29.03.2012 15:30

    Do you have access to Oracle Support to file an SR?
    Can you post your build.xml file somewhere, and I'd be happy to test?
    Another thing to try: run jdev.exe/jdev64.exe (assuming you're on windows) from jdeveloper\jdev\bin. This will open JDev in a command prompt window, and any stack traces that jdev might throw internally would be displayed in the console window. Not that this would help you fix anything, but might give Oracle a clue as to where the issue lies.
    John

  • Could not load file or assembly 'Oracle.DataAccess error on server

    I have been building a.NET application on my local Machine Windows 7 and have the 32-bit ODT installed on my machine which works nicely with VS 2010.
    I placed it on the server and when I open the page that accesses data from Oracle, I get the below error. Both the server and my local computer have the Oracle.DataAccess
    dll installed and both have the same public token 89b483f429c47342. I changed the target CPU from Any CPU to x86 and published a Release build of my project to the server.
    Why am I getting the below error?
    ==========================================================================================================
    Could not load file or assembly 'Oracle.DataAccess, Version=4.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Oracle.DataAccess, Version=4.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Oracle.DataAccess, Version=4.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' could not be loaded.
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    Stack Trace:
    [FileNotFoundException: Could not load file or assembly 'Oracle.DataAccess, Version=4.112.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.]
    antac.dashboard.Page_Load(Object sender, EventArgs e) in C:\Users\George\Documents\Visual Studio 2010\Projects\antac\antac\dashboard.aspx.cs:92
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
    System.Web.UI.Control.LoadRecursive() +71
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3048
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

    This was definitely the right answer, I thought ODAC was already installed on the server, but apparently not. I installed the 64-bit OCAC XCopy version on the server and now it works.

  • Error in Build file

    Hi All,
    I have a simple build file which i am using Ant build in Eclipse to give build to.
    <project name="bobf" default="compile" basedir=".">
         <property name="build.home"    value="${basedir}"/>
         <target name="compile" >
              <mkdir  dir="${build.home}\bin"/>
         <javac srcdir="${build.home}"
              destdir="${build.home}\bin" >
              <classpath path="${build.home}\lib"/> 
        </javac>
         </target>
    </project>i am getting this error while running it in the eclipse
    C:\Saurav\bobf\build.xml:14: Unable to find a javac compiler;
    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDK
    I have put the tools.jar in the ant buil's edit under classpath under user entries.
    Please help

    thanks both for the reply.
    I installed Ant
    here i am getting the new error
    C:\Saurav\bobf>ant build.xml
    Buildfile: build.xml
    BUILD FAILED
    java.lang.NoClassDefFoundError: javax/xml/parsers/FactoryConfigurationError
            at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:
    193)
            at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:
    140)
            at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.jav
    a:91)
            at org.apache.tools.ant.Main.runBuild(Main.java:653)
            at org.apache.tools.ant.Main.startAnt(Main.java:187)
            at org.apache.tools.ant.Main.start(Main.java:150)
            at org.apache.tools.ant.Main.main(Main.java:240)
    Total time: 0 seconds
    java.lang.NoClassDefFoundError: javax/xml/parsers/FactoryConfigurationError
            at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:
    193)
            at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:
    140)
            at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.jav
    a:91)
            at org.apache.tools.ant.Main.runBuild(Main.java:653)
            at org.apache.tools.ant.Main.startAnt(Main.java:187)
            at org.apache.tools.ant.Main.start(Main.java:150)
            at org.apache.tools.ant.Main.main(Main.java:240)
    javax/xml/parsers/FactoryConfigurationErrori have put the Ant library files in the classpath.
    Please help

  • JDeveloper, Can not build schema - Help Required

    Hi everyone,
    I am facing a peculiar problem with Jdeveloper. (10.1.3.4.4270)
    I am developing an ESB project. When referring to a XSD from within a XSD using a URL i.e. import, It's giving me error.
    Here is the sample code:_
    <?xml version="1.0" encoding="utf-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    <xsd:import namespace="http://xmlns.mysite.com/q/types"
              schemaLocation="http://192.168.8.10:7072/mySchemas/xmltypes.xsd" />
    ( [http://192.168.8.10:7072/mySchemas/xmltypes.xsd|http://192.168.8.10:7072/mySchemas/xmltypes.xsd] is accessible from a browser directly on the machine where project dir exists)
    When opening the XSD is design mode its showing red(error) for any element that uses types from xmltypes.xsd. When opening the XSL mapping which uses the current XSD its gives the following error:
    "Failed to open the target schema:
    Can not build schema 'http://xmlns.mysite.com/q/types' located at 'file :/C: /....../*xmltypes.xsd*'"
    +(It seems Jdeveloper is looking for the xmltypes.xsd in project dir, even though the import points to a URL)+
    The same code above works fine in Eclipse Gynamade and elements in current XSD are able to refer to types in xmltypes.xsd.
    What could be the problem. I am not finding any solution for this.
    Thanks in advance.

    Thank you for your reply.ButI had assign the dba role to the user,and could you tell me what version can build the schema.I had use the RAM 6.3.4.0.0 Complete 6.334
    Thank in advance
    Chris

  • DC not build in CONS buildspace

    Hi,
    we have the problem that our DCs are correctly build in the DEV buildspace of the CBS server but not in the CONS buildspace.
    We already checked all compartments and the DTR workspaces. Everything is identical.
    When building the DCs in the CONS buildspace the files seem not to be checked out from DTR.
    Below I attached the build log from DEV buildspace (that works fine) and from CONS buildspace (that does not build the DC correctly).
    Does anyone have an idea how to fix this problem?
    Thanks in advance.
    Helmut
    build log from CONS buildspace (extract):
    Build Plugin Version: 1.11.0 (630_VAL_REL) from 20 February 2005 11:50:18
    Start: 04.10.2005 05:26:50
    Temp dir: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/t/C40F9815EE21490043334C9F48DA1361
    prepare:
        [mkdir] Created dir: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/DCs/eon.com/eby/asz/recherch/model/_comp/gen/default/deploy
        [mkdir] Created dir: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/t/C40F9815EE21490043334C9F48DA1361/gwd/packages
    gen:
        [ddgen]
        [ddgen] [Info]    Property deployment is true: Deployment information is provided!
        [ddgen] [Info]    Property sourcepath: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/DCs/eon.com/eby/asz/recherch/model/_comp/src/packages
        [ddgen] [Info]    Property targetpath: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/t/C40F9815EE21490043334C9F48DA1361/gdd
        [ddgen] [Info]    Property archivename: eon.com~eby~asz~recherch~model
        [ddgen] [Info]    Property vendor: eon.com
        [ddgen] [Info]    Property dcname: eby/asz/recherch/model
        [ddgen] [Info]    Property language: Available languages are automatically determined!
        [ddgen] [Info]    Property addpaths ...
        [ddgen] [Info]       SapMetamodelDictionaryContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/DCs/sap.com/tc/bi/mm/_comp/gen/default/public/def/lib/model
        [ddgen] [Info]       SapMetamodelWebdynproContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/DCs/sap.com/tc/bi/mm/_comp/gen/default/public/def/lib/model
        [ddgen] [Info]       SapMetamodelWebdynproContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/DCs/sap.com/tc/wdp/metamodel/content/_comp/gen/default/public/default/lib/java
        [ddgen] [Info]       SapMetamodelDictionaryContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/DCs/sap.com/tc/ddic/metamodel/content/_comp/gen/default/public/default/lib/java
        [ddgen] [Info]    Destination directory /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/t/C40F9815EE21490043334C9F48DA1361/gdd does not exist
        [ddgen] [Info]    Destination directory /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/t/C40F9815EE21490043334C9F48DA1361/gdd is created
        [ddgen] [Info]    Initialize generation templates from configuration jar:file:/usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/DCs/sap.com/tc/bi/dict/_comp/gen/default/public/def/lib/java/SapDictionaryGenerationCore.jar!/DictionaryGenerationConfigurationCompiled.xml
        [ddgen] [Info]    Generating dbtables/sdmDeployDd.xml
        [ddgen] [Info]    Generation finished (2 seconds)
        [ddgen]
        [wdgen]
        [wdgen] [Info]    Property deployment is true: Deployment information is provided!
        [wdgen] [Info]    Property sourcepath: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/DCs/eon.com/eby/asz/recherch/model/_comp/src/packages
        [wdgen] [Info]    Property targetpath: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/t/C40F9815EE21490043334C9F48DA1361/gwd
        [wdgen] [Info]    Property archivename: eon.com~eby~asz~recherch~model
        [wdgen] [Info]    Property vendor: eon.com
        [wdgen] [Info]    Property dcname: eby/asz/recherch/model
        [wdgen] [Info]    Property language: Available languages are automatically determined!
        [wdgen] [Info]    Property addpaths ...
        [wdgen] [Info]       SapMetamodelDictionaryContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/DCs/sap.com/tc/bi/mm/_comp/gen/default/public/def/lib/model
        [wdgen] [Info]       SapMetamodelWebdynproContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/DCs/sap.com/tc/bi/mm/_comp/gen/default/public/def/lib/model
        [wdgen] [Info]       SapMetamodelWebdynproContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/DCs/sap.com/tc/wdp/metamodel/content/_comp/gen/default/public/default/lib/java
        [wdgen] [Info]       SapMetamodelDictionaryContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/DCs/sap.com/tc/ddic/metamodel/content/_comp/gen/default/public/default/lib/java
        [wdgen] [Info]    Initialize generation templates from configuration jar:file:/usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/DCs/sap.com/tc/bi/wd/_comp/gen/default/public/def/lib/java/SapWebDynproGenerationCore.jar!/WebDynproGenerationConfigurationCompiled.xml
        [wdgen] [Info]    Generating portalapp.xml
    [Warning] no version info found for SapMetamodelCore: NullPointerException null
    [Warning] no version info found for SapMetamodelCommon: NullPointerException null
    [Warning] no version info found for SapMetamodelDictionary: NullPointerException null
    [Warning] no version info found for SapMetamodelWebDynpro: NullPointerException null
    [Warning] no version info found for SapGenerationFrameworkCore: NullPointerException null
    [Warning] no version info found for SapDictionaryGenerationCore: NullPointerException null
    [Warning] no version info found for SapDictionaryGenerationTemplates: NullPointerException null
    [Warning] no version info found for SapWebDynproGenerationCore: NullPointerException null
    [Warning] no version info found for SapWebDynproGenerationTemplates: NullPointerException null
    [Warning] no version info found for SapWebDynproGenerationCTemplates: NullPointerException null
    [Warning] no version info found for SapIdeWebDynproCheckLayer: NullPointerException null
        [wdgen] [Info]    Generating wd.xml
        [wdgen] [Info]    Generating application.xml
        [wdgen] [Info]    Generating application-j2ee-engine.xml
        [wdgen] [Info]    Generating PublicPartFileList.properties
        [wdgen] [Info]    Generating PublicPartFileList.xml
        [wdgen] [Info]    Generation finished (0 seconds)
        [wdgen]
        [mkdir] Created dir: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/3a/.B/5886/t/C40F9815EE21490043334C9F48DA1361/classes
    build log from DEV buildspace (extract):
    Build Plugin Version: 1.11.0 (630_VAL_REL) from 20 February 2005 11:50:18
    Start: 30.09.2005 02:33:38
    Temp dir: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/t/C40F9815EE21490043334C9F48DA1361
    prepare:
        [mkdir] Created dir: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/DCs/eon.com/eby/asz/recherch/model/_comp/gen/default/deploy
        [mkdir] Created dir: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/t/C40F9815EE21490043334C9F48DA1361/gwd/packages
    gen:
        [ddgen]
        [ddgen] [Info]    Property deployment is true: Deployment information is provided!
        [ddgen] [Info]    Property sourcepath: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/DCs/eon.com/eby/asz/recherch/model/_comp/src/packages
        [ddgen] [Info]    Property targetpath: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/t/C40F9815EE21490043334C9F48DA1361/gdd
        [ddgen] [Info]    Property archivename: eon.com~eby~asz~recherch~model
        [ddgen] [Info]    Property vendor: eon.com
        [ddgen] [Info]    Property dcname: eby/asz/recherch/model
        [ddgen] [Info]    Property language: Available languages are automatically determined!
        [ddgen] [Info]    Property addpaths ...
        [ddgen] [Info]       SapMetamodelDictionaryContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/DCs/sap.com/tc/bi/mm/_comp/gen/default/public/def/lib/model
        [ddgen] [Info]       SapMetamodelWebdynproContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/DCs/sap.com/tc/bi/mm/_comp/gen/default/public/def/lib/model
        [ddgen] [Info]       SapMetamodelDictionaryContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/DCs/sap.com/tc/ddic/metamodel/content/_comp/gen/default/public/default/lib/java
        [ddgen] [Info]       SapMetamodelWebdynproContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/DCs/sap.com/tc/wdp/metamodel/content/_comp/gen/default/public/default/lib/java
        [ddgen] [Info]    Destination directory /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/t/C40F9815EE21490043334C9F48DA1361/gdd does not exist
        [ddgen] [Info]    Destination directory /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/t/C40F9815EE21490043334C9F48DA1361/gdd is created
        [ddgen] [Info]    Initialize generation templates from configuration jar:file:/usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/DCs/sap.com/tc/bi/dict/_comp/gen/default/public/def/lib/java/SapDictionaryGenerationCore.jar!/DictionaryGenerationConfigurationCompiled.xml
        [ddgen] [Info]    Generating datatypes/de/isenergy/eby/zaehlerwesen/rfcmodel/model/recherche/types/Bauform.gsimpletype
        [ddgen] [Info]    Generating datatypes/de/isenergy/eby/zaehlerwesen/rfcmodel/model/recherche/types/PackagePointer.java
        [ddgen] [Info]    Generating datatypes/de/isenergy/eby/zaehlerwesen/rfcmodel/model/recherche/types/Name_First.gsimpletype
        [ddgen] [Info]    Generating datatypes/de/isenergy/eby/zaehlerwesen/rfcmodel/model/recherche/types/Adat.gsimpletype
        [ddgen] [Info]    Generating datatypes/de/isenergy/eby/zaehlerwesen/rfcmodel/model/ebyasz/types/EBYASZModel.gdictionary
        [ddgen] [Info]    Generating datatypes/de/isenergy/eby/zaehlerwesen/rfcmodel/model/recherche/types/EBYASZModelRecherche.gdictionary
        [ddgen] [Info]    Generating dbtables/sdmDeployDd.xml
        [ddgen] [Info]    Generation finished (7 seconds)
        [ddgen]
        [wdgen]
        [wdgen] [Info]    Property deployment is true: Deployment information is provided!
        [wdgen] [Info]    Property sourcepath: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/DCs/eon.com/eby/asz/recherch/model/_comp/src/packages
        [wdgen] [Info]    Property targetpath: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/t/C40F9815EE21490043334C9F48DA1361/gwd
        [wdgen] [Info]    Property archivename: eon.com~eby~asz~recherch~model
        [wdgen] [Info]    Property vendor: eon.com
        [wdgen] [Info]    Property dcname: eby/asz/recherch/model
        [wdgen] [Info]    Property language: Available languages are automatically determined!
        [wdgen] [Info]    Property addpaths ...
        [wdgen] [Info]       SapMetamodelDictionaryContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/DCs/sap.com/tc/bi/mm/_comp/gen/default/public/def/lib/model
        [wdgen] [Info]       SapMetamodelWebdynproContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/DCs/sap.com/tc/bi/mm/_comp/gen/default/public/def/lib/model
        [wdgen] [Info]       SapMetamodelDictionaryContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/DCs/sap.com/tc/ddic/metamodel/content/_comp/gen/default/public/default/lib/java
        [wdgen] [Info]       SapMetamodelWebdynproContent.zip - /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/DCs/sap.com/tc/wdp/metamodel/content/_comp/gen/default/public/default/lib/java
        [wdgen] [Info]    Initialize generation templates from configuration jar:file:/usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/DCs/sap.com/tc/bi/wd/_comp/gen/default/public/def/lib/java/SapWebDynproGenerationCore.jar!/WebDynproGenerationConfigurationCompiled.xml
        [wdgen] [Info]    Generating packages/de/isenergy/eby/zaehlerwesen/model/wdp/IPublicModelComp.java
        [wdgen] [Info]    Generating packages/de/isenergy/eby/zaehlerwesen/model/wdp/IPrivateModelComp.java
        [wdgen] [Info]    Generating packages/de/isenergy/eby/zaehlerwesen/rfcmodel/model/recherche/Z_E_Asz_Getorderplanswapelec_Input.java
        [wdgen] [Info]    Generating packages/de/isenergy/eby/zaehlerwesen/rfcmodel/model/recherche/Z_E_Asz_Getorderperrepgas_Output.java
        [wdgen] [Info]    Generating configuration/Components/de.isenergy.eby.zaehlerwesen.model.ModelComp/ModelComp.xml
        [wdgen] [Info]    Generating packages/de/isenergy/eby/zaehlerwesen/model/wdp/ResourceModelComp.properties
        [wdgen] [Info]    Generating portalapp.xml
    [Warning] no version info found for SapMetamodelCore: NullPointerException null
    [Warning] no version info found for SapMetamodelCommon: NullPointerException null
    [Warning] no version info found for SapMetamodelDictionary: NullPointerException null
    [Warning] no version info found for SapMetamodelWebDynpro: NullPointerException null
    [Warning] no version info found for SapGenerationFrameworkCore: NullPointerException null
    [Warning] no version info found for SapDictionaryGenerationCore: NullPointerException null
    [Warning] no version info found for SapDictionaryGenerationTemplates: NullPointerException null
    [Warning] no version info found for SapWebDynproGenerationCore: NullPointerException null
    [Warning] no version info found for SapWebDynproGenerationTemplates: NullPointerException null
    [Warning] no version info found for SapWebDynproGenerationCTemplates: NullPointerException null
    [Warning] no version info found for SapIdeWebDynproCheckLayer: NullPointerException null
        [wdgen] [Info]    Generating wd.xml
        [wdgen] [Info]    Generating application.xml
        [wdgen] [Info]    Generating application-j2ee-engine.xml
        [wdgen] [Info]    Generating PublicPartFileList.properties
        [wdgen] [Info]    Generating PublicPartFileList.xml
        [wdgen] [Info]    Generation finished (11 seconds)
        [wdgen]
        [mkdir] Created dir: /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/t/C40F9815EE21490043334C9F48DA1361/classes
        [javac] Compiling 136 source files to /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.B/5838/t/C40F9815EE21490043334C9F48DA1361/classes

    Hi Helmut,
    It looks like only the activity that creates the DC was transported to cons, but not the actual WD content. The source folder (src/packages) is there in both cases, but it looks like the WD generator just doesn't find any wd-sources in cons.
    Did you compare the DTR workspaces? Could you check for unreleased activities ?
    If the workspace comparison (between dev/active and cons/inactive) shows that they are identical, then could you check what happens when you import the cons configuration in the IDE and try to build the DC from within the IDE?
    Regards,
    Manohar

  • Finder unstable - keeps hanging and not showing files in folders

    I recently upgraded to Yosemite and am running 10.10.2.  Since then, I've been having weird Finder problems.  The weirdness includes the Finder hanging when trying to open or place a file in a program, the Finder not displaying files within folders, not displaying files in a mounted image, etc.  Restarting corrects the error.  The problem was also present while logging into a Guest account.  On a related note, Preview was having a major hang previewing jpeg files also.  This has happened several times in the past few days and I would love to stop it from happening again.
    In general troubleshooting, I have repaired Disk Permissions, validated and deleted fonts with errors.
    Any help would be appreciated.

    Start time: 10:43:18 03/25/15
    Revision: 1305
    Model Identifier: iMac13,2
    System Version: OS X 10.10.2 (14C1514)
    Kernel Version: Darwin 14.1.0
    Time since boot: 1 day11:41
    UID: 501
    Memory
        BANK 0/DIMM0
          Size: 4 GB
          Speed: 1600 MHz
          Status: OK
          Manufacturer: 0x859B
        BANK 1/DIMM0
          Size: 4 GB
          Speed: 1600 MHz
          Status: OK
          Manufacturer: 0x02FE
        BANK 0/DIMM1
          Size: 4 GB
          Speed: 1600 MHz
          Status: OK
          Manufacturer: 0x859B
        BANK 1/DIMM1
          Size: 4 GB
          Speed: 1600 MHz
          Status: OK
          Manufacturer: 0x02FE
    USB
        My Passport 0748 (Western Digital Technologies, Inc.)
    Bluetooth
        Apple Magic Mouse
        Sound Spot:
    Energy (lifetime)
        com.apple.WebKit.WebContent (UID 501): 11.34
    Energy (sampled)
        com.apple.WebKit.WebContent (UID 501): 25.42
        WindowServer (UID 88): 11.05
        com.apple.WebKit.Networking (UID 501): 10.85
        kernel_task (UID 0): 7.87
    Memory (MB)
        kernel_task (UID 0): 1414
    Font issues: 12
    Firewall: On
    Proxies
        AppleProxyConfigurationSelected : 2
    DNS: 75.75.76.76
    Listeners
        kdc: kerberos
        launchd: afpovertcp
    System caches/logs
        1.6 GiB: /System/Library/Caches/com.apple.coresymbolicationd/data
    Diagnostic reports
        2015-02-24 Adobe Photoshop CS6 crash
        2015-02-24 AirPort Base Station Agent crash x2
        2015-02-24 Captive Network Assistant crash
        2015-02-24 Mail crash
        2015-02-24 fontworker crash x2
        2015-02-24 mdworker crash x5
        2015-02-25 AddressBookSourceSync crash
        2015-02-25 Mail crash
        2015-02-25 SafariDAVClient crash x2
        2015-03-05 garcon crash
        2015-03-13 AdobeCrashDaemon crash
        2015-03-13 Messages hang
        2015-03-13 sharingd crash
        2015-03-19 Preview hang
        2015-03-20 AdobeCrashDaemon crash
        2015-03-20 cloudd crash
        2015-03-20 sharingd crash
        2015-03-21 garcon crash
        2015-03-22 AdobeCrashDaemon crash
        2015-03-24 Finder crash*
        2015-03-24 Pages hang
        * Code injection
    HCI errors
        Bus: 0x1a Addr: 4 Errors: 16
    USB
        USB 3.0 SuperSpeed Bus
          Host Controller Location: Built-in USB
          Host Controller Driver: AppleUSBXHCI
          Bus Number: 0x0a
            My Passport 0748
              Location ID: 0x15300000 / 1
              Current Available (mA): 900
              Current Required (mA): 896
              Capacity: 1 TB (1,000,170,586,112 bytes)
              BSD Name: disk3
              Volumes
                EFI
                  Capacity: 209.7 MB (209,715,200 bytes)
                  BSD Name: disk3s1
                  Content: EFI
                TIME PASSAGES
                  Capacity: 999.83 GB (999,826,612,224 bytes)
                  Available: 14.32 GB (14,318,206,976 bytes)
                  Writable: Yes
                  File System: Journaled HFS+
                  BSD Name: disk3s2
                  Content: Apple_HFS
        USB 3.0 Hi-Speed Bus
          Host Controller Location: Built-in USB
          Host Controller Driver: AppleUSBXHCI
          Bus Number: 0x0a
        USB Hi-Speed Bus
          Host Controller Location: Built-in USB
          Host Controller Driver: AppleUSBEHCI
          Bus Number: 0x1a
            Hub
              Location ID: 0x1a100000 / 2
              Current Available (mA): 500
              Current Required (mA): 0
              Built-In: Yes
                Keyboard Hub
                  Location ID: 0x1a130000 / 4
                  Current Available (mA): 500
                  Current Required (mA): 300
                    Apple Keyboard
                      Location ID: 0x1a132000 / 5
                      Current Available (mA): 100
                      Current Required (mA): 20
                FaceTime HD Camera (Built-in)
                  Location ID: 0x1a110000 / 3
                  Current Available (mA): 500
                  Current Required (mA): 500
                  Built-In: Yes
        USB Hi-Speed Bus
          Host Controller Location: Built-in USB
          Host Controller Driver: AppleUSBEHCI
          Bus Number: 0x1d
            Hub
              Location ID: 0x1d100000 / 2
              Current Available (mA): 500
              Current Required (mA): 0
              Built-In: Yes
                Hub
                  Location ID: 0x1d180000 / 3
                  Current Available (mA): 500
                  Current Required (mA): 2
                  Built-In: Yes
                    BRCM20702 Hub
                      Location ID: 0x1d181000 / 4
                      Current Available (mA): 500
                      Current Required (mA): 94
                      Built-In: Yes
                        Bluetooth USB Host Controller
                          Location ID: 0x1d181300 / 5
                          Current Available (mA): 500
                          Current Required (mA): 0
                          Built-In: Yes
    HID errors: 5
    Kernel log
        Mar 23 07:14:06 Limiting closed port RST response from 409 to 250 packets per second
        Mar 23 07:14:21 Limiting closed port RST response from 317 to 250 packets per second
        Mar 23 22:57:10 IOHIDSystem: Seize of IOHIDPointing failed.
        Mar 23 22:57:10 IOHIDSystem: Seize of AppleMultitouchHIDEventDriver failed.
        Mar 23 22:57:26 utun_start: ifnet_disable_output returned error 12
        Mar 23 23:01:43 utun_start: ifnet_disable_output returned error 12
        Mar 23 23:03:51 considerRebuildOfPrelinkedKernel com.apple.kext.OSvKernDSPLib triggered rebuild
        Mar 24 08:58:22 PM notification timeout (pid 323, Creative Cloud)
        Mar 24 08:58:22 PM notification timeout (pid 424, Adobe CEF Helper)
        Mar 24 08:58:22 PM notification timeout (pid 423, Adobe CEF Helper)
        Mar 24 11:58:49 PM notification timeout (pid 323, Creative Cloud)
        Mar 24 11:58:49 PM notification timeout (pid 424, Adobe CEF Helper)
        Mar 24 11:58:49 PM notification timeout (pid 423, Adobe CEF Helper)
        Mar 24 14:59:02 PM notification timeout (pid 323, Creative Cloud)
        Mar 24 14:59:02 PM notification timeout (pid 424, Adobe CEF Helper)
        Mar 24 14:59:02 PM notification timeout (pid 423, Adobe CEF Helper)
        Mar 24 17:10:31 PM notification timeout (pid 323, Creative Cloud)
        Mar 24 17:10:31 PM notification timeout (pid 424, Adobe CEF Helper)
        Mar 24 17:10:31 PM notification timeout (pid 423, Adobe CEF Helper)
        Mar 24 19:55:00 PM notification timeout (pid 323, Creative Cloud)
        Mar 24 19:55:00 PM notification timeout (pid 424, Adobe CEF Helper)
        Mar 24 19:55:00 PM notification timeout (pid 423, Adobe CEF Helper)
        Mar 24 21:38:24 PM notification timeout (pid 323, Creative Cloud)
        Mar 24 21:38:24 PM notification timeout (pid 424, Adobe CEF Helper)
        Mar 24 21:38:24 PM notification timeout (pid 423, Adobe CEF Helper)
    System log
        Mar 25 09:05:59 com.apple.iCloudHelper: tcp_connection_destination_prepare_complete 11 connectx to 17.167.135.83:443@0 failed: Network is down
        Mar 25 09:05:59 com.apple.iCloudHelper: tcp_connection_destination_prepare_complete 11 connectx to 17.167.142.39:443@0 failed: Network is down
        Mar 25 09:05:59 com.apple.iCloudHelper: tcp_connection_destination_prepare_complete 11 connectx to 17.172.208.53:443@0 failed: Network is down
        Mar 25 09:05:59 com.apple.iCloudHelper: tcp_connection_destination_prepare_complete 11 connectx to 17.164.0.48:443@0 failed: Network is down
        Mar 25 09:05:59 com.apple.iCloudHelper: tcp_connection_destination_prepare_complete 11 connectx to 17.172.192.33:443@0 failed: Network is down
        Mar 25 09:05:59 com.apple.iCloudHelper: tcp_connection_destination_prepare_complete 11 connectx to 17.172.116.48:443@0 failed: Network is down
        Mar 25 09:05:59 com.apple.iCloudHelper: tcp_connection_destination_prepare_complete 11 connectx to 17.167.150.82:443@0 failed: Network is down
        Mar 25 09:05:59 com.apple.iCloudHelper: tcp_connection_destination_prepare_complete 11 connectx to 17.167.139.47:443@0 failed: Network is down
        Mar 25 09:05:59 com.apple.iCloudHelper: tcp_connection_destination_prepare_complete 11 connectx to 17.167.136.40:443@0 failed: Network is down
        Mar 25 09:06:17 CalendarAgent: tcp_connection_destination_prepare_complete 780 connectx to 17.172.208.29:443@0 failed: Network is down
        Mar 25 09:06:17 CalendarAgent: tcp_connection_destination_prepare_complete 781 connectx to 17.172.208.29:443@0 failed: Network is down
        Mar 25 09:06:17 CalendarAgent: tcp_connection_destination_prepare_complete 782 connectx to 17.172.208.29:443@0 failed: Network is down
        Mar 25 09:06:17 CalendarAgent: tcp_connection_destination_prepare_complete 783 connectx to 17.172.208.29:443@0 failed: Network is down
        Mar 25 09:06:17 CalendarAgent: tcp_connection_destination_prepare_complete 784 connectx to 17.172.208.29:443@0 failed: Network is down
        Mar 25 09:06:54 configd: [0x7fe258f254d0] [m]DNS query timeout (query time = 33.160030), [46TE]
        Mar 25 09:06:57 configd: [0x7fe258f26fd0] [m]DNS query timeout (query time = 35.845716), [46TE]
        Mar 25 09:07:30 configd: [0x7fe25b925290] [m]DNS query timeout (query time = 35.106510), [46TE]
        Mar 25 09:07:32 configd: [0x7fe25b827360] [m]DNS query timeout (query time = 34.997796), [46TE]
        Mar 25 09:08:31 configd: [0x7fe25b926130] [m]DNS query timeout (query time = 32.149754), [46TE]
        Mar 25 09:08:35 configd: [0x7fe258f24110] [m]DNS query timeout (query time = 35.141543), [46TE]
        Mar 25 09:09:07 configd: [0x7fe25b9246d0] [m]DNS query timeout (query time = 35.101171), [46TE]
        Mar 25 09:09:10 configd: [0x7fe258d2c010] [m]DNS query timeout (query time = 35.143972), [46TE]
        Mar 25 09:48:22 softwareupdate_download_service:  securityd_message_with_reply_sync Failed to talk to secd after 4 attempts.
        Mar 25 09:48:29 authd: Sandbox denied authorizing right 'system.install.app-store-software.standard-user' for authorization created by '/System/Library/CoreServices/Software Update.app/Contents/Resources/SoftwareUpdateConfigData' [5533]
        Mar 25 09:48:51 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
    launchd log
        Mar 19 09:43:28 com.apple.xpc.launchd.domain.user.loginwindow.5602.4294967295: Could not import service from caller: caller = WacomTabletDriv.5613, service = com.wacom.TabletDriver.177816, error = 134: Service cannot load in requested session
        Mar 19 09:43:30 com.apple.xpc.launchd.user.201.100135.Aqua: Could not read path: path = /Users/USER/Library/LaunchAgents, error = 2: No such file or directory
        Mar 19 09:43:31 com.apple.xpc.launchd.user.201.100135.Aqua: Could not import service from caller: caller = otherbsd.5631, service = com.marketcircle.BPSyncHelper, error = 119: Service is disabled
        Mar 19 09:43:31 com.apple.xpc.launchd.user.201.100135.Aqua: Could not import service from caller: caller = otherbsd.5631, service = com.apple.photostream-agent, error = 119: Service is disabled
        Mar 19 09:43:31 MyListenerSocket: No PATH environment variable set. The application firewall will not work with this service.
        Mar 19 09:43:31 MyListenerSocket: No PATH environment variable set. The application firewall will not work with this service.
        Mar 19 09:47:01 com.apple.xpc.launchd.domain.user.0: Caller not allowed to perform action: loginwindow.5602, action = query service enabled state, code = 1: Operation not permitted, uid = 0, euid = 201, gid = 201, egid = 201, asid = 100135
        Mar 19 09:47:02 com.apple.xpc.launchd.domain.user.loginwindow.5851.4294967295: Could not import service from caller: caller = WacomTabletDriv.5865, service = com.wacom.TabletDriver.177816, error = 134: Service cannot load in requested session
        Mar 19 09:47:09 com.apple.xpc.launchd.user.501.100145.Aqua: Could not import service from caller: caller = otherbsd.5879, service = com.marketcircle.BPSyncHelper, error = 119: Service is disabled
        Mar 19 09:57:57 com.apple.xpc.launchd.domain.user.loginwindow.66.4294967295: Could not import service from caller: caller = WacomTabletDriv.158, service = com.wacom.TabletDriver.177816, error = 134: Service cannot load in requested session
        Mar 19 09:58:10 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.219, service = com.marketcircle.BPSyncHelper, error = 119: Service is disabled
        Mar 19 10:13:37 com.apple.xpc.launchd.domain.pid.Install Adobe Flash Player.5931: Could not resolve origin of domain. XPC services in this domain's bundle will not be bootstrapped: error = 109: Invalid property list, taint = (null)
        Mar 19 15:41:10 com.apple.xpc.launchd.domain.user.loginwindow.66.4294967295: Could not import service from caller: caller = WacomTabletDriv.192, service = com.wacom.TabletDriver.177816, error = 134: Service cannot load in requested session
        Mar 19 15:41:48 com.apple.xpc.launchd.user.501.100006.Aqua: Could not import service from caller: caller = otherbsd.222, service = com.marketcircle.BPSyncHelper, error = 119: Service is disabled
        Mar 21 19:28:53 com.apple.xpc.launchd.domain.user.loginwindow.6792.4294967295: Could not import service from caller: caller = WacomTabletDriv.6803, service = com.wacom.TabletDriver.177816, error = 134: Service cannot load in requested session
        Mar 21 19:30:17 com.apple.xpc.launchd.domain.user.loginwindow.69.4294967295: Could not import service from caller: caller = WacomTabletDriv.192, service = com.wacom.TabletDriver.177816, error = 134: Service cannot load in requested session
        Mar 21 19:31:03 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.229, service = com.marketcircle.BPSyncHelper, error = 119: Service is disabled
        Mar 23 23:01:37 com.apple.xpc.launchd.domain.user.loginwindow.66.4294967295: Could not import service from caller: caller = WacomTabletDriv.185, service = com.wacom.TabletDriver.177816, error = 134: Service cannot load in requested session
        Mar 23 23:02:16 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.216, service = com.marketcircle.BPSyncHelper, error = 119: Service is disabled
    Console log
        Mar 19 10:14:58 FontValidator: Cannot generate a valid CTFont from AngloSaxon8thc
        Mar 19 10:15:23 FontValidator: Cannot generate a valid CTFont from Blambot Custom
        Mar 19 10:15:23 FontValidator: Cannot generate a valid CTFont from Blambot Custom
        Mar 19 10:15:44 FontValidator: Cannot generate a valid CTFont from Casket Breath
        Mar 19 10:17:38 FontValidator: Cannot generate a valid CTFont from LOlivier
        Mar 19 10:17:38 FontValidator: Cannot generate a valid CTFont from LOlivierIrregular
        Mar 19 10:17:45 FontValidator: Cannot generate a valid CTFont from LowRiderBBItalic
        Mar 19 10:32:34 FontValidator: Cannot generate a valid CTFont from AngloSaxon8thc
        Mar 19 10:35:21 FontValidator: Cannot generate a valid CTFont from LOlivier
        Mar 19 10:35:21 FontValidator: Cannot generate a valid CTFont from LOlivierIrregular
        Mar 19 10:35:27 FontValidator: Cannot generate a valid CTFont from LowRiderBBItalic
        Mar 23 23:02:16 fontd: Failed to open read-only database, regenerating DB
    System services loaded
        com.adobe.fpsaud
        com.apple.security.syspolicy
        - status: -15
        com.apple.watchdogd
        com.google.keystone.daemon
        com.leapfrog.connect.authdaemon
    System services disabled
        com.apple.xgridcontrollerd
        com.apple.docsetinstalld
        com.apple.crsud
        com.apple.mtmd
        org.samba.winbindd
        com.openssh.sshd
        com.atomicbird.macaroniTool
        com.apple.mrt
        com.apple.mtmfs
        com.apple.xgridagentd
        com.apple.configureLocalKDC
        org.samba.nmbd
    Login services loaded
        com.adobe.AAM.Scheduler-1.0
        com.adobe.ARM.UUID
        com.adobe.ARM.UUID
        com.adobe.ARM.UUID
        com.adobe.AdobeCreativeCloud
        com.adobe.CS4ServiceManager
        - status: 78
        com.adobe.CS5ServiceManager
        - status: 78
        com.apple.Finder
        - status: -11
        com.apple.mrt.uiagent
        com.apple.photostream-agent
        - status: 1
        com.brother.LOGINserver
        - status: 78
        com.google.keystone.system.agent
        com.leapfrog.connect.monitor
        com.wacom.wacomtablet
    Login services disabled
        com.apple.FTMonitor
        com.apple.imagent.monaco
        com.marketcircle.BPSyncHelper
    User services disabled
        com.apple.FTMonitor
        com.apple.imagent.monaco
        com.marketcircle.BPSyncHelper
    Startup items
        /Library/StartupItems/Cocktail/Cocktail
        /Library/StartupItems/Cocktail/StartupParameters.plist
        /Library/StartupItems/HP IO/HP IO
        /Library/StartupItems/HP IO/Resources/version.plist
        /Library/StartupItems/HP IO/StartupParameters.plist
        /Library/StartupItems/HP Trap Monitor/HP Trap Monitor
        /Library/StartupItems/HP Trap Monitor/StartupParameters.plist
        /Library/StartupItems/MissingSyncListener/MissingSyncListener
        /Library/StartupItems/MissingSyncListener/StartupParameters.plist
        /Library/StartupItems/MxBtDaemon/MxBtDaemon
        /Library/StartupItems/MxBtDaemon/StartupParameters.plist
        /Library/StartupItems/ProTec6/DemoOver
        /Library/StartupItems/ProTec6/Nalpeirond6
        /Library/StartupItems/ProTec6/ProTec6
        /Library/StartupItems/ProTec6/StartupParameters.plist
    Global login items
        /Library/Application Support/WDSmartWare/WDQuickView.app
    User login items
        Dropbox
        - /Applications/Dropbox.app
        Copy
        - /Applications/Copy.app
        WDQuickView
        - missing value
    Safari extensions
        Add To Amazon Wish List
        - com.amazon.safari.wishlist
        Pin It Button
        - com.pinterest.extension
        Translate
        - com.sidetree.Translate
    Widgets
        Time Machine Buddy
    iCloud errors
        cloudd 587
        bird 262
        comapple.InputMethodKit.UserDictionary 1
        Safari 1
    Continuity errors
        sharingd 29
        lsuseractivityd 11
    Restricted files: 4018
    Lockfiles: 23
    Accessibility
        Keyboard Zoom: On
    Contents of /Library/LaunchAgents/com.wacom.wacomtablet.plist
        - mod date: Feb 25 18:00:03 2010
        - size (B): 712
        - checksum: 2972905917
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnvironmentVariables</key>
        <dict>
        <key>RUN_WITH_LAUNCHD</key>
        <string>1</string>
        </dict>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.wacom.wacomtablet</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        <string>LoginWindow</string>
        </array>
        <key>Program</key>
        <string>/Library/Application Support/Tablet/WacomTabletSpringboard</string>
        <key>RunAtLoad</key>
        <true/>
        ...and 4 more line(s)
    Contents of /Library/LaunchDaemons/com.leapfrog.connect.authdaemon.plist
        - mod date: Sep 29 11:25:15 2014
        - size (B): 778
        - checksum: 886752062
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.leapfrog.connect.authdaemon</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.leapfrog.connect.authdaemon</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        <string>/var/run/com.leapfrog.connect.authdaemon.socket</string>
        <key>SockType</key>
        ...and 5 more line(s)
    Contents of /private/etc/crontab
        - very short file (no magic)
        - mod date: Mar  3 10:37:26 2015
        - size (B): 1
        - checksum: 3515105045
        [N/A]
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Jul 17 13:38:35 2012
        - size (B): 574
        - checksum: 408149527
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Mar  2 16:39:43 2015
        - size (B): 631
        - checksum: 4116814193
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/Updater/Adobe Acrobat Updater Helper.app/Contents/MacOS/Adobe Acrobat Updater Helper</string>
        <string>semi-auto</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Oct  8 12:26:20 2012
        - size (B): 601
        - checksum: 926752576
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/MacOS/Updater/Adobe Acrobat Updater Helper.app/Contents/MacOS/Adobe Acrobat Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.leapfrog.connect.monitor.plist
        - mod date: Sep 29 11:15:00 2014
        - size (B): 431
        - checksum: 1547851056
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.leapfrog.connect.monitor</string>
        <key>Program</key>
        <string>/Users/USER/Library/Application Support/LeapFrogConnect/LeapFrogMonitor.app/Contents/MacOS/LeapFrogMonitor</str ing>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Library paths
        /Applications/Adobe Dreamweaver CS6/Configuration/browsers/webkit/WebKitDw.dylib
        /Applications/Adobe Dreamweaver CS6/Installer/CustomHooks.dylib
        /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/stub/libSystem.B.dylib
        /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/stub/libgcc_s.1.dylib
        /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/stub/libobjc.dylib
        /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/stub/libstdc++.6.dylib
        /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/stub/libz.dylib
        /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air-captive/mac/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
        /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
        /Applications/Adobe Flash Builder 4.6/utilities/ipa_packager/lib/aot/stub/libSystem.B.dylib
        /Applications/Adobe Flash Builder 4.6/utilities/ipa_packager/lib/aot/stub/libgcc_s.1.dylib
        /Applications/Adobe Flash Builder 4.6/utilities/ipa_packager/lib/aot/stub/libobjc.dylib
        /Applications/Adobe Flash Builder 4.6/utilities/ipa_packager/lib/aot/stub/libstdc++.6.dylib
        /Applications/Adobe Flash Builder 4.6/utilities/ipa_packager/lib/aot/stub/libz.dylib
        /Applications/Adobe Flash CS6/AIR3.2/lib/aot/stub/libSystem.B.dylib
        /Applications/Adobe Flash CS6/AIR3.2/lib/aot/stub/libgcc_s.1.dylib
        /Applications/Adobe Flash CS6/AIR3.2/lib/aot/stub/libobjc.dylib
        /Applications/Adobe Flash CS6/AIR3.2/lib/aot/stub/libstdc++.6.dylib
        /Applications/Adobe Flash CS6/AIR3.2/lib/aot/stub/libz.dylib
        /Applications/Adobe Flash CS6/AIR3.2/runtimes/air-captive/mac/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
        /Applications/Adobe Flash CS6/AIR3.2/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/bin/iOSBin/libglib-2.0.0.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/bin/iOSBin/libiconv.2.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/bin/iOSBin/libintl.8.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/bin/iOSBin/libplist.1.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/bin/iOSBin/libxml2.2.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/QMIParser.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libAWDProtobuf.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libAWDProtobufBluetooth.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libAWDProtobufFacetime.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libAWDProtobufGCK.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libAWDProtobufLocation.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libAWDProtobufTelephony.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libAWDProtobufWifi.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libAWDSupport.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libAXSpeechManager.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libAccessibility.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libCRFSuite.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libIOAccessoryManager.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libIOKit.A.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libIOKit.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libMatch.1.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libMatch.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libMobileGestalt.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libQLCharts.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libSystem.B.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libSystem.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libType2Streamer.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libWAPI.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libacmobileshim.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libafc.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libarchive.2.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libarchive.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libbsm.0.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libbsm.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libbz2.1.0.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libbz2.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libc++.1.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libc++.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libc.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libcharset.1.0.0.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libcharset.1.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libcharset.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libcurses.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libdbm.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libdl.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libedit.2.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libedit.3.0.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libedit.3.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libedit.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libexslt.0.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libexslt.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libform.5.4.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libform.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libgcc_s.1.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libgermantok.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libiconv.2.4.0.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libiconv.2.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libiconv.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libicucore.A.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libicucore.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libinfo.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libipconfig.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libipsec.A.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libipsec.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/liblangid.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/liblaunchbuddy.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/liblockdown.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libm.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libmecab_em.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libmecabra.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libmis.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libncurses.5.4.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libncurses.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libobjc.A.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libobjc.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libomadm.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libpoll.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libproc.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libprotobuf.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libpthread.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libresolv.9.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libresolv.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/librpcsvc.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libsandbox.1.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libsandbox.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libsp.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libsqlite3.0.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libsqlite3.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libstdc++.6.0.9.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libstdc++.6.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libstdc++.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libtidy.A.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libtidy.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libutil.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libutil1.0.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libxml2.2.7.3.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libxml2.2.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libxml2.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libxslt.1.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libxslt.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libz.1.1.3.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libz.1.2.5.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libz.1.dylib
        /Applications/Adobe Flash CS6/AIR3.4/lib/aot/stub/libz.dylib
        /Applications/Adobe Flash CS6/AIR3.4/runtimes/air-captive/mac/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
        /Applications/Adobe Flash CS6/AIR3.4/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
        /Applications/Adobe Flash CS6/Common/Configuration/RIBSHooks/CustomHooks.dylib
        /Applications/Adobe InDesign CC 2014/Plug-Ins/Dictionaries/LILO/Linguistics/UserDictionaryMigrationTool/Framewo rks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib
        /Applications/Adobe InDesign CC 2014/Plug-Ins/Dictionaries/LILO/Linguistics/UserDictionaryMigrationTool/Framewo rks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
        /Applications/Adobe InDesign CC 2014/Plug-Ins/Dictionaries/LILO/Linguistics/UserDictionaryMigrationTool/Framewo rks/ICUInternationalization.framework/Versions/4.0/libicui18n.40.0.dylib
        /Applications/Adobe InDesign CC 2014/Plug-Ins/Dictionaries/LILO/Linguistics/UserDictionaryMigrationTool/Framewo rks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
        /Applications/Utilities/Adobe Application Manager/D6/D6Native.dylib
        /Applications/Utilities/Adobe Application Manager/DECore/ARKSelector.dylib
        /Applications/Utilities/Adobe Application Manager/DECore/DE5/Setup.dylib
        /Applications/Utilities/Adobe Application Manager/DECore/DE5/resources/libraries/ARKCmdCaps.dylib
        /Applications/Utilities/Adobe Application Manager/DECore/DE5/resources/libraries/ARKCmdFS.dylib
        /Applications/Utilities/Adobe Application Manager/DECore/DE5/resources/libraries/ARKEngine.dylib
        /Applications/Utilities/Adobe Application Manager/DECore/DE5/resources/libraries/AdobePIM.dylib
        /Applications/Utilities/Adobe Application Manager/DECore/DE6/Setup.dylib
        /Applications/Utilities/Adobe Application Manager/DECore/DE6/resources/libraries/ARKCmdCaps.dylib
        /Applications/Utilities/Adobe Application Manager/DECore/DE6/resources/libraries/ARKCmdFS.dylib
        /Applications/Utilities/Adobe Application Manager/DECore/DE6/resources/libraries/ARKEngine.dylib
        /Applications/Utilities/Adobe Application Manager/DECore/DE6/resources/libraries/AdobePIM.dylib
        /Applications/Utilities/Adobe Application Manager/DWA/DWANative.dylib
        /Applications/Utilities/Adobe Application Manager/LWA/PWANative.dylib
        /Applications/Utilities/Adobe Application Manager/LWA/adobe_caps.dylib
        /Applications/Utilities/Adobe Application Manager/LWA/adobe_oobelib.dylib
        /Applications/Utilities/Adobe Application Manager/LWA/adobe_upgrade.dylib
        /Applications/Utilities/Adobe Application Manager/P6/IMSLib.dylib
        /Applications/Utilities/Adobe Application Manager/P6/P6Native.dylib
        /Applications/Utilities/Adobe Application Manager/P6/VulcanBridge.dylib
        /Applications/Utilities/Adobe Application Manager/P6/VulcanMessage.dylib
        /Applications/Utilities/Adobe Application Manager/P6/adobe_oobelib.dylib
        /Applications/Utilities/Adobe Application Manager/P6/adobe_upgrade.dylib
        /Applications/Utilities/Adobe Application Manager/P6/axlib.dylib
        /Applications/Utilities/Adobe Application Manager/P7/IMSLib.dylib
        /Applications/Utilities/Adobe Application Manager/P7/P7Native.dylib
        /Applications/Utilities/Adobe Application Manager/P7/VulcanBridge.dylib
        /Applications/Utilities/Adobe Application Manager/P7/VulcanMessage4.dylib
        /Applications/Utilities/Adobe Application Manager/P7/VulcanMessage5.dylib
        /Applications/Utilities/Adobe Application Manager/P7/adobe_oobelib.dylib
        /Applications/Utilities/Adobe Application Manager/P7/adobe_upgrade.dylib
        /Applications/Utilities/Adobe Application Manager/P7/axlibv7.dylib
        /Applications/Utilities/Adobe Application Manager/UWA/UWANative.dylib
        /Applications/Utilities/Adobe Application Manager/core/AdobePIM.dylib
        /Applications/Utilities/Adobe Application Manager/core/switcher/CCM_UI.dylib
        /Applications/Utilities/Adobe Application Manager/core/switcher/DWA_UI.dylib
        /Applications/Utilities/Adobe Application Manager/core/switcher/LWA_UI.dylib
        /Applications/Utilities/Adobe Creative Cloud/ACC/C3ContainerBL.dylib
        /Applications/Utilities/Adobe Creative Cloud/AppsPanel/AppsPanelIL.dylib
        /Applications/Utilities/Adobe Creative Cloud/AssetsPanel/AssetsPanelBL.dylib
        /Applications/Utilities/Adobe Creative Cloud/BehancePanel/BehancePanelBL.dylib
        /Applications/Utilities/Adobe Creative Cloud/CEF/Chromium Embedded Framework.framework/Libraries/libcef.dylib
        /Applications/Utilities/Adobe Creative Cloud/CEF/libplugin_carbon_interpose.dylib
        /Applications/Utilities/Adobe Creative Cloud/CoreExt/ANSClient.dylib
        /Applications/Utilities/Adobe Creative Cloud/CoreExt/Analytics.dylib
        /Applications/Utilities/Adobe Creative Cloud/CoreExt/C3Prefs.dylib
        /Applications/Utilities/Adobe Creative Cloud/CoreExt/CmdCntr.dylib
        /Applications/Utilities/Adobe Creative Cloud/CoreExt/LocManager.dylib
        /Applications/Utilities/Adobe Creative Cloud/CoreExt/NotificationManager.dylib
        /Applications/Utilities/Adobe Creative Cloud/CoreExt/VulcanMessage5.dylib
        /Applications/Utilities/Adobe Creative Cloud/CoreExt/VulcanWrapper.dylib
        /Applications/Utilities/Adobe Creative Cloud/CoreSyncPlugins/ExchangePlugin/ExManCoreLib/Contents/Frameworks/libExManC oreLibCoreSync64.dylib
        /Applications/Utilities/Adobe Creative Cloud/ElevationManager/ElevationManager.dylib
        /Applications/Utilities/Adobe Creative Cloud/HEX/HEX.dylib
        /Applications/Utilities/Adobe Creative Cloud/HomePanel/HomePanelBL.dylib
        /Applications/Utilities/Adobe Creative Cloud/MarketPanel/MarketPanelBL.dylib
        /Applications/Utilities/Adobe Creative Cloud/NEX/NEX.dylib
        /Applications/Utilities/Adobe Creative Cloud/NEX/NEXUILibrary.dylib
        /Applications/Utilities/Adobe Creative Cloud/SignInApp/SignInAppBL.dylib
        /Applications/Utilities/Adobe Creative Cloud/Utils/AdobePIM.dylib
        /Applications/Utilities/Adobe Creative Cloud/core/NXGCore.dylib
        /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/Versions/A/Resources/WebKit.dylib
        /Library/Application Support/Adobe/APE/3.201/adbeapecore.framework/Versions/A/Frameworks/Adobe AIR.framework/Versions/1.0/Libraries/WebKit.dylib
        /Library/Application Support/Adobe/APE/3.3/adbeapecore.framework/Versions/A/Libraries/WebKit.dylib
        /Library/Application Support/Adobe/APE/3.4/adbeapecore.framework/Versions/A/Libraries/WebKit.dylib
        /Library/Application Support/Adobe/Acrobat 11 Helper Frameworks/adobe_oobelib/adobe_caps.dylib
        /Library/Application Support/Adobe/Acrobat 11 Helper Frameworks/adobe_oobelib/adobe_oobelib.dylib
        /Library/Application Support/Adobe/Acrobat 11 Helper Frameworks/adobe_oobelib/adobe_upgrade.dylib
        /Library/Application Support/Adobe/Acrobat 11 Helper Frameworks/adobe_oobelib/axlib.dylib
        /Library/Application Support/Adobe/Adobe Drive CS4/Drive-Hooks.dylib
        /Library/Application Support/Adobe/CS6ServiceManager/lib/CSXS-Installer-Hook.dylib
        /Library/Application Support/Adobe/CS6ServiceManager/lib/ServiceManager-Launcher.dylib
        /Library/Application Support/Adobe/Camera Raw 5/InstallerData/CustomHooks.dylib
        /Library/Application Support/Adobe/Installers/AdobeDigitalPublishingCC2014/CustomHooks.dylib
        /Library/Application Support/Adobe/Installers/AdobeDigitalPublishingCS6/CustomHooks.dylib
        /Library/Application Support/Adobe/SING/Mark II/TINthread.dylib
        /Library/Application Support/Adobe/SING/TINthread.dylib
        /Library/Application Support/Adobe/Updater/Plugins/indesign4.dylib
        /Library/Application Support/Mozilla/Extensions/{UUID}/EMAILedotcom/components/WCFirefox3Extn.dylib
        /Library/Application Support/Mozilla/Extensions/{UUID}/EMAILedotcom/components/WCFirefox6Extn.dylib
        /Library/Application Support/Mozilla/Extensions/{UUID}/EMAILedotcom/components/WCFirefox6_x86_64Extn .dylib
        /Library/Application Support/Mozilla/Extensions/{UUID}/EMAILedotcom/components/WCFirefox_x86Extn.dyl ib
        /Library/Application Support/Mozilla/Extensions/{UUID}/EMAILedotcom/components/WCFirefox_x86_64Extn. dylib
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
        /Users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.6.758/_platform_specific/mac_x64/libwidev inecdm.dylib
        /Users/USER/Library/Application Support/Microsoft/Silverlight/DRM/agdrm000.dylib
        /usr/lib/libgutenprint.2.0.3.dylib
        /usr/local/clamXav/lib/libclamav.6.dylib
        /usr/local/clamXav/lib/libclamunrar.6.dylib
        /usr/local/lib/libfontforge.1.0.0.dylib
        /usr/local/lib/libgdraw.3.0.0.dylib
        /usr/local/lib/libgunicode.3.0.0.dylib
        /usr/local/lib/libgutils.1.0.0.dylib
    App extensions
        com.getdropbox.dropbox.garcon
    Installations
        Adobe Flash Player: 3/19/15, 10:14 AM
        Adobe Acrobat XI Pro (11.0.10): 3/3/15, 12:23 PM
         Adobe Acrobat XI Pro : 3/2/15, 2:31 PM
        Adobe Photoshop Lightroom 5.7.1: 3/2/15, 1:42 PM
        Billings Pro: 3/2/15, 1:09 PM
    Bad kernel extensions
        /System/Library/Extensions/IOFireWireMxBt.kext
        /System/

  • How to use the build file generated by Jdev to automate bpel deployment

    Hi everyone I am trying to deploy bpel jar files and human task ear files using ant. When i use the ant which is generated by Jdev I am gettinng an error
    C:\Documents and Settings\254876\Desktop\BPEL_ANT>ant
    Buildfile: build.xml
    deployTaskForm:
    BUILD FAILED
    C:\Documents and Settings\254876\Desktop\BPEL_ANT\build.xml:39: Could not create
    task or type of type: deployTaskForm.
    Ant could not find the task or a class this task relies upon.
    This is common and has a number of causes; the usual
    solutions are to read the manual pages then download and
    install needed JAR files, or fix the build file:
    - You have misspelt 'deployTaskForm'.
    Fix: check your spelling.
    - The task needs an external JAR file to execute
    and this is not found at the right place in the classpath.
    Fix: check the documentation for dependencies.
    Fix: declare the task.
    - The task is an Ant optional task and the JAR file and/or libraries
    implementing the functionality were not found at the time you
    yourself built your installation of Ant from the Ant sources.
    Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
    task and make sure it contains more than merely a META-INF/MANIFEST.MF.
    If all it contains is the manifest, then rebuild Ant with the needed
    libraries present in ${ant.home}/lib/optional/ , or alternatively,
    download a pre-built release version from apache.org
    - The build file was written for a later version of Ant
    Fix: upgrade to at least the latest release version of Ant
    - The task is not an Ant core or optional task
    and needs to be declared using <taskdef>.
    - You are attempting to use a task defined using
    <presetdef> or <macrodef> but have spelt wrong or not
    defined it at the point of use
    Remember that for JAR files to be visible to Ant tasks implemented
    in ANT_HOME/lib, the files must be in the same directory or on the
    classpath
    Please neither file bug reports on this problem, nor email the
    Ant mailing lists, until all of these causes have been explored,
    as this is not an Ant bug.

    Ensure JDEV and SOA versions are in sync.

  • How to avoid getting bogus error messages when running a build file?

    Consider the following fragment in a build file:
    <var name="component.key" value="provisioning.include.atk"/>
    <var name="provisioning.include.atk.domain.hostname" value="localhost"/>
    <echoNested>component.key.domain.hostname=${${component.key}.domain.hostname}<
    /echoNested>
    When we run with ant -v
    Result:
    Property "${component.key" has not been set
    [echoNested] component.key.domain.hostname=localhost
    Expected result:
    [echoNested] component.key.domain.hostname=localhost
    Can someone explain why I am getting the message "Property "${component.key" has not been set"?
    Thanks,
    Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    In your ANT script you can not use "${${" together
    Please refer to http://jaysensharma.wordpress.com/2009/12/06/ant_basics/
    You can do something like this:
    *"build.xml"*
    <project name="webservices-complex" default="runSuccess">
    <property name="component.key" value="localhost" />
    <property name="component.key.domain.name" value="localhost" />
    <target name="runSuccess" >
    <echo message="${component.key}" />
    </target>
    <target name="runSuccess2" >
    <echo message="${component.key.domain.name}" />
    </target>
    </project>
    Edited by: Jay SenSharma on Feb 11, 2010 11:49 AM

  • SAP Connector 2 - Could not load file or assembly 'SAP

    Hi all,
    I've recently installed SAP .NET Connector 2 and have been developing a basic C# web form to interrogate the customers table. I have created all my code and done a successdul build. However, when I try to run the web form I get the following error:
    <i>Could not load file or assembly 'SAP.Connector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=50436dca5c7f7d23' or one of its dependencies. The system cannot find the file specified.</i>
    The SAP.Connector.dll and SAP.Connector.Rfc.dll files are on both my development machine and the server I am deploying the project on. Any ideas ?
    Thanks.

    Fixed it myself. In the solution browser, expand the reference section and in the properties for the SAP.Connector and SAP.Connector.Rfc set the 'Copy Local' parameter from False to True. This fixes the issue.

Maybe you are looking for

  • Updated a Adobe Acrobat plug-in

    Hi to all, excuse for my english I am Italian. I developed a plug-in for Adobe with Adobe SDK 9.0 and I want to update it in the future, my question is: "Is it possible Updated the plug-in with a some functions of SDK or There are other ways of updat

  • Where is a process flow's Execution details - Log section stored ?

    Hi, We're using OWB 11.2.0.1.7. I want to know where in the database the Execution Details for a process flow is stored. When i run a process flow with a Java Activity, or a User Defined Activity, and it halts with an Error i can inspect what went wr

  • UI Interactive form and attachments

    Hi friends, My WDA has UI Interactive form. At runtime User enters data into the form. Then WDA saves the form thru UI Interactive form property pdfSource. UI property pdfSource contains the whole form (data + template) in binary format. Adobe Reader

  • ERS - transaction MRRL creating invoices with value ZERO service

    Hello! I have a service sheet, then a 101 movement,I reverse it and created the 102. By mistake the ERS was run and created a IR with zero value. I tried to reverse de IR document in MR8M and I get the error: You are not allowed to have zero lines on

  • Résoudre écran vert à la lecture d'un film acheter sur itunes

    Bonjour, Je souhaite enregistrer des films sur mon MacBookAir, me constituer une vidéothèques avec  : - les DVD acheter dans l'année : pour cela j'ai acheté le USB SuperDriver afin de les copier.      => mais le USB SuperDriver ne me propose que la l