Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] ExceptionInInitializerError in QueryUtil


Thanks, that was the problem.


From: Thomas Hallgren <thomas@xxxxxxx>
To: P2 developer discussions <p2-dev@xxxxxxxxxxx>
Date: 03/16/2010 05:27 PM
Subject: Re: [p2-dev] ExceptionInInitializerError in QueryUtil
Sent by: p2-dev-bounces@xxxxxxxxxxx





Do you have the org.eclipse.equinox.p2.ql bundle in your configuration?

- thomas

On 03/17/2010 01:24 AM, Thomas M Houser wrote:

        ExpressionParser.parseBinary() line: 210        
       ExpressionParser.parseAnd() line: 145        

       ExpressionParser.parseOr() line: 131        

       ExpressionParser.parseCondition() line: 127        

       ExpressionParser.parseQuery(String) line: 113        

       ExpressionUtil.parseQuery(String) line: 75        

       ExpressionQuery<T>.<init>(Class<? extends T>, String, Object[]) line: 34        

       QueryUtil.createQuery(String, Object[]) line: 439        

       QueryUtil.<clinit>() line: 32 [local variables unavailable]        

       J9VMInternals.initializeImpl(Class) line: not available [native method]        

       J9VMInternals.initialize(Class) line: 194        

_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev



Back to the top