You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2006/04/30 07:04:42 UTC

[jira] Commented: (AXIS2-642) wsdl2java, org.apache.axis2.schema.SchemaCompilationException: java.lang.NullPointerException

    [ http://issues.apache.org/jira/browse/AXIS2-642?page=comments#action_12377141 ] 

Davanum Srinivas commented on AXIS2-642:
----------------------------------------

There are problems in your wsdl. see output from .NET's wsdl.exe. XMLSpy shows the same problem as well. Please download some tools (even XMLSpy has a 30 trial AFAIK) and validate your wsdl. Axis 1.2 works does not imply the wsdl is correct :)

C:\AXIS-642>wsdl http://www.ivoa.net/xml/SNI/SkyNode-v1.0.wsdl
Microsoft (R) Web Services Description Language Utility
[Microsoftr .NET Framework, Version 2.0.50630.0]
Copyright (c) Microsoft Corporation.  All rights reserved.

Error: Unable to import binding 'SkyNodeSoap' from namespace 'SkyNode.ivoa.net'.
  - Unable to import operation 'PerformQuery'.
  - The element 'http://www.ivoa.net/xml/ADQL/v1.0:Select' is missing.

If you would like more help, please type "wsdl /?".

> wsdl2java, org.apache.axis2.schema.SchemaCompilationException: java.lang.NullPointerException
> ---------------------------------------------------------------------------------------------
>
>          Key: AXIS2-642
>          URL: http://issues.apache.org/jira/browse/AXIS2-642
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>   Components: wsdl
>     Versions: 0.95
>  Environment: java -version
> java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
> Linux , 2.6.14, i686
>     Reporter: Sergey E. Koposov

>
> The WSDL2java does not work (it worked for axis 1.2) 
> I'm getting the set of exceptions when I try to do WSDL2java of the WSDL from here ( http://www.ivoa.net/xml/SNI/SkyNode-v1.0.wsdl )
> java org.apache.axis2.wsdl.WSDL2Java  -uri file:///tmp/test/SkyNode-v1.0.wsdl
> Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: org.apache.axis2.schema.SchemaCompilationException: java.lang.NullPointerException
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:146)
>         at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
>         at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
> Caused by: java.lang.RuntimeException: org.apache.axis2.schema.SchemaCompilationException: java.lang.NullPointerException
>         at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:162)
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:101)
>         ... 2 more
> Caused by: org.apache.axis2.schema.SchemaCompilationException: java.lang.NullPointerException
>         at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:184)
>         at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:115)
>         ... 3 more
> Caused by: java.lang.NullPointerException
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:354)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:338)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:403)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:328)
>         at org.apache.axis2.schema.SchemaCompiler.process(SchemaCompiler.java:899)
>         at org.apache.axis2.schema.SchemaCompiler.processParticle(SchemaCompiler.java:862)
>         at org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:631)
>         at org.apache.axis2.schema.SchemaCompiler.processAnonymousComplexSchemaType(SchemaCompiler.java:586)
>         at org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:571)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:360)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:338)
>         at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:220)
>         at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:179)
>         ... 4 more
> I also tried with the latest SVN checkout, and the result was the same.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira