...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Table of Contents |
---|
Introduction to Abiquo Logs
...
The servlet container for Tomcat which implements the Java specifications for servlet and Java Server Pages or JSP. This output gives us a condensed view of all the web applications running on the Tomcat Server, so it is considered the best starting point for troubleshooting because it contains the output from all parts of the platform at the same time. However, the events notified in the output are not usually as complete as in the other logs for performance reasons. Catalina.out includes the Events View messages, which are built from a combination of the following.
Messages | See Messages in Catalina.out and Events View below |
Actions | See Events View in the Actions Table section |
Severity codes | See Events View in the Severity Table section |
health.log - Health Check Service
To ensure the best performance of all the components, Abiquo includes a health check for the Remote Services from each datacenter.
Date and Time | Type | Process information | Remote Service ________________________ | Datacenter |
---|---|---|---|---|
2011-10-05 02:02:25,863 | DEBUG | c.a.a.h.RemoteServicesCheck (RemoteServicesCheck.java:98) | Checking Remote Service (Storage Manager) of | datacenter (1) |
localhost.yyyy-mm-dd.log
An error compilation for events occurring between the Tomcat's local host and the web applications. These logs are not normally used for troubleshooting procedures because they contain less detailed information than the other specific logs.
...
This is mainly a record of events between the Abiquo environment and the database, including the messages that will appear in the Events View, which in turn, are stored in the MySQL database.
Date and Time | Type | Process information | Message _ ________________________ _______________________________ | Related to _____________ |
---|---|---|---|---|
2011-10-14 08:29:31,838 | INFO | c.a.t.s.LoggingTracerProcessor | Received message: Severity(INFO), Event(USER_LOGIN), Component(USER), | Event View |
2011-10-14 08:29:31,840 | DEBUG | c.a.t.s.TracerCollector | Dispatched payload to:com.abiquo.abiserver. | Database Connection |
Remote Services
These logs relate to specific remote services.
...
Contains Business Process Manager and V2V conversions.
...
A standard conversion output
Code Block |
---|
2011-10-05 03:43:49,000 DEBUG c.a.a.b.s.u.ConverterUtils [ConverterUtils.java:90] Output:command: rm -f /opt/vm_repository/1/192.168.5.1/CentOS-40GB-2/formats/CentOS5.6_HDD40GB-disk1.vmdk-VHD_SPARSE.vhd command: VBoxManage clonehd --format VHD /opt/vm_repository/1/192.168.5.1/CentOS-40GB-2/CentOS5.6_HDD40GB-disk1.vmdk /opt/vm_repository/1/192.168.5.1/CentOS-40GB-2/formats/CentOS5.6_HDD40GB-disk1.vmdk-VHD_SPARSE.vhd Sun VirtualBox Command Line Management Interface Version 3.1.8_OSE (C) 2005-2010 Sun Microsystems, Inc. All rights reserved. 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% Clone hard disk created in format 'VHD'. UUID: c8318b48-52b2-4582-bb93-64406cfe89cb command: chmod 644 /opt/vm_repository/1/192.168.5.1/CentOS-40GB-2/formats/CentOS5.6_HDD40GB-disk1.vmdk-VHD_SPARSE.vhd 2011-10-05 03:43:49,000 DEBUG c.a.a.b.s.u.ConverterUtils [ConverterUtils.java:91] Error:base64: invalid input base64: invalid input 2011-10-05 03:43:49,000 DEBUG c.a.a.b.s.u.ConverterUtils [ConverterUtils.java:92] ErrorCode:0 2011-10-05 03:43:49,000 INFO c.a.a.b.s.i.ImageConverterService [ImageConverterService.java:61] Status: FINISHED 2011-10-05 03:43:49,000 DEBUG c.a.a.b.s.i.ImageConverterService [ImageConverterService.java:77] Image conversion took: 105342 milliseconds. |
...
Contains error messages related to virtual image templates, remote repository, and the Appliance Library (NFS Repository).
Date and Time | Type | Process information | Message | Related to ________________________ |
---|---|---|---|---|
03:55:58.322 | DEBUG | c.a.a.s.download.DownloadingFile | File /opt/vm_repository/1/ | A virtual machine template will be downloaded |
nars.log - Discovery Manager
Contains messages about the discovery, addition and status of the physical hypervisor nodes and public cloud regions. Manages virtual resource discovery.
Date and Time | Type | Process information | Message | Related to ________________________ _ |
---|---|---|---|---|
2019-04-15 16:15:35,784 | DEBUG | c.abiquo.gen.server.utils.Execution | Connecting to ConnectionData{Host ip=10.60.2.56, Type=ESX} | Connection between Discovery manager and Hypervisor |
2019-04-15 16:16:12,596 | WARN | c.a.p.e.utils.ServiceInstanceUtils | InvalidLogin retry 3 | One of multiple login attempts with bad credentials |
2019-04-15 16:16:18,589 | DEBUG | c.abiquo.gen.server.utils.Execution | Disconnecting from ConnectionData{Host ip=10.60.2.56, Type=ESX} | Disconnection of Discovery Manager from Hypervisor |
ssm.log - Storage System Manager
Contains messages related to all storage functions.
Date and Time | Type | Process information | Message ________________________ ______________________ | Related to ________________________ |
---|---|---|---|---|
2011-10-01 01:10:14,350 | INFO | c.a.s.r.PoolsResource (PoolsResource.java:79) | Getting pools at 192.168.5.2 | User added a new pool |
2011-10-01 01:10:14,788 | INFO | c.a.s.r.PoolsResource (PoolsResource.java:83) | Found 1 pools | Response to previous request |
2011-10-01 01:10:46,158 | DEBUG | c.a.s.p.StoragePluginManager | Loading plugin for device LVM | SSM is telling us which plugin will be used for the following tasks |
2011-10-01 01:10:46,158 | INFO | c.a.s.r.VolumeResource (VolumeResource.java:150) | Creating volume 1c98dc49-a7cd-485b-82a7- | Volume created by user |
virtualfactory.log - Virtualization Manager
Contains information about virtual appliance deployment and virtual machine management operations such as configuration changes.
...
...
Virtual Appliance Deployment
Code Block |
---|
2011-10-13 11:23:57,826 DEBUG c.a.v.v.i.VirtualapplianceresourceDeployerPremium [VirtualapplianceresourceDeployerPremium.java:101] [PUT CALL] OVF: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns1:Envelope xmlns:ns2="http: //schemas.dmtf.org/wbem/wscim/1[..] |
...
This will be followed by the virtual machine description sent by Abiquo to the Hypervisor, which can contain information related to disks, network, etc. See the VM Template Guide (Introduction to Virtual Machine Templates#OVF for Abiquo).
Date and Time | Type | Process information | Message________________________ ____________________ | Related to ________________________ |
---|---|---|---|---|
2011-10-13 11:23:57,837 | DEBUG | c.a.v.m.o. | Attaching disk (192.168.5.2|ip-192.168.5.2:3260\\ | An external volume is attached to |
2011-10-13 11:23:57,837 | DEBUG | c.a.v.m.o. | Attaching NIC (00155Ddad9e9) | A new NIC is attached to the VM |
2011-10-13 11:23:57,837 | DEBUG | c.a.v.m.o. | The remote desktop port is : 5903 | The VNC connection port |
2011-10-13 11:23:59,956 | INFO | c.a.v.m.AbsVirtualMachine | Changing the state of virtual machine: ABQ_57135f47-cf29-4a14- | User has sent a power off order |
2011-10-13 11:23:59,982 | INFO | c.a.v.m.AbsVirtualMachine | Virtual machine: ABQ_57135f47-cf29-4a14-a76f | The event tells us the new VM status |
vsm.log - Virtual System Monitor - Monitor Manager
This remote resource uses an event subscription to inform Abiquo about all changes made on a physical machine and the virtual machines deployed on it. Contains information about changes in virtual appliance and virtual machine states. See States in Virtual Appliances and Virtual Machines in the User's Guide.
Date and Time | Type | Process information | Message ________________________ _____ | Related to ________________________ |
---|---|---|---|---|
2011-10-13 11:22:24,505 | INFO | c.a.v.r.p.RedisSubscriberCallback | Physical machine address: | VSM is suscribed to the Hypervisor on that address |
2011-10-13 11:22:24,505 | INFO | c.a.v.r.p.RedisSubscriberCallback | Physical machine type: HYPERV_301 | Hypervisor type |
2011-10-13 11:24:00,690 | INFO | c.a.v.VSMManager (VSMManager.java:174) | Checking VSM status... | VSM checks its database status and connectivity |
2011-10-13 11:24:00,692 | INFO | c.a.v.VSMManager (VSMManager.java:213) | VSM is up and running properly. | Preview event status |
2011-10-13 11:24:00,712 | INFO | c.a.v.m.MonitorManager | Unsubscribing from ABQ_57135f47-cf29- | Will stop receiving information from this virtual machine due to undeploy |
Related Logs
RabbitMQ
By default the RabbitMQ logs are found at: /var/log/rabbitmq.
...
These messages are targeted to different users and in Events view, they will only be displayed for users with privileges to view the message for an event. For convenience, in the documentation, the event messages are divided by the default roles: Cloud Admin can see all the messages, and Enterprise Admin and user can see those their privileges allow.
Cloud Admin messages: Events Table
The variables in the messages that represent entity names and numbers have been replaced with tokens (e.g. APPLICATION_NAME). At times the tracers may also be accompanied by another another error message code - usually from the API Error Code List, which is documented for users: User Interface Messages and developers: API Error Code List
...