For a project I must use Windows XP to develop. TomEE 1.5.2. JDK 1.7.0_25.

If a WAR has any class with @Stateless annotation, the server fails to
deploy the app. Here is the message:

SEVERE: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Failed to start component
[StandardEngin
e[Catalina].StandardHost[localhost].StandardContext[/TestDS]]

Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.rangeCheck(ArrayList.java:604)

SEVERE: Error deploying web application archive C:\Program
Files\apache-tomee-ja
xrs-1.5.2\webapps\TestDS.war
java.lang.IllegalStateException: ContainerBase.addChild: start:
org.apache.catal
ina.LifecycleException: Failed to start component
[StandardEngine[Catalina].Stan
dardHost[localhost].StandardContext[/TestDS]]

The same exact WAR file, when copied to my Ubuntu desktop, deploys just fine
in TomEE 1.5.2.

Is Win XP no longer supported by TomEE?

Thanks.



--
View this message in context: 
http://openejb.979440.n4.nabble.com/Problem-in-Windows-XP-tp4665020.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to