OpenStack - Neutron installation issue - Can't contact endpoint :9696 - openstack

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?

Related

How can install tensorflow and keras in R?

I want to do time series recurrent neural network in R, but for this I trying to install tensorflow and keras for this
library(tensorflow)
install_tensorflow()
library(keras)
install_keras()
calling library was ok but when everytime I enter install_tensorflow() or install_keras() below error appeared. I turned off my fire wall and I am not using VPN. I install python in my pc, my pc is windows10 64bit
C:\Users\Administrator\OneDrive\Documents>CALL "C:\Users\Administrator\AppData\Local\r-miniconda\condabin\activate.bat" "C:\Users\Administrator\AppData\Local\r-miniconda\envs\r-reticulate"
C:\Users\Administrator\OneDrive\Documents>conda.bat activate "C:\Users\Administrator\AppData\Local\r-miniconda\envs\r-reticulate"
(r-reticulate) C:\Users\Administrator\OneDrive\Documents>"C:/Users/Administrator/AppData/Local/r-miniconda/envs/r-reticulate/python.exe" -m pip install --upgrade --ignore-installed "tensorflow==2.8.*"
Collecting tensorflow==2.8.*
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021A988BBDC0>, 'Connection to files.pythonhosted.org timed out. (connect timeout=15)')': /packages/17/5b/dac6e0607e4186b9e157597cd96d945aa769c60ef9f9f1b7ddc174f39332/tensorflow-2.8.0-cp38-cp38-win_amd64.whl
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021A988BBFA0>, 'Connection to files.pythonhosted.org timed out. (connect timeout=15)')': /packages/17/5b/dac6e0607e4186b9e157597cd96d945aa769c60ef9f9f1b7ddc174f39332/tensorflow-2.8.0-cp38-cp38-win_amd64.whl
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021A987511F0>, 'Connection to files.pythonhosted.org timed out. (connect timeout=15)')': /packages/17/5b/dac6e0607e4186b9e157597cd96d945aa769c60ef9f9f1b7ddc174f39332/tensorflow-2.8.0-cp38-cp38-win_amd64.whl
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021A98751310>, 'Connection to files.pythonhosted.org timed out. (connect timeout=15)')': /packages/17/5b/dac6e0607e4186b9e157597cd96d945aa769c60ef9f9f1b7ddc174f39332/tensorflow-2.8.0-cp38-cp38-win_amd64.whl
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021A98751490>, 'Connection to files.pythonhosted.org timed out. (connect timeout=15)')': /packages/17/5b/dac6e0607e4186b9e157597cd96d945aa769c60ef9f9f1b7ddc174f39332/tensorflow-2.8.0-cp38-cp38-win_amd64.whl
ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/17/5b/dac6e0607e4186b9e157597cd96d945aa769c60ef9f9f1b7ddc174f39332/tensorflow-2.8.0-cp38-cp38-win_amd64.whl (Caused by ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000021A98751610>, 'Connection to files.pythonhosted.org timed out. (connect timeout=15)'))
Error: Error installing package(s): "\"tensorflow==2.8.*\""
In addition: Warning message:
In shell(fi, intern = intern) :
'C:\Users\ADMINI~1\AppData\Local\Temp\RtmpCsn3wO\file38d45044492f.bat' execution failed with error code 1
can anyone help me with the installation?

