внутренняя ошибка с сервером в IDE NetBeans 8.0.2 - PullRequest
0 голосов
/ 30 декабря 2018

Я нахожу эту ошибку при запуске программы без специальных операций.Та же самая идентичная программа, запущенная на другом компьютере, не выдает ошибку.Это ошибка:

Статус HTTP 500 - Внутренняя ошибка сервера

type Exception report

messageInternal Server Error

descriptionThe server encountered an internal error that prevented it from fulfilling this request.

exception 
org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP

PWC6199: Generated servlet error:
source value 1.5 is obsolete and will be removed in a future release

PWC6199: Generated servlet error:
target value 1.5 is obsolete and will be removed in a future release

PWC6199: Generated servlet error:
To suppress warnings about obsolete options, use -Xlint:-options.

PWC6197: An error occurred at line: 9 in the jsp file: /jsp/Bacheca.jsp
PWC6199: Generated servlet error:
diamond operator is not supported in -source 1.5
  (use -source 7 or higher to enable diamond operator)

Примечание. Полные трассировки стека исключения и его основные причины доступны вЖурналы GlassFish Server с открытым исходным кодом 4.1.

Сервер GlassFish с открытым исходным кодом 4.1

...