Build problem with FlexBuilder 3 Plugin

Hi,
I am using the FlexBuilder 3 plugin with Eclipe Europa. I created a Flex project with J2EE backend and WTP support, so that I have both the Flex stuff and the J2EE stuff within the same project. I imported some mxml, as, and java files I had, and I was able to build and run my app using the default Eclipse build/deploy process. Everything worked except the BlazeDS (messagebroker servlet) part, so I decided to delete the Tomcat server (the Eclipse proxy of it), and start again with a new server config.
This somehow totally broke the build process. Some of the new config used port 8080 instead of 8400. And the only part of my app that was correctly deployed was the java files in the src folder. Properties files were not deployed, jar files were not deployed, even web.xml was not deployed.
After copying files manually into the Eclipse Tomcat proxy, everything worked fine, including object remoting and HTTPService invocation.
Can anyone share their experience with the FlexBuilder plugin for java webapps? What is the correct way to set it all up?
Thanks,
Miguel

Milesy wrote:
Hi.
I have upgraded from 1.5 APT to the 1.6 method of doing compile time annotations, and I am runing into a problem trying to build a jar containing my annotations processor.
I get the error from maven (mvn package)
[INFO] Compilation failure
error: Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: Provider annotations.processing.processors.CodeAnnotationProcessor not foundFor me it worked when I used the settings
<plugins>
  <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-compiler-plugin</artifactId>
      <configuration>
        <source>1.6</source>
        <target>1.6</target>
        <fork>true</fork>
        <executable>${java.home}/../bin/javac</executable>
        <compilerArgument>-proc:none</compilerArgument>
      </configuration>
    </plugin>
</plugins>
...Forking the compiler is perhaps not the best option, but its just for the annotation processor.

