[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #20 from Martin Wegner martin.weg...@ebp.de ---
OK running Ant with default task worked and replacing the 8.0.24 catalina.jar
with the new build catalina.jar fixed the problem...the GeoServer is up and
running :)

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #19 from Mark Thomas ma...@apache.org ---
Just use 'ant' rather than 'ant release'. You don't need a full release build.
You'll find CATALINA_HOME at output/build

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #13 from Martin Wegner martin.weg...@ebp.de ---
And what can I do about it?

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #14 from Violeta Georgieva violet...@apache.org ---
(In reply to Martin Wegner from comment #13)
 And what can I do about it?

What do you think about using ANT 1.9.6?

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #16 from Martin Wegner martin.weg...@ebp.de ---
OK with Ant 1.9.6 I get this error:

-installer-create-uninstaller:

BUILD FAILED
C:\Users\XXX\workspace\Tomcat 8\build.xml:2175: Execute failed:
java.io.IOException: Cannot run program C:\Users\XXX\workspace\Tomcat
8\output\dist\tempinstaller.exe (in directory C:\Users\XXX\workspace\Tomcat
8\output\dist): CreateProcess error=2, The system cannot find the file
specified
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:620)
at
org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:428)
at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:442)
at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:629)
at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:670)
at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:496)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:435)
at org.apache.tools.ant.Target.performTasks(Target.java:456)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
at org.apache.tools.ant.Project.executeTarget(Project.java:1376)
at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1260)
at org.apache.tools.ant.Main.runBuild(Main.java:853)
at org.apache.tools.ant.Main.startAnt(Main.java:235)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:285)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:112)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find
the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.init(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 23 more

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #12 from Violeta Georgieva violet...@apache.org ---
(In reply to Martin Wegner from comment #11)

Hi,

 I checked out http://svn.apache.org/repos/asf/tomcat/tc8.0.x/trunk and run
 the Ant task 'release':
 
 BUILD FAILED
 C:\Users\XXX\workspace\Tomcat 8\build.xml:1587: Error while expanding
 C:\Users\XXX\workspace\Tomcat 8\output\extras\logging\commons-logging-src.tar
 java.io.IOException: Error detected parsing the header

This is a known issue with ANT 1.9.4 [1].

Regards,
Violeta

[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56641

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #15 from Martin Wegner martin.weg...@ebp.de ---
I use Eclipse Mars (the newest of the newest) but it comes with Ant
1.9.4...what a pity :(

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #18 from Martin Wegner martin.weg...@ebp.de ---
No nightly builds but Tomcat 8 is very easy to build from source.

So it is not easy.


Alternatively, I can make a development build available for you to download.
Let me know if you need that.

Yes we need that.

Thanks!

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #11 from Martin Wegner martin.weg...@ebp.de ---
I checked out http://svn.apache.org/repos/asf/tomcat/tc8.0.x/trunk and run the
Ant task 'release':

BUILD FAILED
C:\Users\XXX\workspace\Tomcat 8\build.xml:1587: Error while expanding
C:\Users\XXX\workspace\Tomcat 8\output\extras\logging\commons-logging-src.tar
java.io.IOException: Error detected parsing the header

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #17 from Violeta Georgieva violet...@apache.org ---
Hi,

Please use tomcat users mailing list as this does not belong to this issue.

Thanks a lot,
Violeta

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #10 from Mark Thomas ma...@apache.org ---
No nightly builds but Tomcat 8 is very easy to build from source.
Alternatively, I can make a development build available for you to download.
Let me know if you need that.

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #9 from Andrea Aime andrea.a...@gmail.com ---
That's great, are there nightly builds that we can test?

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

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

   What|Removed |Added

Product|Tomcat 8|Tomcat 7
   Target Milestone||---
  Component|Catalina|Catalina
Version|8.0.24  |7.0.63

--- Comment #7 from Mark Thomas ma...@apache.org ---
Fixed in trunk and 8.0.x (for 8.0.25 onwards). The back-port to 7.0.x is a
little more complicated.

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Mark Thomas ma...@apache.org ---
Further investigation has shown this issue is far less likely to affect 7.0.x
because of the separate caching in the resource implementation and in the class
loader.

The issue is still possible and a fix has been back-ported for 7.0.64 onwards.

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #6 from Andrea Aime andrea.a...@gmail.com ---
Btw, we did try to generate a simple self contained example, but failed so far.

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

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

   What|Removed |Added

 CC||joerg.hohwiller@googlemail.
   ||com

--- Comment #4 from Mark Thomas ma...@apache.org ---
*** Bug 58208 has been marked as a duplicate of this bug. ***

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #5 from Mark Thomas ma...@apache.org ---
This is a regression in the fix for bug 58023. I'm looking at a fix now.

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #1 from Christopher Schultz ch...@christopherschultz.net ---
Is this possibly environmental?

http://stackoverflow.com/questions/7051603/jai-vendorname-null/18495658#18495658

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #2 from Andrea Aime andrea.a...@gmail.com ---
I've read that stackoverflow article, it seems to be related to a fatjar usage,
which we don't use. The stack trace we're getting it about a class that's in
the stock imageio jar file, which we did not modify.

The GeoServer version used is also an official release, if you want to try, you
can pick this one for example:
http://sourceforge.net/projects/geoserver/files/GeoServer/2.7.1.1/geoserver-2.7.1.1-war.zip/download

I've just tried it, it works in Tomcat 8.0.23... while this cannot exclude an
enviroment dependnecy, it at least provies that there is a Tomcat version
dependency (the same war breaks deploying in 8.0.24).

I've tried both cases with Java 1.7.0_72 and 1.8.0_25, same results, does not
appear to be JDK dependent.

Oh, also the Tomcat versions tried were stock, just downloaded from the
official web site as tar.gz distros.
Native JAI and native JAI Image I/O are not installed in either case.

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

--- Comment #3 from Christopher Schultz ch...@christopherschultz.net ---
I wonder if Tomcat's resource-locating implementation is failing, here. I seem
to recall something changing recently with how getPackage() works, or something
like that.

Can you produce a simple, self-contained test case? A binary WAR including
source would be best. I suspect you only need to bundle the imageio JAR file
and try to use it in, say, a simple JSP.

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

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



[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-07-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192

Martin Wegner martin.weg...@ebp.de changed:

   What|Removed |Added

 CC||martin.weg...@ebp.de

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

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