Hi Nicolaas,

                  This is to inform that apereo oae installed successfully
and is running.




On Thu, Aug 1, 2013 at 3:14 PM, Santosh Kumar
<[email protected]>wrote:

> Hi ,
>      Please consider this one
>
>
> sandeep@ubuntu:~$ sudo /usr/local/nginx/sbin/nginx -c
> /home/sandeep/Desktop/oae/3akai-ux/nginx/nginx.conf
> sudo: unable to resolve host ubuntu
> [sudo] password for sandeep:
> /usr/local/nginx/sbin/nginx: 1: /usr/local/nginx/sbin/nginx: user: not
> found
> /usr/local/nginx/sbin/nginx: 2: /usr/local/nginx/sbin/nginx:
> worker_processes: not found
> /usr/local/nginx/sbin/nginx: 3: /usr/local/nginx/sbin/nginx: error_log:
> not found
> /usr/local/nginx/sbin/nginx: 4: /usr/local/nginx/sbin/nginx: pid: not found
> /usr/local/nginx/sbin/nginx: 5: /usr/local/nginx/sbin/nginx:
> worker_rlimit_nofile: not found
> /usr/local/nginx/sbin/nginx: 7: /usr/local/nginx/sbin/nginx: events: not
> found
> /usr/local/nginx/sbin/nginx: 8: /usr/local/nginx/sbin/nginx:
> worker_connections: not found
> /usr/local/nginx/sbin/nginx: 9: /usr/local/nginx/sbin/nginx: Syntax error:
> "}" unexpected
>
>
>
> On Thu, Aug 1, 2013 at 2:29 AM, Santosh Kumar <[email protected]
> > wrote:
>
>> Hi Nicolaas,
>>
>> I have followed the same and got this
>>
>> sandeep@ubuntu:~$ sudo /usr/local/nginx/sbin/nginx -c
>> /home/sandeep/Desktop/oae/3akai-ux/nginx/nginx.conf
>> sudo: unable to resolve host ubuntu
>>
>>
>> On Thu, Aug 1, 2013 at 1:52 AM, Nicolaas Matthijs <
>> [email protected]> wrote:
>>
>>> Hi Santosh,
>>>
>>> The error means that there is already something running on port 80,
>>> presumably a previous run of Nginx. You'll have to stop the existing Nginx
>>> process first by running the following command:
>>>
>>> sudo /usr/local/nginx/sbin/nginx -s stop
>>>
>>> Once this is done, have a look at admin.oae.com to make sure that Nginx
>>> has been stopped indeed.
>>>
>>> After that, you can restart Nginx with the 3akai-ux Nginx config file:
>>>
>>> sudo /usr/local/nginx/sbin/nginx -c
>>> /home/sandeep/Desktop/oae/3akai-ux/nginx/nginx.conf
>>>
>>> Hope that helps,
>>> Nicolaas
>>>
>>>
>>> On 1 Aug 2013, at 09:15, Santosh Kumar wrote:
>>>
>>>
>>> Hi,
>>>
>>>     Thanks for the reply i have attached the nginx config file also when
>>> i am running the following command that is
>>> sudo /usr/local/nginx/sbin/nginx -c
>>> /home/sandeep/Desktop/oae/3akai-ux/nginx/nginx.conf
>>>
>>> I am getting
>>> user@ubuntu:~$ sudo /usr/local/nginx/sbin/nginx -c
>>> /home/user/Desktop/oae/3akai-ux/nginx/nginx.conf
>>> sudo: unable to resolve host ubuntu
>>> nginx: [emerg] bind() to 0.0.0.0:80 <http://0.0.0.0/> failed (98:
>>> Address already in use)
>>> nginx: [emerg] bind() to 0.0.0.0:80 <http://0.0.0.0/> failed (98:
>>> Address already in use)
>>> nginx: [emerg] bind() to 0.0.0.0:80 <http://0.0.0.0/> failed (98:
>>> Address already in use)
>>> nginx: [emerg] bind() to 0.0.0.0:80 <http://0.0.0.0/> failed (98:
>>> Address already in use)
>>> nginx: [emerg] bind() to 0.0.0.0:80 <http://0.0.0.0/> failed (98:
>>> Address already in use)
>>> nginx: [emerg] still could not bind()
>>>
>>>
>>>
>>>
>>> On Thu, Aug 1, 2013 at 1:09 AM, Nicolaas Matthijs <
>>> [email protected]> wrote:
>>>
>>>> Hi Santosh,
>>>>
>>>> Hilary seems to have started up successfully, so I believe there is
>>>> probably an issue with the Nginx config file which is causing it not to
>>>> proxy through to the Hilary server. Have you started Nginx with the config
>>>> file that's included in 3akai-ux (+ some of the changes that the README
>>>> specifies)?
>>>>
>>>> If so, can you send us a copy of your Nginx config file so we can check
>>>> if there are any obvious issues with it?
>>>>
>>>> Thanks,
>>>> Nicolaas
>>>>
>>>>
>>>> On 1 Aug 2013, at 07:42, Santosh Kumar wrote:
>>>>
>>>> Hi,
>>>>     Thank you guys for all your support all those issues got resolved
>>>> but when i am giving http://admin.oae.com/ in browser i am getting
>>>> nginx page as in the attachment.
>>>>
>>>> The result of node app.js | node_modules/.bin/bunyan is as follows
>>>>
>>>> user@ubuntu:~/Desktop/oae/Hilary$ node app.js |
>>>> node_modules/.bin/bunyan
>>>> [2013-08-01T06:23:23.784Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-logger
>>>> [2013-08-01T06:23:23.829Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-telemetry
>>>> [2013-08-01T06:23:24.744Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-tenants
>>>> [2013-08-01T06:23:25.369Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-config
>>>> [2013-08-01T06:23:28.516Z]  INFO: oae-authentication/3532 on ubuntu:
>>>> Registered authentication strategy "cas"
>>>> [2013-08-01T06:23:29.063Z]  INFO: oae-authentication/3532 on ubuntu:
>>>> Registered authentication strategy "facebook"
>>>> [2013-08-01T06:23:29.411Z]  INFO: oae-authentication/3532 on ubuntu:
>>>> Registered authentication strategy "google"
>>>> [2013-08-01T06:23:31.153Z]  INFO: oae-authentication/3532 on ubuntu:
>>>> Registered authentication strategy "ldap"
>>>> [2013-08-01T06:23:31.601Z]  INFO: oae-authentication/3532 on ubuntu:
>>>> Registered authentication strategy "local"
>>>> [2013-08-01T06:23:32.436Z]  INFO: oae-authentication/3532 on ubuntu:
>>>> Registered authentication strategy "shibboleth"
>>>> [2013-08-01T06:23:32.518Z]  INFO: oae-authentication/3532 on ubuntu:
>>>> Registered authentication strategy "signed"
>>>> [2013-08-01T06:23:32.882Z]  INFO: oae-authentication/3532 on ubuntu:
>>>> Registered authentication strategy "twitter"
>>>> [2013-08-01T06:23:32.888Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-authentication
>>>> [2013-08-01T06:23:32.981Z]  INFO: elasticsearchclient/3532 on ubuntu:
>>>> Refreshed search configuration.
>>>>     config: {
>>>>       "index": "oae",
>>>>       "serverOpts": {
>>>>         "hosts": [
>>>>           {
>>>>             "host": "localhost",
>>>>             "port": 9200
>>>>           }
>>>>         ]
>>>>       }
>>>>     }
>>>> [2013-08-01T06:23:33.016Z] ERROR: oae-cleaner/3532 on ubuntu: Could not
>>>> list the files. (directory=/tmp/oae)
>>>>     Error: ENOENT, readdir '/tmp/oae'
>>>> [2013-08-01T06:23:33.598Z]  INFO: elasticsearchclient/3532 on ubuntu:
>>>> Creating new search index. (indexName=oae)
>>>>     indexSettings: {
>>>>       "number_of_shards": 5,
>>>>       "number_of_replicas": 1,
>>>>       "analysis": {
>>>>         "analyzer": {
>>>>           "q": {
>>>>             "type": "custom",
>>>>             "char_filter": [
>>>>               "html_strip"
>>>>             ],
>>>>             "tokenizer": "letter",
>>>>             "filter": [
>>>>               "lowercase",
>>>>               "q_edgengram"
>>>>             ]
>>>>           }
>>>>         },
>>>>         "filter": {
>>>>           "q_edgengram": {
>>>>             "type": "edgeNGram",
>>>>             "min_gram": 1,
>>>>             "max_gram": 15
>>>>           }
>>>>         }
>>>>       }
>>>>     }
>>>> [2013-08-01T06:23:35.396Z]  INFO: elasticsearchclient/3532 on ubuntu:
>>>> Creating new search type mapping.
>>>>     typeData: {
>>>>       "resource": {
>>>>         "_source": {
>>>>           "enabled": false
>>>>         },
>>>>         "properties": {
>>>>           "id": {
>>>>             "type": "string",
>>>>             "store": "yes",
>>>>             "index": "no"
>>>>           },
>>>>           "tenantAlias": {
>>>>             "type": "string",
>>>>             "store": "yes",
>>>>             "index": "not_analyzed"
>>>>           },
>>>>           "resourceType": {
>>>>             "type": "string",
>>>>             "store": "yes",
>>>>             "index": "not_analyzed"
>>>>           },
>>>>           "resourceSubType": {
>>>>             "type": "string",
>>>>             "store": "yes",
>>>>             "index": "no"
>>>>           },
>>>>           "thumbnailUrl": {
>>>>             "type": "string",
>>>>             "store": "yes",
>>>>             "index": "not_analyzed"
>>>>           },
>>>>           "displayName": {
>>>>             "type": "string",
>>>>             "store": "yes",
>>>>             "index": "no"
>>>>           },
>>>>           "description": {
>>>>             "type": "string",
>>>>             "store": "yes",
>>>>             "index": "not_analyzed"
>>>>           },
>>>>           "_extra": {
>>>>             "type": "string",
>>>>             "store": "yes",
>>>>             "index": "no"
>>>>           },
>>>>           "visibility": {
>>>>             "type": "string",
>>>>             "store": "yes",
>>>>             "index": "not_analyzed"
>>>>           },
>>>>           "joinable": {
>>>>             "type": "string",
>>>>             "store": "yes",
>>>>             "index": "not_analyzed"
>>>>           },
>>>>           "q_high": {
>>>>             "type": "string",
>>>>             "store": "no",
>>>>             "index": "analyzed",
>>>>             "analyzer": "q"
>>>>           },
>>>>           "q_low": {
>>>>             "type": "string",
>>>>             "store": "no",
>>>>             "index": "analyzed",
>>>>             "analyzer": "q"
>>>>           },
>>>>           "sort": {
>>>>             "type": "string",
>>>>             "store": "no",
>>>>             "index": "not_analyzed"
>>>>           }
>>>>         }
>>>>       }
>>>>     }
>>>> [2013-08-01T06:23:36.915Z]  INFO: elasticsearchclient/3532 on ubuntu:
>>>> Creating new search type mapping.
>>>>     typeData: {
>>>>       "resource_members": {
>>>>         "_source": {
>>>>           "enabled": false
>>>>         },
>>>>         "properties": {
>>>>           "direct_members": {
>>>>             "type": "string",
>>>>             "store": "no",
>>>>             "index": "not_analyzed"
>>>>           }
>>>>         },
>>>>         "_parent": {
>>>>           "type": "resource"
>>>>         }
>>>>       }
>>>>     }
>>>> [2013-08-01T06:23:37.776Z]  INFO: elasticsearchclient/3532 on ubuntu:
>>>> Creating new search type mapping.
>>>>     typeData: {
>>>>       "resource_memberships": {
>>>>         "_source": {
>>>>           "enabled": false
>>>>         },
>>>>         "properties": {
>>>>           "direct_memberships": {
>>>>             "type": "string",
>>>>             "store": "no",
>>>>             "index": "not_analyzed"
>>>>           }
>>>>         },
>>>>         "_parent": {
>>>>           "type": "resource"
>>>>         }
>>>>       }
>>>>     }
>>>> [2013-08-01T06:23:37.825Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-search
>>>> [2013-08-01T06:23:40.387Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-discussions
>>>> [2013-08-01T06:23:40.417Z] ERROR: oae-cleaner/3532 on ubuntu: Could not
>>>> list the files. (directory=/tmp/oae)
>>>>     Error: ENOENT, readdir '/tmp/oae'
>>>> [2013-08-01T06:23:40.756Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-email
>>>> [2013-08-01T06:23:41.692Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-library
>>>> [2013-08-01T06:23:44.999Z]  INFO: oae-activity-api/3532 on ubuntu:
>>>> Refreshing activity configuration.
>>>>     config: {
>>>>       "processActivityJobs": true,
>>>>       "activityTtl": 1209600,
>>>>       "numberOfProcessingBuckets": 3,
>>>>       "aggregateIdleExpiry": 10800,
>>>>       "aggregateMaxExpiry": 86400,
>>>>       "collectionExpiry": 60,
>>>>       "maxConcurrentCollections": 3,
>>>>       "maxConcurrentRouters": 5,
>>>>       "collectionPollingFrequency": 5,
>>>>       "collectionBatchSize": 1000,
>>>>       "redis": null
>>>>     }
>>>> [2013-08-01T06:23:45.004Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-activity
>>>> [2013-08-01T06:23:47.940Z] ERROR: oae-cleaner/3532 on ubuntu: Could not
>>>> list the files. (directory=/tmp/oae)
>>>>     Error: ENOENT, readdir '/tmp/oae'
>>>> [2013-08-01T06:23:47.945Z]  INFO: oae-cleaner/3532 on ubuntu: Starting
>>>> clean job. (interval=7200, directory=/home/sandeep/Desktop/oae/uploads)
>>>> [2013-08-01T06:23:50.842Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-content
>>>> [2013-08-01T06:23:50.873Z]  WARN: mq/3532 on ubuntu: Attempted to
>>>> unbind listener from non-existant job queue. Ignoring.
>>>> (queueName=oae-preview-processor/generatePreviews)
>>>> [2013-08-01T06:23:50.875Z]  INFO: oae-preview-processor/3532 on ubuntu:
>>>> Unbound the preview processor from the generate previews task queue.
>>>> [2013-08-01T06:23:50.878Z]  WARN: mq/3532 on ubuntu: Attempted to
>>>> unbind listener from non-existant job queue. Ignoring.
>>>> (queueName=oae-preview-processor/regeneratePreviews)
>>>> [2013-08-01T06:23:50.879Z]  INFO: oae-preview-processor/3532 on ubuntu:
>>>> Unbound the preview processor from the regenerate previews task queue.
>>>> [2013-08-01T06:23:50.880Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-preview-processor
>>>> [2013-08-01T06:23:51.111Z]  INFO: oae-cleaner/3532 on ubuntu: Starting
>>>> clean job. (interval=7200, directory=/tmp/oae/previews)
>>>> [2013-08-01T06:23:51.617Z]  INFO: oae-authentication/3532 on ubuntu:
>>>> Created user with a mapped login id. (userId=u:admin:gkZQVaHd)
>>>>     loginId: {
>>>>       "tenantAlias": "admin",
>>>>       "provider": "local",
>>>>       "externalId": "administrator"
>>>>     }
>>>> [2013-08-01T06:23:51.837Z]  INFO: oae-principals/3532 on ubuntu: Admin
>>>> account created with ID "u:admin:gkZQVaHd" and username "administrator".
>>>> [2013-08-01T06:23:51.838Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-principals
>>>> [2013-08-01T06:23:52.628Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-profiles
>>>> [2013-08-01T06:23:52.629Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-rest (nothing to do)
>>>> [2013-08-01T06:23:52.635Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-context (nothing to do)
>>>> [2013-08-01T06:23:53.691Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-authz
>>>> [2013-08-01T06:23:56.084Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-doc
>>>> [2013-08-01T06:23:56.086Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-tests (nothing to do)
>>>> [2013-08-01T06:23:57.183Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-ui
>>>> [2013-08-01T06:24:02.518Z]  INFO: oae-modules/3532 on ubuntu:
>>>> Initialized module oae-messagebox
>>>> [2013-08-01T06:24:02.521Z]  INFO: oae-modules/3532 on ubuntu: REST
>>>> services for oae-tenants have been registered
>>>> [2013-08-01T06:24:02.644Z]  INFO: oae-modules/3532 on ubuntu: REST
>>>> services for oae-config have been registered
>>>> [2013-08-01T06:24:02.679Z]  INFO: oae-modules/3532 on ubuntu: REST
>>>> services for oae-authentication have been registered
>>>> [2013-08-01T06:24:02.970Z]  INFO: oae-server/3532 on ubuntu: Adding
>>>> /api/auth/shibboleth/callback to list of paths that are not CSRF-protected.
>>>> [2013-08-01T06:24:03.139Z]  INFO: oae-server/3532 on ubuntu: Adding
>>>> /api/auth/signed to list of paths that are not CSRF-protected.
>>>> [2013-08-01T06:24:03.148Z]  INFO: oae-modules/3532 on ubuntu: REST
>>>> services for oae-search have been registered
>>>> [2013-08-01T06:24:03.163Z]  INFO: oae-modules/3532 on ubuntu: REST
>>>> services for oae-discussions have been registered
>>>> [2013-08-01T06:24:03.200Z]  INFO: oae-modules/3532 on ubuntu: REST
>>>> services for oae-activity have been registered
>>>> [2013-08-01T06:24:03.203Z]  INFO: oae-modules/3532 on ubuntu: REST
>>>> services for oae-content have been registered
>>>> [2013-08-01T06:24:03.219Z]  INFO: oae-modules/3532 on ubuntu: REST
>>>> services for oae-preview-processor have been registered
>>>> [2013-08-01T06:24:03.239Z]  INFO: oae-modules/3532 on ubuntu: REST
>>>> services for oae-principals have been registered
>>>> [2013-08-01T06:24:03.366Z]  INFO: oae-modules/3532 on ubuntu: REST
>>>> services for oae-profiles have been registered
>>>> [2013-08-01T06:24:03.423Z]  INFO: oae-modules/3532 on ubuntu: REST
>>>> services for oae-doc have been registered
>>>> [2013-08-01T06:24:03.428Z]  INFO: oae-modules/3532 on ubuntu: REST
>>>> services for oae-ui have been registered
>>>> [2013-08-01T06:24:03.448Z]  INFO: oae/3532 on ubuntu: All modules are
>>>> bootstrapped, initializing servers.
>>>> [2013-08-01T06:24:03.465Z]  INFO: system/3532 on ubuntu: Initialization
>>>> all done ... Firing up tenants ... Enjoy!
>>>> [2013-08-01T06:24:04.269Z]  INFO: mq/3532 on ubuntu: Created/Retrieved
>>>> a RabbitMQ task queue (queueName=oae-search/index)
>>>> [2013-08-01T06:24:04.397Z]  INFO: mq/3532 on ubuntu: Created/Retrieved
>>>> a RabbitMQ task queue (queueName=oae-activity/activity)
>>>> [2013-08-01T06:24:04.409Z]  INFO: mq/3532 on ubuntu: Created/Retrieved
>>>> a RabbitMQ task queue (queueName=oae-search/reindex)
>>>> [2013-08-01T06:24:04.415Z]  INFO: mq/3532 on ubuntu: Created/Retrieved
>>>> a RabbitMQ task queue (queueName=oae-search/delete)
>>>>
>>>>
>>>> On Wed, Jul 31, 2013 at 10:48 AM, Nicolaas Matthijs <
>>>> [email protected]> wrote:
>>>>
>>>>> In case the symlink continues to cause problems, it might be worth
>>>>> removing it and trying to start the system without it, in order to allow
>>>>> for all of npm installs to finish. If that works, it's probably safe to
>>>>> re-enable the symlink.
>>>>>
>>>>> In case that resolves the issue, we'll definitely update the README to
>>>>> reflect that order of operations.
>>>>>
>>>>> Hope that helps,
>>>>> Nicolaas
>>>>>
>>>>>
>>>>> On 31 Jul 2013, at 16:12, Steve Swinsburg wrote:
>>>>>
>>>>> Hi Santosh,
>>>>>
>>>>> Samuel's instructions look good. I got caught up between the options
>>>>> of symlinking or copying the css file, as it wasn't so clear in the
>>>>> instructions. I believe that may be where your issue is too. And the error
>>>>> message mentions it as well.
>>>>>
>>>>> cheers,
>>>>> Steve
>>>>>
>>>>>
>>>>> On 31/07/2013, at 9:57 PM, Santosh Kumar <[email protected]>
>>>>> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>>     I am getting this error while running Etherpad Lite.
>>>>>
>>>>> sandeep@ubuntu:~/Desktop/oae/etherpad-lite$ bin/run.sh
>>>>> Ensure that all dependencies are up to date...  If this is the first
>>>>> time you have run Etherpad please be patient.
>>>>> npm WARN package.json [email protected] No repository field.
>>>>> npm WARN package.json [email protected] No repository field.
>>>>> npm WARN package.json [email protected] No repository field.
>>>>> npm WARN package.json [email protected] No repository field.
>>>>> npm WARN package.json [email protected] 'repositories'
>>>>> (plural) Not supported.
>>>>> npm WARN package.json Please pick one as the 'repository' field
>>>>> npm WARN package.json [email protected] No repository field.
>>>>> npm WARN package.json [email protected] No repository field.
>>>>> Ensure jQuery is downloaded and up to date...
>>>>> Clear minfified cache...
>>>>> ensure custom css/js files are created...
>>>>> cp: not writing through dangling symlink `src/static/custom/pad.css'
>>>>> --
>>>>> Regards
>>>>> ----
>>>>>
>>>>> Santosh Kumar C S
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> oae-dev mailing list
>>>>> [email protected]
>>>>> http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Regards
>>>> ----
>>>>
>>>> Santosh Kumar C S
>>>> 8553631248
>>>>
>>>>
>>>>  <Login>
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Regards
>>> ----
>>>
>>> Santosh Kumar C S
>>> 8553631248
>>>
>>>
>>>  <nginx.conf>
>>>
>>>
>>>
>>
>>
>> --
>> Regards
>> ----
>>
>> Santosh Kumar C S
>> 8553631248
>>
>>
>>
>
>
> --
> Regards
> ----
>
> Santosh Kumar C S
> 8553631248
>
>
>


-- 
Regards
----

Santosh Kumar C S
8553631248
_______________________________________________
oae-dev mailing list
[email protected]
http://collab.sakaiproject.org/mailman/listinfo/oae-dev

Reply via email to