Hi Geert, With the newer jar file I got the same error. I forgot to tell, that RIFE is running on glue now.
java.lang.LinkageError loader constraints violated when linking com/uwyn/rife/site/ValidationError class at com.uwyn.rife.site.Validation getConstrainedPropertyRules ( Validation.java : 176 ) at com.uwyn.rife.site.Validation addConstrainedPropertyRules ( Validation.java : 268 ) at com.uwyn.rife.site.Validation addConstraint ( Validation.java : 279 ) at com.uwyn.rife.authentication.credentials.RoleUser activateValidation ( RoleUser.java : 39 ) at com.uwyn.rife.site.Validation ensureActivatedValidation ( Validation.java : 56 ) at com.uwyn.rife.site.Validation getValidatedSubjects ( Validation.java : 634 ) at com.uwyn.rife.site.FormBuilderXhtml removeForm ( FormBuilderXhtml.java : 1039 ) at com.uwyn.rife.engine.ElementContext generateEmptyForm ( ElementContext.java : 3046 ) at com.uwyn.rife.engine.ElementSupport generateEmptyForm ( ElementSupport.java : 4566 ) at com.uwyn.rife.engine.ElementSupport generateEmptyForm ( ElementSupport.java : 4531 ) at com.uwyn.rife.authentication.elements.Authenticated processElement ( Authenticated.java : 343 ) at com.uwyn.rife.engine.ElementContext processContext ( ElementContext.java : 587 ) at com.uwyn.rife.engine.RequestState service ( RequestState.java : 212 ) at com.uwyn.rife.engine.Gate handleRequest ( Gate.java : 422 ) at com.uwyn.rife.engine.Gate handleRequest ( Gate.java : 240 ) at sun.reflect.NativeMethodAccessorImpl invoke0 ( NativeMethodAccessorImpl.java ) at sun.reflect.NativeMethodAccessorImpl invoke ( NativeMethodAccessorImpl.java : 39 ) 11 more ... RIFE 1.3-snapshot (c) 2001-2005 by Uwyn bvba/sprl Cheers, Lars > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Geert Bevin > Sent: 22 November 2005 15:38 > To: RIFE users list : questions, bug reports and suggestions. > Subject: Re: [Rife-users] loader constraints violated when > linkingcom/uwyn/rife/site/ValidationError class > > > Hi Lars, > > can you please try this with a recent snapshot, some bugs were fixed > in this area: > http://rifers.org/downloads/rife/snapshots/ > > Thanks, > > Geert > > On 22-nov-05, at 15:34, Lars Grupe wrote: > > > Hi, > > > > could someone tell me what is wrong, when I get this error: > > > > java.lang.LinkageError > > > > loader constraints violated when linking > > com/uwyn/rife/site/ValidationError class > > > > at com.uwyn.rife.site.Validation getConstrainedPropertyRules > > ( Validation.java : 174 ) > > at com.uwyn.rife.site.Validation addConstrainedPropertyRules > > ( Validation.java : 266 ) > > at com.uwyn.rife.site.Validation addConstraint ( > > Validation.java : 277 ) > > at com.uwyn.rife.authentication.credentials.RoleUser > > activateValidation ( RoleUser.java : 37 ) > > at com.uwyn.rife.site.Validation ensureActivatedValidation > > ( Validation.java : 54 ) > > at com.uwyn.rife.site.Validation getValidatedSubjects > > ( Validation.java : 632 ) > > at com.uwyn.rife.site.FormBuilderXhtml removeForm > > ( FormBuilderXhtml.java : 1037 ) > > at com.uwyn.rife.engine.ElementContext generateEmptyForm > > ( ElementContext.java : 2970 ) > > at com.uwyn.rife.engine.ElementSupport generateEmptyForm > > ( ElementSupport.java : 4423 ) > > at com.uwyn.rife.engine.ElementSupport generateEmptyForm > > ( ElementSupport.java : 4388 ) > > at com.uwyn.rife.authentication.elements.Authenticated > > processElement ( Authenticated.java : 341 ) > > at com.uwyn.rife.engine.ElementContext processContext > > ( ElementContext.java : 583 ) > > at com.uwyn.rife.engine.RequestState service ( > > RequestState.java : 209 ) > > at com.uwyn.rife.engine.Gate handleRequest > ( Gate.java : > > 397 ) > > at sun.reflect.GeneratedMethodAccessor5 invoke ( > > <unknown> ) > > at sun.reflect.DelegatingMethodAccessorImpl invoke ( > > DelegatingMethodAccessorImpl.java : 25 ) > > at java.lang.reflect.Method invoke ( > Method.java : 585 ) > > > > > > Could the reason be that I have no rife/authenticated folder? The > > following to code snippets point to files that I can not find. Are > > they part of the rife-1.0.jar? > > > > part of common.xml: > > > > <element extends="rife/authenticated/memory.xml"> > > <submission name="credentials"> > > <param name="login"/> > > <param name="password"/> > > </submission> > > > > <childtrigger name="authid"/> > > </element> > > > > part of identified.xml: > > > > <element extends="rife/authenticated/identified.xml"> > > <childtrigger name="authid"/> > > </element> > > > > Cheers, > > Lars > > _______________________________________________ > > Rife-users mailing list > > [email protected] http://www.uwyn.com/mailman/listinfo/rife-users > > > > -- > Geert Bevin Uwyn bvba > "Use what you need" Avenue de Scailmont 34 > http://www.uwyn.com 7170 Manage, Belgium > gbevin[remove] at uwyn dot com Tel +32 64 84 80 03 > > PGP Fingerprint : 4E21 6399 CD9E A384 6619 719A C8F4 D40D > 309F D6A9 Public PGP key : available at servers pgp.mit.edu, > wwwkeys.pgp.net > > > _______________________________________________ > Rife-users mailing list > [email protected] http://www.uwyn.com/mailman/listinfo/rife-users > _______________________________________________ Rife-users mailing list [email protected] http://www.uwyn.com/mailman/listinfo/rife-users
