Problem in the Build Script Running

Hi Friends
I am facing a issue while running build script for which i need your help.
I am using RAD 7.0 as the development and using WebSphere Application Server 6.1 as the runtime.
I have my source folder path as follows.
E:\RT\RI complete\buildscripts\build.xml
My WAS Home is D:\Program Files\IBM\SDP70\runtimes\base_v61.
I have set the Environment Variable as WAS_HOME.
when i try to run the build.xml i am getting the following error.
BUILD FAILED
E:\RT\RT\buildscripts\riaf_build.xml:151: E:\RT\RTcomplete\buildscripts\${env.WAS_HOME}\lib not found.
The portion of the build.xml file where i am getting this error is follows
          <javac debug="on" optimize="on" destdir="${tmp}/CustomTags/classes" includes="*.java" deprecation="off" verbose="off">
          <src path="${tmp}/CustomTags/src"/>
          <include name="nl/**/*.java"/>
          <classpath refid="util.compile.classpath"/>          
          </javac>
Not able to figure out why its not taking the WAS_HOME which i have already set.

Originally posted by: pascal.ibm.canada
I don't think there is such an option.
You should enter a feature enhancement against PDE-UI.
PaScaL
Gary Karasiuk wrote:
> I am using the pde.exportplugins task in my build script. The problem is
> that it is running asynchronously. I have steps in my build script that
> depend on the pde.exportplugins task having completed. Is there a way to
> force it to run synchronously?
>
>

