Hi Dev, I'm writing a simple integration test [1] but while running the test i'm getting the following error[2]. and i attached my pom also. can anyone guide on me on this?
[1] https://docs.wso2.com/display/TA430/Writing+a+Test+Case+for+ESB [2] ------------------------------------------------------- T E S T S ------------------------------------------------------- Forking command line: /bin/sh -c cd /home/rajjaz/esb-connectors/ejb/org.wso2.carbon.connector/target && /home/rajjaz/Documents/jdk1.7.0_79/jre/bin/java -Xms512m -Xmx1024m -XX:MaxPermSize=128m -jar /home/rajjaz/esb-connectors/ejb/org.wso2.carbon.connector/target/surefire/surefirebooter7361817641598581788.jar /home/rajjaz/esb-connectors/ejb/org.wso2.carbon.connector/target/surefire/surefire8778537678578881741tmp /home/rajjaz/esb-connectors/ejb/org.wso2.carbon.connector/target/surefire/surefire_06295743703835172308tmp org.apache.maven.surefire.util.SurefireReflectionException: java.lang.reflect.InvocationTargetException; nested exception is java.lang.reflect.InvocationTargetException: null java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Caused by: org.apache.maven.surefire.testset.TestSetFailedException: Suite file /src/test/resources/testng.xml is not a valid file at org.apache.maven.surefire.testng.TestNGXmlTestSuite.locateTestSets(TestNGXmlTestSuite.java:124) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:89) ... 9 more Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.685 s [INFO] Finished at: 2015-10-14T12:17:26+05:30 [INFO] Final Memory: 94M/668M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project org.wso2.carbon.connector.ejb2X: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project org.wso2.carbon.connector.ejb2X: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:224) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286) at org.apache.maven.cli.MavenCli.main(MavenCli.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:145) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 20 more Caused by: java.lang.RuntimeException: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? at org.apache.maven.plugin.surefire.booterclient.output.ForkClient.close(ForkClient.java:257) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:301) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:116) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:740) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProviders(AbstractSurefireMojo.java:682) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:648) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:586) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) ... 21 more -- Thank you Best Regards *Rajjaz HM* Associate Software Engineer WSO2 Inc. <http://wso2.com/> lean | enterprise | middleware Mobile | +94752833834 Email | [email protected] LinkedIn | Blogger | WSO2 Profile <http://wso2.com/about/team/mohammer_rajjaz/>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. WSO2 Inc. licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.wso2.carbon</groupId> <artifactId>carbon-components</artifactId> <version>4.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>org.wso2.carbon.connector.ejb2X</artifactId> <groupId>org.wso2.carbon.connector</groupId> <packaging>bundle</packaging> <version>1.0.0</version> <name>WSO2 Carbon - Connector For ejb2X</name> <url>http://wso2.org</url> <dependencies> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.mediation.initializer</artifactId> <version>4.2.0</version> </dependency> <dependency> <groupId>org.apache.synapse</groupId> <artifactId>synapse-core</artifactId> <version>2.1.1-wso2v7</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.connector.core</artifactId> <version>4.2.0</version> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.wso2.esb.integration</groupId> <artifactId>integration-base</artifactId> <version>1.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>SecVerifier</artifactId> <version>4.2.0</version> <type>aar</type> </dependency> <dependency> <groupId>emma</groupId> <artifactId>emma</artifactId> <version>2.1.5320</version> </dependency> <dependency> <groupId>org.wso2.carbon.automation</groupId> <artifactId>org.wso2.carbon.automation.utils</artifactId> <version>4.2.0</version> </dependency> <dependency> <groupId>org.wso2.carbon.automation</groupId> <artifactId>org.wso2.carbon.automation.api</artifactId> <version>4.2.0</version> </dependency> <dependency> <groupId>org.wso2.carbon.automation</groupId> <artifactId>org.wso2.carbon.automation.core</artifactId> <version>4.2.0</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.0</version> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>email-library</id> <phase>package</phase> <goals> <goal>attached</goal> </goals> <configuration> <finalName>ejb2x-connector-1.0.0</finalName> <appendAssemblyId>true</appendAssemblyId> <filters> <filter>${basedir}/src/main/assembly/filter.properties</filter> </filters> <descriptors> <descriptor>src/main/assembly/assemble-connector.xml</descriptor> </descriptors> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> <executions> <execution> <id>copy-resources-jks</id> <phase>compile</phase> <goals> <goal>copy-resources</goal> </goals> <configuration> <outputDirectory>${basedir}/src/test/resources/keystores/products </outputDirectory> <resources> <resource> <directory> ${basedir}/target/tobeCopied/wso2esb-${project.version}/repository/resources/security/ </directory> <includes> <include>**/*.jks</include> </includes> </resource> </resources> </configuration> </execution> <execution> <id>copy-stratos-jks</id> <phase>compile</phase> <goals> <goal>copy-resources</goal> </goals> <configuration> <outputDirectory>${basedir}/src/test/resources/keystores/stratos </outputDirectory> <resources> <resource> <directory> ${basedir}/target/tobeCopied/wso2esb-${project.version}/repository/resources/security/ </directory> <includes> <include>**/*.jks</include> </includes> </resource> </resources> </configuration> </execution> <execution> <id>copy-sample-jks</id> <phase>compile</phase> <goals> <goal>copy-resources</goal> </goals> <configuration> <outputDirectory>${basedir}/src/test/resources/keystores/products </outputDirectory> <resources> <resource> <directory> ${basedir}/target/tobeCopied/wso2esb-${project.version}/repository/samples/resources/security/ </directory> <includes> <include>**/*.jks</include> </includes> </resource> </resources> </configuration> </execution> <execution> <id>copy-resources-mar</id> <phase>compile</phase> <goals> <goal>copy-resources</goal> </goals> <configuration> <outputDirectory>${basedir}/src/test/resources/client/modules </outputDirectory> <resources> <resource> <directory> ${basedir}/target/tobeCopied/wso2esb-${project.version}/repository/deployment/client/modules </directory> <includes> <include>**/*.mar</include> </includes> </resource> </resources> </configuration> </execution> <execution> <id>copy-samples</id> <phase>compile</phase> <goals> <goal>copy-resources</goal> </goals> <configuration> <outputDirectory>${basedir}/src/test/resources/artifacts/ESB/samples/ </outputDirectory> <resources> <resource> <directory> ${basedir}/target/tobeCopied/wso2esb-${project.version}/repository/samples/ </directory> <includes> <include>**/*.xml</include> </includes> </resource> </resources> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.12.4</version> <inherited>false</inherited> <configuration> <!-- <argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=128m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006 </argLine> --> <argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=128m</argLine> <testFailureIgnore>true</testFailureIgnore> <disableXmlReport>false</disableXmlReport> <parallel>false</parallel> <suiteXmlFiles> <suiteXmlFile>/src/test/resources/testng.xml</suiteXmlFile> </suiteXmlFiles> <systemProperties> <property> <name>framework.resource.location</name> <value> ${basedir}/src/test/resources/ </value> </property> <property> <name>server.list</name> <value> ESB </value> </property> <property> <name>usedefaultlisteners</name> <value>false</value> </property> <sec.verifier.dir>${basedir}/target/security-verifier/</sec.verifier.dir> <maven.test.haltafterfailure>false</maven.test.haltafterfailure> <carbon.zip> ${basedir}/../../../../repository/wso2esb-4.9.0.zip </carbon.zip> <emma.home>${basedir}/target/emma</emma.home> project.version <instr.file>${basedir}/src/test/resources/instrumentation.txt</instr.file> <filters.file>${basedir}/src/test/resources/filters.txt</filters.file> <emma.output>${basedir}/target/emma</emma.output> <property> <name>connector_repo</name> <value>${basedir}/target</value> </property> </systemProperties> <workingDirectory>${basedir}/target</workingDirectory> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> <Bundle-Name>${project.artifactId}</Bundle-Name> <Export-Package>!javax.servlet, !javax.servlet.http, org.wso2.carbon.connector.* </Export-Package> <Import-Package>!javax.xml.soap, javax.xml.stream.*; version="1.0.1", org.apache.axis2.rpc.receivers; version="${axis2.osgi.version.range}", org.apache.axiom.*; version="${axiom.osgi.version.range}", org.apache.axis2; version="${axis2.osgi.version.range}", org.apache.axis2.description; version="${axis2.osgi.version.range}", org.apache.axis2.engine; version="${axis2.osgi.version.range}", org.apache.axis2.context; version="${axis2.osgi.version.range}", org.apache.commons.logging, org.apache.synapse, org.apache.synapse.config, org.apache.synapse.config.xml, org.apache.synapse.core, org.apache.synapse.core.axis2, org.apache.synapse.endpoints.*, org.apache.synapse.mediators.base, org.apache.synapse.libraries.*, org.apache.axis2.transport.base, org.wso2.carbon.core, org.wso2.carbon.registry.core.service; version=1.0.1, javax.xml.soap; version=1.0.0, *;resolution:=optional</Import-Package> </instructions> </configuration> </plugin> </plugins> </build> </project>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
