Greetings,

Laurie Harper wrote:

>Hi, I just downloaded TDK 2.1 and gave it a try, and it's failing to build
>the sample app :-( Can anyone give me an idea how to resolve the problem?
>  
>
When I encountered this error (in a slightly different context), it was 
the result of a conflict between versions 1 and 2 of the Xerces XML 
parser.  TDK 2.1 was created with Xerces 1, but my updated Tomcat 
installation (4.1.1x) included Xerces-2 in the classpath.  Downgrading 
to Tomcat 4.0.x fixed the problem.

Otherwise, search the archives for the term 'VerifyError'.  You'll find 
details on my problem and maybe other clues:

http://www.mail-archive.com/cgi-bin/htsearch?restrict=;exclude=;config=turbine-user_jakarta_apache_org;method=and;format=short;words=verifyerror;page=2


Relevant sections of your build output:

>
>turbine-sql:
>     [echo] +------------------------------------------+
>     [echo] |                                          |
>     [echo] | Generating SQL for Turbine base system!  |
>     [echo] |                                          |
>     [echo] +------------------------------------------+
>[torque-sql] 
>/Users/zodiac/src/holoweb/SourceSmith/tools/tdk-2.1/webapps/ss/WEB-INF/src/s
>ql/turbine-schema.sql
>
>BUILD FAILED
>java.lang.VerifyError: (class:
>org/apache/turbine/torque/engine/database/transform/XmlToAppData, method:
>parseFile signature:
>(Ljava/lang/String;)Lorg/apache/turbine/torque/engine/database/model/AppData
>;) Incompatible object argument for function call
>        at 
>org.apache.turbine.torque.TorqueSQLTask.initControlContext(TorqueSQLTask.jav
>a:153)
>  
>

>Total time: 9 seconds
>java.lang.VerifyError: (class:
>org/apache/turbine/torque/engine/database/transform/XmlToAppData, method:
>parseFile signature:
>(Ljava/lang/String;)Lorg/apache/turbine/torque/engine/database/model/AppData
>;) Incompatible object argument for function call
>        at 
>org.apache.turbine.torque.TorqueSQLTask.initControlContext(TorqueSQLTask.jav
>a:153)
>
>  
>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to