Mantis - Resin
Viewing Issue Advanced Details
2261 major always 12-16-07 22:03 01-03-08 11:46
extremia Linux  
ferg RHEL  
normal 4  
closed 3.1.4  
Final fixed  
none    
none 3.1.5  
0002261: Running JetBrains TeamCity 3 failed due to JavaCompileException
Running TeamCity 3 by JetBrains failed due to JavaCompileException.
Could this be caused by Resin's JSP/JSTL implementation?

Unexpected Error

Error message: /buildTypeTable.jsp:28: cannot find symbol symbol : variable request location: class _jsp._overview__jsp._CauchoFragment pageContext.defaultSetOrRemove("disabled", buildType.getCanRunAndCompatibleAgents(SessionUser.getUser(request).isPermissionGrantedGlobally(Permission.ENABLE_DISABLE_AGENT)).isEmpty()); ^ Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error

[2007-12-13 02:18:29,207] ERROR - jetbrains.buildServer.SERVER - Error in JSP, request dump:
Path: /runtimeError.jsp
Method: GET
 
com.caucho.java.JavaCompileException: /buildTypeTable.jsp:28: cannot find symbol
symbol : variable request
location: class _jsp._overview__jsp._CauchoFragment
            pageContext.defaultSetOrRemove("disabled", buildType.getCanRunAndCompatibleAgents(SessionUser.getUser(request).isPermissionGrantedGlobally(Permission.ENABL
E_DISABLE_AGENT)).isEmpty());
                                                                                                                  ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
        at com.caucho.java.InternalCompiler.executeInt(InternalCompiler.java:220)
        at com.caucho.java.InternalCompiler.compileInt(InternalCompiler.java:84)
        at com.caucho.java.AbstractJavaCompiler.run(AbstractJavaCompiler.java:98)
        at java.lang.Thread.run(Thread.java:595)
1) Navigate to /TeamCity3.0/
2) Enter username and password and login

Notes
(0002576)
extremia   
12-16-07 22:03   
TeamCity can be downloaded here: <http://download.jetbrains.com/teamcity/TeamCity3.0.war> [^]
(0002577)
extremia   
12-16-07 22:06   
I can provide you a Resin installation with TeamCity 3.0 installed if you'd like to have a look of it.

Folks @ JetBrains confirmed that this works ok under Tomcat 5.5.16 or 6.x.
They also confirmed that the pages passes jasper validation.
(0002614)
ferg   
01-03-08 11:46   
jsp/0438