Skip to main content

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

I met similar issue due to missing p2.ql in runtime. Why not the bundle
of ExpressionParser explicitly depends on ql bundle?

-- 
Best Regards,
Meng Xin(Kane)


On Wed, 2010-03-17 at 01:27 +0100, Thomas Hallgren wrote:
> 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