Similar Messages

  • Problems with NIK Plugins

    Hi all,
    a lot was said already about problems with using Nik plugins in PS5 64 bit mode, but I'm not getting closer to a final solution.
    I have installed all latest NIK plugin updates without problems.
    According to their website all of their plugins are running now in a 64 bit mode.
    In CS4 I can open and work with all plugins, BUT ONLY after removing the 'Selective Tool' from the plugin folder.
    When it is not removed, PS4 is crashing all the time immediately after opening.
    In Dfine plugin I noticed that my pointer is always a bit flickering during processing.
    In CS5 it is the same; if the Selective tool is in the Plugin folder, it won't opening.
    After removing it, in 32 bit mode I can open and work with all installed plugins.
    But in 64 bit mode I'm able to work only with Silver Efex and HDR Efex Pro, but as soon I open Dfine, Sharpener, Viveza or Color Efex CS5 is crashing immediately.
    I'm running a Mac pro with plenty power, ram etc, all updated and cleaned up.
    What is other people's latest experience regarding that issue?
    Thanks

    Hi to all,
    here I like to give you an update on my experience with NIK Plugins.
    After beeing unable to solve my NIK problems by myself and in the forum I was contacting NIK, and their respons email told me only the following:
    "In case of experiencing problems with their plugins in 64 bit mode remove all Duplicate Ariel Fonts"
    Since I read about that already earlier, that reason had been ruled out.
    BUT I got the idea simply to remove all my Arial Fonts from my Library (to the Desktop), and surprisingly ALL NIK plugins now were functioning without bringing CS5 to crash at start-up.
    Unfortunately over the last days, especially on working with big file size pictures (around 200 MB) and plenty layers, CS5 crashed again often after initializing of the plugins.
    Than I read today the post from Grey Havens, who suggested to set the percentage of RAM what Photoshop should use to maximal 60%.
    Since I do have 14 GB RAM available, I indeed reduced the settings from 85% to 65%.
    2 of my 3 internal HD's are assigned as scratch disk, as recommended by Adobe.
    Thanks Grey, as you described, all plugins are opening now very fast, and I just tried all applications with big files, many layers and CMYK files,
    without having any crash so far anymore.
    If this continues, than I dont have to use my CS4 or the CS5 in 32 bit mode anymore, which would make all easier for me.
    Than it also doesn't matter that Photoshop has less RAM assigned, because in 64 bit mode the almost 9 GB RAM assigned is for me more than enough.
    So what worked for me, might work also for other people with same problems:
    ---    I had to remove the 'Selective Tool' from all plugins in CS4 and in CS5
    ---    I had to remove all Arial Fonts from my Font Library
    ---    I set in Preferences Performance the 'Let Photoshop Use RAM' to 65% only   
    Regards
    Michael

  • A problem with DigitalPersona plugin in ff5.

    Hi. Got a problem with DigitalPersona plugin. I'm using FF5 now, so it doesn't work, but I wonder if there's a way to deal with it. I mean, maybe someone know anything to make it work on FF5 without violating their rights. When using almost 50 symbol passwd it's some kind of bothering without DP ;p

    After more searching and plugin decompiling, I found that the problem occurs when it tries to access to the registry using the following key:
    "Software\\Serena\\Dimensions\\" + System.getProperty("oracle.jdevimpl.vcs.dimensions.clientVersion", "9.1") + "\\PC Client"
    I don't know where the value of "oracle.jdevimpl.vcs.dimensions.clientVersion" is supposed to come from.
    I tried to set it using the jdev.conf file:
    AddVMOption -Doracle.jdevimpl.vcs.dimensions.clientVersion=10.1
    It works a little better: I get the connection window. But when I provide the connection parameters and clic on "OK", I get the following error message:
    "Could not recognize output from the command."
    We are using Dimensions 10.1.3.
    Is this version not compatible with the plugin ?

  • Problem with WSAD plugin

    I have a problem with the websphere studio v5.1.1 (eclipse) plugin.
    I've set up the plugin as explained in the doc. I've added the db2java.zip
    file with the other kodo libs for the db2 driver and added the following
    line in plugin.xml :
    <library name="db2java.zip"/>
    In the preference/kodo I've just filed the "kodo properties file" area
    with the name of my kodo.properties file. All other fields are empty
    The kodo.properties file contains (amongst other things):
    javax.jdo.PersistenceManagerFactoryClass=kodo.jdbc.runtime.JDBCPersistenceManagerFactory
    javax.jdo.option.ConnectionDriverName=COM.ibm.db2.jdbc.app.DB2Driver
    javax.jdo.option.ConnectionUserName=wasdev
    javax.jdo.option.ConnectionPassword=<pwd>
    javax.jdo.option.ConnectionURL=jdbc:db2:cluster
    kodo.jdbc.sql.DBDictionary=db2
    Now the problem. From WSAD, menu Kodo
    - menu "enhance metadata" works well
    - menus "refresh mapping", "drop mappings" and "build schema" give the
    following error: "kodo.util.FatalDataStoreException: No suitable driver"
    Note that the mappingtool works perfectly well with the same
    kodo.properties file and on the same package.jdo file outside WSAD.
    It seems that it finds the class "COM.ibm.db2.jdbc.app.DB2Driver" from
    db2java.zip, but is not able to map the url "jdbc:db2:cluster" to this
    driver.
    Context:
    - WSAD 5.1.1
    - DB2 7.2 FP11
    - kodo evaluation v 3.1.0
    - Windows XP FP1
    Thanks for your help.
    Part of the Traceback from eclipse logs:
    !java.sql.SQLException: No suitable driver
         at java.lang.Throwable.<init>(Throwable.java)
         at java.lang.Throwable.<init>(Throwable.java)
         at java.sql.SQLException.<init>(SQLException.java:72)
         at java.sql.DriverManager.getDriver(DriverManager.java:266)
         at
    com.solarmetric.jdbc.PoolingDataSource.getDriver(PoolingDataSource.java:271)
         at
    com.solarmetric.jdbc.PoolingDataSource.newConnection(PoolingDataSource.java:313)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.makeConnection(ConnectionPoolImpl.java:270)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.getConnection(ConnectionPoolImpl.java:178)
         at
    com.solarmetric.jdbc.PoolingDataSource.getConnection(PoolingDataSource.java:237)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:130)
         at
    com.solarmetric.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:81)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:130)
         at
    kodo.jdbc.schema.DataSourceFactory$DefaultsDataSource.getConnection(DataSourceFactory.java:295)
         at
    kodo.jdbc.sql.DBDictionaryFactory.getDBDictionary(DBDictionaryFactory.java:56)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDBDictionaryInstance(JDBCConfigurationImpl.java:627)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:877)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource(JDBCConfigurationImpl.java:967)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource2(JDBCConfigurationImpl.java:976)
         at kodo.jdbc.schema.SchemaTool.<init>(SchemaTool.java:78)
         at kodo.jdbc.meta.MappingTool.newSchemaTool(MappingTool.java:269)
         at kodo.jdbc.meta.MappingTool.getSchemaTool(MappingTool.java:259)
         at kodo.jdbc.meta.MappingTool.run(MappingTool.java:898)

    I changed for the net driver and it works. (Can not use jcc, as jcc driver
    is for DB2 8.1 and I'm using DB2 7.2)
    Thanks Kim!
    However it sounds strange that the mapping tools used outside WSAD
    recognize the db2 "app" type 2 driver format, and fail when they are use
    inside WSAD as plugins... Should it be reported as a bug with the usage of
    the "net" driver as workaround ?
    Stephen Kim wrote:
    First, I'd suggest trying the net (instead of app) or jcc driver.
    Second, I would try pointing kodo.properties to a specific file.
    Denis Forveille wrote:
    I have a problem with the websphere studio v5.1.1 (eclipse) plugin.
    I've set up the plugin as explained in the doc. I've added the db2java.zip
    file with the other kodo libs for the db2 driver and added the following
    line in plugin.xml :
    <library name="db2java.zip"/>
    In the preference/kodo I've just filed the "kodo properties file" area
    with the name of my kodo.properties file. All other fields are empty
    The kodo.properties file contains (amongst other things):
    javax.jdo.PersistenceManagerFactoryClass=kodo.jdbc.runtime.JDBCPersistenceManagerFactory
    javax.jdo.option.ConnectionDriverName=COM.ibm.db2.jdbc.app.DB2Driver
    javax.jdo.option.ConnectionUserName=wasdev
    javax.jdo.option.ConnectionPassword=<pwd>
    javax.jdo.option.ConnectionURL=jdbc:db2:cluster
    kodo.jdbc.sql.DBDictionary=db2
    Now the problem. From WSAD, menu Kodo
    - menu "enhance metadata" works well
    - menus "refresh mapping", "drop mappings" and "build schema" give the
    following error: "kodo.util.FatalDataStoreException: No suitable driver"
    Note that the mappingtool works perfectly well with the same
    kodo.properties file and on the same package.jdo file outside WSAD.
    It seems that it finds the class "COM.ibm.db2.jdbc.app.DB2Driver" from
    db2java.zip, but is not able to map the url "jdbc:db2:cluster" to this
    driver.
    Context:
    - WSAD 5.1.1
    - DB2 7.2 FP11
    - kodo evaluation v 3.1.0
    - Windows XP FP1
    Thanks for your help.
    Part of the Traceback from eclipse logs:
    !java.sql.SQLException: No suitable driver
         at java.lang.Throwable.<init>(Throwable.java)
         at java.lang.Throwable.<init>(Throwable.java)
         at java.sql.SQLException.<init>(SQLException.java:72)
         at java.sql.DriverManager.getDriver(DriverManager.java:266)
         at
    com.solarmetric.jdbc.PoolingDataSource.getDriver(PoolingDataSource.java:271)
         at
    com.solarmetric.jdbc.PoolingDataSource.newConnection(PoolingDataSource.java:313)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.makeConnection(ConnectionPoolImpl.java:270)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.getConnection(ConnectionPoolImpl.java:178)
         at
    com.solarmetric.jdbc.PoolingDataSource.getConnection(PoolingDataSource.java:237)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:130)
         at
    com.solarmetric.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:81)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:130)
         at
    kodo.jdbc.schema.DataSourceFactory$DefaultsDataSource.getConnection(DataSourceFactory.java:295)
         at
    kodo.jdbc.sql.DBDictionaryFactory.getDBDictionary(DBDictionaryFactory.java:56)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDBDictionaryInstance(JDBCConfigurationImpl.java:627)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:877)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource(JDBCConfigurationImpl.java:967)
         at
    kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource2(JDBCConfigurationImpl.java:976)
         at kodo.jdbc.schema.SchemaTool.<init>(SchemaTool.java:78)
         at kodo.jdbc.meta.MappingTool.newSchemaTool(MappingTool.java:269)
         at kodo.jdbc.meta.MappingTool.getSchemaTool(MappingTool.java:259)
         at kodo.jdbc.meta.MappingTool.run(MappingTool.java:898)
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • Build problem with Maven

    Hi.
    I have upgraded from 1.5 APT to the 1.6 method of doing compile time annotations, and I am runing into a problem trying to build a jar containing my annotations processor.
    I get the error from maven (mvn package)
    [INFO] Compilation failure
    error: Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: Provider annotations.processing.processors.CodeAnnotationProcessor not found
    I have the following directory structure
    src
    --main
    ----java
    ------annotations
    --------processing
    ----------processors
    ------------CodeAnnotationProcessor.java
    ----------annotations
    ------------CodeAnnotation.java
    ----resources
    ------META-INF
    --------service
    ----------javax.annotation.processing.Processor
    I build this with the following with maven
    <project xmlns="http://maven.apache.org/POM/4.0.0"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <groupId>mygroup</groupId>
        <artifactId>annotations-processor</artifactId>
        <packaging>jar</packaging>
        <version>1.0.0</version>
        <name>annotations-processor</name>
        <url>http://maven.apache.org</url>
        <dependencies>
            <dependency>
                <groupId>com.sun</groupId>
                <artifactId>tools</artifactId>
                <version>1.4.2</version>
                <scope>system</scope>
                <systemPath>C:/Java/jdk1.6.0_10/lib/tools.jar</systemPath>
            </dependency>
        </dependencies>
        <build>
            <plugins>
                <plugin>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <configuration>
                        <source>1.6</source>
                        <target>1.6</target>
                    </configuration>
                </plugin>
            </plugins>
        </build>
    </project>The javax.annotation.processing.Processor file contains
    annotations.processing.processors.CodeAnnotationProcessorAny my
    package annotations.processing.processors;
    import javax.annotation.processing.AbstractProcessor;
    import javax.annotation.processing.RoundEnvironment;
    import javax.annotation.processing.SupportedSourceVersion;
    import javax.annotation.processing.SupportedAnnotationTypes;
    import javax.lang.model.element.TypeElement;
    import javax.lang.model.SourceVersion;
    import java.util.Set;
    @SupportedAnnotationTypes(
            "annotations.processing.annotations.CodeAnnotation")
    @SupportedSourceVersion(SourceVersion.RELEASE_6)
    public class CodeAnnotationProcessor extends AbstractProcessor {
        public boolean process(Set<? extends TypeElement> annotations,
                               RoundEnvironment roundEnv) {
            return true;
    }And my CodeAnnotation is as follows
    package annotations.processing.annotations;
    import java.lang.annotation.Target;
    import java.lang.annotation.ElementType;
    import java.lang.annotation.Retention;
    import java.lang.annotation.RetentionPolicy;
    @Target(ElementType.TYPE)
    @Retention(RetentionPolicy.SOURCE)
    public @interface CodeAnnotation {
    }

    Milesy wrote:
    Hi.
    I have upgraded from 1.5 APT to the 1.6 method of doing compile time annotations, and I am runing into a problem trying to build a jar containing my annotations processor.
    I get the error from maven (mvn package)
    [INFO] Compilation failure
    error: Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: Provider annotations.processing.processors.CodeAnnotationProcessor not foundFor me it worked when I used the settings
    <plugins>
      <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-compiler-plugin</artifactId>
          <configuration>
            <source>1.6</source>
            <target>1.6</target>
            <fork>true</fork>
            <executable>${java.home}/../bin/javac</executable>
            <compilerArgument>-proc:none</compilerArgument>
          </configuration>
        </plugin>
    </plugins>
    ...Forking the compiler is perhaps not the best option, but its just for the annotation processor.

  • Export Release Build - Problem with Server Settings

    Hello, i have a big problem and i searched the whole day yesterday but didnt found an answer...
    I started a Flex Mobile and PHP Project. The Project has a Data/Services included wich loads some customer from a database (sql)... for the first a
    used Zend and try it local (http://localhost and used the htdocs Folder of Zend)... EVERYTHING WORKS PRETTY FINE... so NOW my problem
    I wanted to export this project to a release build for my android phone... so the first warning of Flash Builder ist that the project ist currently configured to access data services from a local url. Before exporting the application, you may need to deploy your services to a remote server, then change the server root URL for your project. Click here to change server settings.
    When i click the button i get the server setting.
    Web root: C:\Program Files (x86)\Zend\Apache2\htdocs
    Root URL: http://localhost
    whe i change it now i get an eror:"The selected web root folder does not exist (i attached i screenshot of it).
    i entered de domain of my server (i also tried the ip) at Root URL. And i think there ist a problem with the Web root...? i get scary

    i know WHY Flashbuilder tells me that i have to change the setting when i deploy on the device
    my problem ist that i got this error...
    and the domain wich i have in the screenshot should only explain how i tried it...
    i entered my server url (the real domain) and i entered the folder "app" wich i have created via ftp on my server...
    BUT i also get this error (lik in the screenshot)
    i think at ROOT URL i cant make lot mistakes .... http://myserver.de or the ip
    but i think maybe my web root ist incorrect? i entered here the folder wich is directliy on my server...?
    i dont know exactly but i got an error like in the screen

  • Build uwsgi with contributor plugin: Advice?

    I wish to install uwsgi with  contributor plugin not included in core distribution. I need advice/confirmation as to how I may acheive this using the package system, rather than install from binaries. I am running an ec2 arch linux instance, and am new to Arch linux,  feeling  good about it. I have read the wiki on makepkg ASB, AUR etc..   and taken  a good look at the Thanks.
    To enable the plugin, it's author advises:
    By default, the cgi plugin is not built in the core. You have to compile it as a plugin or create a new     
    build profile including it.                                                                                 
    As an example you can compile it as a plugin:                                                               
    $ python uwsgiconfig.py --plugin plugins/cgi
    The output from running the above, is as follows:
    using profile: buildconf/default.ini
    detected include path: ['/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.3/include', '/usr/local/include', '/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.3/include-fixed', '/usr/include']
    *** uWSGI building and linking plugin plugins/cgi ***
    [gcc -pthread] ./cgi_plugin.so
    *** cgi plugin built and available in ./cgi_plugin.so ***
    Starting uwsgi, using  uwsgi.ini to call the plugin , as shown below, the process starts but the call to the plug in throws an error, and cgi calls don't work :
    ./cgi_plugin.so: cannot open shared object file: No such file or directory
    my uwsgi.ini
    [uwsgi]
    plugins = cgi
    socket = /etc/nginx/tmp/uwsgi_temp/server.sock
    cgi = /cgi-bin = /etc/nginx/html/cgi-bin
    chmod-socket = 666
    harakiri = 30the plugin doesn't work. I get the following report when starting:
    package installation of standard uwsgi is as follows:
    $ cd /opt                                                                                                                               
    $ wget http://aur.archlinux.org/packages/uwsgi/uwsgi.tar.gz                                                                             
    $ tar -zxvf uwsgi.tar.gz
    #build package and install
    $ cd /opt/uwsgi                                                                                                                         
    $ makepkg --asroot   #use force option -f to overide earlier package installed                                                                                                                   
    $ pacman -U uwsgi*.pkg.*
    Relevant section in the PKGBUILD
    build() {
      cd $srcdir/$pkgname-$pkgver
      CFLAGS='' make -f Makefile.Py27
    The contents of Makefile.Py27
    all:
            python2.7 uwsgiconfig.py --build
    Cheers.

    Hello Tomas,
    there seems to be a solution: update your sld content. We use "SAP_CR, Version 2.9, 06/21/2006" here, and there you can find "EP BUILD TOOL 7.00" (and 7.10 as well). So you can set the dependency in the SLD.
    With SAP Note 932567 "Error when building ESS components within NWDI" you can get the information where to find the actual sca (in short: look in the SAP Service Market Place). So you can download the file, import it and everything should be fine.
    Hope that helps
    Joachim

  • LabVIEW 8.5.1 Build Problem With LV2010 Installed

    I am experiencing a problem when building an application installer using LabVIEW 8.5.1. I have built this application many time before but since installing LabVIEW 2010 I can no longer build the installer.
    I have tried to buiuld the application on a Windows 7 PC and a Windows XP machine. My minimum requirment in my build options was Windows 2000, I changed that to XP but it made no difference.
    I get the following error message:
    CDK_Build_Invoke.vi.ProxyCaller >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_Build.vi >> NI_MDF.lvlib:MDFDistCopyList_GetCount.vi
    Loading product deployment information
    Adding files to installer
    *** WARNING ***
    Cannot enforce the requested minimum operating system restriction because the deployment engine only supports Windows XP or later. Resetting minimum restriction to Windows XP or later.
    Done adding files
    Preparing to build deployment
    Copying products from distributions
    *** Error: Fatal runtime error. (Error code -10)
    *** Error Details:
    Error in MDF API function: _MDFDistCopyList_GetCount
    Access violation! Structured exception code 3221225477
    *** End Error Report
    Done building deployment
    Has anyone else come across this?
    Thanks in advance.

    Thanks Andrew.
    It didn't help.  After three days of trying, I did get one system to build without error. I'm currently trying to get another system to build.
    It looks like the Access violation is caused by the deployment utility not asking to change to DVD 3 for CVI after the product caches has been cleared (To fix the error code -40 problem).  Restoring the CVI runtime (NI LabWindows_CVI 2009 Service Pack 1 Run-Time Engine [9.1.1450]) to the Product Cache seems to fix the problem.
    The status log doesn't show enough information to figure out the problems.  Looking at the end of the Detailed_Installer.log is pretty much manditory.
    My recomendation is to build first with "Install TestStand Engine" and the various "Driver and Components..." turned off and then slowly enable the ones wanted. 
    Also, it saves a lot of pain and suffering to do at least one deployment with "Copy Installers to Product Cache by Default" turned on before doing an upgrade so you don't have to go search for old DVD's.
    After a lot of trial and error, I believe these are the steps I went through to finally get it to work:
    1. Close TestStand, LabView, and Deployment Utility
    2. Delete all in C:\Program Files\National Instruments\Shared\ProductCache, except the CVI Runtime
    3. Delete all in  C:\Documents and Settings\All Users\Application Data\National Instruments\MDF\ProductCache, except runtime 7.1.1
    There seems to be something wrong with the .NET language pack installation.  It always seems to generate errors.
    3. Run DotNet20x86langpack.msi  on the Device Driver DVD at Products\DotNet20langpack_x86_Installer\ and uninstall.
    4. Run DotNet20x86langpack.msi  and install.
    5. Put DVD 1 back in.
    Got an error with the .Net installer so. . .
    6. Uninstall at D:\Distributions\LV\Products\DotNet20_x86_Installer\DotNet20x86
    7. Install at D:\Distributions\LV_SE\Products\DotNet20_x86_Installer\DotNet20x86
    8. Again Install  at D:\Distributions\LV\Products\DotNet20_x86_Installer\DotNet20x86
    9. Run TestStand, LabView (if using VI's), and the Deployment Utility.  
    Runtime 8.5.1 should install automatically and ask to reboot the system.  Go ahead reboot and run Teststand, etc. again.
    10. In global settings, 'clear prompt before'. . . , and select 'copy installers to product cache by default'
    11. On Installer Options tab, clear "Install TestStand Engine".
    12. Build - ALWAYS 'remove all files from this folder before building'
    It "should" build.  If not, fix any errors.
    12. Select Install TestStand Engine.
    13. Select Engine Options... and clear all check boxes (except runtime 7.1.1)
    14. Build again (make sure DVD 1 is in)
    15. Install other Engine Options, Drivers and Components.
    16. Build again (make sure DVD 1 is in)

  • I'm having problems with the plugin

    It constantly asks me if i want to continue or stop the 'scrip'. Also, i'm having problems with the tabs constantly loading. Like I'm on a page, and then i found the page reloading itself when i'm looking at the page. I'd like to know how i can fix those problems i've reinstalling firefox, but that doesn't seem to work, i've tried reinstalling the plugin but that doesn't work either. I was wondering what version of the plugins does firefox use.

    Here's an explanation of what those processes are. 
    Inside Flash Player Protected Mode for Firefox
    I'm curious about what you did to uninstall just those.

  • Anyone else having problems with Flash plugin 10.3.181.14 on FF4.01

    Over the last 2-3 days I've had a problem with FF hanging when loading some sites. This problem disappears if I disable the Flash plugin.

    They are looking into it, but they are moving incredibly slow. Meanwhile, They are getting unhappy customers who are trying to tweak their browsers in such a way to force Adobe to work for them so they can do what they need. I even had to lower the Plugin Containers priority setting to low so it doesn't hog the CPU so I can do what I need, If barely. Its just frustrating and I am doing what I can to come up with something I can hand Adobe and say Here! Now fix it. lol

  • URL problem with Java Plugin 1.4.1

    To whom it may concern:
    We are developers working in java and we are experiencing a problem with the new Java plug-in (version 1.4.0) that are not able to solve ourselves:
    We have an applet that needs to read URL�s. When we run the applet locally, this URL is:
    "file:/C:/proof/hunter%20media/images/classic.ski". When we try to open an stream to this URL it doesn't work. The message that we obtain is:
    access denied (java.io.FilePermission C:\proof\hunter media\images\classic.ski read)
    but all the permissions are OK. Also, if we remove the whitespace from URL the applet works OK.
    We have tested the applet in Windows XP with Netscape 7.0, Internet Explorer 6.0.2 and tha Java plugin version is 1.4.0.
    Is there any problem with the whitespaces in URL opened locally?
    Please advice,
    Kind regards,
    Fernando

    Doesn't a url require "file://....?

  • URL problem with Java plugin 1.4.0

    To whom it may concern:
    We are developers working in java and we are experiencing a problem with the new Java plug-in (version 1.4.0) that are not able to solve ourselves:
    We have an applet that needs to read URL�s. When we run the applet locally, this URL is:
    "file:/C:/proof/hunter%20media/images/classic.ski". When we try to open an stream to this URL it doesn't work. The message that we obtain is:
    access denied (java.io.FilePermission C:\proof\hunter media\images\classic.ski read)
    but all the permissions are OK. Also, if we remove the whitespace from URL the applet works OK.
    We have tested the applet in Windows XP with Netscape 7.0, Internet Explorer 6.0.2 and tha Java plugin version is 1.4.0.
    Is there any problem with the whitespaces in URL opened locally?
    Please advice,
    Kind regards,
    Fernando

    Hi Fernando,
    What do you mean u removed the whitespaces. I am actually trying to work my way around a similar problem. I am trying to access a URL from a locally loaded applet. But i get a security exception too.
    http://osmv.soe.umich.edu/blueskies/kgs99/kgs99.txt
    how do i strip it of whitespace?
    Thanks,
    Shantanu

  • Build problem with Hello1 example.

    Hi,
    I have installed j2ee1.4 and trying to run the j2eetutorial1.4
    I am facing a problem in building the hello1 example.
    1) When I build the hello1 example, the build fails with the following error message
    C:\java-works\j2eetutorial14\examples\web\hello1>asant build
    Buildfile: build.xml
    init:
    prepare:
    copy:
    build:
    [javac] Compiling 2 source files to
    C:\java-works\j2eetutorial14\examples\we
    b\hello1\build
    BUILD FAILED
    file:C:/java-works/j2eetutorial14/examples/web/hello1/build.xml:52:
    C:\java-work
    s\j2eetutorial14\examples\web\hello1\${j2ee.home}\lib not found.
    Total time: 1 second
    2)) Editing the build.proerties file to include the j2ee.home property.When I save the file it gets a .txt extension.Could this cause a problem , while I try to build the examples? if so How can I avoid this?
    Could anyone please help me in this?
    Thanks,
    Ann

    To save the file without .txt extension
    just enclose the file with double quotes
    "build.properties" in the File save dialog box

  • Problems with Office Plugin

    Hello!
    I'm having problems with the Rights Management Office Plugin. Adobe Pro is working fine and connected properly with the LiveCycle server, but when i try to configure the LiveCycle Server in the Office Plugin (in the office 32 bit version) i get an error about the certificate, something like "It was not possible to find the site certificate, contact your administrator..." any ideas of why is this happening?
    Thank you so much,
    Best regards

    Hello everybody,
    I am not quite thrilled by the idea of uninstalling a Microsoft patch in order to use this add-on. Leaving a known vulnerability unpatched at the expense of using an application feature is not my sense of complete security.
    Is Adobe aware of the situation? Is there a fix available from Adobe? How can we engage Adobe on this?
    Thanks in advance for all your answers and help in this matter.
    Thanks
    Mayank

  • Problems with the plugin of QT 7.3

    I just installed the latest version of quicktime and itunes in my pc. itunes work fine and quicktime as well. But when I try to see a video shown with quick time, I just can't watch it. I can hear but the little screen just shows a green constantly? what's the matter? I'm using firefox and safari and it happens in both of them.

    I have the same problem with you.
    You should read Note 1539463 - Creating system from par is not possible in 730.
    I have tried to import nw7.0x par (......gw) to nw7.3, and error when deploy it.
    So you can try to create system in Portal 7.0x, and then import it to NW7.3.
    Why you want to connect to Exchange 2007? If you try to make sso with exchange tranport, I'm not sure it could happen now.
    All the documents talk about Portal 7.0, exchange 2003, windows 2003. That's totally different.
    Create system for Exchange in Portal, you don't enter any technical info there.  So it is useless if  you don't go any further.
    And Note note 922040 is closed by SAP which is about Exchange transport.
    I have sent OSS message to SAP, but no response after servaral weeks.
    You can try to make SSO between portal and owa(outlook web access) with  SSO22KerbMap ISAPI module

Maybe you are looking for

  • How can I draw using the Brush tool and a touch screen?

    I need to be able to use the touch screen on my Lenovo Yoga (running Windows 8) to draw using the Brush tool in Photoshop CS6. I'm able to do that in other programs, including Microsoft OneNote and Paint. For some reason, Photoshop will only interpre

  • Using chart colors with shapes

    Does anyone know if it is possible to use chart colors(etched metal, wood, etc.) with "shapes" created in Pages '08? Thank you,

  • Pre Configured Repositories

    Hi, I have just started working in MDM and facing initial hiccups. In my earlier version of MDM ie SP3 , we couldnt see the pre configured repositories(Material,Customer etc) in the MDM Console, but now we have just upgraded from SP3 to SP4 but still

  • No jurisdiction code in XK02

    HI, While changing the vendor master via XK01, system gives the following error message "No jurisdiction code could be determined ,  Message no. TAX_TXJCD101 " Kinldy let me know your comments on this. Thanks & regards, Renuga.A

  • Contents of Collections Disappeared (files did NOT move)

    I am running CS5, and I just spent a few hours adding files to a new collection.  I had to reboot my computer, and when I reopened Bridge, the collection listed (0) files.  The real locations of the files are on my harddrive, and were not moved or al