I want to start the openstack-nova-compute.service:
systemctl restart openstack-nova-compute.service
there is no print information(I was think it start success, but I am wrong)
I use the below command to check the openstack-nova-compute.service status:
[root#ha-node1 ~]# systemctl status openstack-nova-compute.service
● openstack-nova-compute.service - OpenStack Nova Compute Server
Loaded: loaded (/usr/lib/systemd/system/openstack-nova-compute.service; disabled; vendor preset: disabled)
Active: activating (start) since Thu 2017-08-03 00:23:52 CST; 6s ago
Main PID: 103174 (nova-compute)
CGroup: /system.slice/openstack-nova-compute.service
└─103174 /usr/bin/python2 /usr/bin/nova-compute
You see it is not running.
In the /var/log/nova/nova-compute.log:
...
2017-08-03 00:21:49.108 102461 WARNING nova.virt.libvirt.driver [req-867437ed-626e-499d-8928-5e673ccef7ea - - - - -] Cannot update service status on host "ha-node1" due to an unexpected exception.
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver Traceback (most recent call last):
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver File "/usr/lib/python2.7/site-packages/nova/virt/libvirt/driver.py", line 3288, in _set_host_enabled
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver service = objects.Service.get_by_compute_host(ctx, CONF.host)
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver File "/usr/lib/python2.7/site-packages/oslo_versionedobjects/base.py", line 177, in wrapper
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver args, kwargs)
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver File "/usr/lib/python2.7/site-packages/nova/conductor/rpcapi.py", line 236, in object_class_action_versions
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver args=args, kwargs=kwargs)
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 169, in call
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver retry=self.retry)
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 97, in _send
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver timeout=timeout, retry=retry)
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 464, in send
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver retry=retry)
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 453, in _send
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver result = self._waiter.wait(msg_id, timeout)
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 336, in wait
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver message = self.waiters.get(msg_id, timeout=timeout)
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 238, in get
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver 'to message ID %s' % msg_id)
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver MessagingTimeout: Timed out waiting for a reply to message ID 6adbf888ce9a47f9acfbcccfb48602e6
2017-08-03 00:21:49.108 102461 ERROR nova.virt.libvirt.driver
2017-08-03 00:21:49.222 102461 INFO nova.virt.libvirt.host [req-867437ed-626e-499d-8928-5e673ccef7ea - - - - -] Libvirt host capabilities <capabilities>
...
Related
I experience a problem with memory limit in wordpress :
When I try to uplod an image, the site crashes and I find that in the logs :
[31-Oct-2020 16:28:45 UTC] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /var/www/webroot/ROOT/wp-content/plugins/jetpack/class.jetpack-plan.php on line 233
[31-Oct-2020 16:28:45 UTC] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /var/www/webroot/ROOT/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-settings.php on line 54
[31-Oct-2020 16:28:45 UTC] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 65536 bytes) in /var/www/webroot/ROOT/wp-content/plugins/jetpack/class.jetpack-plan.php on line 233
[31-Oct-2020 16:28:52 UTC] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 20480 bytes) in /var/www/webroot/ROOT/wp-includes/pomo/mo.php on line 323
[31-Oct-2020 16:28:52 UTC] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 135168 bytes) in /var/www/webroot/ROOT/wp-includes/pomo/streams.php on line 118
[31-Oct-2020 16:28:57 UTC] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 4096 bytes) in /var/www/webroot/ROOT/wp-includes/pomo/mo.php on line 315
[31-Oct-2020 16:28:57 UTC] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 135168 bytes) in /var/www/webroot/ROOT/wp-includes/pomo/streams.php on line 118
[31-Oct-2020 16:28:59 UTC] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 20480 bytes) in /var/www/webroot/ROOT/wp-includes/pomo/mo.php on line 323
[31-Oct-2020 16:28:59 UTC] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 135168 bytes) in /var/www/webroot/ROOT/wp-includes/pomo/streams.php on line 118
[31-Oct-2020 16:29:04 UTC] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 20480 bytes) in /var/www/webroot/ROOT/wp-includes/pomo/mo.php on line 323
[31-Oct-2020 16:29:04 UTC] PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 135168 bytes) in /var/www/webroot/ROOT/wp-includes/pomo/streams.php on line 118
I've put 1024 as max memory in php.ini, in .htaccess and wp-config. php info says that there is 1024 mb in max memory usage but the problem persists.
What can I do to fix that?
during the configuration of Neutron (OpenStack Stein), I found this error
oslo_privsep.daemon.FailedToDropPrivileges: privsep helper command exited non-zero (1)
All services are running but this error still appears as you can see here:
neutron-dhcp-agent.log:
2020-04-10 12:35:28.260 11675 INFO neutron.agent.dhcp.agent [-] Starting network f16e9457-1d03-44a2-b9e4-58666a06bca5 dhcp configuration
2020-04-10 12:35:28.260 11675 DEBUG neutron.agent.dhcp.agent [-] Calling driver for network: f16e9457-1d03-44a2-b9e4-58666a06bca5 action: enable call_driver /usr/lib/python3/dist-packages/neutron/agent/dhcp/agent.py:150
2020-04-10 12:35:28.261 11675 DEBUG neutron.agent.linux.utils [-] Unable to access /var/lib/neutron/dhcp/f16e9457-1d03-44a2-b9e4-58666a06bca5/pid get_value_from_file /usr/lib/python3/dist-packages/neutron/agent/linux/utils.py:261
2020-04-10 12:35:28.261 11675 INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/dhcp_agent.ini', '--privsep_context', 'neutron.privileged.default', '--privsep_sock_path', '/tmp/tmp17yerien/privsep.sock']
2020-04-10 12:35:29.339 11675 CRITICAL oslo.privsep.daemon [-] privsep helper command exited non-zero (1)
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent [-] Unable to enable dhcp for f16e9457-1d03-44a2-b9e4-58666a06bca5.: oslo_privsep.daemon.FailedToDropPrivileges: privsep helper command exited non-zero (1)
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent Traceback (most recent call last):
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent File "/usr/lib/python3/dist-packages/neutron/agent/dhcp/agent.py", line 159, in call_driver
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent getattr(driver, action)(**action_kwargs)
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent File "/usr/lib/python3/dist-packages/neutron/agent/linux/dhcp.py", line 218, in enable
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent common_utils.wait_until_true(self._enable, timeout=300)
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent File "/usr/lib/python3/dist-packages/neutron/common/utils.py", line 691, in wait_until_true
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent while not predicate():
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent File "/usr/lib/python3/dist-packages/neutron/agent/linux/dhcp.py", line 229, in _enable
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent interface_name = self.device_manager.setup(self.network)
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent File "/usr/lib/python3/dist-packages/neutron/agent/linux/dhcp.py", line 1516, in setup
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent ip_lib.IPWrapper().ensure_namespace(network.namespace)
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent File "/usr/lib/python3/dist-packages/neutron/agent/linux/ip_lib.py", line 236, in ensure_namespace
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent if not self.netns.exists(name):
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent File "/usr/lib/python3/dist-packages/neutron/agent/linux/ip_lib.py", line 797, in exists
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent return network_namespace_exists(name)
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent File "/usr/lib/python3/dist-packages/neutron/agent/linux/ip_lib.py", line 1005, in network_namespace_exists
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent output = list_network_namespaces(**kwargs)
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent File "/usr/lib/python3/dist-packages/neutron/agent/linux/ip_lib.py", line 991, in list_network_namespaces
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent return privileged.list_netns(**kwargs)
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent File "/usr/local/lib/python3.6/dist-packages/oslo_privsep/priv_context.py", line 244, in _wrap
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent self.start()
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent File "/usr/local/lib/python3.6/dist-packages/oslo_privsep/priv_context.py", line 255, in start
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent channel = daemon.RootwrapClientChannel(context=self)
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent File "/usr/local/lib/python3.6/dist-packages/oslo_privsep/daemon.py", line 331, in __init__
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent raise FailedToDropPrivileges(msg)
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent oslo_privsep.daemon.FailedToDropPrivileges: privsep helper command exited non-zero (1)
2020-04-10 12:35:29.341 11675 ERROR neutron.agent.dhcp.agent
neutron-linuxbridge-agent.log
2020-04-10 12:49:14.658 11278 INFO neutron.common.config [-] Logging enabled!
2020-04-10 12:49:14.659 11278 INFO neutron.common.config [-] /usr/bin/neutron-linuxbridge-agent version 14.0.4
2020-04-10 12:49:14.659 11278 DEBUG neutron.common.config [-] command line: /usr/bin/neutron-linuxbridge-agent --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/plugins/ml2/linuxbridge_agent.ini --log-file=/var/log/neutron/neutron-linuxbridge-agent.log setup_logging /usr/lib/python3/dist-packages/neutron/common/config.py:103
2020-04-10 12:49:14.660 11278 INFO neutron.plugins.ml2.drivers.linuxbridge.agent.linuxbridge_neutron_agent [-] Interface mappings: {'provider': 'wlp58s0'}
2020-04-10 12:49:14.661 11278 INFO neutron.plugins.ml2.drivers.linuxbridge.agent.linuxbridge_neutron_agent [-] Bridge mappings: {}
2020-04-10 12:49:14.662 11278 INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--config-file', '/etc/neutron/plugins/ml2/linuxbridge_agent.ini', '--privsep_context', 'neutron.privileged.default', '--privsep_sock_path', '/tmp/tmp2j9epw1d/privsep.sock']
2020-04-10 12:49:15.508 11278 CRITICAL oslo.privsep.daemon [-] privsep helper command exited non-zero (1)
2020-04-10 12:49:15.509 11278 CRITICAL neutron [-] Unhandled error: oslo_privsep.daemon.FailedToDropPrivileges: privsep helper command exited non-zero (1)
2020-04-10 12:49:15.509 11278 ERROR neutron Traceback (most recent call last):
2020-04-10 12:49:15.509 11278 ERROR neutron File "/usr/bin/neutron-linuxbridge-agent", line 10, in <module>
2020-04-10 12:49:15.509 11278 ERROR neutron sys.exit(main())
2020-04-10 12:49:15.509 11278 ERROR neutron File "/usr/lib/python3/dist-packages/neutron/cmd/eventlet/plugins/linuxbridge_neutron_agent.py", line 21, in main
2020-04-10 12:49:15.509 11278 ERROR neutron agent_main.main()
2020-04-10 12:49:15.509 11278 ERROR neutron File "/usr/lib/python3/dist-packages/neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py", line 1053, in main
2020-04-10 12:49:15.509 11278 ERROR neutron manager = LinuxBridgeManager(bridge_mappings, interface_mappings)
2020-04-10 12:49:15.509 11278 ERROR neutron File "/usr/lib/python3/dist-packages/neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py", line 82, in __init__
2020-04-10 12:49:15.509 11278 ERROR neutron self.validate_interface_mappings()
2020-04-10 12:49:15.509 11278 ERROR neutron File "/usr/lib/python3/dist-packages/neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py", line 97, in validate_interface_mappings
2020-04-10 12:49:15.509 11278 ERROR neutron if not ip_lib.device_exists(interface):
2020-04-10 12:49:15.509 11278 ERROR neutron File "/usr/lib/python3/dist-packages/neutron/agent/linux/ip_lib.py", line 818, in device_exists
2020-04-10 12:49:15.509 11278 ERROR neutron return IPDevice(device_name, namespace=namespace).exists()
2020-04-10 12:49:15.509 11278 ERROR neutron File "/usr/lib/python3/dist-packages/neutron/agent/linux/ip_lib.py", line 318, in exists
2020-04-10 12:49:15.509 11278 ERROR neutron return privileged.interface_exists(self.name, self.namespace)
2020-04-10 12:49:15.509 11278 ERROR neutron File "/usr/lib/python3/dist-packages/neutron/privileged/agent/linux/ip_lib.py", line 50, in sync_inner
2020-04-10 12:49:15.509 11278 ERROR neutron return input_func(*args, **kwargs)
2020-04-10 12:49:15.509 11278 ERROR neutron File "/usr/local/lib/python3.6/dist-packages/oslo_privsep/priv_context.py", line 244, in _wrap
2020-04-10 12:49:15.509 11278 ERROR neutron self.start()
2020-04-10 12:49:15.509 11278 ERROR neutron File "/usr/local/lib/python3.6/dist-packages/oslo_privsep/priv_context.py", line 255, in start
2020-04-10 12:49:15.509 11278 ERROR neutron channel = daemon.RootwrapClientChannel(context=self)
2020-04-10 12:49:15.509 11278 ERROR neutron File "/usr/local/lib/python3.6/dist-packages/oslo_privsep/daemon.py", line 331, in __init__
2020-04-10 12:49:15.509 11278 ERROR neutron raise FailedToDropPrivileges(msg)
2020-04-10 12:49:15.509 11278 ERROR neutron oslo_privsep.daemon.FailedToDropPrivileges: privsep helper command exited non-zero (1)
2020-04-10 12:49:15.509 11278 ERROR neutron
I found out that this is a neutron privileges situation, this is my sudoers file:
GNU nano 2.9.3 /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults env_reset
Defaults mail_badpass
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL:ALL) ALL
neutron ALL=(ALL) NOPASSWD: ALL
# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
# See sudoers(5) for more information on "#include" directives:
#includedir /etc/sudoers.d
I'm installing Openstack on a computer with Ubuntu 18.04.
Troubleshoot the Rootwrap configuration following the Rootwrap - OpenStack wiki
Add the line below to the /etc/nova/nova.conf:
rootwrap_config=/etc/nova/rootwrap.conf
Then
nova ALL = (root) NOPASSWD: /usr/bin/nova-rootwrap /etc/nova/rootwrap.conf *
Finally restart the services
systemctl restart openstack-nova-compute.service
systemctl restart neutron-linuxbridge-agent.service
I am a newbie and this is my first OpenStack installation... But I have a big issue with the neutron service. I can't contact endpoint on the controller ( IP:9696 ) but service are up. So in the web interface, on the network section I have these messages :
1) Error: Unable to check if network availability zone extension is supported 2) Error: Unable to check if DHCP agent scheduler extension is supported
3) Error: Network list can not be retrieved.
I follow very carefully the documentation, but I can't understand the source of the problem... Here are my logs:
/var/log/neutron/neutron-server.log
2018-06-06 06:25:23.755 6767 INFO neutron.common.config [-] Logging enabled!
2018-06-06 06:25:23.757 6767 INFO neutron.common.config [-] /usr/bin/neutron-server version 12.0.1
2018-06-06 06:25:23.759 6767 INFO neutron.common.config [-] Logging enabled!
2018-06-06 06:25:23.759 6767 INFO neutron.common.config [-] /usr/bin/neutron-server version 12.0.1
2018-06-06 06:25:23.956 6767 INFO keyring.backend [-] Loading Windows (alt)
2018-06-06 06:25:23.980 6767 INFO keyring.backend [-] Loading pyfs
2018-06-06 06:25:23.983 6767 INFO keyring.backend [-] Loading multi
2018-06-06 06:25:23.984 6767 INFO keyring.backend [-] Loading Google
2018-06-06 06:25:23.987 6767 INFO keyring.backend [-] Loading Gnome
2018-06-06 06:25:24.007 6767 INFO keyring.backend [-] Loading keyczar
2018-06-06 06:25:24.008 6767 INFO keyring.backend [-] Loading file
2018-06-06 06:25:24.258 6767 INFO neutron.manager [-] Loading core plugin: ml2
2018-06-06 06:25:25.136 6767 INFO neutron.plugins.ml2.managers [-] Configured type driver names: []
2018-06-06 06:25:25.138 6767 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: []
2018-06-06 06:25:25.140 6767 INFO neutron.plugins.ml2.managers [-] Registered types: []
2018-06-06 06:25:25.140 6767 ERROR neutron.plugins.ml2.managers [-] No type driver for tenant network_type: local. Service terminated!
/var/log/neutron/neutron-linuxbridge-agent.log
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent [-] Failed reporting state!: MessagingTimeout: Timed out$
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent Traceback (most recent call last):
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/dist-packages/neutron/plugins$
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent True)
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/dist-packages/neutron/agent/r$
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent return method(context, 'report_state', **kwargs)
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/dist-packages/oslo_messaging/$
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent retry=self.retry)
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/dist-packages/oslo_messaging/$
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent timeout=timeout, retry=retry)
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/dist-packages/oslo_messaging/$
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent retry=retry)
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/dist-packages/oslo_messaging/$
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent result = self._waiter.wait(msg_id, timeout)
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/dist-packages/oslo_messaging/$
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent message = self.waiters.get(msg_id, timeout=timeout)
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/dist-packages/oslo_messaging/$
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent 'to message ID %s' % msg_id)
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent MessagingTimeout: Timed out waiting for a reply to messa$
2018-06-06 06:25:19.762 2276 ERROR neutron.plugins.ml2.drivers.agent._common_agent
2018-06-06 06:25:19.765 2276 WARNING oslo.service.loopingcall [-] Function 'neutron.plugins.ml2.drivers.agent._common_agent.CommonAgentLoop$
/var/log/neutron/neutron-metadata-agent.log
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent [-] Failed reporting state!: MessagingTimeout: Timed out waiting for a repl$
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent Traceback (most recent call last):
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent File "/usr/lib/python2.7/dist-packages/neutron/agent/metadata/agent.py", $
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent use_call=self.agent_state.get('start_flag'))
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent File "/usr/lib/python2.7/dist-packages/neutron/agent/rpc.py", line 93, in$
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent return method(context, 'report_state', **kwargs)
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/client.py", lin$
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent retry=self.retry)
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent File "/usr/lib/python2.7/dist-packages/oslo_messaging/transport.py", line$
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent timeout=timeout, retry=retry)
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent File "/usr/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver$
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent retry=retry)
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent File "/usr/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver$
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent result = self._waiter.wait(msg_id, timeout)
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent File "/usr/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver$
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent message = self.waiters.get(msg_id, timeout=timeout)
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent File "/usr/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver$
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent 'to message ID %s' % msg_id)
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent MessagingTimeout: Timed out waiting for a reply to message ID aba6414ea2d34$
2018-06-06 06:25:46.934 2234 ERROR neutron.agent.metadata.agent
2018-06-06 06:25:46.936 2234 WARNING oslo.service.loopingcall [-] Function 'neutron.agent.metadata.agent.UnixDomainMetadataProxy._report_st$
After two week of research, I am desperate... Please could you help me?
I've just installed a new Ubuntu 16.10 server distro and started the install of Kamailio. After fixing some db create errors (MEDIUMTEXT does not support a default value in MySQL 5.7) I tried to start the service. The following errors are reported from journalctl:
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 292, column 30: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <acc> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 293, column 37: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <acc> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 295, column 73: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <acc> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 296, column 45: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <usrloc> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 310, column 75: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <usrloc> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 311, column 32: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <usrloc> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 312, column 35: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <auth_db> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 318, column 76: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <auth_db> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 319, column 41: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <auth_db> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 320, column 50: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <auth_db> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 321, column 43: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <auth_db> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 322, column 36: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <rtpproxy> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 363, column 77: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <nathelper> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 366, column 45: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <nathelper> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 367, column 43: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <nathelper> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 368, column 41: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <nathelper> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 369, column 64: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <nathelper|registrar> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 372, column 65: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <usrloc> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 373, column 34: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <tls> found
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 379, column 50: Can't set module parameter
kamailio[5177]: ERROR: <core> [cfg.y:3228]: yyparse(): cfg. parser: failed to find command is_method (params 1)
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 418, column 24: unknown command, missing loadmodule?
kamailio[5177]: ERROR: <core> [cfg.y:3228]: yyparse(): cfg. parser: failed to find command t_check_trans (params 0)
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 420, column 21: unknown command, missing loadmodule?
kamailio[5177]: ERROR: <core> [cfg.y:3228]: yyparse(): cfg. parser: failed to find command t_relay (params 0)
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 421, column 12: unknown command, missing loadmodule?
kamailio[5177]: ERROR: <core> [cfg.y:3228]: yyparse(): cfg. parser: failed to find command t_check_trans (params 0)
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 425, column 16: unknown command, missing loadmodule?
kamailio[5177]: ERROR: <core> [cfg.y:3228]: yyparse(): cfg. parser: failed to find command remove_hf (params 1)
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 432, column 19: unknown command, missing loadmodule?
kamailio[5177]: ERROR: <core> [cfg.y:3228]: yyparse(): cfg. parser: failed to find command is_method (params 1)
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 433, column 34: unknown command, missing loadmodule?
kamailio[5177]: ERROR: <core> [cfg.y:3228]: yyparse(): cfg. parser: failed to find command record_route (params 0)
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 434, column 16: unknown command, missing loadmodule?
kamailio[5177]: ERROR: <core> [cfg.y:3228]: yyparse(): cfg. parser: failed to find command is_method (params 1)
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 437, column 24: unknown command, missing loadmodule?
kamailio[5177]: ERROR: <core> [pvapi.c:828]: pv_parse_spec2(): error searching pvar "rU"
kamailio[5177]: ERROR: <core> [pvapi.c:1031]: pv_parse_spec2(): wrong char [U/85] in [$rU] at [2 (0)]
kamailio[5177]: : <core> [cfg.y:3365]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 453, column 6-8: Can't get from cache: $rU
kamailio[5177]: INFO: <core> [sctp_core.c:53]: sctp_core_destroy(): SCTP API not initialized
polkitd(authority=local)[1602]: Unregistered Authentication Agent for unix-process:5167:439835 (system bus name :1.32, object path /org/freedesktop/PolicyKit1/AuthenticationAgent,
Any help is appreciated.
It always happens this way... I'll search and search for an answer, finally give up and post a question, then find an answer.
In this case, the answer is to modify the mpath= variable in the kamailio.cfg file to point to the right place.
You are setting the parameters for modules that you haven't loaded into the configure and/or haven't compiled.
Example:
kamailio[5177]: : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 292, column 30: Can't set module parameter
kamailio[5177]: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <acc> found
Do you have a line in your config that looks like the following? If you do, it is that you don't have the modules compiled.
loadmodule "acc"
If you installed from source, look at the documentation where it mentions modifying the modules.lst file and you need to include the modules that you intend to use before you "make all".
If you installed from apt. Do a "apt-cache search kamailio" to see the list of packages. Then install the missing packages.
Example (this package contains the acc module):
apt install kamailio-berkeley-modules
You can use the Ubuntu Package Search (https://packages.ubuntu.com/) to find which packages contain the modules that you are missing as well.
2015-12-19 18:38:41,620 ERROR [org.alfresco.fileserver] [main] java.lang.UnsatisfiedLinkError: no Win32NetBIOS in java.library.path
2015-12-19 18:38:41,620 ERROR [org.alfresco.fileserver] [main] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at java.lang.Runtime.loadLibrary0(Runtime.java:849)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at java.lang.System.loadLibrary(System.java:1088)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.alfresco.jlan.netbios.win32.Win32NetBIOS.<clinit>(Win32NetBIOS.java:834)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.alfresco.filesys.AbstractServerConfigurationBean.getLocalServerName(AbstractServerConfigurationBean.java:648)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.alfresco.filesys.AbstractServerConfigurationBean.getLocalServerName(AbstractServerConfigurationBean.java:608)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.alfresco.filesys.config.ServerConfigurationBean.processCIFSServerConfig(ServerConfigurationBean.java:247)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.alfresco.filesys.AbstractServerConfigurationBean.init(AbstractServerConfigurationBean.java:450)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.alfresco.filesys.AbstractServerConfigurationBean.onApplicationEvent(AbstractServerConfigurationBean.java:801)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:96)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.alfresco.repo.management.subsystems.ChildApplicationContextFactory$ChildApplicationContext.publishEvent(ChildApplicationContextFactory.java:554)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:948)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.alfresco.repo.management.subsystems.ChildApplicationContextFactory$ApplicationContextState.start(ChildApplicationContextFactory.java:809)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.start(AbstractPropertyBackedBean.java:1018)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.onApplicationEvent(AbstractPropertyBackedBean.java:557)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEventInternal(SafeApplicationEventMulticaster.java:209)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.alfresco.repo.management.SafeApplicationEventMulticaster.multicastEvent(SafeApplicationEventMulticaster.java:180)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:334)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:948)
2015-12-19 18:38:41,621 ERROR [org.alfresco.fileserver] [main] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:84)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:1)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.springframework.test.context.TestContext.loadApplicationContext(TestContext.java:280)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:304)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:109)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:75)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:321)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:211)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:287)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:289)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
2015-12-19 18:38:41,622 ERROR [org.alfresco.fileserver] [main] at com.tradeshift.test.remote.RemoteTestRunner.run(RemoteTestRunner.java:73)
2015-12-19 18:38:41,623 ERROR [org.alfresco.fileserver] [main] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
2015-12-19 18:38:41,623 ERROR [org.alfresco.fileserver] [main] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
2015-12-19 18:38:41,623 ERROR [org.alfresco.fileserver] [main] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
2015-12-19 18:38:41,623 ERROR [org.alfresco.fileserver] [main] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
2015-12-19 18:38:41,623 ERROR [org.alfresco.fileserver] [main] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
2015-12-19 18:38:41,623 ERROR [org.alfresco.fileserver] [main] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
2015-12-19 18:38:41,623 ERROR [org.alfresco.fileserver] [main] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
2015-12-19 18:38:41,623 ERROR [org.alfresco.fileserver] [main] Error accessing Win32 NetBIOS, check DLL is on the path
2015-12-19 18:38:41,623 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'fileServers' subsystem, ID: [fileServers, default] complete
2015-12-19 18:38:41,623 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'imap' subsystem, ID: [imap, default]
2015-12-19 18:38:41,745 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'imap' subsystem, ID: [imap, default] complete
2015-12-19 18:38:41,745 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'email' subsystem, ID: [email, outbound]
2015-12-19 18:38:41,846 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'email' subsystem, ID: [email, outbound] complete
2015-12-19 18:38:41,846 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'email' subsystem, ID: [email, inbound]
2015-12-19 18:38:41,926 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'email' subsystem, ID: [email, inbound] complete
2015-12-19 18:38:41,927 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'Subscriptions' subsystem, ID: [Subscriptions, default]
2015-12-19 18:38:41,946 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'Subscriptions' subsystem, ID: [Subscriptions, default] complete
2015-12-19 18:38:41,958 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'Synchronization' subsystem, ID: [Synchronization, default]
2015-12-19 18:38:42,077 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'Synchronization' subsystem, ID: [Synchronization, default] complete
2015-12-19 18:38:42,178 INFO [service.descriptor.DescriptorService] [main] Alfresco JVM - v1.7.0_80-b15; maximum heap size 494.938MB
2015-12-19 18:38:42,179 WARN [service.descriptor.DescriptorService] [main] Alfresco JVM - WARNING - maximum heap size 494.938MB is less than recommended 512MB
2015-12-19 18:38:42,179 INFO [service.descriptor.DescriptorService] [main] Server Mode :UNKNOWN
2015-12-19 18:38:42,179 INFO [service.descriptor.DescriptorService] [main] Alfresco started (Community). Current version: 5.0.0 (c r91299-b145) schema 8,009. Originally installed version: 5.0.0 (c r91299-b145) schema 8,009.
2015-12-19 18:38:42,186 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default]
2015-12-19 18:38:42,416 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default] complete
2015-12-19 18:38:42,416 INFO [management.subsystems.ChildApplicationContextFactory] [main] Starting 'Replication' subsystem, ID: [Replication, default]
2015-12-19 18:38:42,433 INFO [management.subsystems.ChildApplicationContextFactory] [main] Startup of 'Replication' subsystem, ID: [Replication, default] complete
2015-12-19 18:38:44,069 INFO [extensions.webscripts.DeclarativeRegistry] [main] Registered 13 Web Scripts (+0 failed), 15 URLs
2015-12-19 18:38:44,069 INFO [extensions.webscripts.DeclarativeRegistry] [main] Registered 1 Package Description Documents (+0 failed)
2015-12-19 18:38:44,069 INFO [extensions.webscripts.DeclarativeRegistry] [main] Registered 0 Schema Description Documents (+0 failed)
2015-12-19 18:38:44,074 INFO [extensions.webscripts.AbstractRuntimeContainer] [main] Initialised Spring Web Scripts Container Web Script Container (in 203.07327ms)
2015-12-19 18:38:44,152 INFO [extensions.webscripts.TemplateProcessorRegistry] [main] Registered template processor freemarker for extension ftl
2015-12-19 18:38:44,156 INFO [extensions.webscripts.ScriptProcessorRegistry] [main] Registered script processor javascript for extension js
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.146 sec - in org.alfresco.demoamp.test.DemoComponentTest
I agree with the other reviews that you probably need to rephrase your question because it does not contain all the necessary information.
Having said that, it is possible that the problem you found is the following known issue:
https://issues.alfresco.com/jira/browse/MNT-11845
As stated in the description of this ticket, you can solve the problem adding the dll to the java.library.path
I resolved this issue by coping some dll files from my alfreco bin folder to windows/system32 folder.
files are:
1)Win32NetBIOS.dll
2)Win32NetBIOSx64.dll
3)Win32Utils.dll
4)Win32Utilsx64.dll
Files Name shown in picture