Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3D3CCC643 for ; Sun, 6 May 2012 01:17:35 +0000 (UTC) Received: (qmail 89515 invoked by uid 500); 6 May 2012 01:17:34 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 89371 invoked by uid 500); 6 May 2012 01:17:34 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 89344 invoked by uid 99); 6 May 2012 01:17:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 May 2012 01:17:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 May 2012 01:17:33 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 146BFC00B7 for ; Sun, 6 May 2012 01:17:13 +0000 (UTC) Date: Sun, 6 May 2012 01:17:12 +0000 (UTC) From: Apache Jenkins Server To: java-dev@axis.apache.org Message-ID: <1810679718.498.1336267033082.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: Axis2-trunk-java-1.6 #889 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Axis2-trunk-java-1.6 X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org See Changes: [veithen] AXIS2-4413: Removed the getPullParser stuff from generated ADB code. Also modified ADBXMLStreamReaderTest so that all unit tests use POJOs (the POJO databinding continues to use ADBXMLStreamReaderImpl). [veithen] Eliminated several instances of the catch-and-fail JUnit anti-pattern. ------------------------------------------ [...truncated 6645 lines...] 318: 319: private OMElement createEnvelope() { 320: OMFactory fac = OMAbstractFactory.getOMFactory(); 321: OMNamespace omNs = fac.createOMNamespace("http://axisversion.sample", "ns1"); 322: OMElement method = fac.createOMElement("getVersion", omNs); 323: OMElement value = fac.createOMElement("myValue", omNs); An error occurred at line: 321 in the jsp file: /axis2-web/HappyAxis.jsp OMNamespace cannot be resolved to a type 318: 319: private OMElement createEnvelope() { 320: OMFactory fac = OMAbstractFactory.getOMFactory(); 321: OMNamespace omNs = fac.createOMNamespace("http://axisversion.sample", "ns1"); 322: OMElement method = fac.createOMElement("getVersion", omNs); 323: OMElement value = fac.createOMElement("myValue", omNs); 324: method.addChild(value); An error occurred at line: 322 in the jsp file: /axis2-web/HappyAxis.jsp OMElement cannot be resolved to a type 319: private OMElement createEnvelope() { 320: OMFactory fac = OMAbstractFactory.getOMFactory(); 321: OMNamespace omNs = fac.createOMNamespace("http://axisversion.sample", "ns1"); 322: OMElement method = fac.createOMElement("getVersion", omNs); 323: OMElement value = fac.createOMElement("myValue", omNs); 324: method.addChild(value); 325: return method; An error occurred at line: 323 in the jsp file: /axis2-web/HappyAxis.jsp OMElement cannot be resolved to a type 320: OMFactory fac = OMAbstractFactory.getOMFactory(); 321: OMNamespace omNs = fac.createOMNamespace("http://axisversion.sample", "ns1"); 322: OMElement method = fac.createOMElement("getVersion", omNs); 323: OMElement value = fac.createOMElement("myValue", omNs); 324: method.addChild(value); 325: return method; 326: } An error occurred at line: 337 in the jsp file: /axis2-web/HappyAxis.jsp OMElement cannot be resolved to a type 334: ///axis2/axis2-web/services/version 335: IP = IP.replaceAll("axis2-web", ""); 336: 337: OMElement payload = createEnvelope(); 338: ConfigurationContext configctx = 339: ConfigurationContextFactory.createConfigurationContextFromFileSystem(null, null); 340: ServiceClient client = new ServiceClient(configctx, null); An error occurred at line: 337 in the jsp file: /axis2-web/HappyAxis.jsp The method createEnvelope() is undefined for the type HappyAxis_jsp 334: ///axis2/axis2-web/services/version 335: IP = IP.replaceAll("axis2-web", ""); 336: 337: OMElement payload = createEnvelope(); 338: ConfigurationContext configctx = 339: ConfigurationContextFactory.createConfigurationContextFromFileSystem(null, null); 340: ServiceClient client = new ServiceClient(configctx, null); An error occurred at line: 347 in the jsp file: /axis2-web/HappyAxis.jsp OMElement cannot be resolved to a type 344: options.setTo(targetEPR); 345: options.setTransportInProtocol(Constants.TRANSPORT_HTTP); 346: 347: OMElement result = client.sendReceive(payload); 348: StringWriter writer = new StringWriter(); 349: result.serialize(XMLOutputFactory.newInstance().createXMLStreamWriter(writer)); 350: writer.flush(); Stacktrace: Stack trace : org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 1 in the generated java file The type org.apache.axiom.om.OMElement cannot be resolved. It is indirectly referenced from required .class files An error occurred at line: 1 in the generated java file The type org.apache.axiom.om.OMNamespace cannot be resolved. It is indirectly referenced from required .class files An error occurred at line: 18 in the generated java file The import org.apache.axiom.om.OMElement cannot be resolved An error occurred at line: 19 in the generated java file Only a type can be imported. org.apache.axiom.om.OMFactory resolves to a package An error occurred at line: 20 in the generated java file The import org.apache.axiom.om.OMNamespace cannot be resolved An error occurred at line: 21 in the generated java file Only a type can be imported. org.apache.axiom.om.OMAbstractFactory resolves to a package An error occurred at line: 319 in the jsp file: /axis2-web/HappyAxis.jsp OMElement cannot be resolved to a type 316: 317: private String value; 318: 319: private OMElement createEnvelope() { 320: OMFactory fac = OMAbstractFactory.getOMFactory(); 321: OMNamespace omNs = fac.createOMNamespace("http://axisversion.sample", "ns1"); 322: OMElement method = fac.createOMElement("getVersion", omNs); An error occurred at line: 320 in the jsp file: /axis2-web/HappyAxis.jsp OMFactory cannot be resolved to a type 317: private String value; 318: 319: private OMElement createEnvelope() { 320: OMFactory fac = OMAbstractFactory.getOMFactory(); 321: OMNamespace omNs = fac.createOMNamespace("http://axisversion.sample", "ns1"); 322: OMElement method = fac.createOMElement("getVersion", omNs); 323: OMElement value = fac.createOMElement("myValue", omNs); An error occurred at line: 320 in the jsp file: /axis2-web/HappyAxis.jsp OMAbstractFactory cannot be resolved 317: private String value; 318: 319: private OMElement createEnvelope() { 320: OMFactory fac = OMAbstractFactory.getOMFactory(); 321: OMNamespace omNs = fac.createOMNamespace("http://axisversion.sample", "ns1"); 322: OMElement method = fac.createOMElement("getVersion", omNs); 323: OMElement value = fac.createOMElement("myValue", omNs); An error occurred at line: 321 in the jsp file: /axis2-web/HappyAxis.jsp OMNamespace cannot be resolved to a type 318: 319: private OMElement createEnvelope() { 320: OMFactory fac = OMAbstractFactory.getOMFactory(); 321: OMNamespace omNs = fac.createOMNamespace("http://axisversion.sample", "ns1"); 322: OMElement method = fac.createOMElement("getVersion", omNs); 323: OMElement value = fac.createOMElement("myValue", omNs); 324: method.addChild(value); An error occurred at line: 322 in the jsp file: /axis2-web/HappyAxis.jsp OMElement cannot be resolved to a type 319: private OMElement createEnvelope() { 320: OMFactory fac = OMAbstractFactory.getOMFactory(); 321: OMNamespace omNs = fac.createOMNamespace("http://axisversion.sample", "ns1"); 322: OMElement method = fac.createOMElement("getVersion", omNs); 323: OMElement value = fac.createOMElement("myValue", omNs); 324: method.addChild(value); 325: return method; An error occurred at line: 323 in the jsp file: /axis2-web/HappyAxis.jsp OMElement cannot be resolved to a type 320: OMFactory fac = OMAbstractFactory.getOMFactory(); 321: OMNamespace omNs = fac.createOMNamespace("http://axisversion.sample", "ns1"); 322: OMElement method = fac.createOMElement("getVersion", omNs); 323: OMElement value = fac.createOMElement("myValue", omNs); 324: method.addChild(value); 325: return method; 326: } An error occurred at line: 337 in the jsp file: /axis2-web/HappyAxis.jsp OMElement cannot be resolved to a type 334: ///axis2/axis2-web/services/version 335: IP = IP.replaceAll("axis2-web", ""); 336: 337: OMElement payload = createEnvelope(); 338: ConfigurationContext configctx = 339: ConfigurationContextFactory.createConfigurationContextFromFileSystem(null, null); 340: ServiceClient client = new ServiceClient(configctx, null); An error occurred at line: 337 in the jsp file: /axis2-web/HappyAxis.jsp The method createEnvelope() is undefined for the type HappyAxis_jsp 334: ///axis2/axis2-web/services/version 335: IP = IP.replaceAll("axis2-web", ""); 336: 337: OMElement payload = createEnvelope(); 338: ConfigurationContext configctx = 339: ConfigurationContextFactory.createConfigurationContextFromFileSystem(null, null); 340: ServiceClient client = new ServiceClient(configctx, null); An error occurred at line: 347 in the jsp file: /axis2-web/HappyAxis.jsp OMElement cannot be resolved to a type 344: options.setTo(targetEPR); 345: options.setTransportInProtocol(Constants.TRANSPORT_HTTP); 346: 347: OMElement result = client.sendReceive(payload); 348: StringWriter writer = new StringWriter(); 349: result.serialize(XMLOutputFactory.newInstance().createXMLStreamWriter(writer)); 350: writer.flush(); Stacktrace: at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92) at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330) at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:423) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:317) at org.apache.jasper.JspC.processFile(JspC.java:1010) at org.apache.jasper.JspC.execute(JspC.java:1159) at org.codehaus.mojo.jspc.compiler.tomcat6.JspCompilerImpl.compile(JspCompilerImpl.java:111) 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:597) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:230) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:912) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:756) at org.codehaus.groovy.runtime.InvokerHelper.invokePojoMethod(InvokerHelper.java:766) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:754) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:170) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:198) at org.codehaus.mojo.jspc.CompilationMojoSupport.execute(CompilationMojoSupport.groovy:333) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) 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:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79) 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:597) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239) at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158) at hudson.maven.Maven3Builder.call(Maven3Builder.java:98) at hudson.maven.Maven3Builder.call(Maven3Builder.java:64) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:287) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) Sending e-mails to: java-dev@axis.apache.org channel stopped [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org