I am having issues deploying a project that was converted from ant to maven, on Glassfish 4. When I generate a war file with my build.xml, I can deploy it without any problems, but when I make the war file with Maven and try to deploy it, I get the following exception:
Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.apache.catalina.LifecycleException: java.lang.ArrayIndexOutOfBoundsException: 48188.
I would assume that there is some problem in the pom.xml file. I'll pastebin it here, but it is quite a big file (the project uses a lot of dependencies), so I'm not sure if it will be of much help. What could be causing that exception?
The pom.xml file: http://pastebin.com/aQS2inaQ
Att.
Chris Michaels