image map tag is not working with local install

0 votes
asked Nov 13, 2014 in Bug by cgoguyer (400 points)

I have installed the lastest release of plantuml.war in a local tomcat 6.

And i'm trying to use the client image map : /plantuml/map/ENCODED

But I get a 404 error nmessage

http://localhost:8080/plantuml/map/AyxEp2j8B4hCLKZEpot8pqlDAr6evdBBpoi9pgnALJ0qughbAeQhAKXCpavCJqLMOMp4bGGKJI_AByrBSSxFoIzI2C_8B4aDpitFJWLgZlQjL7266Hsha5YiuEmRO6YX41sTKL9IOAMlNrvUhfUUdv-Uawe7T49iB1S0

1 Answer

0 votes
answered Nov 13, 2014 by plantuml (295,000 points)
It would be nice if you could test the following version and tell if it's working for you:

https://dl.dropboxusercontent.com/u/13064071/plantuml.war

Thanks,
commented Nov 14, 2014 by cgoguyer (400 points)
I've just tested this build and it works fine.
Map information are now available.
Thank you.
commented Nov 19, 2014 by cgoguyer (400 points)
Will you implement this correction in the next release ?
commented Nov 19, 2014 by cgoguyer (400 points)
I've made other test on a tomcat 7 / java 7 and now I have this error:

Exception: java.lang.UnsupportedClassVersionError: net/sourceforge/plantuml/servlet/MapServlet : Unsupported major.minor version 52.0 (unable to load class net.sourceforge.plantuml.servlet.MapServlet)
commented Nov 19, 2014 by plantuml (295,000 points)
Sorry : we have compiled this war with Java 8 : the official release will be compiled with Java 6 and will works will Java 6/7/8
commented Nov 20, 2014 by cgoguyer (400 points)
edited Nov 20, 2014 by cgoguyer
Do you have already planned a date for this release ?
commented Nov 20, 2014 by plantuml (295,000 points)
We have uploaded a Java 6/7/8 version on https://dl.dropboxusercontent.com/u/13064071/plantuml.war
The official release will be done start of December.
commented Nov 24, 2014 by cgoguyer (400 points)
I have tested this version with tomcat/java 7 and it works fine.
commented Mar 27, 2015 by cgoguyer (400 points)
Hello,

I've downloaded the latest version of plantuml.war (8012) and the client image map : /plantuml/map/... is not implemented in it ?

It seems that this code has not been implemented the official released !
asked Apr 9, 2015 in Bug by cgoguyer (400 points) image map tag is not working with local install
...