PDA

View Full Version : New user, can't find debug information, 'component failed to start'


jonesy
12-13-2007, 06:04 PM
Hi all,

I have been building my application slowly over the course of the week, working through the documentation and adding/branching classes, etc.

This morning, I had gotten to the point where I had a web server, application server, NAS, and mon appliances, and I was able to get my application up and running, and to log in on the appliances.

Then I added another appliance, and now I have two problems:

1. The application won't start.
2. The information I get simply says "component failed to start". I can't find any useful information to help me figure out *why* the component failed to start.

Here's the 'log list' output:

Dec 13 12:39:21 applogic: [200:error s:47]: srv2: VM 'vm.srv2.AddThis.main.MySQL' failed to be started.
Dec 13 12:39:21 applogic: [66599:error s:47]: AddThis: vm.srv2.AddThis.main.MySQL: failed to start VM
Dec 13 12:39:21 applogic: [66572:error s:0]: AddThis:main.MySQL: failed to start component

The component, by the way, was created by branching the LUX class, editing the "in" interface to speak the 'mysql' protocol, and that's pretty much it. I started down the road of creating a volume and mapping the placeholder volume to one of the application's volumes (not on the NAS), but it didn't work, so in an effort to remove sources of problems, the component is now a pretty bare bones branch of the LUX class.

Can anyone help me find more useful information?
Thanks.