Mantis - Resin
Viewing Issue Advanced Details
3078 minor always 11-17-08 08:33 12-16-08 11:01
ferg  
ferg  
normal  
closed 3.2.1  
fixed  
none    
none 4.0.0  
0003078: server EL variable conflicting with TeamCity
(rep by Jan Kriesten)


has anyone successfully installed TeamCity with resin?

I get errors like the following during setting up my admin account:

Error message: javax.el.PropertyNotFoundException: 'fullServerVersion' is an
unknown bean property of 'com.caucho.server.cluster.Cluster$ServerVar'

and

Error message: javax.el.PropertyNotFoundException: 'queue' is an unknown bean
property of 'com.caucho.server.cluster.Cluster$ServerVar'

The first one is referenced in file 'WEB-INF/tags/version.tag' as

${server.fullServerVersion}

Can it be that resin tries to evaluate this on a false bean?


Notes
(0003653)
ferg   
12-16-08 11:01   
server/4317