Re: Annotation scanning problem with Tomcat 8 and Java 8

2017-07-10 Thread Mark Thomas
On 10/07/17 08:09, karapirinc wrote: > Hi, > > I am trying to solve same issue. Could you solve the problem? That particular problem (from 3 years ago) was caused by a Tomcat bug. It was fixed shortly afterwards. Upgrading to the latest 8.5.x release should fix it. If it does not, please open a

Re: Annotation scanning problem with Tomcat 8 and Java 8

2017-07-10 Thread karapirinc
Hi, I am trying to solve same issue. Could you solve the problem? Best, Yusuf -- View this message in context: http://tomcat.10.x6.nabble.com/Annotation-scanning-problem-with-Tomcat-8-and-Java-8-tp5019403p5065281.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Fwd: Tomcat 8 and Java 8

2015-04-17 Thread Greg Huber
Chris, My startup script (many years old) uses: CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar So its quite possible if the $CLASSPATH is empty we get the :/ The odd thing is why does it work when run from the command line but not from /etc/rc.d/init.d as both use case have the colon

Re: Fwd: Tomcat 8 and Java 8

2015-04-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Greg, On 4/16/15 12:06 PM, Greg Huber wrote: > ..To follow on, for others going grey also. > > The file:/ seems to be from a :/ (colon) on the class path, and > the combination of running it from /etc/rc.d/init.d makes it not > work. > > N

Fwd: Tomcat 8 and Java 8

2015-04-16 Thread Greg Huber
So is it trying to scan the whole drive? Can any one help on this? Or should I log a jira report? Cheers Greg On 15 April 2015 at 14:19, Mark Thomas wrote: > On 15/04/2015 03:28, Greg Huber wrote: > > Hello, > > > > I am trying to upgrade my app to Tomcat 8 and Java 8

Re: Tomcat 8 and Java 8

2015-04-16 Thread Greg Huber
n the whole drive? Can any one help on this? Or should I log a jira report? Cheers Greg On 15 April 2015 at 14:19, Mark Thomas wrote: > On 15/04/2015 03:28, Greg Huber wrote: > > Hello, > > > > I am trying to upgrade my app to Tomcat 8 and Java 8 (1.8.0_40) on > ce

Re: Tomcat 8 and Java 8

2015-04-16 Thread Greg Huber
00e000, 0xe558, 0xf550) object space 87552K, 86% used [0xe000,0xe49b1b38,0xe558) PSPermGen total 21504K, used 12727K [0xdae00000, 0x00000000dc30, 0xe000) object space 21504K, 59% used [0xdae0,0xdba6df

Re: Tomcat 8 and Java 8

2015-04-15 Thread Greg Huber
m trying to upgrade my app to Tomcat 8 and Java 8 (1.8.0_40) on > centos 7 > > Did you use the packaged version of Tomcat or did you download a > distribution from the ASF? > > > I have a startup in /etc/rc.d/init.d script that uses the daemon eg: > > > > daemon --us

Re: Tomcat 8 and Java 8

2015-04-15 Thread Greg Huber
, 0% used [0xfb60,0xfb60,0xfd68) ParOldGen total 87552K, used 71597K [0xe000, 0xe558, 0xf558) object space 87552K, 81% used [0xe000,0xe45eb4e0,0xe558) Metaspace used 13063K, capacity 13

Re: Tomcat 8 and Java 8

2015-04-15 Thread Mark Thomas
On 15/04/2015 03:28, Greg Huber wrote: > Hello, > > I am trying to upgrade my app to Tomcat 8 and Java 8 (1.8.0_40) on centos 7 Did you use the packaged version of Tomcat or did you download a distribution from the ASF? > I have a startup in /etc/rc.d/init.d script that uses th

Tomcat 8 and Java 8

2015-04-15 Thread Greg Huber
Hello, I am trying to upgrade my app to Tomcat 8 and Java 8 (1.8.0_40) on centos 7 I have a startup in /etc/rc.d/init.d script that uses the daemon eg: daemon --user $tomcatuser --pidfile=$pidfile $command start When I run the script using the command line it runs as expected, but when it

Annotation scanning problem with Tomcat 8 and Java 8

2014-06-30 Thread Brian Morris
I'm running into a startup problem using Tomcat 8 and Java 8 during annotation scanning. I get many error messages similar to these two: Jun 30, 2014 12:44:26 PM org.apache.catalina.startup.ContextConfig processAnnotationsWebResource SEVERE: Unable to process web resource [/WEB-INF/classe