-
Was just wondering how ez it would be to add the closure compiler...
2009-11-12 05:00:24 UTC by nobody
-
Same problem on the same line here - works on Tomcat 5.5.28 but not on Weblogic 9.2.
2009-10-22 13:59:20 UTC by mr234
-
Now I suspect Terracotta may be the source the issue, a synchronization issue should be some where.
But in PackTag.doEndTag() or BaseTag.promoteError() I think it's better not hide the details of the exception.
I would like to have an option to turn on logging level instead of exposing errors with "pageContext.getOut().write" to end user.
No offense, just my personal opinion. :)
2009-10-16 19:56:40 UTC by ericsunwg
-
The issue appears like once a month on a clustered tomcat group with terracotta as back end session distributor
Any suggestion how I can track it down?.
2009-10-16 15:43:08 UTC by ericsunwg
-
This is dup of ticket 2854437
We thought it's gone in packatg 3.7 terracotta 3.0.0 but it took place again yesterday. We only see it on production with terracotta.
Do we have anyway to turn on more logging.
2009-10-16 15:38:13 UTC by ericsunwg
-
After investigating the source code, we noticed that getRealPath used in the wild-card method blows up, when we use wild-cards along with an "unexploded" war file.
It seems to work fine with the exploded one but in unexploded it doesn't work. Our environment is setup in such a way that only unexploded wars can be deployed at the moment.
Also it seems that getRealPath might not be that...
2009-10-08 07:22:24 UTC by manish1981
-
Pack tag works perfectly if we specify individual js file names in it, but when we change it to use wild-cards like * and **, it throws exception on UNIX box on deployment. It say's ".....cannot combined resource: null ....."
Used version: 3.6
checktimestamp is set to false
cache type is set to servlet.
2009-10-07 22:45:46 UTC by manish1981
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-09-24 02:20:24 UTC by sf-robot
-
Hi, I'm sorry, I don't know Terracotta that much, and the Stacktrace just gives a feeling what went wrong. Did you tried without Terracotta?
Ehcache was bought by Terracotta recently, maybe you could use ehcache instead?.
2009-09-09 20:42:54 UTC by danielgalan
-
Tomcat 6, Terracotta2.7.3, packtag3.4
Pack did not perfom successfull on combined Resource:
*******************************************************************************
Requested Object is missing : ObjectID=[33015] Missing Oids = [ObjectID=[33015]]
*******************************************************************************
We are sharing the nodes between Tomcat servers nodes as.
2009-09-08 15:28:37 UTC by nobody