Advertisement
Guest User

Untitled

a guest
Feb 15th, 2022
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.56 KB | None | 0 0
  1. Feb 15 19:38:28 myserver startup.sh[5450]: Feb 15, 2022 7:38:28 PM org.apache.jasper.compiler.JDTCompiler$1 findType
  2. Feb 15 19:38:28 myserver startup.sh[5450]: SEVERE: Failed to load class [java.lang.System]
  3. Feb 15 19:38:28 myserver startup.sh[5450]: org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
  4. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader.<init>(ClassFileReader.java:406)
  5. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.compiler.JDTCompiler$1.findType(JDTCompiler.java:231)
  6. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.compiler.JDTCompiler$1.findType(JDTCompiler.java:207)
  7. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForType(LookupEnvironment.java:174)
  8. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getType(PackageBinding.java:145)
  9. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.lookup.Scope.findType(Scope.java:1926)
  10. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.lookup.Scope.getTypeOrPackage(Scope.java:3254)
  11. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.lookup.Scope.getBinding(Scope.java:2192)
  12. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.lookup.BlockScope.getBinding(BlockScope.java:485)
  13. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference.resolveType(QualifiedNameReference.java:999)
  14. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.ast.MessageSend.resolveType(MessageSend.java:636)
  15. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.ast.Expression.resolve(Expression.java:1026)
  16. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.ast.Block.resolve(Block.java:117)
  17. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.ast.ForeachStatement.resolve(ForeachStatement.java:576)
  18. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolveStatements(AbstractMethodDeclaration.java:634)
  19. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.resolveStatements(MethodDeclaration.java:306)
  20. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolve(AbstractMethodDeclaration.java:544)
  21. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1195)
  22. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1308)
  23. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.resolve(CompilationUnitDeclaration.java:593)
  24. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.Compiler.process(Compiler.java:867)
  25. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.Compiler.processCompiledUnits(Compiler.java:550)
  26. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:462)
  27. Feb 15 19:38:28 myserver startup.sh[5450]: at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:417)
  28. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:556)
  29. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.compiler.Compiler.compile(Compiler.java:380)
  30. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.compiler.Compiler.compile(Compiler.java:350)
  31. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.compiler.Compiler.compile(Compiler.java:334)
  32. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:597)
  33. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398)
  34. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:383)
  35. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:138)
  36. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1173)
  37. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1118)
  38. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:789)
  39. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:128)
  40. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  41. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
  42. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  43. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
  44. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  45. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:366)
  46. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:639)
  47. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  48. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:847)
  49. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1680)
  50. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  51. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  52. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  53. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  54. Feb 15 19:38:28 myserver startup.sh[5450]: at java.base/java.lang.Thread.run(Thread.java:833)
  55. Feb 15 19:38:28 myserver startup.sh[5450]: Feb 15, 2022 7:38:28 PM org.apache.catalina.core.StandardWrapperValve invoke
  56. Feb 15 19:38:28 myserver startup.sh[5450]: SEVERE: Allocate exception for servlet [admin_jsp]
  57. Feb 15 19:38:28 myserver startup.sh[5450]: org.apache.jasper.JasperException: Unable to compile class for JSP:
  58. Feb 15 19:38:28 myserver startup.sh[5450]: An error occurred at line: [160] in the jsp file: [/include/lib.jsp]
  59. Feb 15 19:38:28 myserver startup.sh[5450]: System.out cannot be resolved to a type
  60. Feb 15 19:38:28 myserver startup.sh[5450]: 157: val = arr[0];
  61. Feb 15 19:38:28 myserver startup.sh[5450]: 158: }
  62. Feb 15 19:38:28 myserver startup.sh[5450]: 159:
  63. Feb 15 19:38:28 myserver startup.sh[5450]: 160: System.out.printf("Key = %s, Val = %s\n", key, val);
  64. Feb 15 19:38:28 myserver startup.sh[5450]: 161: }
  65. Feb 15 19:38:28 myserver startup.sh[5450]: 162: }
  66. Feb 15 19:38:28 myserver startup.sh[5450]: 163:
  67. Feb 15 19:38:28 myserver startup.sh[5450]: An error occurred at line: [371] in the jsp file: [/include/lib.jsp]
  68. Feb 15 19:38:28 myserver startup.sh[5450]: System.out cannot be resolved to a type
  69. Feb 15 19:38:28 myserver startup.sh[5450]: 368: }
  70. Feb 15 19:38:28 myserver startup.sh[5450]: 369: catch(Exception e){
  71. Feb 15 19:38:28 myserver startup.sh[5450]: 370: //e.printStackTrace();
  72. Feb 15 19:38:28 myserver startup.sh[5450]: 371: System.out.println(e);
  73. Feb 15 19:38:28 myserver startup.sh[5450]: 372: }
  74. Feb 15 19:38:28 myserver startup.sh[5450]: 373:
  75. Feb 15 19:38:28 myserver startup.sh[5450]: 374: return "";
  76. Feb 15 19:38:28 myserver startup.sh[5450]: Stacktrace:
  77. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:101)
  78. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:213)
  79. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:569)
  80. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.compiler.Compiler.compile(Compiler.java:380)
  81. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.compiler.Compiler.compile(Compiler.java:350)
  82. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.compiler.Compiler.compile(Compiler.java:334)
  83. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:597)
  84. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398)
  85. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:383)
  86. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:138)
  87. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1173)
  88. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1118)
  89. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:789)
  90. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:128)
  91. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  92. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
  93. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  94. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
  95. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  96. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:366)
  97. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:639)
  98. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  99. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:847)
  100. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1680)
  101. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  102. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  103. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  104. Feb 15 19:38:28 myserver startup.sh[5450]: at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  105. Feb 15 19:38:28 myserver startup.sh[5450]: at java.base/java.lang.Thread.run(Thread.java:833)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement