Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.50 KB | None | 0 0
  1. Launching GlassFish on Felix platform
  2. lis 25, 2017 1:05:40 AM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner createBundleProvisioner
  3. INFO: Create bundle provisioner class = class com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.
  4. lis 25, 2017 1:05:40 AM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner startBundles
  5. WARNING: Can not start bundle file:/C:/Users/Karol/Desktop/glassfish4/glassfish/modules/core.jar because it is not contained in the list of installed bundles.
  6. Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishRuntime@6eae78d2 in service registry.
  7. #!## LogManagerService.postConstruct : rootFolder=C:\Users\Karol\Desktop\glassfish4\glassfish
  8. #!## LogManagerService.postConstruct : templateDir=C:\Users\Karol\Desktop\glassfish4\glassfish\lib\templates
  9. #!## LogManagerService.postConstruct : src=C:\Users\Karol\Desktop\glassfish4\glassfish\lib\templates\logging.properties
  10. #!## LogManagerService.postConstruct : dest=C:\Users\Karol\Desktop\glassfish4\glassfish\domains\domain1\config\logging.properties
  11. Info: Running GlassFish Version: GlassFish Server Open Source Edition 4.1.2 (build 1)
  12. Info: Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter
  13. Info: Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.
  14. Info: Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.
  15. Info: Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.
  16. Info: Authorization Service has successfully initialized.
  17. Info: Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry
  18. Info: JTS5014: Recoverable JTS instance, serverId = [100]
  19. Warning: Instance could not be initialized. Class=interface org.glassfish.grizzly.http.server.AddOn, name=http-listener-1, realClassName=org.glassfish.grizzly.http2.Http2AddOn
  20. Info: Grizzly Framework 2.3.23 started in: 76ms - bound to [/0.0.0.0:8080]
  21. Warning: Instance could not be initialized. Class=interface org.glassfish.grizzly.http.server.AddOn, name=http-listener-2, realClassName=org.glassfish.grizzly.http2.Http2AddOn
  22. Info: visiting unvisited references
  23. Severe: Exception while deploying the app [Lab22BB-Client]
  24. Severe: Exception during lifecycle processing
  25. java.lang.IllegalArgumentException: Specified library jar Lab22BB-Console.jar does not exist: D:\jebacto\Lab22BB-Console\dist\Lab22BB-Console.jar
  26. at org.glassfish.deployment.common.DeploymentContextImpl.getAppLibs(DeploymentContextImpl.java:458)
  27. at org.glassfish.deployment.common.DeploymentContextImpl.createClassLoader(DeploymentContextImpl.java:244)
  28. at org.glassfish.deployment.common.DeploymentContextImpl.createDeploymentClassLoader(DeploymentContextImpl.java:229)
  29. at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:365)
  30. at com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:406)
  31. at com.sun.enterprise.v3.server.ApplicationLoaderService.postConstruct(ApplicationLoaderService.java:243)
  32. at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:326)
  33. at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:374)
  34. at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:471)
  35. at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:228)
  36. at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:85)
  37. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2072)
  38. at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:114)
  39. at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:88)
  40. at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.oneJob(CurrentTaskFuture.java:1213)
  41. at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.run(CurrentTaskFuture.java:1144)
  42. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  43. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  44. at java.lang.Thread.run(Thread.java:748)
  45.  
  46. Severe: Application deployment failed: Exception while deploying the app [Lab22BB-Client]
  47. Severe: Application previously deployed is not at its original location any more: file:/D:/jebacto/Lab22BB/dist/gfdeploy/Lab22BB/
  48. Info: Grizzly Framework 2.3.23 started in: 64ms - bound to [/0.0.0.0:8181]
  49. Warning: Instance could not be initialized. Class=interface org.glassfish.grizzly.http.server.AddOn, name=admin-listener, realClassName=org.glassfish.grizzly.http2.Http2AddOn
  50. Info: visiting unvisited references
  51. Severe: Exception while deploying the app [Lab2-EAR-client]
  52. Severe: Exception during lifecycle processing
  53. java.lang.IllegalArgumentException: Specified library jar Lab2-EAR-console.jar does not exist: D:\TomboSrombo\Lab2-EAR-console\dist\Lab2-EAR-console.jar
  54. at org.glassfish.deployment.common.DeploymentContextImpl.getAppLibs(DeploymentContextImpl.java:458)
  55. at org.glassfish.deployment.common.DeploymentContextImpl.createClassLoader(DeploymentContextImpl.java:244)
  56. at org.glassfish.deployment.common.DeploymentContextImpl.createDeploymentClassLoader(DeploymentContextImpl.java:229)
  57. at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:365)
  58. at com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:406)
  59. at com.sun.enterprise.v3.server.ApplicationLoaderService.postConstruct(ApplicationLoaderService.java:243)
  60. at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:326)
  61. at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:374)
  62. at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:471)
  63. at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:228)
  64. at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:85)
  65. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2072)
  66. at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:114)
  67. at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:88)
  68. at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.oneJob(CurrentTaskFuture.java:1213)
  69. at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.run(CurrentTaskFuture.java:1144)
  70. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  71. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  72. at java.lang.Thread.run(Thread.java:748)
  73.  
  74. Severe: Application deployment failed: Exception while deploying the app [Lab2-EAR-client]
  75. Info: Grizzly Framework 2.3.23 started in: 14ms - bound to [/0.0.0.0:4848]
  76. Info: Grizzly Framework 2.3.23 started in: 3ms - bound to [/0.0.0.0:3700]
  77. Info: visiting unvisited references
  78. Info: Java security manager is disabled.
  79. Info: Entering Security Startup Service.
  80. Info: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.
  81. Info: Security Service(s) started successfully.
  82. Info: Created HTTP listener http-listener-1 on host/port 0.0.0.0:8080
  83. Info: Created HTTP listener http-listener-2 on host/port 0.0.0.0:8181
  84. Info: Created HTTP listener admin-listener on host/port 0.0.0.0:4848
  85. Info: Created virtual server server
  86. Info: Created virtual server __asadmin
  87. Info: Setting JAAS app name glassfish-web
  88. Info: Virtual server server loaded default web module
  89. Info: visiting unvisited references
  90. Info: visiting unvisited references
  91. Info: Loading application [LabServlets] at [/LabServlets]
  92. Info: Loading application LabServlets done in 1 610 ms
  93. Info: visiting unvisited references
  94. Info: visiting unvisited references
  95. Info: visiting unvisited references
  96. Info: Loading application [Lab3-EAR-war] at [/Lab3-EAR-war/testowanko.html]
  97. Info: Loading application Lab3-EAR-war done in 229 ms
  98. Info: GlassFish Server Open Source Edition 4.1.2 (1) startup time : Felix (1 807ms), startup services(3 006ms), total(4 813ms)
  99. Info: Grizzly Framework 2.3.23 started in: 16ms - bound to [/0.0.0.0:7676]
  100. Info: JMXStartupService has started JMXConnector on JMXService URL service:jmx:rmi://DESKTOP-U7EV5ML:8686/jndi/rmi://DESKTOP-U7EV5ML:8686/jmxrmi
  101. Info: HV000001: Hibernate Validator 5.1.2.Final
  102. Warning: Instance could not be initialized. Class=interface org.glassfish.grizzly.http.server.AddOn, name=http-listener-2, realClassName=org.glassfish.grizzly.http2.Http2AddOn
  103. Info: Created HTTP listener http-listener-2 on host/port 0.0.0.0:8181
  104. Info: Grizzly Framework 2.3.23 started in: 68ms - bound to [/0.0.0.0:8181]
  105. Warning: Instance could not be initialized. Class=interface org.glassfish.grizzly.http.server.AddOn, name=http-listener-1, realClassName=org.glassfish.grizzly.http2.Http2AddOn
  106. Info: Created HTTP listener http-listener-1 on host/port 0.0.0.0:8080
  107. Info: Grizzly Framework 2.3.23 started in: 260ms - bound to [/0.0.0.0:8080]
  108. Info: Listening to REST requests at context: /management/domain.
  109. Info: Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@58d63b16 as OSGi service registration: org.apache.felix.framework.ServiceRegistrationImpl@234a8f27.
  110. Info: visiting unvisited references
  111. Info: visiting unvisited references
  112. Info: visiting unvisited references
  113. Info: visiting unvisited references
  114. Info: visiting unvisited references
  115. Info: visiting unvisited references
  116. Info: visiting unvisited references
  117. Info: Loading application [Lab3-EAR-war] at [/Lab3-EAR-war/testowanko.html]
  118. Info: Lab3-EAR-war was successfully deployed in 478 milliseconds.
  119. Info: Initializing Mojarra 2.2.14 ( 20161114-2152 unable to get svn info) for context ''
  120. Info: Loading application [__admingui] at [/]
  121. Info: Loading application __admingui done in 2 812 ms
  122. Info: visiting unvisited references
  123. Info: visiting unvisited references
  124. Info: visiting unvisited references
  125. Info: Loading application [Lab3-EAR-war] at [/Lab3-EAR-war/testowanko.html]
  126. Info: Lab3-EAR-war was successfully deployed in 781 milliseconds.
  127. Info: visiting unvisited references
  128. Info: visiting unvisited references
  129. Info: visiting unvisited references
  130. Info: Loading application [Lab3-EAR-war] at [/Lab3-EAR-war/testowanko.html]
  131. Info: Lab3-EAR-war was successfully deployed in 256 milliseconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement