Hello,

I am newbie in flex and I am trying to make an application that use
remote object onwebsphere. And I have some trouble.

I followedstep by step this link :

 
<http://weblogs.macromedia.com/pmartin/archives/2006/11/deploying_flex.c\
fm>
http://weblogs.macromedia.com/pmartin/archives/2006/11/deploying_flex.cf\
m
<http://weblogs.macromedia.com/pmartin/archives/2006/11/deploying_flex.c\
fm>

I have un-comment the 2 parts in the flex configuration, the
resource-ref and the websphere-workmanager-jndi-nameand I have create
the MessagingWorkManager in websphere but when the project is loaded by
websphere this exception is throws by websphere :

[07/03/0708:59:10:035 CET] 00000015 ServletWrappe E   SRVE0100E:
Exceptioninit() non intercept?e par le servlet MessageBrokerServlet :
flex.messaging.endpoints.rtmp.RTMPException:WebSphere RTMP Server failed
to find WorkManager atjava:comp/env/wm/MessagingWorkManager.

atflex.messaging.endpoints.rtmp.WebSphereNIORTMPServer.<init>(WebSphereN\
IORTMPServer.java:69)

atsun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

atsun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructo\
rAccessorImpl.java:67)

atsun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCo\
nstructorAccessorImpl.java:45)

atjava.lang.reflect.Constructor.newInstance(Constructor.java:521)

atflex.messaging.endpoints.RTMPEndpoint.createServer(RTMPEndpoint.java:1\
19)

atflex.messaging.endpoints.RTMPEndpoint.properties(RTMPEndpoint.java:87)

atflex.messaging.endpoints.AbstractEndpoint.<init>(AbstractEndpoint.java\
:96)

atflex.messaging.endpoints.RTMPEndpoint.<init>(RTMPEndpoint.java:62)

atflex.messaging.endpoints.RTMPEndpoint.<init>(RTMPEndpoint.java:57)

atsun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

atsun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructo\
rAccessorImpl.java:67)

atsun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCo\
nstructorAccessorImpl.java:45)

atjava.lang.reflect.Constructor.newInstance(Constructor.java:521)

atflex.messaging.config.MessagingConfiguration.createEndpoints(Messaging\
Configuration.java:128)

atflex.messaging.config.MessagingConfiguration.configureBroker(Messaging\
Configuration.java:82)

atflex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:105\
)

atcom.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.jav\
a:185)

atcom.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.j\
ava:316)

atcom.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapp\
er.java:1119)

atcom.ibm.ws.wswebcontainer.servlet.ServletWrapper.initialize(ServletWra\
pper.java:149)

atcom.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServl\
etWrapper(WebExtensionProcessor.java:99)

atcom.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:74\
2)

atcom.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.\
java:422)

atcom.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebAp\
p.java:275)

atcom.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:272)

atcom.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.j\
ava:88)

atcom.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.ja\
va:157)

atcom.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:655\
)

atcom.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.\
java:608)

atcom.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContaine\
rImpl.java:333)

atcom.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerI\
mpl.java:549)

atcom.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrIm\
pl.java:1295)

atcom.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjec\
tStart(DeployedApplicationImpl.java:1129)

atcom.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleIm\
pl.java:567)

atcom.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApp\
licationImpl.java:814)

atcom.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Appli\
cationMgrImpl.java:948)

atcom.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(App\
licationMgrImpl.java:2114)

atcom.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run\
(WsComponentImpl.java:340)

atcom.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)



Someone could explain me what I forget.

Thanks.

Reply via email to