I hope this is what your asking for:
Launching simpleServer (WebSphere Application Server 2014.5.0.0/wlp-1.0.3.20140516-2317) on Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67-b01 (en_US)
[AUDIT ] CWWKE0001I: The server simpleServer has been launched.
[AUDIT ] CWWKF0031I: The server skipped loading feature com.ibm.websphere.appserver.javax.servlet-3.0 because equivalent functionality already exists.
[AUDIT ] CWWKF0031I: The server skipped loading feature servlet-3.0 because equivalent functionality already exists.
[AUDIT ] CWWKZ0058I: Monitoring dropins for applications.
[AUDIT ] CWWKZ0001I: Application WebApiConsole started in 1.171 seconds.
[AUDIT ] CWWKF0011I: The server simpleServer is ready to run a smarter planet.
[ERROR ] SRVE0321E: The [websphere.jaxrs.filters.ProjectAccessFilter] filter did not load during start up.
SRVE0320E: The [websphere.jaxrs.filters.ProjectAccessFilter] filter was found, but a resource injection failure has occurred.
[ERROR ] SRVE0321E: The [websphere.jaxrs.filters.AuthorizationFilter] filter did not load during start up.
SRVE0320E: The [websphere.jaxrs.filters.AuthorizationFilter] filter was found, but a resource injection failure has occurred.
[ERROR ] SRVE0315E: An exception occurred: com.ibm.ws.webcontainer.webapp.WebAppErrorReport: javax.servlet.ServletException: SRVE0320E: The [websphere.jaxrs.filters.AuthorizationFilter] filter was found, but a resource injection failure has occurred.
at com.ibm.ws.webcontainer.filter.WebAppFilterManager._loadFilter(WebAppFilterManager.java:615)
at [internal classes]
Caused by: javax.servlet.ServletException: SRVE0320E: The [websphere.jaxrs.filters.AuthorizationFilter] filter was found, but a resource injection failure has occurred.
... 3 more
Caused by: com.ibm.wsspi.injectionengine.InjectionException: java.lang.reflect.InvocationTargetException
at com.ibm.ws.webcontainer.webapp.WebApp.validateAndRun(WebApp.java:860)
... 1 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.ibm.ws.webcontainer.webapp.WebApp.validateAndRun(WebApp.java:847)
... 1 more
Caused by (repeated) ... : Exception [EclipseLink-30009] (Eclipse Persistence Services - 2.5.2.v20140222-22988a5): org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
Exception Description: An exception was thrown while trying to load persistence unit at url: jar:file:/C:/wlp/usr/servers/simpleServer/apps/WebApiConsole.war!/
Internal Exception: Exception [EclipseLink-30004] (Eclipse Persistence Services - 2.5.2.v20140222-22988a5): org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
Exception Description: An exception was thrown while processing persistence.xml from URL: jar:file:/C:/wlp/usr/servers/simpleServer/apps/WebApiConsole.war!/
Internal Exception: java.net.MalformedURLException
... 12 more
Caused by: java.net.MalformedURLException
at java.net.URL.<init>(URL.java:619)
at java.net.URL.<init>(URL.java:482)
at java.net.URL.<init>(URL.java:431)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:610)
at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:189)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:812)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:648)
at org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor.processPersistenceXML(PersistenceUnitProcessor.java:636)
... 10 more
Caused by: java.lang.NullPointerException
at java.net.URL.<init>(URL.java:524)
... 20 more
That is the whole console.log file.