Error executing page compilation Circular extends reference for class Sample.deadlock
Hi everyone,
I'm trying to compile my Ext JS 4.1.1.a based application using 64-bit Linux OS.
Here's my application hierarchy(Maven based Java Web Application):
Code:
+ src
+main
+webapp
+ extjs
+ app
- app.js
- index.jsp
+ resources
+ WEB-INF
It's a huge project, so I'd like to learn how can I find the classes that generates error. Here is the error stacktrace:
Code:
[ERROR] Circular extends reference :
Sample.deadlock.A ->
Sample.deadlock.B ->
Sample.deadlock.E ->
Sample.deadlock.C ->
Sample.deadlock.D ->
Sample.deadlock.A
[ERROR] Error executing page compilation Circular extends reference for class Sample.deadlock.A
[ERROR] com.sencha.exceptions.ExCircularReference: Circular extends reference for class Sample.deadlock.A
Thanks in advance.
Same issue here but no idea what the solution is
Hi,
as always it helps to see that others have the same issues. Unfortunately I do not see a solution (also not on STackOverflow). Would be really great if someone would have the kindness to explain what the cause and the solution of the problem is. Since it seems to come from ExtJS any input from Sencha Experts would be greatly appreciated.
Thanks