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 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. Not

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: Tomcat 8 and Java 8

2015-04-16 Thread Greg Huber
) On 15 April 2015 at 14:19, Mark Thomas ma...@apache.org 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 centos 7 Did you use the packaged version of Tomcat or did you download a distribution from the ASF? I have

Re: Tomcat 8 and Java 8

2015-04-16 Thread Greg Huber
on this? Or should I log a jira report? Cheers Greg On 15 April 2015 at 14:19, Mark Thomas ma...@apache.org 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 centos 7 Did you use the packaged version of Tomcat or did you

Fwd: Tomcat 8 and Java 8

2015-04-16 Thread Greg Huber
any one help on this? Or should I log a jira report? Cheers Greg On 15 April 2015 at 14:19, Mark Thomas ma...@apache.org 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 centos 7 Did you use the packaged version

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 the daemon eg

Re: Tomcat 8 and Java 8

2015-04-15 Thread Greg Huber
, capacity 1472K, committed 1536K, reserved 1048576K Cheers Greg. On 15 April 2015 at 14:19, Mark Thomas ma...@apache.org 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 centos 7 Did you use the packaged version

Re: Tomcat 8 and Java 8

2015-04-15 Thread Greg Huber
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 --user $tomcatuser --pidfile=$pidfile $command start When I run the script

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

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/classes/com