Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-tck-dev] JSP Test failures

Hi All,

 

A lot of the JSP test failures have the same deployment error https://ci.eclipse.org/jakartaee-tck/job/jakartaeetck-nightly-run-master/65/junit-reports-with-handlebars/test-summary/f082769e-1ed4-4a35-954b-41c569fafe02.html

e.g.

 

  javax.naming.NamingException: Lookup failed for 'mail/Session' in SerialContext[myEnv={java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming} [Root exception is javax.naming.NameNotFoundException: mail]

19715:  at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:467)

19716:  at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:414)

19717:  at javax.naming.InitialContext.lookup(InitialContext.java:417)

 

 

These should be fixed using the same system property as was added for the Jakarta Mail test. i.e. -Ddeployment.resource.validation=false

 

Steve

 

 


Back to the top