Similar Messages

  • Too Late to process the annotation in the build script.

    Hi,
    My build script is taking 17 to 18 mins for processing the annotation.
    <property name="aggregated.factory.class" value="com.bea.workshop.controls.runtime.generator.AggregatedAnnotationProcessorFactory" />
    <apt sourcepath="${java.sourcepath}" srcdir="${.java.src.dir}" listfiles="true" includes="${.java.src.include}" excludes="${.java.src.exclude}" destdir="${.java.src.output}" preprocessdir="${apt.src.output.dir}" classpathref="java.classpath" factory="${aggregated.factory.class}" factorypathref="apt.factory.path" options="${apt.options}" compile="false" memoryinitialsize="512m" memoryMaximumSize="1024m" fork="true" />
    This particular line is executed for 17 to 18 mins. The Command prompt will be ideal for those 18 mins with the below message:
    [apt] warning: Annotation types without processors: [java.lang.SuppressWarnings, java.lang.Override, org.apache.beehive.controls.system.jdbc.JdbcContr
    ol.ConnectionDataSource, org.apache.beehive.controls.system.jdbc.JdbcControl.SQL, com.bea.control.annotations.TransactionAttribute, com.bea.p13n.controls.se
    curityProvider.GroupProviderControl.GroupProviderParams, com.bea.p13n.controls.securityProvider.UserProviderControl.UserProviderParams]
    Do any one faced similar issue. Please help me to reduce my build time.
    Thanks,
    Arvinth

    As Kal mentioned
    I have set verbose="true" in the build script and tried executing the build. I could observe that the time is consumed for the
    [apt] [loading com/bea/control/interceptors/TransactionInterceptor.class(com/bea/control/interceptors:TransactionInterceptor.class)]
    and
    [apt] [loading java/util/SortedSet.class(java/util:SortedSet.class)]
    and
    [apt] [loading org/apache/commons/validator/ValidatorResults.class(l/commons/validator:ValidatorResults.class)]
    which takes 3 mins each. Am not sure why this loads the dependent jars at the compile time. I think some where I have set the .jar files in the path.
    In the log I could see there are aroud three pages of jar file path in the continuation to the resources.jar below.
    [apt] [search path for class files: /apps/bea/platform/10.3.0/jdk160_05/jre/lib/resources.jar, ....
    is there any issue setting the path.
    Can you help me.
    Thanks,
    Arvinth                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Problems with the build-IN SNTP-Client on cRIO9014&cRIO9012

    Hi out there,
    I have a problem using the build-IN SNTP-Client of a cRIO-9014 (and a cRIO-9012).
    It seems that the cRIO sometimes gets another time (e.g. 28.01.1920  12:03:00) other than it should get (e.g. 31.08.2014 09:59:00).
    I've found this problem in our measurement-files. They had some unusual timestamps (as showed in the following example).
    To prevent the SNTP-Client from doing too many damages to our measurement-files, I built a time-validator (with a range of 5 min), which checks one of my servers (and let it write every time change to a log file).
    The Log-File looks like (Where "$Message" is a custom-message. It is unrelated to the problem, but occurs every minute):
    31.08.2014          09:58:00 $Message
    31.08.2014          09:59:00 $Message
    31.08.2014          10:20:00 Setting Time from 28.01.1920 12:14:09 to: 31.08.2014 10:20:00
    31.08.2014          10:21:00 $Message
    31.08.2014          10:22:00 $Message
    31.08.2014          10:54:00 $Message
    31.08.2014          10:55:00 $Message
    31.08.2014          10:59:00 $Message
    31.08.2014          11:00:00 $Message
    As you can see, the cRIO loses its time somewhere between 09:59:00 and 10:00:00(UTC) and it has been set back at 10:58:XX (UTC). It is shown with the gap between the messages at 10:55:00 and 10:59:00.
    The configuration for the timesync was:
    [TIME SYNC]
    source.rtc.enable=True
    source_priority=sntp;rtc;
    source.sntp.enable=true
    source.sntp.address=192.53.103.108
    source.sntp.interval=60
    source.sntp.port=123
    source.sntp.verbose=false
    source.sntp.log=false
    sntp.address is a public  German time-server, hosted by our national institute.
    I've set sntp.verbose and sntp.log to TRUE for more information, but have to wait some time for a logfile.
    The network has the following scheme:
    cRIO -> UMTS-Modem -> ISP-VPN -> Internet
    Does anyone have had this problem and/or know, how to fix it?
    Thanks for your help!
    Cateros

    Hi!
    The problem happens sporadically, at first, we didn't even notice it, just that there are files missing and we got the strange logs. Now, with the workaround, we can finally trace the problem (and in some cases restore our measurement).
    What do you mean with "connectthe cRIO directly to a router?"? Could you please explain it?
    In the enclosure are more networkdevices, but only the cRIO uses the connection to the internet.
    The "UMTS Modem" has also routing capacities, which we use to remote control both of the RIOs.
    Thanks for your reply
    Cateros

  • Hi, in my asus memo pad hd 7 i have some problems whit the videos, they run but whit many stripes in image

    hi, in my asus memo pad hd 7 i have some problems whit the videos, they run but whit many stripes in image.
    what can a i do?
    the firefox is apdated.
    thank you

    Thank you for the update, the fix will be in the release version of Firefox on 2015-02-24.
    In the mean time if you want to continue using Firefox beta our Sync service may be helpful getting your Firefox release data into Firefox beta. https://support.mozilla.org/en-US/kb/how-do-i-set-up-firefox-sync

  • Problem downloading the ddl script

    Hi all,
    I am trying to upload a DDL script to execute it on my new apex application.
    It doesn't work, I get an error, I realised that I have to copy and past the code of the creation of a table one by one.
    Do you have any idea how to fix that ? to execute the ddl script at once ?
    I cannot execute hundreds of queries one by one
    Thank you, it is urgent

    Moun wrote:
    Hi all,
    I am trying to upload a DDL script to execute it on my new apex application.
    It doesn't work, I get an error, I realised that I have to copy and past the code of the creation of a table one by one.
    Do you have any idea how to fix that ? to execute the ddl script at once ?
    I cannot execute hundreds of queries one by one
    Thank you, it is urgentYour problems are no more or less "urgent" than any others on this forum, and the volunteers here are free to use their time as they see fit. Making claims of "urgency" is the best way to get your question ignored.
    However in this case the problem is quite simple: you have not bothered to consult the documentation. Use the SQL Workshop SQL Scripts page.

  • Upgrading from weblogic 8.1 to 10gr3 facing problem with the Building

    Internal compiler error
    java.lang.NullPointerException at org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.binarySearch(ReferenceBinding.java:108)
         at org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.getMethods(ParameterizedTypeBinding.java:542)
         at org.eclipse.jdt.internal.compiler.lookup.Scope.findMethod(Scope.java:1069)
         at org.eclipse.jdt.internal.compiler.lookup.Scope.getMethod(Scope.java:2072)
         at org.eclipse.jdt.internal.compiler.ast.MessageSend.resolveType(MessageSend.java:428)
         at org.eclipse.jdt.internal.compiler.ast.CastExpression.resolveType(CastExpression.java:460)
         at org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.resolve(LocalDeclaration.java:187)
         at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolveStatements(AbstractMethodDeclaration.java:428)
         at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.resolveStatements(MethodDeclaration.java:195)
         at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolve(AbstractMethodDeclaration.java:402)
         at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1084)
         at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1165)
         at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.resolve(CompilationUnitDeclaration.java:366)
         at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.analyseCode(CompilationUnitDeclaration.java:102)
         at org.eclipse.jdt.internal.compiler.Compiler.process(Compiler.java:626)
         at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:392)
         at org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.compile(AbstractImageBuilder.java:362)
         at org.eclipse.jdt.internal.core.builder.BatchImageBuilder.compile(BatchImageBuilder.java:174)
         at org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.compile(AbstractImageBuilder.java:299)
         at org.eclipse.jdt.internal.core.builder.BatchImageBuilder.build(BatchImageBuilder.java:59)
         at org.eclipse.jdt.internal.core.builder.JavaBuilder.buildAll(JavaBuilder.java:269)
         at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:177)
         at com.bea.wstudio.javabuilderx.JavaBuilderX.build(JavaBuilderX.java:66)
         at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:624)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:166)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197)
         at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:247)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
         at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:302)
         at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:334)
         at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:137)
         at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
         Utilities/src/com/att/edb/dppco/util     ErrKey.java     line 0     1247660099328     104158
    i am using jdk160_05 as standard VM
    checked with jrockit_160_05 as an Standard VM, when building i am getting the same above error
    can anybody help me on this

    hmm so are you compiling your old 8.1 code in WLS 10.3 and getting the error during compilation?
    I found similar issue reported before:-
    Re: Running Eclipse with Jrockit issues

  • Why the Calc Script runs 15 hours?

    Every week, we empty the BSO essbase CUBE, and reload with new data from flat file and make a Calculation. It takes 15 hours to finish, that's too long a time, how to improve the running speed? What is the most possible reason for the bottleneck?

    Hi,
    1. One has to take a look at your outline , calculation scripts and also other DB settings to recommend any changes for improvement.
    2. There are many parameters like parallel calculation, caches, cfg settings..etc which play a role in it.
    3. We never know , it might be due to hardware issue sometimes.
    Get essbase consultants to fix this issue .
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • The build directory of the test run either does not exist or access permission is required.

    i am trying to run automated tests
    i follow the steps in the web but when i have 2 issues that does not solve
    1. i created console project and add build definition without drop folder and queue builds that success.
    2. i created C# unit test and add build definition and run it from VS and it worked and done what i want to do.
    3. i built lab with 1 machine and define the controller on this pc ( the machine in the lab is another pc)
    4. i created test suite with test cases and from vs 2013 i associated automation nethod that i created in 2.
    5. when i try to associate the builds for the test plan i have a PROBLEM(1):
    this happened every new build that i try to assign - all the builds appears after refresh and when i press assign to plan button
    a pop up shown with error : " The build that you selected for this plan no longer exist " but he chose it in build in use but there no work item under it - the list is empty even that there are 2 tests under this test suite.
    and than when i try to run the automated tests i have this PROBLEM(2):
    The build directory of the test run either does not exist or access permission is required. and the test failed.
    Please Help
    Roey

    Hi Rory,
    Thank you for posting in MSDN forum.
    According to the error message:
    (1) a pop up shown with error : " The build that you selected for this plan no longer exist "
    I tried to create a build definition without the drop folder location for unit test solution from the VS IDE, and then I try to select the Build in use option to add the Available builds, then click this Assign to plan. I found that I get same error message
    with yours like the following screen shot.
    However, when we try to create a build definition with drop folder location for this same unit test solution and then build successfully in the VS IDE.
    After you add the Available builds and then click this Assign to plan in the MTM, it work fine.
    Therefore, I assume that the issue is related to that you did not specify a build directory for automated test case. MTM need to know where is the drop location of the build building your tests.
    http://stackoverflow.com/questions/20033217/couldnt-run-my-test-using-microsoft-test-manager
    In addition, I did some research about the problem 2:"The build directory of the test run either does not exist or access permission is required. and the test failed."
    I know that the error message occur in either of the following conditions:
    1. The account under which test controller is running does not have read permission on the build directory. (The build directory is same as the drop location of build associated with this test run.) 
    2. The build directory itself does not exist.
    So please refer the following blog to check this issue:
    http://blogs.msdn.com/b/aseemb/archive/2009/11/25/error-starting-the-test-run-build-directory-of-the-test-run-is-not-specified-or-does-not-exist.aspx
    Therefore, I suggest you can try to specify a drop location for build when you run the automated test from the MTM and then check this issue.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Setting ANT_OPTS inside the build.xml

    I am using OAS 10.1.3. For the build process, i am using the ant and jdk inside the OAS itself.
    My problem is that, i need to set the ANT_OPTS everytime before i run the build script.
    I dnt want to do this. Instead, i want to set this somewhere inside the build file itselves.
    I understand that, i can set the ANT_OPTS inside ant.bat in $ANT_HOME and can also set ANT_OPTS in env variables.
    Is there any way, that i can set this option inside the build.xml ?

    Go to ant.jakarta.org. They have numerous tutorials. Do some research first. If you run into an actual problem, then post what it is.
    - Saish

  • J2me Gaming : Problem with Creating build(jar) for nokia phones

    Hi,
    I am having trouble in making a package (jar) for nokia phones. I have been tring using J2ME wireless kit, Eclipse, Nokia development Suite and IBM Device developer but havent been able to make a perfect package out of it.
    I have even downloaded the plugins for Eclips but not able to configure it properly. I did every thing according to the specifications. but while building project i get the error "Problem while running the build script ....." .
    Overall i want create a jar package and obufuscate that for Nokia phones.Its real urgent. Wud want someone to guide me on all the necessary.
    Thanks in advance.

    Hi,
    yeah I can recommend - get Sun ONE Studio 5, Mobile Edition (http://wwws.sun.com/software/sundev/jde/studio_me/early_access.html). That's pretty much about it (obfuscation included, .JAR file creation in no-time).
    Peter

  • My macbook pro is running very slow after upgrading to version 10.9.1  Here are the results of running EtreCheck:

    I am running very slowly after upgrading to ver 10.9.1 on my macbook pro.  Can anyone help me to solve this problem.  I am including the results from running Etresoft.
    Hardware Information:
              MacBook Pro (15-inch, Mid 2010)
              MacBook Pro - model: MacBookPro6,2
              1 2.53 GHz Intel Core i5 CPU: 2 cores
              8 GB RAM
    Video Information:
              Intel HD Graphics - VRAM: 288 MB
              NVIDIA GeForce GT 330M - VRAM: 256 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    Startup Items:
              ChmodBPF: Path: /Library/StartupItems/ChmodBPF
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:53:49
    Disk Information:
              Hitachi HTS545050B9SA02 disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 499.25 GB (200.83 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS23N 
    USB Information:
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Internal Memory Card Reader
              Western Digital My Passport 071A 1 TB
                        EFI (disk1s1) <not mounted>: 209.7 MB
                        Backup (disk1s2) /Volumes/Backup: 999.83 GB (622.71 GB free)
              Apple Computer, Inc. IR Receiver
              Apple Inc. Built-in iSight
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.kodak.aio.kcpconnector.plist
              [loaded] com.leapfrog.connect.shell.plist
              [loaded] com.microsoft.office.licensing.helper.plist
              [loaded] com.sonos.smbbump.plist
    Launch Agents:
              [loaded] com.kodak.BonjourAgent.plist
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist
              [loaded] com.google.keystone.agent.plist
              [loaded] com.kodak.KODAK AiO Firmware Updater.plist
              [loaded] com.kodak.KODAK AiO Software Updater.plist
              [loaded] com.kodak.StatisticCollection.plist
              [loaded] com.spotify.webhelper.plist
              [loaded] uk.co.markallan.clamxav.freshclam.plist
    User Login Items:
              Monitor
              ScanSnap Manager
              Evernote
              Dropbox
              AdobeResourceSynchronizer
    3rd Party Preference Panes:
              Flash Player
              Growl
    Internet Plug-ins::
              Flip4Mac WMV Plugin: Version: 2.3.8.1
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6
              Default Browser: Version: 537 - SDK 10.9
              AdobePDFViewerNPAPI: Version: 10.1.8
              AdobePDFViewer: Version: 10.1.8
              Flash Player: Version: 11.9.900.170 - SDK 10.6
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6
              Silverlight: Version: 4.0.51204.0
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User Internet Plug-ins::
              Google Earth Web Plug-in: Version: 7.1
              Dashlane: Version: Dashlane 1.0.0 - SDK 10.7
    Bad Fonts:
              None
    Old applications:
              AiOFirmwareUpdater:          Version: 7.7 - SDK 10.5
                        /Library/Printers/Kodak/AiO_Printers/AiOFirmwareUpdater.app
              Install Spotify:          Version: 1.0 - SDK 10.5
                        /Users/jimschindler/Downloads/Install Spotify.app
              KODAK AiO Home Center:          Version: 7.7.3 - SDK 10.5
                        /Library/Printers/Kodak/AiO_Printers/KODAK AiO Home Center.app
              KODAK AiO Scan:          Version: 7.7.3 - SDK 10.5
                        /Library/Printers/Kodak/AiO_Printers/KODAK AiO Scan.app
              KODAK AiO Software Updater:          Version: 7.7 - SDK 10.5
                        /Library/Printers/Kodak/AiO_Printers/KODAK AiO Software Updater.app
              KODAK AiO Uninstall:          Version: 7.7.3 - SDK 10.5
                        /Library/Printers/Kodak/AiO_Printers/KODAK AiO Uninstall.app
              Microsoft Alerts Daemon:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Alerts Daemon.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              Microsoft Chart Converter:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Chart Converter.app
              Microsoft Clip Gallery:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Clip Gallery.app
              Microsoft Database Daemon:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app
              Microsoft Database Utility:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Database Utility.app
              Microsoft Document Connection:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Document Connection.app
              Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4
                        /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app
              Microsoft Excel:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Excel.app
              Microsoft Graph:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Graph.app
              Microsoft Language Register:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              Microsoft Office Reminders:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Office Reminders.app
              Microsoft Outlook:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Outlook.app
              Microsoft PowerPoint:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft PowerPoint.app
              Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4
                        /Library/Application Support/Microsoft/MERP2.0/Microsoft Ship Asserts.app
              Microsoft Upload Center:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Upload Center.app
              Microsoft Word:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Word.app
              My Day:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/My Day.app
              Open XML for Excel:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Open XML for Excel.app
              Registration:          Version: 7.7.3 - SDK 10.5
                        /Library/Printers/Kodak/AiO_Printers/Registration.app
              Solver:          Version: 1.0 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              Spotify:          Version: 0.8.4.124.ga3559d86 - SDK 10.5
                        /Applications/Spotify.app
              SyncServicesAgent:          Version: 14.3.9 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/SyncServicesAgent.app
    Time Machine:
              Skip System Files: NO
              Mobile backups: ON
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 464.96 GB Disk used: 277.92 GB
              Destinations:
                        Backup [Local] (Last used)
                        Total size: 931.17 GB
                        Total number of backups: 85
                        Oldest backup: 2013-02-13 18:40:47 +0000
                        Last backup: 2013-12-31 17:59:26 +0000
                        Size of backup disk: Adequate
                                  Backup size 931.17 GB > (Disk used 277.92 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                  29%          Mail
                   3%          WindowServer
                   2%          mtmd
                   1%          EtreCheck
                   0%          NETGEARGenieDaemon
    Top Processes by Memory:
              410 MB          mds_stores
              238 MB          Evernote
              229 MB          Mail
              147 MB          iBank
              123 MB          WindowServer
    Virtual Memory Statistics:
              3.36 GB          Free RAM
              2.92 GB          Active RAM
              621 MB          Inactive RAM
              1.11 GB          Wired RAM
              1.67 GB          Page-ins
              0 B          Page-outs

    Things You Can Do To Resolve Slow Downs
    If your computer seems to be running slower here are some things you can do:
    Start with visits to:     OS X Maintenance - MacAttorney;
                                      The X Lab: The X-FAQs;
                                      The Safe Mac » Mac Performance Guide;
                                      The Safe Mac » The myth of the dirty Mac;
                                      Mac maintenance Quick Assist.
    Boot into Safe Mode then repair your hard drive and permissions:
    Repair the Hard Drive and Permissions Pre-Lion
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    Repair the Hard Drive - Lion/Mountain Lion/Mavericks
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilites Menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD disk icon and click on the arrow button below.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    Restart your computer normally and see if this has helped any. Next do some maintenance:
    For situations Disk Utility cannot handle the best third-party utility is Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible.
    Note: Alsoft ships DW on a bootable DVD that will startup Macs running Snow Leopard or earlier. It cannot start Macs that came with Lion or later pre-installed, however, DW will work on those models.
    Suggestions for OS X Maintenance
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts was significantly reduced since Tiger.  These utilities have limited or no functionality with Snow Leopard or later and should not be installed.
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive.
    Helpful Links Regarding Malware Protection
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
              Mac OS X Snow Leopard and malware detection
              OS X Lion- Protect your Mac from malware
              OS X Mountain Lion- Protect your Mac from malware
              About file quarantine in OS X
    If you require anti-virus protection I recommend using VirusBarrier Express 1.1.6 or Dr.Web Light both from the App Store. They're both free, and since they're from the App Store, they won't destabilize the system. (Thank you to Thomas Reed for these recommendations.)
    Troubleshooting Applications
    I recommend downloading a utility such as TinkerTool System, OnyX, Mavericks Cache Cleaner, or Cocktail that you can use for removing old log files and archives, clearing caches, etc. Corrupted cache, log, or temporary files can cause application or OS X crashes as well as kernel panics.
    If you have Snow Leopard or Leopard, then for similar repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the command line.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard. Applejack does not work with Lion and later.
    Basic Backup
    For some people Time Machine will be more than adequate. Time Machine is part of OS X. There are two components:
    1. A Time Machine preferences panel as part of System Preferences;
    2. A Time Machine application located in the Applications folder. It is
        used to manage backups and to restore backups. Time Machine
        requires a backup drive that is at least twice the capacity of the
        drive being backed up.
    Alternatively, get an external drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
      1. Carbon Copy Cloner
      2. Get Backup
      3. Deja Vu
      4. SuperDuper!
      5. Synk Pro
      6. Tri-Backup
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files. For help with using Time Machine visit Pondini's Time Machine FAQ for help with all things Time Machine.
    Referenced software can be found at MacUpdate.
    Additional Hints
    Be sure you have an adequate amount of RAM installed for the number of applications you run concurrently. Be sure you leave a minimum of 10% of the hard drive's capacity as free space.
    Add more RAM. If your computer has less than 2 GBs of RAM and you are using OS X Leopard or later, then you can do with more RAM. Snow Leopard and Lion work much better with 4 GBs of RAM than their system minimums. The more concurrent applications you tend to use the more RAM you should have.
    Always maintain at least 15 GBs or 10% of your hard drive's capacity as free space, whichever is greater. OS X is frequently accessing your hard drive, so providing adequate free space will keep things from slowing down.
    Check for applications that may be hogging the CPU:
    Pre-Mavericks
    Open Activity Monitor in the Utilities folder.  Select All Processes from the Processes dropdown menu.  Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Mavericks and later
    Open Activity Monitor in the Utilities folder.  Select All Processes from the View menu.  Click on the CPU tab in the toolbar. Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Often this problem occurs because of a corrupted cache or preferences file or an attempt to write to a corrupted log file.

  • Error when loading customer's applicatio​n build script

    I'm updating a program for a customer to include a module that we have developed. We're required to use an application builder script because of the way the VIs work.
    Anyways, when I attempt to load the build script for the LabView 6.1 application, eventually an error box comes up with the following message:
    Error 1 occured at Program Files:\National Instruments\LabVIEW 6.1\vi.lib\addons\_office\_wordsub.llb\_Word Dynamic VIs.vi - invalid path.
    Possible Reasons:
    LabVIEW: An input parameter is invalid.
    or
    NI-488: Command requires GPIB Controller to be Controller in Charge.
    I'm confused about the Program Files:\ syntax. Is this a valid reference? I can only assume so, as I believe they used this build script in the past. I'm currently working on Win2k, and I do not know what the customer's machine is running.
    Is there a particular Windows or LabView setting that would let this build script work? If not, is there an application build script editor that I can use to change the file reference?

    Yes it's a valid path, see attached screen cap of the exact path on my computer (except version 8.2).
    It looks like the target computer is just missing the MS Office toolkit, or the installation was not Typical. Tell the user to install the toolkit in the proper directory and it should compile.
    Message Edited by Broken Arrow on 06-04-2008 09:08 AM
    Richard
    Attachments:
    forum path pic.JPG ‏70 KB

  • Error in invoking the build rule editor, LabView 2011

    Hi all.  I'm having a problem in Project Explorer.  When I right-click on 'Build Specifications' and select New:Application (EXE), I get the following error dialog:
    "There was an error in invoking the build rule editor. Please check the corresponding provider directory to see if any VIs are broken."
    After this appears, no build specification is created.
    I built this application in LabView 2010 on WinXP and was able to compile and run it sucessfully many times over the last few weeks.
    The problem started yesterday when I had a problem with a Ring control. I right-clicked it and selected "Edit items" or "Properties" the cursor blinked for a moment but the dialog box did not appear.  I removed the Ring control and replaced it with a String control, then when I tried to build the application, I got this error message.  At that time, I also noticed that I could not get a Properties dialog box to appear for any controls or indicators.
    Yesterday, I installed NI Developer Suite 2011 Version DS2. This seems to have fixed the problem with the dialog boxes and I was able to use the Ring control. However, I still have the problem with the build rule editor.
    To determine if there was a problem in my program, I built a new 'Hello World' .vi with just a string control and string indicator. This program has the same problem when trying to build to an .exe.
    Currently, I am trying to remove all previous versions of LabView. When that is done, I will reboot and try to build again.  If that doesn't work, I will remove ALL National Instruments software and re-install NI Developer Suite 2011 DS2.
    I'm hoping someone can provide a solution before it comes to that.
    Two other facts which might be relevant:  I don't have Administrator on this machine, although I could probably get it if I could make a strong case. Also, I can't be sure, but I think the problem may have started when I undocked my laptop from the docking station to go to a meeting.
    I appreciate your help.  Thanks in advance.

    If you need additional assistance, I encourage you to create a new thread. It is more likely to be answered by other users as a fresh post.
    The most likely cause is a corrupted file (or files) in the builder directory. 
    I would  recommend renaming/moving the following folders and performing a repair install of LabVIEW: 
    \National Instruments\LabVIEW 2011\vi.lib\AppBuilder 
    \National Instruments\LabVIEW 2011\resource
    Regards,
    AnjelicaW.
    Regards,
    Anjelica W.
    National Instruments
    Applications Engineer

  • OPM "build and run" error

    Hi
    I have a problem with OPM when I use "build and run".
    I only get a message "The system cannot find the file specified" and nothing more. It has worked, but it used to open Google Chrome browser. Since I did not want this behaviour I uninstalled Google Chrome. But then I got this error instead.
    I can run "build and debug" prefectly fine.
    The problem is not related to a specific project.
    I have also tried to reinstall OPM but the problem remains.
    What file is it the system cannot find? Is there a way of finding this in a log somewhere?
    How does the "build and run" command work? Is there a way of checking why it can not open the browser?
    kind regards,
    Michael

    Hi Andrew
    Just to add some more observations.
    It seems that OPM doesn't look directly to the default browser setting. If I change the default browser, OPM does not directly recognize the new setting. OPM opens the previous selected default browser anyway.
    I dont know if the setting is unique per project or if it is per OPM installation.
    OPM seems to pick up the default browser, but then OPM caches this somewhere. Which caused problem for me when I uninstalled Google Chrome. OPM insisted on trying to start Google Chrome anyway.
    When I now got Firefox working as default browser the problem solved it self. But when I selected IE as default browser, then when I ran OPM it still opened Firefox, and Firefox gave me the warning that it was not default browser.
    So OPM does not always look at the default browser setting.
    kind regards,
    Michael

  • User sites unreachable after weekly script run

    Server 10.3.9 on both my webserver and on my Xserve with RAID where my user sites are hosted.
    I have sites hosted directly on my webserver and my user sites are served through the webserver but site on the Xserve, shared through Open Directory.
    Everything works awesome except every Saturday morning, after the weekly script runs on both machines at 4:30 a.m., my users sites are no longer available through the webserver. If I reboot the webserver they come back just fine.
    I've looked through the weekly script and nothing was obvious to me that would break this connection.
    Has anyone else seen this?
    Thanks
    Eric

    Thanks for these tips. I've tried them and a few other things...
    It sounds, and I may be wrong, like you're proxying
    through your webserver to your file server for the
    user sites. The first thing will be to find out
    which machine is getting goofed up.
    Tomorrow, see if your regular websites are accessible
    after the script runs.
    The user sites are not available this morning through my webserver, as has been the case since installing the server in January. The regular (local) sites on the webserver are just fine.
    Try the user's sites directly
    from the file server, eliminating the webserver
    proxying.
    I don't usually run the webserver on my file server but I did fire it up this morning and was able to reach the user sites through it.
    If both of those are okay, then setup a
    terminal window on each machine, and on both machines
    do:
    tail -f /var/log/httpd/error_log
    and try hitting the user's sites through the
    webserver and see what messages come up on each
    machine, and post them.
    I don't get any error messages when accessing the user sites through the fileserver. I do get errors on the webserver when accessing user sites, saying "File does not exist:" then the path to the Network directory where the users site is. ( /Network/Servers/fileserver.address/Volumes/Home/username/Sites )
    This prompted me to try accessing user sites from one of my desktop machines (running OS X client 10.4.5) that is also connected to the fileserver with OD, and is running a webserver. That worked fine!
    I then tried to traverse the filesystem at the command line on my webserver to reach the users home sites and couldn't do it. I could do it on my desktop machine.
    So it appears that something on Server is breaking the AFP communication between the webserver and the fileserver when the periodic weekly scripts are run. I did try restarting AFP on the webserver just in case but that made no difference. I can't really restart AFP on the fileserver as I have users actively connected, but my guess is that is working just fine since I can access those shared volumes from my desktop machines.
    Instead of restarting whichever machine you've been
    restarting, try stopping and starting just the
    webserver to see if that takes care of the problem.
    I did try this and everything was the same as above.
    Strange that Server has this problem losing connection to AFP shares, but my clients don't. There isn't anything obvious to me in the weekly scripts that could cause this but I'll look again in case I missed this.
    Seems like others would have run across this??
    Note: a reboot of the webserver again this morning (after this testing) returned the users sites to my webserver. Doing an automatic reboot each week would be a kludge solution, but one that I really want to avoid if possible.
    Thanks for the troubleshooting tips. I hope you or someone else has some further advice...
    Eric
    iBook G4, iMac G5, Dual 2.5 GHz G5   Mac OS X (10.4.4)  
    Dual G4 and single Xserve with RAID   Mac OS X (10.3.9)  

Maybe you are looking for

  • CS3 - What Are the Best Export Settings for Animation?

    I have edited a project in Premiere Pro CS3. It is animated, and I want to preserve as much of the quality of the animation as I can. What are the best possible settings that I can use to export the video to a .MOV file? A little background info, in

  • Please Help I need a page that does not Scroll..

    I have a clients site and they are unhappy with the way the page scrolls. the site is http://www.thecrossingministries.com/ they want the content to scroll but on some of the pages the browser has scrollbar on the right hand side and they do not want

  • Kernel panic on Compaq Proliant ML370 G2

    Happens during installation of Solaris 8 (02/2002): SunOS Release 5.8 Version Generic_108529-13 32-bit Copyright 1983-2001 Sun Microsystems, Inc. All rights reserved. panic[cpu0]/thread=fec17660: BAD TRAP: type=0 (Divide Error Exception) rp=fec12b70

  • Cumulate values in structure and formulas

    Hello, I created the query and used the structure in rows. But in this structure I can´t use the possibillity with cumulate values. Do you know where is the problem? I have also problems with cumulate data in formulas - I count rate of costs in two y

  • How to place time stamps without creating delays?

    Hi, I am measuring signals when the PFIO input is triggered. This occurs at a variable rate, but in the khz range. I need to place a time-stamp every 100ms or so on the measurements, but I am not sure how to do this without creating a 100ms delay in