Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ********************************************************************************
- product = WebSphere Application Server 8.5.5.2 (wlp-1.0.5.cl50220140403-1858)
- wlp.install.dir = C:/liberty/
- java.home = C:\Program Files\Java\jdk1.7.0_21\jre
- java.version = 1.7.0_21
- java.runtime = Java(TM) SE Runtime Environment (1.7.0_21-b11)
- os = Windows 7 (6.1; amd64) (en_US)
- ********************************************************************************
- [16-6-14 7:32:16:527 CEST] 00000001 com.ibm.ws.logging.internal.TraceSpecification I TRAS0018I: The trace state has been changed. The new trace state is *=info.
- [16-6-14 7:32:16:540 CEST] 00000001 com.ibm.ws.kernel.launch.internal.FrameworkManager A CWWKE0001I: The server defaultServer has been launched.
- [16-6-14 7:32:17:307 CEST] 00000001 com.ibm.ws.kernel.launch.internal.FrameworkManager I CWWKE0002I: The kernel started after 0.22 seconds
- [16-6-14 7:32:17:339 CEST] 00000016 com.ibm.ws.kernel.feature.internal.FeatureManager I CWWKF0007I: Feature update started.
- [16-6-14 7:32:18:095 CEST] 00000010 com.ibm.ws.app.manager.internal.monitor.DropinMonitor A CWWKZ0058I: Monitoring dropins for applications.
- [16-6-14 7:32:18:234 CEST] 0000001c com.ibm.ws.tcpchannel.internal.TCPChannel I CWWKO0219I: TCP Channel defaultHttpEndpoint has been started and is now listening for requests on host 127.0.0.1 (IPv4: 127.0.0.1) port 9051.
- [16-6-14 7:32:18:447 CEST] 00000020 com.ibm.ws.app.manager.AppMessageHelper I CWWKZ0018I: Starting application Server_Cindex_Services.
- [16-6-14 7:32:43:760 CEST] 00000020 com.ibm.ws.webcontainer.osgi.webapp.WebGroup I SRVE0169I: Loading Web Module: Server_Cindex_Services.
- [16-6-14 7:32:43:761 CEST] 00000020 com.ibm.ws.webcontainer I SRVE0250I: Web Module Server_Cindex_Services has been bound to default_host.
- [16-6-14 7:32:43:763 CEST] 00000020 com.ibm.ws.http.internal.VirtualHostImpl A CWWKT0016I: Web application available (default_host): http://localhost:9051/Server_Cindex_Services/
- [16-6-14 7:32:43:764 CEST] 00000020 com.ibm.ws.app.manager.AppMessageHelper A CWWKZ0001I: Application Server_Cindex_Services started in 25.318 seconds.
- [16-6-14 7:32:43:787 CEST] 00000016 com.ibm.ws.kernel.feature.internal.FeatureManager I CWWKF0008I: Feature update completed in 26.469 seconds.
- [16-6-14 7:32:43:787 CEST] 00000016 com.ibm.ws.kernel.feature.internal.FeatureManager A CWWKF0011I: The server defaultServer is ready to run a smarter planet.
- [16-6-14 7:33:04:506 CEST] 00000022 com.ibm.ws.session.WASSessionCore I SESN8501I: The session manager did not find a persistent storage location; HttpSession objects will be stored in the local application server's memory.
- [16-6-14 7:33:04:510 CEST] 00000022 com.ibm.ws.session.WASSessionCore I SESN0176I: A new session context will be created for application key default_host/Server_Cindex_Services
- [16-6-14 7:33:04:517 CEST] 00000022 com.ibm.ws.util I SESN0172I: The session manager is using the Java default SecureRandom implementation for session ID generation.
- [16-6-14 7:33:14:130 CEST] 00000022 org.apache.myfaces.ee6.MyFacesContainerInitializer I Added FacesServlet with mappings=[/faces/*, *.jsf, *.faces]
- [16-6-14 7:33:14:167 CEST] 00000022 org.apache.myfaces.config.DefaultFacesConfigurationProvider I Reading standard config META-INF/standard-faces-config.xml
- [16-6-14 7:33:14:268 CEST] 00000022 org.apache.myfaces.config.DefaultFacesConfigurationProvider I Reading config /WEB-INF/faces-config.xml
- [16-6-14 7:33:14:380 CEST] 00000022 org.apache.myfaces.shared_impl.util.ClassUtils E Class com.ibm.faces.application.DevelopmentStateManager not found
- java.lang.ClassNotFoundException: com.ibm.faces.application.DevelopmentStateManager
- at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
- at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
- at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
- at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Class.java:266)
- at org.apache.myfaces.shared_impl.util.ClassUtils.classForName(ClassUtils.java:191)
- at org.apache.myfaces.shared_impl.util.ClassUtils.simpleClassForName(ClassUtils.java:210)
- at org.apache.myfaces.shared_impl.util.ClassUtils.buildApplicationObject(ClassUtils.java:493)
- at org.apache.myfaces.shared_impl.util.ClassUtils.buildApplicationObject(ClassUtils.java:465)
- at org.apache.myfaces.config.FacesConfigurator.configureApplication(FacesConfigurator.java:701)
- at org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.java:460)
- at org.apache.myfaces.webapp.AbstractFacesInitializer.buildConfiguration(AbstractFacesInitializer.java:342)
- at org.apache.myfaces.webapp.Jsp21FacesInitializer.initContainerIntegration(Jsp21FacesInitializer.java:73)
- at org.apache.myfaces.webapp.AbstractFacesInitializer.initFaces(AbstractFacesInitializer.java:142)
- at org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:111)
- at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:2223)
- at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:960)
- at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:6058)
- at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost.startWebApp(DynamicVirtualHost.java:440)
- at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost.createRunnableHandler(DynamicVirtualHost.java:252)
- at com.ibm.ws.http.internal.VirtualHostImpl.discriminate(VirtualHostImpl.java:458)
- at com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink.ready(HttpDispatcherLink.java:203)
- at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:448)
- at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.handleNewRequest(HttpInboundLink.java:382)
- at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.processRequest(HttpInboundLink.java:282)
- at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.ready(HttpInboundLink.java:253)
- at com.ibm.ws.tcpchannel.internal.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:174)
- at com.ibm.ws.tcpchannel.internal.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:83)
- at com.ibm.ws.tcpchannel.internal.WorkQueueManager.requestComplete(WorkQueueManager.java:502)
- at com.ibm.ws.tcpchannel.internal.WorkQueueManager.attemptIO(WorkQueueManager.java:559)
- at com.ibm.ws.tcpchannel.internal.WorkQueueManager.workerRun(WorkQueueManager.java:908)
- at com.ibm.ws.tcpchannel.internal.WorkQueueManager$Worker.run(WorkQueueManager.java:991)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- at java.lang.Thread.run(Thread.java:722)
- [16-6-14 7:33:14:383 CEST] 00000022 org.apache.myfaces.webapp.AbstractFacesInitializer E An error occured while initializing MyFaces: java.lang.ClassNotFoundException: com.ibm.faces.application.DevelopmentStateManager
- javax.faces.FacesException: java.lang.ClassNotFoundException: com.ibm.faces.application.DevelopmentStateManager
- at org.apache.myfaces.shared_impl.util.ClassUtils.simpleClassForName(ClassUtils.java:215)
- at org.apache.myfaces.shared_impl.util.ClassUtils.buildApplicationObject(ClassUtils.java:493)
- at org.apache.myfaces.shared_impl.util.ClassUtils.buildApplicationObject(ClassUtils.java:465)
- at org.apache.myfaces.config.FacesConfigurator.configureApplication(FacesConfigurator.java:701)
- at org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.java:460)
- at org.apache.myfaces.webapp.AbstractFacesInitializer.buildConfiguration(AbstractFacesInitializer.java:342)
- at org.apache.myfaces.webapp.Jsp21FacesInitializer.initContainerIntegration(Jsp21FacesInitializer.java:73)
- at org.apache.myfaces.webapp.AbstractFacesInitializer.initFaces(AbstractFacesInitializer.java:142)
- at org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:111)
- at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:2223)
- at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:960)
- at com.ibm.ws.webcontainer.webapp.WebApp.initialize(WebApp.java:6058)
- at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost.startWebApp(DynamicVirtualHost.java:440)
- at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost.createRunnableHandler(DynamicVirtualHost.java:252)
- at com.ibm.ws.http.internal.VirtualHostImpl.discriminate(VirtualHostImpl.java:458)
- at com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink.ready(HttpDispatcherLink.java:203)
- at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:448)
- at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.handleNewRequest(HttpInboundLink.java:382)
- at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.processRequest(HttpInboundLink.java:282)
- at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.ready(HttpInboundLink.java:253)
- at com.ibm.ws.tcpchannel.internal.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:174)
- at com.ibm.ws.tcpchannel.internal.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:83)
- at com.ibm.ws.tcpchannel.internal.WorkQueueManager.requestComplete(WorkQueueManager.java:502)
- at com.ibm.ws.tcpchannel.internal.WorkQueueManager.attemptIO(WorkQueueManager.java:559)
- at com.ibm.ws.tcpchannel.internal.WorkQueueManager.workerRun(WorkQueueManager.java:908)
- at com.ibm.ws.tcpchannel.internal.WorkQueueManager$Worker.run(WorkQueueManager.java:991)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- at java.lang.Thread.run(Thread.java:722)
- Caused by: java.lang.ClassNotFoundException: com.ibm.faces.application.DevelopmentStateManager
- at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
- at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
- at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
- at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Class.java:266)
- at org.apache.myfaces.shared_impl.util.ClassUtils.classForName(ClassUtils.java:191)
- at org.apache.myfaces.shared_impl.util.ClassUtils.simpleClassForName(ClassUtils.java:210)
- ... 28 more
- [16-6-14 7:33:14:716 CEST] 00000026 com.ibm.ws.webcontainer.servlet I SRVE0242I: [Server_Cindex_Services] [/Server_Cindex_Services] [restservices]: Initialization successful.
- [16-6-14 7:33:14:858 CEST] 00000026 SystemOut O LOGINSERVICE - EGL0010E An external dependency is missing. The following exception occurred. Exception: java.lang.NoClassDefFoundError: com/ibm/as400/access/ConnectionDroppedException
- EGL0002I The error occurred in LoginLib processing the login function.
- [16-6-14 7:33:14:996 CEST] 00000026 com.ibm.ws.webcontainer.srt W WARNING: Cannot set status. Response already committed.
- [16-6-14 7:33:38:299 CEST] 00000017 com.ibm.ws.kernel.launch.internal.ServerCommandListener A CWWKE0055I: Server shutdown requested on maandag 16 juni 2014 at 7:33. The server defaultServer is shutting down.
- [16-6-14 7:33:38:314 CEST] 0000002a com.ibm.ws.http.internal.VirtualHostImpl A CWWKT0017I: Web application removed (default_host): http://localhost:9051/Server_Cindex_Services/
- [16-6-14 7:33:38:315 CEST] 0000002a com.ibm.ws.webcontainer.servlet I SRVE0253I: [Server_Cindex_Services] [/Server_Cindex_Services] [restservices]: Destroy successful.
- [16-6-14 7:33:38:329 CEST] 0000002a com.ibm.ws.app.manager.AppMessageHelper A CWWKZ0009I: The application Server_Cindex_Services has stopped successfully.
- [16-6-14 7:33:38:366 CEST] 0000001a com.ibm.ws.tcpchannel.internal.TCPChannel I CWWKO0220I: TCP Channel defaultHttpEndpoint has stopped listening for requests on host 127.0.0.1 (IPv4: 127.0.0.1) port 9051.
- [16-6-14 7:33:38:519 CEST] 00000001 com.ibm.ws.kernel.launch.internal.FrameworkManager A CWWKE0036I: The server defaultServer stopped after 1 minutes, 22.103 seconds.
Advertisement
Add Comment
Please, Sign In to add comment