Odd, the AsnDecoder class isn't listed in the online LCDS Java API. 
Maybe they didn't release this class.

I can't seem to find any info about this class online.

Jeeze, what the heck did I do?

Geoff

--- In flexcoders@yahoogroups.com, "Geoffrey" <[EMAIL PROTECTED]> wrote:
>
> I seem to have the wrong version of the flex-messaging jar because
> when I start my server I get the spew below.  I looked at all the
> flex-messaging jars on my system and I don't see it anywhere.  All
> copies have the same manifest of:
>   Manifest-Version: 1.0
>   Ant-Version: Apache Ant 1.6.2
>   Created-By: 1.5.0_11-b03 (Sun Microsystems Inc.)
>   Sealed: false
>   Implementation-Title: LiveCycle Data Services 2.5.1
>   Implementation-Version: 2.5.1.173666
>   Implementation-Vendor: Adobe Systems Inc.
> 
> Any ideas?
> 
> Jul 2, 2008 10:32:27 AM org.apache.catalina.core.ApplicationContext log
> SEVERE: StandardWrapper.Throwable
> java.lang.NoClassDefFoundError: flex/messaging/license/AsnDecoder
>       at
flex.messaging.license.StandardLicense.<init>(StandardLicense.java:50)
>       at
>
flex.messaging.license.LicenseServiceImpl.validateLicense(LicenseServiceImpl.java:250)
>       at
>
flex.messaging.license.LicenseServiceImpl.init(LicenseServiceImpl.java:296)
>       at
>
flex.messaging.MessageBrokerServlet.buildLicenseService(MessageBrokerServlet.java:274)
>       at
> flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:117)
>       at
>
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
>       at
> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
>       at
>
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4058)
>       at
>
org.apache.catalina.core.StandardContext.start(StandardContext.java:4364)
>       at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
>       at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
>       at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
>       at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
>       at
> org.apache.catalina.core.StandardService.start(StandardService.java:516)
>       at
org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
>       at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at java.lang.reflect.Method.invoke(Method.java:585)
>       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
>       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
> Jul 2, 2008 10:32:27 AM org.apache.catalina.core.StandardContext
> loadOnStartup
> SEVERE: Servlet /air-lcds threw load() exception
> java.lang.NoClassDefFoundError: flex/messaging/license/AsnDecoder
>       at
flex.messaging.license.StandardLicense.<init>(StandardLicense.java:50)
>       at
>
flex.messaging.license.LicenseServiceImpl.validateLicense(LicenseServiceImpl.java:250)
>       at
>
flex.messaging.license.LicenseServiceImpl.init(LicenseServiceImpl.java:296)
>       at
>
flex.messaging.MessageBrokerServlet.buildLicenseService(MessageBrokerServlet.java:274)
>       at
> flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:117)
>       at
>
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161)
>       at
> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981)
>       at
>
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4058)
>       at
>
org.apache.catalina.core.StandardContext.start(StandardContext.java:4364)
>       at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
>       at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
>       at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
>       at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
>       at
> org.apache.catalina.core.StandardService.start(StandardService.java:516)
>       at
org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
>       at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at java.lang.reflect.Method.invoke(Method.java:585)
>       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
>       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
> Jul 2, 2008 10:32:27 AM org.apache.coyote.http11.Http11Protocol start
> INFO: Starting Coyote HTTP/1.1 on http-8080
> Jul 2, 2008 10:32:27 AM org.apache.coyote.http11.Http11Protocol start
> INFO: Starting Coyote HTTP/1.1 on http-843
> Jul 2, 2008 10:32:27 AM org.apache.jk.common.ChannelSocket init
> INFO: JK: ajp13 listening on /0.0.0.0:8009
> Jul 2, 2008 10:32:27 AM org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=0/16  config=null
> Jul 2, 2008 10:32:27 AM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 25240 ms
>


Reply via email to