You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/08/06 13:48:07 UTC

[Bug 55367] New: cannot compile JSPs while Vaadin webapp is deployed

https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

            Bug ID: 55367
           Summary: cannot compile JSPs while Vaadin webapp is deployed
           Product: Tomcat 7
           Version: 7.0.42
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Jasper
          Assignee: dev@tomcat.apache.org
          Reporter: iknopf.bxug-1@csc-dd.de

Having a Vaadin webapp (https://vaadin.com) installed in Tomcat's webapp
directory no JSP can be compiled, even not tomcat start page.
(I get a "java.lang.AbstractMethodError:
javax.servlet.jsp.JspFactory.getJspApplicationContext ..." message).

After having removed my vaadin webapp Tomcat runs as well as before.

Whatever this application does - in my point of view a webapp should not be
able to affect Tomcat's basic functionality.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

Ingolf Knopf <ik...@csc-dd.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30691|part 3 of 25                |part 5 of 25
        description|                            |

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
I can't reproduce this. Please provide the simplest, smallest possible web
application that demonstrates this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #21 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30706
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30706&action=edit
part 20 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #29 from Mark Thomas <ma...@apache.org> ---
That JAR file has no place in a web application as it includes a copy of the
Jasper, the JSP compiler that is part of Apache Tomcat. That conflicts with the
version included with Tomcat and JSP compilation breaks.

Tomcat is protected from things like this iff the security manager is enabled.

A quick look at Vaadin's web site suggests this JAR is not intended for server
side user anyway. The name vaadin-client-compiler-7.0.7.jar is also a broad
hint it is not intended for server-side use.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #17 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30702
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30702&action=edit
part 16 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #11 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30696
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30696&action=edit
part 10 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #10 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30695
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30695&action=edit
part 9 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #26 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30711
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30711&action=edit
part 25 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #28 from Mark Thomas <ma...@apache.org> ---
There is a 1MB upload limit in Bugzilla for a reason. It is not there just to
provide a few hoops to jump through if you want to upload a larger file. In
future, if you hit a limit on *any* ASF service ask rather than trying to
circumvent it. Circumventing limits is the sort of behaviour that gets accounts
disabled and IP addresses blocked.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #13 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30698
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30698&action=edit
part 11 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #18 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30703
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30703&action=edit
part 17 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #2 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30687
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30687&action=edit
part 1 of 25

Sorry about the huge war file. It contains only one jar, but this is necessary
to demonstrate the affect.
(I beleave that the remaining jar file has no place inside my webapp; this is
an internal question inside my company. But the question is: Why does Jasper
crash?)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

Ingolf Knopf <ik...@csc-dd.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30698|part 11 of 25               |part 12 of 25
        description|                            |

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #16 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30701
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30701&action=edit
part 15 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #8 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30693
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30693&action=edit
part 7 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #5 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30690
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30690&action=edit
part 4 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #12 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30697
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30697&action=edit
part 11 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #23 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30708
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30708&action=edit
part 22 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #19 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30704
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30704&action=edit
part 18 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #15 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30700
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30700&action=edit
part 14 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #22 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30707
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30707&action=edit
part 21 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #7 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30692
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30692&action=edit
part 6 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #9 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30694
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30694&action=edit
part 8 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #3 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30688
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30688&action=edit
part 2 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #20 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30705
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30705&action=edit
part 19 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #24 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30709
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30709&action=edit
part 23 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #14 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30699
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30699&action=edit
part 13 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #6 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30691
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30691&action=edit
part 3 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #4 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30689
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30689&action=edit
part 3 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

--- Comment #25 from Ingolf Knopf <ik...@csc-dd.de> ---
Created attachment 30710
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30710&action=edit
part 24 of 25

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55367] cannot compile JSPs while Vaadin webapp is deployed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55367

Ingolf Knopf <ik...@csc-dd.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #27 from Ingolf Knopf <ik...@csc-dd.de> ---
Please concat all my attachments into 1 war file an deploy it.

Good luck!

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org