Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

messageBroker

Avatar

Former Community Member
Hi.

i'm trying to us RemoteObjects with java.. the think is, when deplying the sample.. I get problems with meesagebroker.. If I go to http://localhost:8700/sample/messagebroker/amf i get this error



javax.servlet.UnavailableException

at flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:154)

at jrun.servlet.WebApplicationService.loadServlet(WebApplicationService.java:1200)

at jrun.servlet.JRunRequestDispatcher.init(JRunRequestDispatcher.java:812)

at jrun.servlet.JRunRequestDispatcher.(JRunRequestDispatcher.java:100)

at jrun.servlet.WebApplicationService.getDispatcher(WebApplicationService.java:867)

at jrun.servlet.ServletEngineService$1.fetch(ServletEngineService.java:511)

at jrunx.util.Cache.get(Cache.java:116)

at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:537)

at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)

at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)

at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)





Does anybody know about this.. Haven't found anything.. Thankx.
1 Reply

Avatar

Former Community Member
I would check the startup logs of the J2EE application server. Sounds like

there was an initialization error when the MessageBroker servlet was

starting up.



--

Tom Joradahl

Adobe