Return-Path: Delivered-To: apmail-db-torque-user-archive@www.apache.org Received: (qmail 78051 invoked from network); 10 Feb 2004 22:12:18 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Feb 2004 22:12:18 -0000 Received: (qmail 96693 invoked by uid 500); 10 Feb 2004 22:12:01 -0000 Delivered-To: apmail-db-torque-user-archive@db.apache.org Received: (qmail 96677 invoked by uid 500); 10 Feb 2004 22:12:00 -0000 Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Apache Torque Users List" Reply-To: "Apache Torque Users List" Delivered-To: mailing list torque-user@db.apache.org Received: (qmail 96659 invoked from network); 10 Feb 2004 22:12:00 -0000 Received: from unknown (HELO physics.gmu.edu) (129.174.44.73) by daedalus.apache.org with SMTP; 10 Feb 2004 22:12:00 -0000 Received: from physics.gmu.edu (localhost.localdomain [127.0.0.1]) by physics.gmu.edu (8.12.8/8.12.8) with ESMTP id i1AMC6Bp012921 for ; Tue, 10 Feb 2004 17:12:06 -0500 From: mohan@physics.gmu.edu Received: (from apache@localhost) by physics.gmu.edu (8.12.8/8.12.8/Submit) id i1AMC5Rj012919; Tue, 10 Feb 2004 17:12:05 -0500 X-Authentication-Warning: physics.gmu.edu: apache set sender to mohan@physics.gmu.edu using -f Received: from 138.88.163.115 (SquirrelMail authenticated user mohan) by physics.gmu.edu with HTTP; Tue, 10 Feb 2004 17:12:05 -0500 (EST) Message-ID: <61720.138.88.163.115.1076451125.squirrel@physics.gmu.edu> Date: Tue, 10 Feb 2004 17:12:05 -0500 (EST) Subject: Exception thrown by generator.parse To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Guys I am using the torque 3.1. I have the following schema
I get an error only when i have this table in the schema other wise the build is successful. I do not understand what the reason is for this. The error is as follows: Exception thrown by 'generator.parse'. For more information consult the velocity log, or invoke ant with the -debug flag.When i used the debug flag i get these exceptions at the end Exception thrown by 'generator.parse'. For more information consult the velocity log, or invoke ant with the -debug flag. at org.apache.velocity.texen.ant.TexenTask.execute(TexenTask.java:564) at org.apache.tools.ant.Task.perform(Task.java:341) at org.apache.tools.ant.Target.execute(Target.java:309) at org.apache.tools.ant.Target.performTasks(Target.java:336) at org.apache.tools.ant.Project.executeTarget(Project.java:1339) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:397) at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:143) at org.apache.tools.ant.Task.perform(Task.java:341) at org.apache.tools.ant.Target.execute(Target.java:309) at org.apache.tools.ant.Target.performTasks(Target.java:336) Caused by: org.apache.velocity.exception.MethodInvocationException: Invocation of method 'parse' in class org.apache.velocity.texen.Generator threw exception class org.apache.velocity.exception.MethodInvocationException : Invocation of method 'get' in class java.util.Properties threw exception class java.lang.NullPointerException : null at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:309) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:207) at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:357) at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:135) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:271) at org.apache.velocity.Template.merge(Template.java:296) at org.apache.velocity.texen.Generator.parse(Generator.java:425) at org.apache.velocity.texen.Generator.parse(Generator.java:361) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:260) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:207) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:250) Please help me if any one can figure out the reason for this. This happens only when the schema has this table. But when i remover this table from the schema the rest of the schema works just fine. --Mohan --------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org For additional commands, e-mail: torque-user-help@db.apache.org