That line is the ReploymentManager trying to shutdown, it's probably a misnomer since if this was happening at startup the message broker is just trying to clean itself up and failing. I'd slowly back out your changes and see what happens.
Matt -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatwork Sent: Wednesday, February 01, 2006 5:23 PM To: [email protected] Subject: [flexcoders] Re: Compilation Errors running application through Enterprise Services (2.0 Beta More info on this. It appears to be something in the MessageBroker functionality. when starting the Web Application Server (OC4J) I get the following exception (see below) I must have something not configured properly... I had the samples compiling at one point, and started making configuration changes to support the JMS stuff. I was following directions under the headings "Incorrect protocol specified in flex web application configuration for rtmp channel" and "Enabling JMS messaging in application servers other than JRun" in the Known Issues guide: http://labs.macromedia.com/wiki/index.php/Flex:Known_Issues Now with this exception, the samples don't compile either. Can anyone on the Flex team maybe point me in the right direction? (what's goin on at MessageBroker.java:139) ? thanks, Thunder _________________________________________________ 06/02/01 17:14:03 Loading configuration file C:\oc4j\j2ee\home\applications\flex\flex\WEB-INF\flex\flex-config.xml, root element flex-config 06/02/01 17:14:04 java.lang.NullPointerException 06/02/01 17:14:04 at flex.messaging.MessageBroker.stop(MessageBroker.java:139) 06/02/01 17:14:04 at flex.messaging.MessageBrokerServlet.destroy(MessageBrokerServlet.java:76 ) 06/02/01 17:14:04 at com.evermind.server.http.ServletInstanceInfo.destroy(ServletInstanceInfo .java:116) 06/02/01 17:14:04 at com.evermind.server.http.ServletInstanceInfo.finalize(ServletInstanceInf o.java:108) 06/02/01 17:14:04 at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method) 06/02/01 17:14:04 at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83) 06/02/01 17:14:04 at java.lang.ref.Finalizer.access$100(Finalizer.java:14) 06/02/01 17:14:04 at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160) 06/02/01 17:14:04 02/01 17:14:04 INFO License Service: Flex 2.0 Trial Edition enabled (beta period ends May 1, 2006) --- In [email protected], "thunderstumpgesatwork" <[EMAIL PROTECTED]> wrote: > > My application compiles fine in the standalone build, but when it > launches the mxml in the web browser, I get a compilation error that > doesn't really say anything at all: > > *** BEGIN Error report *** > > Compilation Results > > Errors, warnings or exceptions were found while compiling > /AppFusion/Project.mxml. Visit the online Flex documentation or API > reference for further information. > > ------------------------------------------------------------------------ -------- > > 1 Error found. > > Error /AppFusion/Project.mxml > java.lang.NullPointerException > > *** END Error report *** > > I'm running Enterprise Services as a J2EE application on OC4J, but I'm > pretty sure that part of it is installed correctly, because I can > compile and run the samples (minus the messaging/chat functionality > because I haven't correctly set up JMS yet). > > Any ideas what this is or where I can get more detailed stack trace or > other debug info? > > thanks, > Thunder > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

