Hi,
Deploying my application to Tomcat 5.525 using SDK 2 works fine.
After I upgraded all the libraries to SDK 3.0, I encountered the
problem below when starting Tomcat.
I verified that the license.jar is in the WEB-INF\lib directory.
I searched the forum and Google but couldn't find a solution. I'm stuck.
Any suggestion at all would be appreciated.
Thx
Doug
-------------------
java.lang.NoSuchMethodError: flex.license.License.isChartingValid()Z
at
flex.webtier.services.license.StandardLicense.isValid(StandardLicense.java:45)
at
flex.webtier.services.license.LicenseServiceImpl.validateLicense(LicenseServiceImpl.java:96)
at
flex.webtier.services.license.LicenseServiceImpl.init(LicenseServiceImpl.java:105)
at
flex.webtier.services.J2EEServiceImpl.setupLicenseService(J2EEServiceImpl.java:201)
at
flex.webtier.services.J2EEServiceImpl.start(J2EEServiceImpl.java:94)
at
flex.webtier.util.ServiceUtil.setupFlexService(ServiceUtil.java:50)
at flex.webtier.server.j2ee.MxmlServlet.init(MxmlServlet.java:57)
at flex.bootstrap.BootstrapServlet.init(BootstrapServlet.java:87)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4230)