"juju status" trigger errors within my zk logs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Guys,
After a week of workarounds here and there with MaaS, now it is time to hit Juju BUGS...
When I run "juju status", at my node I see:
/var/log/
----
2012-10-23 22:09:32,032 - INFO [NIOServerCxn.
2012-10-23 22:09:32,032 - INFO [NIOServerCxn.
2012-10-23 22:09:32,034 - WARN [NIOServerCxn.
2012-10-23 22:09:32,034 - INFO [NIOServerCxn.
2012-10-23 22:09:32,035 - INFO [NIOServerCxn.
2012-10-23 22:09:32,053 - INFO [SyncThread:
2012-10-23 22:09:32,229 - INFO [ProcessThread:
2012-10-23 22:09:32,229 - WARN [NIOServerCxn.
2012-10-23 22:09:32,231 - INFO [NIOServerCxn.
2012-10-23 22:09:32,233 - ERROR [SyncThread:
java.nio.
at sun.nio.
at sun.nio.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
at org.apache.
----
The output of "juju status" is:
machines:
0:
agent-state: running
dns-name: node-525400ebb0
instance-id: /MAAS/api/
instance-state: unknown
services: {}
2012-10-24 00:09:32,900 INFO 'status' command finished successfully
When I try to ignore the error and run "juju deploy mysql", I got:
--
2012-10-24 00:11:56,730 INFO Searching for charm cs:precise/mysql in charm store
2012-10-24 00:12:00,402 INFO Connecting to environment...
2012-10-24 00:12:01,463 INFO Connected to environment.
2012-10-24 00:12:03,270 INFO Charm deployed as service: 'mysql'
2012-10-24 00:12:03,273 INFO 'deploy' command finished successfully
--
But within my node:
--
2012-10-23 22:12:00,744 - INFO [NIOServerCxn.
2012-10-23 22:12:00,744 - INFO [NIOServerCxn.
2012-10-23 22:12:00,746 - WARN [NIOServerCxn.
2012-10-23 22:12:00,746 - INFO [NIOServerCxn.
2012-10-23 22:12:00,749 - INFO [NIOServerCxn.
2012-10-23 22:12:00,765 - INFO [SyncThread:
2012-10-23 22:12:02,653 - WARN [NIOServerCxn.
2012-10-23 22:12:02,655 - INFO [NIOServerCxn.
2012-10-23 22:12:14,000 - INFO [SessionTracker
2012-10-23 22:12:14,001 - INFO [ProcessThread:
--
Please, guys, I'm serious now: When MaaS + Juju will become STABLE?
I'm trying to work with those packages about a week now, just to find and open bugs... WTF?! :-@
Thanks,
Thiago
summary: |
- "juju status" trigger errors within my node logs + "juju status" trigger errors within my node's logs |
BTW, there is no mysql running at my node...