Hi Riccardo -

Have you confirmed that the files that are not loading properly are
actually in your 'bower_components' directory?  When you ran
'arches-project create', did you notice any errors related to bower?  If
your media/bower_components directory is missing or empty, cd the directory
in your project with `bower.json` and try running `bower install` manually.

Hope that helps,

Cyrus


On Thu, Oct 19, 2017 at 5:08 AM, Riccardo Giovanelli <
[email protected]> wrote:

> I get this from the server:
>
> [19/Oct/2017 07:07:25] "GET /media/plugins/revolution-
> slider/rs-plugin/assets/loader.gif HTTP/1.1" 304 0
> [19/Oct/2017 07:07:39] "GET /graph/ HTTP/1.1" 200 53793
> [19/Oct/2017 07:07:39] "GET /media/css/arches.css HTTP/1.1" 304 0
> [19/Oct/2017 07:07:39] "GET /media/bower_components/requirejs/require.js
> HTTP/1.1" 404 1836
> [19/Oct/2017 07:07:39] "GET /media/img/arches_logo_light.png HTTP/1.1"
> 304 0
> [19/Oct/2017 07:07:39] "GET /media/bower_components/
> bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 404 1884
> [19/Oct/2017 07:07:39] "GET /media/bower_components/
> bootstrap3-datetimepicker/build/css/bootstrap-datetimepicker.min.css
> HTTP/1.1" 404 1980
> [19/Oct/2017 07:07:39] "GET /media/bower_components/fonts/openSans.css
> HTTP/1.1" 404 1830
> [19/Oct/2017 07:07:39] "GET /media/bower_components/
> bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css HTTP/1.1"
> 404 1956
> [19/Oct/2017 07:07:39] "GET /media/css/nifty.min.css HTTP/1.1" 304 0
> [19/Oct/2017 07:07:39] "GET /media/bower_components/font-
> awesome/css/font-awesome.min.css HTTP/1.1" 404 1887
> [19/Oct/2017 07:07:39] "GET 
> /media/bower_components/ionicons/css/ionicons.min.css
> HTTP/1.1" 404 1863
> [19/Oct/2017 07:07:39] "GET /media/plugins/themify-icons/themify-icons.min.css
> HTTP/1.1" 304 0
> [19/Oct/2017 07:07:39] "GET /media/css/plugins/select2/select2.min.css
> HTTP/1.1" 304 0
> [19/Oct/2017 07:07:39] "GET 
> /media/css/plugins/select2/select2-bootstrap.min.css
> HTTP/1.1" 304 0
> [19/Oct/2017 07:07:39] "GET /media/bower_components/mapbox-gl/mapbox-gl.css
> HTTP/1.1" 404 1845
> [19/Oct/2017 07:07:39] "GET /media/plugins/chosen.min.css HTTP/1.1" 304 0
> [19/Oct/2017 07:07:39] "GET 
> /media/bower_components/nouislider/distribute/nouislider.min.css
> HTTP/1.1" 404 1896
> [19/Oct/2017 07:07:39] "GET 
> /media/bower_components/codemirror/lib/codemirror.css
> HTTP/1.1" 404 1863
> [19/Oct/2017 07:07:39] "GET 
> /media/bower_components/codemirror/theme/monokai.css
> HTTP/1.1" 404 1860
> [19/Oct/2017 07:07:39] "GET /media/bower_components/
> datatables.net-responsive-bs/css/responsive.bootstrap.min.css HTTP/1.1"
> 404 1959
> [19/Oct/2017 07:07:39] "GET 
> /media/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css
> HTTP/1.1" 404 1926
> [19/Oct/2017 07:07:39] "GET /media/bower_components/leaflet/dist/leaflet.css
> HTTP/1.1" 404 1848
> [19/Oct/2017 07:07:39] "GET /media/bower_components/
> leaflet-draw/dist/leaflet.draw.css HTTP/1.1" 404 1878
> [19/Oct/2017 07:07:39] "GET /media/bower_components/nvd3/build/nv.d3.min.css
> HTTP/1.1" 404 1848
> [19/Oct/2017 07:07:39] "GET /media/img/help/card-designer-panes.png
> HTTP/1.1" 304 0
> [19/Oct/2017 07:07:39] "GET /media/img/help/resource-model-diagram-1.png
> HTTP/1.1" 304 0
> [19/Oct/2017 07:07:39] "GET /media/img/help/branch-diagram.png HTTP/1.1"
> 304 0
>
>
> Il giorno lunedì 16 ottobre 2017 20:58:00 UTC+2, Riccardo Giovanelli ha
> scritto:
>
>> Good Evening,
>> I followed the installation guide step by step and after multiple errors
>> I've got to get through to the final stage.
>> Unfortunately, Step 8 stops me, with a final error of "autentication
>> password failed for user "postgres".
>> And I can't get though this.
>> Can somebody help me? Thanx
>>
>>
>> (ENV) C:\Projects\arches>python manage.py runserver
>> Performing system checks...
>>
>> System check identified no issues (0 silenced).
>> Unhandled exception in thread started by <function wrapper at
>> 0x0000000004F177B8>
>> Traceback (most recent call last):
>>   File "C:\Projects\ENV\lib\site-packages\django\utils\autoreload.py",
>> line 226, in wrapper
>>     fn(*args, **kwargs)
>>   File 
>> "C:\Projects\ENV\lib\site-packages\django\core\management\commands\runserver.py",
>> line 117, in inner_run
>>     self.check_migrations()
>>   File 
>> "C:\Projects\ENV\lib\site-packages\django\core\management\commands\runserver.py",
>> line 163, in check_migrations
>>     executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
>>   File "C:\Projects\ENV\lib\site-packages\django\db\migrations\executor.py",
>> line 20, in __init__
>>     self.loader = MigrationLoader(self.connection)
>>   File "C:\Projects\ENV\lib\site-packages\django\db\migrations\loader.py",
>> line 49, in __init__
>>     self.build_graph()
>>   File "C:\Projects\ENV\lib\site-packages\django\db\migrations\loader.py",
>> line 176, in build_graph
>>     self.applied_migrations = recorder.applied_migrations()
>>   File "C:\Projects\ENV\lib\site-packages\django\db\migrations\recorder.py",
>> line 65, in applied_migrations
>>     self.ensure_schema()
>>   File "C:\Projects\ENV\lib\site-packages\django\db\migrations\recorder.py",
>> line 52, in ensure_schema
>>     if self.Migration._meta.db_table in self.connection.introspection.
>> table_names(self.connection.cursor()):
>>   File "C:\Projects\ENV\lib\site-packages\django\db\backends\base\base.py",
>> line 231, in cursor
>>     cursor = self.make_debug_cursor(self._cursor())
>>   File "C:\Projects\ENV\lib\site-packages\django\db\backends\base\base.py",
>> line 204, in _cursor
>>     self.ensure_connection()
>>   File "C:\Projects\ENV\lib\site-packages\django\db\backends\base\base.py",
>> line 199, in ensure_connection
>>     self.connect()
>>   File "C:\Projects\ENV\lib\site-packages\django\db\utils.py", line 95,
>> in __exit__
>>     six.reraise(dj_exc_type, dj_exc_value, traceback)
>>   File "C:\Projects\ENV\lib\site-packages\django\db\backends\base\base.py",
>> line 199, in ensure_connection
>>     self.connect()
>>   File "C:\Projects\ENV\lib\site-packages\django\db\backends\base\base.py",
>> line 171, in connect
>>     self.connection = self.get_new_connection(conn_params)
>>   File 
>> "C:\Projects\ENV\lib\site-packages\django\db\backends\postgresql\base.py",
>> line 175, in get_new_connection
>>     connection = Database.connect(**conn_params)
>>   File "C:\Projects\ENV\lib\site-packages\psycopg2\__init__.py", line
>> 130, in connect
>>     conn = _connect(dsn, connection_factory=connection_factory,
>> **kwasync)
>> django.db.utils.OperationalError: FATALE:  autenticazione con password
>> fallita per l'utente "postgres"
>>
>> --
> -- To post, send email to [email protected]. To unsubscribe,
> send email to [email protected]. For more
> information, visit https://groups.google.com/d/forum/archesproject?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Arches Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- To post, send email to [email protected]. To unsubscribe, send 
email to [email protected]. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to