Testing Project

Dear All,
             I have recently completed a Implementation project. Now I am getting a project of developing and testing XI for new realeases of XI in SAP Labs. How would this project help me hone my XI skills? Should I rather stick to development projects or Testing projects will also be worthwhile.
Regards,
Ashish
Message was edited by:
        Ashish Goyal
Message was edited by:
        Ashish Goyal
Message was edited by:
        Ashish Goyal

Ashish,
This is more of a question that is a debate of whther being in a Development Project Vs Maintenance Project Vs Pure Testing projects!
It all boils down to the specifics and the work done on each of these projects.
One of my friends in testing always claims "He can see the End Product as the End user sees it", while people in development claim " Testing is monotonous, it is the same kind of work. Development is more fun" . its alll about perspectives and what you feel good doing at!
Regards
Bhavesh

Similar Messages

  • Getting Error in Asmx Web Service Unit Testing & not able to debug unit-test Project.

    I am getting below error message while running unit test for ASMX web service
    Failed MyFunction The ASP.NET Web application at 'D:\MyProjectFolder' is already configured for testing by another test run. Only one test run at a time can run
    tests in ASP.NET. If there are no other test runs using this Web application, ensure that the Web.config file does not contain an httpModule named HostAdapter.
    I checked in web.config. Below line already added in web.config. i removed below line to run test again but getting same error message.
    <httpModules>
    <add name="HostAdapter" type="Microsoft.VisualStudio.TestTools.HostAdapter.Web.HttpModule, Microsoft.VisualStudio.QualityTools.HostAdapters.ASPNETAdapter, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </httpModules>
    i am not able to debug unit test project.
    Please "Mark as Answer" if this post answered your question. :)
    Kalpesh Chhatrala | Software Developer | Rajkot | India
    Kalpesh 's Blog
    VFP Form to C#, Vb.Net Conversion Utility

    Hi Kalpesh,
    >>Failed MyFunction The ASP.NET Web application at 'D:\MyProjectFolder' is already configured for testing by another test run. Only one test run at a
    time can run tests in ASP.NET. If there are no other test runs using this Web application, ensure that the Web.config file does not contain an httpModule named HostAdapter.
    In your web application root, can you find a file named 'web.config.backup'?
    Reference:
    https://social.msdn.microsoft.com/Forums/en-US/e2ad0c20-df90-48dc-818c-8c5ec24d9365/visual-studio-test-is-not-hitting-breakpoints-in-debug?forum=vststest
    Fang also shared more information about debugging the unit test for web project here:
    https://social.msdn.microsoft.com/Forums/en-US/daa16086-b1b8-4917-ad8d-65e23b49e1bc/not-able-to-read-webconfig-through-unit-test-feature-by-visual-studiovsts?forum=vststest
    Best Regards,
    Jack
    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.

  • Using SQLCMD variables in SQL Server Unit Test Project

    Is it possible to use SQLCMD variables in my SQL Server Unit Test Project? In my test initialize script I'd like to set a database name variable, something like this:
    :SETVAR MyDatabase "mydatabase"
    SELECT * FROM [$(MyDatabase)].[mytable]
    but I get syntax errors when I run the test. Any suggestions how I can get this to work.
    Result Message: Initialization method
    myTest.TestInitialize threw exception. System.Data.SqlClient.SqlException: System.Data.SqlClient.SqlException:
    Incorrect syntax near ':'..

    Hi Kevin,
    What is the error?
    This should work only thing i could see is no scheme specified.
    SQL Server uses dbo as default schema.
    In your case:
    :SETVAR MyDatabase "mydatabase"
    SELECT * FROM [$(MyDatabase)].dbo.[mytable]
    Also check your instance collation if its Case sensitive then specify database and table name as exact case.
    Example:
    :SETVAR MyDatabase "[mydatabase]"
    :setvar schemavar "[dbo]"
    :setvar tablevar "[mytable]"
    SELECT * FROM $(MyDatabase).$(schemavar).$(tablevar)

  • Getting a runtime error when running the test project

    I was running a test project which did execute without any problems. Then I added 2 extra DLLs and wrote some code as well. After that I got the below specified run time error. Though I removed those DLLs and new code still it doesn't run. This was running
    fine though. Please advice.
    Warning: Test Run deployment issue: The assembly or module 'Npgsql' directly or indirectly referenced by the test container 'g:\services\communityservice\communityservicetest\bin\release\communityservicetest.dll' was not found.
    Warning: Test Run deployment issue: The assembly or module 'IBM.Data.DB2' directly or indirectly referenced by the test container 'g:\services\communityservice\communityservicetest\bin\release\communityservicetest.dll' was not found.
    Warning: Test Run deployment issue: The assembly or module 'Oracle.DataAccess' directly or indirectly referenced by the test container 'g:\services\communityservice\communityservicetest\bin\release\communityservicetest.dll' was not found.
    mayooran99

    @Mayooran99,
    I agree with Andy. By the way, when you build a new test project and if you want to add dll to your project, please make sure you will follow this article:
    https://msdn.microsoft.com/en-us/library/wkze6zky.aspx
    When you use Add reference dialog please don't forget to set copy local to true.(By default I think new project will not have this problem, the reason may like Andy mentioned that you still have some references to those two dlls when you removed them)Best
    regards,
    Barry
    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.

  • Trying to create test project, and get NPE during server startup

    Hi
    I am trying to create simple test project using JSF RI (usually use myfaces), but I am getting a couple of NPE's during server startup.
    I am using :
    jetty (maven plugin)
    jsf 1.2_03
    facelets 1.1.12
    I am probably missing something simple, but I just can't figure it out.
    My web.xml:
    <?xml version = '1.0' encoding = 'ISO-8859-1'?>
    <web-app  xmlns="http://java.sun.com/xml/ns/j2ee"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
              version="2.4">
         <context-param>
              <param-name>facelets.REFRESH_PERIOD</param-name>
              <param-value>2</param-value>
         </context-param>
         <context-param>
            <param-name>facelets.LIBRARIES</param-name>
            <param-value>
                /WEB-INF/tomahawk.taglib.xml
            </param-value>
        </context-param>
         <context-param>
              <param-name>facelets.DEVELOPMENT</param-name>
              <param-value>true</param-value>
         </context-param>
         <context-param>
             <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
             <param-value>client</param-value>
             <!--param-value>server</param-value-->
           </context-param>
         <context-param>
              <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
              <param-value>.xhtml</param-value>
         </context-param>
         <context-param>
              <param-name>javax.faces.CONFIG_FILES</param-name>
              <!-- /WEB-INF/faces-config.xml loaded by default -->
            <param-value>
                   /WEB-INF/faces-config.xml,/WEB-INF/faces-beans.xml,/WEB-INF/faces-nav.xml
              </param-value>
         </context-param>
         <!-- JSF 1.2 RI specifc -->
         <!-- Listener implementation to handle web application lifecycle events -->
         <listener>
              <listener-class>
                   com.sun.faces.application.WebappLifecycleListener
              </listener-class>
         </listener>
         <listener>
              <listener-class>
                   com.sun.faces.config.ConfigureListener
              </listener-class>
         </listener>
         <context-param>
              <description>
                Set this flag to true if you want the JavaServer Faces
                Reference Implementation to validate the XML in your
                faces-config.xml resources against the DTD.  Default
                value is false.
            </description>
              <param-name>com.sun.faces.validateXml</param-name>
            <param-value>false</param-value>
        </context-param>
        <context-param>
             <description>
                Set this flag to true if you want the JavaServer Faces
                Reference Implementation to verify that all of the application
                objects you have configured (components, converters,
                renderers, and validators) can be successfully created.
                Default value is false.
            </description>
            <param-name>com.sun.faces.verifyObjects</param-name>
            <param-value>true</param-value>
        </context-param>
         <!-- Faces Servlet -->
         <servlet>
              <servlet-name>faces</servlet-name>
              <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
              <load-on-startup>1</load-on-startup>
         </servlet>
         <!-- Faces Servlet Mappings -->
         <servlet-mapping>
              <servlet-name>faces</servlet-name>
              <url-pattern>*.jsf</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
         </welcome-file-list>
    </web-app>My faces-config.xml :
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
                                  "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
    <faces-config>
         <application>
               <!-- view-handler>
                    org.rcfaces.core.internal.facelets.FaceletViewHandler
             </view-handler-->
              <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
              <locale-config>
                   <default-locale>en</default-locale>
              </locale-config>
         </application>
    </faces-config>My Stack traces :
    INFO: Initializing Sun's JavaServer Faces implementation (1.2_03-b09-FCS) for context '/test'
    2007-01-23 15:41:57.351::WARN:  failed ContextHandler@964130{/test,file:/C:/code/tests/rcfacesTest/src/main/webapp/}
    java.lang.NullPointerException
            at com.sun.faces.application.ApplicationAssociate.getInstance(ApplicationAssociate.java:171)
            at com.sun.faces.application.WebappLifecycleListener.handleAttributeEvent(WebappLifecycleListener.java:221)
            at com.sun.faces.application.WebappLifecycleListener.attributeReplaced(WebappLifecycleListener.java:211)
            at org.mortbay.jetty.handler.ContextHandler$Context.setAttribute(ContextHandler.java:1317)
            at com.sun.faces.config.ConfigureListener$ApplicationMap.put(ConfigureListener.java:1885)
            at com.sun.faces.renderkit.RenderKitUtils.loadSunJsfJs(RenderKitUtils.java:1076)
            at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:468)
            at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:450)
            at org.mortbay.jetty.servlet.Context.startContext(Context.java:124)
            at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1136)
            at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:420)
            at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:120)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:119)
            at org.mortbay.jetty.Server.doStart(Server.java:221)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:134)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:327)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:272)
            at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:177)
            at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:183)
            at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
            at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
            at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
            at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    2007-01-23 15:41:57.367::WARN:  failed ContextHandlerCollection@91b9b0
    java.lang.NullPointerException
            at com.sun.faces.application.ApplicationAssociate.getInstance(ApplicationAssociate.java:171)
            at com.sun.faces.application.WebappLifecycleListener.handleAttributeEvent(WebappLifecycleListener.java:221)
            at com.sun.faces.application.WebappLifecycleListener.attributeReplaced(WebappLifecycleListener.java:211)
            at org.mortbay.jetty.handler.ContextHandler$Context.setAttribute(ContextHandler.java:1317)
            at com.sun.faces.config.ConfigureListener$ApplicationMap.put(ConfigureListener.java:1885)
            at com.sun.faces.renderkit.RenderKitUtils.loadSunJsfJs(RenderKitUtils.java:1076)
            at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:468)
            at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:450)
            at org.mortbay.jetty.servlet.Context.startContext(Context.java:124)
            at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1136)
            at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:420)
            at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:120)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:119)
            at org.mortbay.jetty.Server.doStart(Server.java:221)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:134)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:327)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:272)
            at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:177)
            at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:183)
            at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
            at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
            at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
            at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    2007-01-23 15:41:57.367::WARN:  failed HandlerCollection@1360c93
    java.lang.NullPointerException
            at com.sun.faces.application.ApplicationAssociate.getInstance(ApplicationAssociate.java:171)
            at com.sun.faces.application.WebappLifecycleListener.handleAttributeEvent(WebappLifecycleListener.java:221)
            at com.sun.faces.application.WebappLifecycleListener.attributeReplaced(WebappLifecycleListener.java:211)
            at org.mortbay.jetty.handler.ContextHandler$Context.setAttribute(ContextHandler.java:1317)
            at com.sun.faces.config.ConfigureListener$ApplicationMap.put(ConfigureListener.java:1885)
            at com.sun.faces.renderkit.RenderKitUtils.loadSunJsfJs(RenderKitUtils.java:1076)
            at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:468)
            at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:450)
            at org.mortbay.jetty.servlet.Context.startContext(Context.java:124)
            at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1136)
            at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:420)
            at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:120)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:119)
            at org.mortbay.jetty.Server.doStart(Server.java:221)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:134)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:327)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:272)
            at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:177)
            at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:183)
            at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
            at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
            at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
            at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    2007-01-23 15:41:57.523::INFO:  Started SelectChannelConnector @ 0.0.0.0:8080
    2007-01-23 15:41:57.523::WARN:  failed Server@188f506
    java.lang.NullPointerException
            at com.sun.faces.application.ApplicationAssociate.getInstance(ApplicationAssociate.java:171)
            at com.sun.faces.application.WebappLifecycleListener.handleAttributeEvent(WebappLifecycleListener.java:221)
            at com.sun.faces.application.WebappLifecycleListener.attributeReplaced(WebappLifecycleListener.java:211)
            at org.mortbay.jetty.handler.ContextHandler$Context.setAttribute(ContextHandler.java:1317)
            at com.sun.faces.config.ConfigureListener$ApplicationMap.put(ConfigureListener.java:1885)
            at com.sun.faces.renderkit.RenderKitUtils.loadSunJsfJs(RenderKitUtils.java:1076)
            at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:468)
            at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:450)
            at org.mortbay.jetty.servlet.Context.startContext(Context.java:124)
            at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1136)
            at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:420)
            at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:120)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:156)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:119)
            at org.mortbay.jetty.Server.doStart(Server.java:221)
            at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
            at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:134)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:327)
            at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:272)
            at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:177)
            at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:183)
            at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
            at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
            at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
            at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
            at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
            at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
            at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
            at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    [INFO] Jetty server exiting.Thanks,
    Mike

    This has been fixed in the RI head. Hopefully we'll be able to get a 1.2_04 out shortly.
    Please download a nightly from the RI project site and give that a shot.

  • [svn:cairngorm3:] 21066: Navigation: Added missing test runner SWC for test project.

    Revision: 21066
    Revision: 21066
    Author:   [email protected]
    Date:     2011-04-13 02:42:33 -0700 (Wed, 13 Apr 2011)
    Log Message:
    Navigation: Added missing test runner SWC for test project.
    Modified Paths:
        cairngorm3/trunk/libraries/NavigationParsleyTest/.actionScriptProperties
    Added Paths:
        cairngorm3/trunk/libraries/NavigationParsleyTest/libs/
        cairngorm3/trunk/libraries/NavigationParsleyTest/libs/flexunitUIRunner-4.1-RC2.swc

    Hi DST
    This is a great effort and gesture. thank you on behalf of all the newbies.
    PJ

  • [svn:osmf:] 13681: Removed build warnings from several test projects.

    Revision: 13681
    Revision: 13681
    Author:   [email protected]
    Date:     2010-01-20 17:50:46 -0800 (Wed, 20 Jan 2010)
    Log Message:
    Removed build warnings from several test projects. 
    Modified Paths:
        osmf/trunk/apps/samples/plugins/CaptioningSample/.project
        osmf/trunk/apps/samples/plugins/MASTSample/.project
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/.actionScriptProperties
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/.project
        osmf/trunk/plugins/CaptioningPluginTest/.actionScriptProperties
        osmf/trunk/plugins/CaptioningPluginTest/.project
        osmf/trunk/plugins/CaptioningPluginTest/src/CaptioningPluginTest.mxml
        osmf/trunk/plugins/MASTPluginIntegrationTest/.actionScriptProperties
        osmf/trunk/plugins/MASTPluginIntegrationTest/.project
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPluginIntegrationTest/.actionScriptProperti es

        I think I addressed all your questions in my original post, but since it ran a bit long, I'll recap....
    1.  I'll attach screenshots of my report options tab for the first report.  The second is the same, with the only change being that it's configured for xml reports.
       The temp files were deleted correctly prior to configuring for multiple reports.
    2.  If the first report is xml and the second is html, both are readable.  If the second is xml, the xml report is not readable by a browser, whether the first is html or xml.  If the first is also xml, it is apparently over-written by the second xml, which is bad.
    3.  I'm using a modified version of the instructions from this link to
    generate multiple reports.
    http://forums.ni.com/t5/NI-TestStand/Create-Two-TS​3-5-Reports-XML-and-ATML/td-p/471394
    I modified the instructions to work with TestStand 4.1.1.  I also
    modified it so I would not be changing the default sequence model. I'll attach the modified sequence model.
    -Mark
    Attachments:
    Report_opts1.JPG ‏65 KB
    Report_opts2.JPG ‏60 KB
    SequentialModel_multiReport.seq ‏33 KB

  • Where do I specify the URL to test for my load testing project?

    When we create a WebAndLoadTestProject in VS 2013, the only place where I can specify the URL that I actually want to test is by adding a Web Performance test to the project and specifying the URL in the recording tool.
    Does this mean that I cannot have a load test without having a web performance test?
    Because I've searched a lot and I don't find any other place where I can specify the URL that I want to test.
    And all the blogs that are out there also talk about having both the web performance test and the load test together. I never come across a single one that explains having a load test without a web performance test.
    So my question is; Can I or can not I have a load test without a web performance test? If I can, then where do I specify the URL that I want to test against ??

    A Visual Studio Load Test is a thing that runs other tests, looks after their results and collects some timing data. A load test can run large numbers of other tests to simulate big loads. On its own a load test does not do anything. Load tests are
    really good at running Web Performance Tests and collecting their results. Load tests can also run Coded UI tests and unit tests.
    The URL used in a Web Test can be derived from a context parameter. The Web Test command "Parameterize Web Servers" can be used to change all the URLs in the requests to context parameters.
    Load Tests can also specify context parameters and any values they specify will override the parameter values specified in a Web Test.
    Regards
    Adrian

  • Hosted Build Controller does not build test project when using GitContinuousDeploymentTemplate.12.xaml

    So basically my unittest project using mspec is not even built and copied to the outputfolder even though I build the sln file. This happens only if I put in a azure deployment environment in the build. It works with exactly the same parameters if I just
    remove the azure deployment parameter in the same template. I really don't get why it's impossible to run unit tests and fail the build before deploying to staging. Is it supposed to be like this?

    Hi Espen,
    I would like to know what you mean when you say "put in a Azure deployment environment in the build", and whether you have run a post script during the build process. Please give out more details about your scenario, or share you build log here. You can
    check whether it's build fine locally by using MSBuild or build directly with Visual Studio.
    Maybe you can check whether the Azure environment has the right version of mspec test adapter. Or use Nuget package restore feature to include the needed files in your solution before building. If the build related to hosted build controller, you can configure
    an on-premise build controller for VSO. See this
    thread for more information.
    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.
    By Azure deployment variable I mean "Windows Azure Deployment Environment" variable which you can configure under the Process tab after rightclicking the build definition and clicked "Edit build definition" in Visual Studio.
    I actually figured out what was wrong though. When "Windows Azure Deployment Environment" is set, the build target is set to <your_azure_project>:Publish. This target probably only builds the projects useful for that particular project, hence the unittest
    project is not built. I fixed the issue by adding a msbuild argument under 2.Build->5.Advanced->MSBuild arguments. I had to set it to "/t <your_azure_project>:Publish;Build" and all worked well. Notice the order of the targets though. If I used
    Build first, the whole build failed with some error trying to some virtual web folder. Also, <your_azure_project> is not entirely correct. At least for me it's named like My.Azure.Project, but the build target is My_Azure_Project.
    I don't really know if it's supposed to be this way, but it looks to me like a small bug in the template at least.

  • Flash cc Crashes when testing project

    i have been working on an app for some time now it has been working fine and i had no problems with it until i got my new computer i installed the trial of flash cc and opened my project in it, re set the path for some of the files and tried to test movie (ctrl + enter) and flash just closes... i tried creating a new fla and teste that and it worked fine but my app wont work... even tho i know it was working perfect before i changed computers, so clearly it is a problem with the project an not the program... anybody have any ideas? i would really appreciate the help 

    hey try this doesnt seem to be working... ill explain how i tried your method in-case i did it wrong... in flash go to file / save as and saved the fla file to the desktop with a different name then tru explorer i moved the associated file to the new folder... dont think i mentioned im on a windows 8  computer but when the project was working on my old computer it was windows 7... i dont know if that has anything to do with the problem

  • SOLAR_EVAL - Test- Project Status Analyses question

    We have set up our test plans with the option 'with transactions' and deselected 'with released documents'.
    However when we pull reports in project status analyses we are not receiving all the transactions in the results...why is that? Is there a way to capture all transactions?

    Hi Daniel,
    What is your current release level ?
    Regards
    Valdecir

  • Fitter Snacker Sample Tests, Projects, Assignments

    I am thinking that others who have taught ERP using the Fitter Snacker example from SAP UA, and have had great experiences with projects, tests, and assignments. Is there a place on SAP SDN UA where any samples of these could be found?
      Thank-You

  • I am a month or so into my new FCPX, I want to copy my first test project to my toshiba external drive but it seems to be harder than I thought. I would welcome any help

    I am a month or so into FCPX and a new imac and I seem to have trouble sending my first project to a toshiba external hard drive.
    I am following larry Jordans tutorial but it seems to differ slightly from my own.
    I simply want to copy the project over to my external drive so i can take it to work to show it.
    Thanks in advance
    China Dave

    Tom
    I notice it says the file is already saved do I want to overwrite but it keeps saying the same thing and I can't find the file on my external drive.
    I managed to get it also copied to my desktop.
    I might add at this point, I am not so smart on computers and am using the new iMac and FCPX as a way to really learn
    The system thoroughly.
    Kind regards,
    Dave

  • Need information to do standalone MQ test project

    I am a beginner to this MQ series.Can anyone plz tell me how to proceed to write a simple code which sends message in queue and the reciever should get the message and send acknowledgment which should be received by the sender.I need this for a simple stand alone PTP queue.
    Thanks in advance,
    I know real programmers r here,
    Aravind

    Hi Aravind
    There are several examples, illustrated in the product manuals. These probably will get you started.
    If you haven't already gone through it, I think the quick-start tutorial is a great first look into the product:
    [Quick Start Tutorial|http://docs.sun.com/app/docs/doc/819-7755/6n9m8u57v?a=view]
    If you want a more "presentational" style introduction, we have a free online training course that explains all the features and describes MQ
    (By the way, this is for Sun Java System Message Queue, or Open Message Queue 4.0, but the features are not substantially changed in 4.1)
    [MQ 4.0 Online Training|http://www.sun.com/training/catalog/courses/WMT-SMQ-1491.xml]
    If you need more pointers, check out the developer tips we have a our Open MQ project page, here:
    [Open MQ Programming Tips|https://mq.dev.java.net/prog-tips.html]
    Post a follow-up and let us know how this worked out for you.
    -- Ed Bratt

  • Beta Test Project – need advice

    What is the best way to find a Salesforce.com "Enterprise" or "Unlimited" user who has 1000 or more contacts in their database? I am trying to beta test a very cool new plug-in connector that auto-updates and syncs info between SF and CoolerEmail, which will be provided. Not sure this is the right forum but I couldn't find a related CRM one. All help appreciated.

    Hi mlandreth
    What you are describing sounds almost identical to something
    called "Captivate Player". You may read about and obtain it using
    the following links:
    Developer
    Center article
    Player
    update page
    Cheers... Rick

Maybe you are looking for

  • Month view off "Date" app on Palm Desktop by ACCESS 6.2.2

    I have Windows XP (Home) with Palm Desktop by ACCESS 6.2.2. I also have a Palm Z22 and a HP TouchPad. My problem is with the Palm Desktop. In the "Date" application it will not display the Month view. There is no problem with the Day or Week view, bu

  • Trying to install Windows on a partition of second internal HD

    Hello, As the title mentions, I'm trying to install Windows on my iMac 11,1 in which I've swapped out the Superdrive for a SSD. My current setup is with 10.8 boot drive + recovery partition on the SSD and an HFS+ data partition on the second drive (H

  • Error: "File is Open and in Use by Another Application...."

    I'm trying to print to tape using the 'Print to Video' option in the 'File' menu. The media being printed is in HDV format. During the 'conforming HDV Video...' process that runs prior to recording to tape, I'm getting the error message mentioned in

  • Package body greater than 2160 bytes does not compile in Object Browser

    Hi there, I initially created a package in Apex 2.1.0.0.39 using the Object Browser and it compiled OK. The message in the box above the source code says "PL/SQL code successfully compiled (17:51:08)". I then added more code and eventually when I cli

  • How to map Keyboard Digit tot the JComboBox?

    I want to use keyboard digit to navigate into the JComboBox instead of the arrow keys. What should I have to do in case. I have use Input Map and Action Map to associate keys but it wont work.