Neutron error: oslo_privsep.daemon.FailedToDropPrivileges: privsep helper command exited non-zero (1

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

Error installing plugin sbt 1.0 sbt-idea 1.6.0

I need some help on these, I clone this repository
https://github.com/oermolaev/simple-scala-rest-example
But when I run sbt I got such errors:
Interesting I could not run maybe some repository is outdated... If you could help me I would be very glad
resolvers ++= Seq(
"Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/",
"Sonatype releases" at "https://oss.sonatype.org/content/repositories/releases/"
)
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.9.0")
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
[info] Loading settings from plugins.sbt ...
[info] Loading project definition from C:\workspace\simple-scala-rest-example\project
[info] Updating {file:/C:/workspace/simple-scala-rest-example/project/}simple-scala-rest-example-build...
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.github.mpeltonen#sbt-idea;1.6.0: Resolution failed several times for dependency: com.github.mpeltonen#sbt-idea;1.6.0 {compile=[default(compile)]}::
[warn] 1
[warn] 1
[warn] 1
[warn] 1
[warn] 1
[warn] :: com.eed3si9n#sbt-assembly;0.9.0: Resolution failed several times for dependency: com.eed3si9n#sbt-assembly;0.9.0 {compile=[default(compile)]}::
[warn] 1
[warn] 1
[warn] 1
[warn] 1
[warn] 1
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn] Note: Some unresolved dependencies have extra attributes. Check that these dependencies exist with the requested attributes.
[warn] com.github.mpeltonen:sbt-idea:1.6.0 (scalaVersion=2.12, sbtVersion=1.0)
[warn] com.eed3si9n:sbt-assembly:0.9.0 (scalaVersion=2.12, sbtVersion=1.0)
[warn]
[warn] Note: Unresolved dependencies path:
[warn] com.github.mpeltonen:sbt-idea:1.6.0 (scalaVersion=2.12, sbtVersion=1.0) (C:\workspace\simple-scala-rest-example\project\plugins.sbt#L6-7)
[warn] +- default:simple-scala-rest-example-build:0.1-SNAPSHOT (scalaVersion=2.12, sbtVersion=1.0)
[warn] com.eed3si9n:sbt-assembly:0.9.0 (scalaVersion=2.12, sbtVersion=1.0) (C:\workspace\simple-scala-rest-example\project\plugins.sbt#L8-9)
[warn] +- default:simple-scala-rest-example-build:0.1-SNAPSHOT (scalaVersion=2.12, sbtVersion=1.0)
[error] sbt.librarymanagement.ResolveException: unresolved dependency: com.github.mpeltonen#sbt-idea;1.6.0: Resolution failed several times for dependency: com.github.mpeltonen#sbt-idea;1.6.0 {compile=[default(compile)]}::
[error] 1
[error] 1
[error] 1
[error] 1
[error] 1
[error]
[error] unresolved dependency: com.eed3si9n#sbt-assembly;0.9.0: Resolution failed several times for dependency: com.eed3si9n#sbt-assembly;0.9.0 {compile=[default(compile)]}::
[error] 1
[error] 1
[error] 1
[error] 1
[error] 1
[error]
[error] at sbt.internal.librarymanagement.IvyActions$.resolveAndRetrieve(IvyActions.scala:331)
[error] at sbt.internal.librarymanagement.IvyActions$.$anonfun$updateEither$1(IvyActions.scala:205)
[error] at sbt.internal.librarymanagement.IvySbt$Module.$anonfun$withModule$1(Ivy.scala:229)
[error] at sbt.internal.librarymanagement.IvySbt.$anonfun$withIvy$1(Ivy.scala:190)
[error] at sbt.internal.librarymanagement.IvySbt.sbt$internal$librarymanagement$IvySbt$$action$1(Ivy.scala:70)
[error] at sbt.internal.librarymanagement.IvySbt$$anon$3.call(Ivy.scala:77)
[error] at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:93)
[error] at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:78)
[error] at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:97)
[error] at xsbt.boot.Using$.withResource(Using.scala:10)
[error] at xsbt.boot.Using$.apply(Using.scala:9)
[error] at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:58)
[error] at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:48)
[error] at xsbt.boot.Locks$.apply0(Locks.scala:31)
[error] at xsbt.boot.Locks$.apply(Locks.scala:28)
[error] at sbt.internal.librarymanagement.IvySbt.withDefaultLogger(Ivy.scala:77)
[error] at sbt.internal.librarymanagement.IvySbt.withIvy(Ivy.scala:185)
[error] at sbt.internal.librarymanagement.IvySbt.withIvy(Ivy.scala:182)
[error] at sbt.internal.librarymanagement.IvySbt$Module.withModule(Ivy.scala:228)
[error] at sbt.internal.librarymanagement.IvyActions$.updateEither(IvyActions.scala:190)
[error] at sbt.librarymanagement.ivy.IvyDependencyResolution.update(IvyDependencyResolution.scala:20)
[error] at sbt.librarymanagement.DependencyResolution.update(DependencyResolution.scala:56)
[error] at sbt.internal.LibraryManagement$.resolve$1(LibraryManagement.scala:38)
[error] at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$12(LibraryManagement.scala:91)
[error] at sbt.util.Tracked$.$anonfun$lastOutput$1(Tracked.scala:68)
[error] at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$19(LibraryManagement.scala:104)
[error] at scala.util.control.Exception$Catch.apply(Exception.scala:224)
[error] at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$11(LibraryManagement.scala:104)
[error] at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$11$adapted(LibraryManagement.scala:87)
[error] at sbt.util.Tracked$.$anonfun$inputChanged$1(Tracked.scala:149)
[error] at sbt.internal.LibraryManagement$.cachedUpdate(LibraryManagement.scala:118)
[error] at sbt.Classpaths$.$anonfun$updateTask$5(Defaults.scala:2353)
[error] at scala.Function1.$anonfun$compose$1(Function1.scala:44)
[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:42)
[error] at sbt.std.Transform$$anon$4.work(System.scala:64)
[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:257)
[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:16)
[error] at sbt.Execute.work(Execute.scala:266)
[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:257)
[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:167)
[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:32)
[error] at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[error] at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[error] at java.base/java.lang.Thread.run(Unknown Source)
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? [error] (*:update) sbt.librarymanagement.ResolveException: unresolved dependency: com.github.mpeltonen#sbt-idea;1.6.0: Resolution failed several times for dependency: com.github.mpeltonen#sbt-idea;1.6.0 {compile=[default(compile)]}::
[error] 1
[error] 1
[error] 1
[error] 1
[error] 1
[error]
[error] unresolved dependency: com.eed3si9n#sbt-assembly;0.9.0: Resolution failed several times for dependency: com.eed3si9n#sbt-assembly;0.9.0 {compile=[default(compile)]}::
[error] 1
[error] 1
[error] 1
[error] 1
[error] 1
I need help on install such plugin here.
thanks
ps why is so HARD to ask questions here it took more than 20 minutes trying to hit the publish button! comeon
Well I explain what I did
Changed sbt.version to 0.13.7 inside build properties.
My machine was on java 9, downloaded good old jdk1.8 from Oracle archive and installed.
git clone
sbt on project
plugin to 1.6.0
and ran
thanks

Can not start the openstack-nova-compute.service on the compute node

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>
...

while building alfresco maven project i found one exception no win32netbios in java library path

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

Resources