Impossibile avviare la nuova WebApp con webapp cli su OSX Server

0

Domanda

C'è qualcos'altro necessario oltre alla creazione di "mywebapp.plist" nella "/ Libreria / Server / Web / Config / apache2 / webapps" e inizialo con il comando "sudo webappctl start" per registrarsi e iniziare una nuova applicazione web?

Ci serve in qualche modo registrarlo ovunque (come Server.app/Webapps) prima di iniziare con webappctl?

In caso contrario, cosa può causare questo problema?

Descrizione

Abbiamo una webapp in esecuzione sulla porta 8085 e vogliamo metterla dietro proxy / reverseproxy di apache. Tuttavia, non è stato possibile avviare la nuova webapp utilizzando webappctl. L'output in console è stato un errore:

web:error = "CANNOT_START_SERVICE_ERR"

system.log contiene quello:

xswebconfig failed: EXCEPTION: No place to put SSL directives, vhost www.ontometrics.com

servermgr_web: XSWebConfig sync failed; detail:Error Domain=XSServerFoundationErrorDomain Code=7 "Failed to write settings." UserInfo={NSLocalizedDescription=Failed to write settings.}

Per verificare se ci sono alcuni problemi con il nostro web plist abbiamo creato una copia di "/Library/Server/Web/Config/apache2/webapps/com.apple.webapp.wiki.plist" e aggiornato solo " nome "parametro interno

<key>name</key>
<string>com.example.wiki</string>

Poi lo ha avviato con "sudo webappctl start com.example.wiki" - e dà lo stesso errore nel log. Ovviamente l'app "wiki originale" è iniziata bene

sudo webappctl start com.apple.webapp.wiki

Ecco cosa c'è nel "system.log".

Aug 26 04:53:42 ontoserver sudo[47931]:   andrey : TTY=ttys003 ; PWD=/Library/Server/Web/Config/apache2/webapps ; USER=root ; COMMAND=/Applications/Server.app/Contents/ServerRoot/usr/sbin/webappctl start com.example.wiki
Aug 26 04:53:42 ontoserver serveradmin[47934]: Connected to the Notify Service
Aug 26 04:53:42 ontoserver servermgr_web[47850]: validating connection from 0 : 47500
Aug 26 04:53:42 ontoserver servermgr_web[47850]: xswebconfig failed: EXCEPTION: No place to put SSL directives, vhost www.ontometrics.com (
                0   CoreFoundation                      0x00007fff8ebff4f2 __exceptionPreprocess + 178
                1   libobjc.A.dylib                     0x00007fff8e73a73c objc_exception_throw + 48
                2   CoreFoundation                      0x00007fff8ebff439 -[NSException raise] + 9
                3   ServerFoundation                    0x0000000100648d8d -[WebVHost reconstruct] + 10543
                4   ServerFoundation                    0x0000000100640416 -[ConfigFile write] + 203
                5   ServerFoundation                    0x0000000100645811 -[WebVHost write] + 1601
                6   ServerFoundation                    0x0000000100652377 -[WebConfig setSettings:] + 12779
                7   ServerFoundation                    0x000000010065606f -[WebConfig write:] + 297
                8   ServerFoundation                    0x00000001005de934 -[XSWebConfig synchronizeAndReturnError:] + 188
                9   servermgr_web                       0x00000001009e8d35 set_webapp_state_with_webconfig + 1326
                10  servermgr_web                       0x00000001009e97d5 set_webapp_state_variant + 187
                11  servermgr_web                       0x00000001009eb109 -[servermgr_web setWebAppStateWithRequest:] + 204
                12  CoreFoundation                      0x00007fff8eb70a6c __invoking___ + 140
                13  CoreFoundation                      0x00007fff8eb708fe -[NSInvocation invoke] + 286
                14  libservermgrcommon.dylib            0x00000001005a3300 -[PluginRequestHandler doProcessInputWithRequest:context:lockFileFD:] + 3304
                15  libservermgrcommon.dylib            0x000000010059c326 __45-[GenericPlugin doCommand:forUser:withReply:]_block_invoke + 646
                16  libdispatch.dylib                   0x00007fff8d88d93d _dispatch_call_block_and_release + 12
                17  libdispatch.dylib                   0x00007fff8d88240b _dispatch_client_callout + 8
                18  libdispatch.dylib                   0x00007fff8d88703b _dispatch_queue_drain + 754
                19  libdispatch.dylib                   0x00007fff8d88d707 _dispatch_queue_invoke + 549
                20  libdispatch.dylib                   0x00007fff8d885d53 _dispatch_root_queue_drain + 538
                21  libdispatch.dylib                   0x00007fff8d885b00 _dispatch_worker_thread3 + 91
                22  libsystem_pthread.dylib             0x00007fff8da484de _pthread_wqthread + 1129
                23  libsystem_pthread.dylib             0x00007fff8da46341 start_wqthread + 13
        )
Aug 26 04:53:42 ontoserver servermgr_web[47850]: servermgr_web: XSWebConfig sync failed; detail:Error Domain=XSServerFoundationErrorDomain Code=7 "Failed to write settings." UserInfo={NSLocalizedDescription=Failed to write settings.}

Informazioni

Versione OS X: El Capitan 10.11.6

Versione server Apache: 2.4.18

    
posta Andrey Chorniy 26.08.2016 - 14:27
fonte

1 risposta

0

Il problema è stato risolto una volta che il certificato SSL è stato generato (con letsencrypt.org) e installato in "Server.app / Certificati". Dopo che è stato fatto "webappctl start myapp.plist" inizia a lavorare senza errori per i nuovi plists di webapps.

    
risposta data 02.09.2016 - 22:52
fonte

Leggi altre domande sui tag