Hello friends...I am getting this error on my console...i am using LCDS and
try to deploy my app on webphere...Its work fine with Blazeds..But when i
try to use  LCDS i got this issue
and not able to resolve it...Can anyone help me in that please...I already
check my jar too....i have which contain this class...and its inside web-inf
/lib

[4/21/11 20:51:21:421 EDT] 00000010 SystemOut     O [LCDS]Endpoint my-amf
created with security: None
at URL: http://{server.name}:{server.port}/{context.root}/messagebroker/amf
[4/21/11 20:51:21:562 EDT] 00000010 ServletWrappe E   Deregister the mbean
because of uncaught init() exception thrown by servlet MessageBrokerServlet:
javax.servlet.UnavailableException: Creating SocketServer
'my-rtmp-SocketServer' failed because the required class
'flex.messaging.util.concurrent.AsynchBeansWorkManagerExecutor' could not be
found and instantiated. Please ensure the class is on your classpath.
    at
flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:170)
    at
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:185)
    at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:316)
    at
com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1119)
    at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:149)
    at
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:99)
    at
com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:741)
    at
com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:421)
    at
com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:274)
    at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:271)
    at
com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:88)
    at
com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
    at
com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:653)
    at
com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:606)
    at
com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:333)
    at
com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:549)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1295)
    at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1129)
    at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:567)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startModule(ApplicationMgrImpl.java:1762)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl._startModule(ApplicationMgrImpl.java:1710)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl$ApplicationNotifier.classChanged(ApplicationMgrImpl.java:1922)
    at
com.ibm.ws.classloader.ClassLoaderManager.checkAndNotify(ClassLoaderManager.java:558)
    at
com.ibm.ws.classloader.ClassLoaderManager.access$000(ClassLoaderManager.java:59)
    at
com.ibm.ws.classloader.ClassLoaderManager$ReloadTimerTask.alarm(ClassLoaderManager.java:612)
    at com.ibm.ejs.util.am._Alarm.run(_Alarm.java:90)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
,
[4/21/11 20:51:21:578 EDT] 00000010 WebExtensionP W   Servlet
MessageBrokerServlet is currently unavailable: Creating SocketServer
'my-rtmp-SocketServer' failed because the required class
'flex.messaging.util.concurrent.AsynchBeansWorkManagerExecutor' could not be
found and instantiated. Please ensure the class is on your classpath.
[4/21/11 20:51:21:578 EDT] 00000010 VirtualHost   I   SRVE0250I: Web Module
BlazeDS has been bound to
default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443].
[4/21/11 20:51:21:578 EDT] 00000010 ApplicationMg I   WSVR0226I: User
initiated module start operation request completed on Module,
LCDSLoanProject.war, of application, LCDSLoanEar
[4/21/11 20:51:21:562 EDT] 00000010 SystemErr     R ****
MessageBrokerServlet failed to initialize due to runtime exception:
Exception: flex.messaging.config.ConfigurationException: Creating
SocketServer 'my-rtmp-SocketServer' failed because the required class
'flex.messaging.util.concurrent.AsynchBeansWorkManagerExecutor' could not be
found and instantiated. Please ensure the class is on your classpath.
    at
flex.messaging.socketserver.SocketServer.initialize(SocketServer.java:1258)
    at
flex.messaging.endpoints.BaseSocketServerEndpoint.initialize(BaseSocketServerEndpoint.java:285)
    at
flex.messaging.endpoints.RTMPEndpoint.initialize(RTMPEndpoint.java:261)
    at
flex.messaging.config.MessagingConfiguration.createEndpoints(MessagingConfiguration.java:270)
    at
flex.messaging.config.MessagingConfiguration.configureBroker(MessagingConfiguration.java:96)
    at
flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:129)
    at
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:185)
    at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:316)
    at
com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1119)
    at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:149)
    at
com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:99)
    at
com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:741)
    at
com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:421)
    at
com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:274)
    at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:271)
    at
com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:88)
    at
com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
    at
com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:653)
    at
com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:606)
    at
com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:333)
    at
com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:549)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1295)
    at
com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1129)
    at
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:567)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl.startModule(ApplicationMgrImpl.java:1762)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl._startModule(ApplicationMgrImpl.java:1710)
    at
com.ibm.ws.runtime.component.ApplicationMgrImpl$ApplicationNotifier.classChanged(ApplicationMgrImpl.java:1922)
    at
com.ibm.ws.classloader.ClassLoaderManager.checkAndNotify(ClassLoaderManager.java:558)
    at
com.ibm.ws.classloader.ClassLoaderManager.access$000(ClassLoaderManager.java:59)
    at
com.ibm.ws.classloader.ClassLoaderManager$ReloadTimerTask.alarm(ClassLoaderManager.java:612)
    at com.ibm.ejs.util.am._Alarm.run(_Alarm.java:90)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:67)
    at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:521)
    at
flex.messaging.socketserver.SocketServer.initialize(SocketServer.java:1240)
    ... 31 more
Caused by: flex.messaging.config.ConfigurationException: Cannot create
AsyncBeansWorkManagerExecutor because no WorkManager is bound in JNDI under
the name 'java:comp/env/wm/MessagingWorkManager'.
    at
flex.messaging.util.concurrent.AsynchBeansWorkManagerExecutor.<init>(AsynchBeansWorkManagerExecutor.java:65)
    ... 36 more
Caused by: javax.naming.NameNotFoundException: Name comp/env/wm not found in
context "java:".
    at
com.ibm.ws.naming.ipbase.NameSpace.getParentCtxInternal(NameSpace.java:1767)
    at
com.ibm.ws.naming.ipbase.NameSpace.lookupInternal(NameSpace.java:1083)
    at com.ibm.ws.naming.ipbase.NameSpace.lookup(NameSpace.java:991)
    at
com.ibm.ws.naming.urlbase.UrlContextImpl.lookup(UrlContextImpl.java:1263)
    at
com.ibm.ws.naming.java.javaURLContextImpl.lookup(javaURLContextImpl.java:384)
    at
com.ibm.ws.naming.java.javaURLContextRoot.lookup(javaURLContextRoot.java:201)
    at
com.ibm.ws.naming.java.javaURLContextRoot.lookup(javaURLContextRoot.java:142)
    at javax.naming.InitialContext.lookup(InitialContext.java:363)
    at
flex.messaging.util.concurrent.AsynchBeansWorkManagerExecutor.<init>(AsynchBeansWorkManagerExecutor.java:61)
    ... 36 more

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to