Ошибка при запуске Weblogic Managed Server - PullRequest
0 голосов
/ 09 сентября 2018
owertier.ServiceDisabled=true  weblogic.Server
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=512m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024m; support was removed in 8.0
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Invalid file name for use with -Xloggc: Filename can only contain the characters [A-Z][a-z][0-9]-_.%[p|t] but it has been /var/SP/apps/weblogic12c/osbseldomain/log/gcinfo_managedserver_*.log
Note %p or %t can only be used once
<Sep 9, 2018 11:49:49 AM GST> <INFO> <NodeManager> <The server 'ManagedServer_1' with process id 10159 is no longer alive; waiting for the process to die.>
<Sep 9, 2018 11:49:49 AM GST> <FINEST> <NodeManager> <Process died.>
<Sep 9, 2018 11:49:49 AM GST> <INFO> <NodeManager> <Server failed during startup and will be retried>
<Sep 9, 2018 11:49:49 AM GST> <FINEST> <NodeManager> <get latest startup configuration before deciding/trying to restart the server>
<Sep 9, 2018 11:49:49 AM GST> <INFO> <NodeManager> <Server failed but will not be restarted because the maximum number of restart attempts has been exceeded>
<Sep 9, 2018 11:49:49 AM GST> <FINEST> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>
:1

1 Ответ

0 голосов
/ 11 сентября 2018

Невозможно создать JVM, потому что вы используете старый синтаксис переменной jvm с новой версией jdk. Просто измените их соответственно. Для журнала gc, учитывая, что каталог журнала уже существует, "*" создает проблему, не знаю, зачем вы его используете. Вместо этого вы можете использовать формат даты, чтобы создать новый файл журнала. gcinfo_managedserver_ date +%F_%H-%M-%S -. * журнал 1002 *

...