Unreal Engine 4.27.2 from source - Package failed, Exit Code 3 - unreal-engine4

I'm getting this error when trying to package the Dedicated Server for shipping, I'm using github version. UE4.27.2
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: begin: stack for UAT
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: === Critical error: ===
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error:
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: Fatal error: [File:D:/UnrealEngine-4.27.2-release/Engine/Source/Editor/UnrealEd/Private/Commandlets/MakeBinaryConfigCommandlet.cpp] [Line: 102]
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: Failed to create Config.bin file
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error:
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error:
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: [Callstack] 0x00007ffccb96039c KERNELBASE.dll!UnknownFunction []
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: [Callstack] 0x00007ffc66ad9de6 UE4Editor-Core.dll!ReportAssert() [D:\UnrealEngine-4.27.2-release\Engine\Source\Runtime\Core\Private\Windows\WindowsPlatformCrashContext.cpp:1644]
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: [Callstack] 0x00007ffc66addc88 UE4Editor-Core.dll!FWindowsErrorOutputDevice::Serialize() [D:\UnrealEngine-4.27.2-release\Engine\Source\Runtime\Core\Private\Windows\WindowsErrorOutputDevice.cpp:78]
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: [Callstack] 0x00007ffc667efd10 UE4Editor-Core.dll!FOutputDevice::LogfImpl() [D:\UnrealEngine-4.27.2-release\Engine\Source\Runtime\Core\Private\Misc\OutputDevice.cpp:61]
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: [Callstack] 0x00007ffc5faf033b UE4Editor-UnrealEd.dll!UMakeBinaryConfigCommandlet::Main() [D:\UnrealEngine-4.27.2-release\Engine\Source\Editor\UnrealEd\Private\Commandlets\MakeBinaryConfigCommandlet.cpp:102]
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: [Callstack] 0x00007ff684cfa17b UE4Editor-Cmd.exe!FEngineLoop::PreInitPostStartupScreen() [D:\UnrealEngine-4.27.2-release\Engine\Source\Runtime\Launch\Private\LaunchEngineLoop.cpp:3434]
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: [Callstack] 0x00007ff684cf130d UE4Editor-Cmd.exe!GuardedMain() [D:\UnrealEngine-4.27.2-release\Engine\Source\Runtime\Launch\Private\Launch.cpp:132]
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: [Callstack] 0x00007ff684cf169a UE4Editor-Cmd.exe!GuardedMainWrapper() [D:\UnrealEngine-4.27.2-release\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp:137]
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: [Callstack] 0x00007ff684cf4671 UE4Editor-Cmd.exe!LaunchWindowsStartup() [D:\UnrealEngine-4.27.2-release\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp:273]
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: [Callstack] 0x00007ff684d05b74 UE4Editor-Cmd.exe!WinMain() [D:\UnrealEngine-4.27.2-release\Engine\Source\Runtime\Launch\Private\Windows\LaunchWindows.cpp:320]
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: [Callstack] 0x00007ff684d07ac6 UE4Editor-Cmd.exe!__scrt_common_main_seh() [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288]
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: [Callstack] 0x00007ffccce4244d KERNEL32.DLL!UnknownFunction []
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: [Callstack] 0x00007ffcce4cdfb8 ntdll.dll!UnknownFunction []
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error:
UATHelper: Empacotamento (Windows (64-bit)): LogWindows: Error: end: stack for UAT
UATHelper: Empacotamento (Windows (64-bit)): Took 18,4770042s to run UE4Editor-Cmd.exe, ExitCode=3
UATHelper: Empacotamento (Windows (64-bit)): Editor terminated with exit code 3 while running MakeBinaryConfig for C:\Program Files\Epic Games\MyProject\MyProject.uproject; see log D:\UnrealEngine-4.27.2-release\Engine\Programs\AutomationTool\Saved\Logs\MakeBinaryConfig-2022.12.08-20.16.40.txt
UATHelper: Empacotamento (Windows (64-bit)): AutomationTool exiting with ExitCode=1 (Error_Unknown)
UATHelper: Empacotamento (Windows (64-bit)): BUILD FAILED
I have already recompiled the engine resource: AutomationTool, recompiled the engine, and cleaned the project's binaries and recompiled it, but the error persists. Help.

Issue resolved by disabling option: “Make Binary Config” in packaging options.

Related

Go micro dashboard does not register my service when running inside docker-compose

I'm new to go-micro, tried to have micro server running as another service in my docker-compose setup however my first micro-service is not getting show in Micro Web (the Go Micro dashboard). If I run micro server outside docker-compose I can see several go-micro-related micro-services in the dashboard, but inside docker-compose none is displayed.
I have put together an example code that reproduces what I experience, I generated the service using micro new and changed nothing in it, the docker-compose.yml reflects how I have it setup in my project where I began experiencing this:
https://github.com/shackra/go-micro-docker-compose-bug
What am I doing wrong and how do I get the Micro dashboard to work as expected inside docker-compose?
EDIT
I have added a network in docker compose without any luck, also made my example service compilable inside docker.
EDIT 2
if I restart the service micro complains about it:
micro_1 | 2020-07-02 03:25:36 file=auth/wrapper.go:84 level=error service=web none available
micro_1 | 172.21.0.1 - - [02/Jul/2020:03:25:36 +0000] "GET /services HTTP/1.1" 500 15 "http://localhost:8082/" "Mozilla/5.0 (X11; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0"
micro_1 | 2020-07-02 03:25:39 file=auth/wrapper.go:84 level=error service=web none available
micro_1 | 172.21.0.1 - - [02/Jul/2020:03:25:39 +0000] "GET /client HTTP/1.1" 500 15 "http://localhost:8082/" "Mozilla/5.0 (X11; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0"
micro_1 | 2020-07-02 03:28:34 file=auth/wrapper.go:84 level=error service=web none available
micro_1 | 172.21.0.1 - - [02/Jul/2020:03:28:34 +0000] "GET /client HTTP/1.1" 500 15 "http://localhost:8082/" "Mozilla/5.0 (X11; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0"
micro_1 | 2020-07-02 03:28:38 file=auth/wrapper.go:84 level=error service=web none available
micro_1 | 172.21.0.1 - - [02/Jul/2020:03:28:37 +0000] "GET /services HTTP/1.1" 500 15 "http://localhost:8082/" "Mozilla/5.0 (X11; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0"
example_1 | 2020-07-02 03:30:55 file=grpc/grpc.go:791 level=info Deregistering node: go.micro.service.example-58b408cc-eec2-41a3-8d7f-5ac1751ad795
example_1 | 2020-07-02 03:30:55 file=grpc/grpc.go:814 level=info Unsubscribing from topic: go.micro.service.example
example_1 | 2020-07-02 03:30:55 file=grpc/grpc.go:959 level=info Broker [http] Disconnected from 127.0.0.1:45863
micro_1 | 2020-07-02 03:30:55 file=registry/registry.go:102 level=error service=api unable to get go.micro.service.example service: service not found
go-micro-docker-compose-bug_example_1 exited with code 0
micro_1 | 2020-07-02 03:30:58 file=handler/handler.go:227 level=error service=debug Error calling go.micro.service.example#172.21.0.2:38625 ({"id":"go.micro.client","code":500,"detail":"connection error: desc = \"transport: Error while dialing dial tcp 172.21.0.2:38625: connect: connection refused\"","status":"Internal Server Error"})
micro_1 | 2020-07-02 03:31:08 file=handler/handler.go:227 level=error service=debug Error calling go.micro.service.example#172.21.0.2:38625 ({"id":"go.micro.client","code":500,"detail":"connection error: desc = \"transport: Error while dialing dial tcp 172.21.0.2:38625: connect: connection refused\"","status":"Internal Server Error"})
micro_1 | 2020-07-02 03:31:18 file=handler/handler.go:227 level=error service=debug Error calling go.micro.service.example#172.21.0.2:38625 ({"id":"go.micro.client","code":500,"detail":"connection error: desc = \"transport: Error while dialing dial tcp 172.21.0.2:38625: connect: connection refused\"","status":"Internal Server Error"})
I don't really get it, why would it report no services nor clients were found but still being able to connect with my service?
it seems that despite micro's dashboard showing nothing, if I issue micro list services my example service is listed
I then removed the network from the docker-compose.yml, stopped docker-compose and put it up again, issued micro list services again and my example service was included in the listing. So, this seems to be a bug with the dashboard itself.

Unknown error: Chrome failed to start: exited abnormally (Driver info: chromedriver=2.34.522913

I am trying to run Protractor tests on centOS with headless chrome.
When I run the tests with "protractor conf.js" the system throws strange error:
[root#stage conf]# protractor conf.js
[10:17:16] I/launcher - Running 1 instances of WebDriver
[10:17:16] I/hosted - Using the selenium server at http://localhost:4444/wd/hub
[10:18:18] E/launcher - unknown error: Chrome failed to start: exited abnormally
(Driver info: chromedriver=2.34.522913 (36222509aa6e819815938cbf2709b4849735537c),platform=Linux 3.10.0-6 93.5.2.el7.x86_64 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 60.12 seconds
Build info: version: '3.8.1', revision: '6e95a6684b', time: '2017-12-01T19:05:32.194Z'
System info: host: 'stage', ip: '10.10.19.203', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-693 .5.2.el7.x86_64', java.version: '1.8.0_151'
Driver info: driver.version: unknown
[10:18:18] E/launcher - WebDriverError: unknown error: Chrome failed to start: exited abnormally
(Driver info: chromedriver=2.34.522913 (36222509aa6e819815938cbf2709b4849735537c),platform=Linux 3.10.0-6 93.5.2.el7.x86_64 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 60.12 seconds
Build info: version: '3.8.1', revision: '6e95a6684b', time: '2017-12-01T19:05:32.194Z'
System info: host: 'stage', ip: '10.10.19.203', os.name: 'Linux', os.arch: 'amd64', os.version: '3.10.0-693 .5.2.el7.x86_64', java.version: '1.8.0_151'
Driver info: driver.version: unknown
at WebDriverError (/usr/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/error.js:27:5)
at Object.checkLegacyResponse (/usr/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/err or.js:546:15)
at parseHttpResponse (/usr/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/http.js:509: 13)
at doSend.then.response (/usr/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/http.js:4 41:30)
at process._tickCallback (internal/process/next_tick.js:103:7)
From: Task: WebDriver.createSession()
at Function.createSession (/usr/lib/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriv er.js:769:24)
at Function.createSession (/usr/lib/node_modules/protractor/node_modules/selenium-webdriver/chrome.js:7 61:15)
at createDriver (/usr/lib/node_modules/protractor/node_modules/selenium-webdriver/index.js:170:33)
at Builder.build (/usr/lib/node_modules/protractor/node_modules/selenium-webdriver/index.js:626:16)
at Hosted.getNewDriver (/usr/lib/node_modules/protractor/built/driverProviders/driverProvider.js:53:33)
at Runner.createBrowser (/usr/lib/node_modules/protractor/built/runner.js:195:43)
at q.then.then (/usr/lib/node_modules/protractor/built/runner.js:339:29)
at _fulfilled (/usr/lib/node_modules/protractor/node_modules/q/q.js:834:54)
at self.promiseDispatch.done (/usr/lib/node_modules/protractor/node_modules/q/q.js:863:30)
at Promise.promise.promiseDispatch (/usr/lib/node_modules/protractor/node_modules/q/q.js:796:13)
[10:18:18] E/launcher - Process exited with error code 199
I am using:
Chromedriver v 2.34.522913,
CentOS Linux release 7.4.1708 (Core),
Protractor Version 5.2.0
I believe that this might be CentosOS issue with chrome.
If i would be you - i would check if chrome is actually installed normally: https://www.tecmint.com/install-google-chrome-on-redhat-centos-fedora-linux/
And also you might consider using Chromium instead Chrome, since i heard that Chrome might not work well on CentosOS:
https://www.hiroom2.com/2017/08/11/centos-7-chromium-en/
Chromedriver would be same for Chrome and Chromium
Another option might be to run Chrome in Docker Container

Protractor: setSize() failing with "WebDriverError: disconnected: unable to connect to renderer"

Starting October 18th upon upgrading to Chrome 62 my protractor suite started failing with:
WebDriverError: disconnected: unable to connect to renderer
when I called
WebDriver.manage().window().setSize(1280, 1480)
Full stack trace:
Stack Trace:
Running "protractor:default" (protractor) task
[10:48:23] I/launcher - Running 1 instances of WebDriver
[10:48:23] I/direct - Using ChromeDriver directly...
protractor startup failure: WebDriverError: disconnected: unable to connect to renderer
(Session info: chrome=62.0.3202.62)
(Driver info: chromedriver=2.32.498537 (cb2f855cbc7b82e20387eaf9a43f6b99b6105061),platform=Mac OS X 10.12.6 x86_64)
[10:48:24] E/launcher - Error: WebDriverError: disconnected: unable to connect to renderer
(Session info: chrome=62.0.3202.62)
(Driver info: chromedriver=2.32.498537 (cb2f855cbc7b82e20387eaf9a43f6b99b6105061),platform=Mac OS X 10.12.6 x86_64)
at process._tickCallback (internal/process/next_tick.js:103:7)
From: Task: WebDriver.manage().window().setSize(1280, 1480)
at setWindowDimensions (/Users/kyle/projects/c/web/build/config/protractor-conf.js:95:43)
at onPrepare (/Users/kyle/projects/c/web/build/config/protractor-conf.js:71:12)
at Function.promise (/Users/kyle/projects/c/web/node_modules/q/q.js:682:9)
at _fulfilled (/Users/kyle/projects/c/web/node_modules/q/q.js:834:54)
at self.promiseDispatch.done (/Users/kyle/projects/c/web/node_modules/q/q.js:863:30)
at Promise.promise.promiseDispatch (/Users/kyle/projects/c/web/node_modules/q/q.js:796:13)
at /Users/kyle/projects/c/web/node_modules/q/q.js:556:49
at runSingle (/Users/kyle/projects/c/web/node_modules/q/q.js:137:13)
at flush (/Users/kyle/projects/c/web/node_modules/q/q.js:125:13)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)
[10:48:24] E/launcher - Process exited with error code 100
Env Info:
ChromeDriver: chromedriver=2.32.498537 (cb2f855cbc7b82e20387eaf9a43f6b99b6105061), platform=Mac OS X 10.12.6 x86_64
Chrome : 62.0.3202.62
Protractor: 5.1.2 (connecting directly to chromedriver)
Node: v6.9.5
Upgrading to chromedriver 2.33 fixed my issue.
To specify a version when running webdriver-manager :
webdriver-manager update --versions.chrome 2.33

unknown error: missing or invalid arg value in Protractor

With the latest version of Protractor (4.0.9), chromedriver (2.24), chrome(54.0).
while we perform browser.navigate().back(), we could observe the below error.
Failed: unknown error: missing or invalid arg value (Session info: chrome=54.0.2840.71) (Driver info: chromedriver=2.24.417431
(9aea000394714d2fbb20850021f6204f2256b9cf),platform=Windows NT
6.1.7601 SP1 x86_64) (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 5.36 seconds
Build info: version: '2.53.1', revision: 'a36b8b1', time: '2016-06-30
17:37:03' System info: host: 'HW0705', ip: '172.16.28.83', os.name:
'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version:
'1.8.0_60' Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{applicationCacheEnabled=false, rotatable=false,
mobileEmulationEnabled=false, networkConnectionEnabled=false,
chrome={chromedriverVersion=2.24.417431
(9aea000394714d2fbb20850021f6204f2256b9cf),
userDataDir=C:\Users\IN02137\AppData\Local\Temp\scoped_dir7732_2284},
takesHeapSnapshot=true, pageLoadStrategy=normal,
databaseEnabled=false, handlesAlerts=true, hasTouchScreen=false,
version=54.0.2840.71, platform=XP, browserConnectionEnabled=false,
nativeEvents=true, acceptSslCerts=true, locationContextEnabled=true,
webStorageEnabled=true, browserName=chrome, takesScreenshot=true,
javascriptEnabled=true, cssSelectorsEnabled=true}] Session ID:
aafe05d9edb4edf638aa556a5ca6b2cb [14:50:28] E/launcher - Error
communicating with the remote browser. It may have died.
We are unable to perform any key operations with the new version, Can someone help us.
This is a bug in Chromedriver 2.24 you need to update to the latest 2.25 from the command line as follows
webdriver-manager update --versions.chrome 2.25
And start the webdriver-manager as follows
webdriver-manager start --versions.chrome 2.25
The latest version of webdriver-manager which ships with protractor 4.0.9 still runs 2.24 as the default.
(edit): For those running chimp also running into this showstopper, you'll want to update your version in your chimp/bin/default.js to 2.25 as the 0.41.2 build. defaults 2.24
This was an annoying bug.

SRVE0777E: Exception thrown by application class 'org.apache.jasper..runtime.pageContextImpl.handlePageException:701'

After successfully uploading project on bluemix I got this error
SRVE0777E: Exception thrown by application class
'org.apache.jasper..runtime.pageContextImpl.handlePageException:701'
on eclipse and on URL page I got Exception thrown by application
class
'org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.getConnection:284'
javax.servlet.jsp.JspException: Unable to get connection, DataSource
invalid: "java.sql.SQLException: No suitable driver found for
jdbc:db2://75.126.155.153:50000/SQLDB" at
org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.getConnection(Query
I have updated my version of jar file to db2jcc4.jar from db2jcc.jar but still facing the below issue .Please find full stack trace below:
{
Checking application - bluemixproject
Generating application archive - bluemixproject
Pushing application - bluemixproject
Application successfully pushed
Starting application - bluemixproject
Updated app with guid a6dc6027-eb2e-499a-83b9-641e15e9dd78 ({"state"=>"STOPPED"})
Stopped app instance (index 0) with guid a6dc6027-eb2e-499a-83b9-641e15e9dd78
Stopping app instance (index 0) with guid a6dc6027-eb2e-499a-83b9-641e15e9dd78
Got staging request for app with id a6dc6027-eb2e-499a-83b9-641e15e9dd78
Updated app with guid a6dc6027-eb2e-499a-83b9-641e15e9dd78 ({"state"=>"STARTED"})
-----> Downloaded app package (5.3M)
-----> Downloaded app buildpack cache (4.0K)
-----> Liberty Buildpack Version: v1.20.1-20150729-1255
-----> Retrieving IBM 1.7.1_sr3fp10-20150708 JRE (ibm-java-jre-7.1-3.10-pxa6470_27sr3fp10-20150708_01-cloud.tgz) ... (0.0s)
Expanding JRE to .java ... (0.9s)
-----> Retrieving App Management 1.7.0_20150729-1104 (app-mgmt_v1.7-20150729-1104.zip) ... (0.0s)
Expanding App Management to .app-management (1.0s)
-----> Retrieving com.ibm.ws.liberty-2015.6.0.0-201507291255.tar.gz ... (0.0s)
Installing archive ... (0.9s)
-----> Retrieving com.ibm.ws.liberty.ext-2015.6.0.0-201507291255.tar.gz ... (0.0s)
Installing archive ... (0.7s)
-----> Retrieving and installing client jar(s) from com.ibm.ws.icap.clientJars.db2.zip (0.0s)
-----> Warning: Liberty feature set is not specified. Using the default feature set: ["jsf-2.0", "jsp-2.2", "servlet-3.0", "ejbLite-3.1", "cdi-1.0", "jpa-2.0", "jdbc-4.0", "jndi-1.0", "managedBeans-1.0", "jaxrs-1.1"]. For the best results, explicitly set the features via the JBP_CONFIG_LIBERTY environment variable or deploy the application as a server directory or packaged server with a custom server.xml file.
-----> Auto-configuration is creating config for service instance 'SQL Database-fl' of type 'SQLDB'
-----> Liberty buildpack is done creating the droplet
-----> Uploading droplet (194M)
Starting app instance (index 0) with guid a6dc6027-eb2e-499a-83b9-641e15e9dd78
Launching defaultServer (WebSphere Application Server 2015.6.0.0/wlp-1.0.9.cl50620150610-1749) on IBM J9 VM, version pxa6470_27sr3fp10-20150708_01 (SR3 FP10) (en_US)
[AUDIT ] CWWKE0001I: The server defaultServer has been launched.
[AUDIT ] CWWKG0028A: Processing included configuration resource: /home/vcap/app/wlp/usr/servers/defaultServer/runtime-vars.xml
[INFO ] CWWKE0002I: The kernel started after 4.594 seconds
[INFO ] CWWKF0007I: Feature update started.
[INFO ] CWWKO0219I: TCP Channel defaultHttpEndpoint has been started and is now listening for requests on host * (IPv6) port 61432.
[INFO ] CWSCX0122I: Register management Bean provider: com.ibm.ws.cloudoe.management.client.provider.dump.JavaDumpBeanProvider#fc8940ad.
[INFO ] CWSCX0122I: Register management Bean provider: com.ibm.ws.cloudoe.management.client.provider.logging.LibertyLoggingBeanProvider#b72bc7f3.
[INFO ] SRVE0169I: Loading Web Module: com.ibm.ws.cloudoe.management.client.liberty.connector.
[INFO ] SRVE0250I: Web Module com.ibm.ws.cloudoe.management.client.liberty.connector has been bound to default_host.
[AUDIT ] CWWKT0016I: Web application available (default_host): http://18sfpg6jl5m:61432/IBMMGMTRest/
[INFO ] CWWKZ0018I: Starting application myapp.
[INFO ] SRVE0250I: Web Module bluemixproject has been bound to default_host.
[INFO ] SRVE0169I: Loading Web Module: bluemixproject.
[AUDIT ] CWWKT0016I: Web application available (default_host): http://18sfpg6jl5m:61432/
[AUDIT ] CWWKZ0001I: Application myapp started in 0.802 seconds.
[AUDIT ] CWWKF0012I: The server installed the following features: [json-1.0, jpa-2.0, icap:managementConnector-1.0, beanValidation-1.0, jdbc-4.0, managedBeans-1.0, cloudAutowiring-1.0, jsf-2.0, jsp-2.2, servlet-3.0, jaxrs-1.1, jndi-1.0, appState-1.0, ejbLite-3.1, cdi-1.0].
[INFO ] CWWKF0008I: Feature update completed in 5.356 seconds.
[AUDIT ] CWWKF0011I: The server defaultServer is ready to run a smarter planet.
[INFO ] SESN8501I: The session manager did not find a persistent storage location; HttpSession objects will be stored in the local application server's memory.
[INFO ] SESN0176I: A new session context will be created for application key default_host/
[INFO ] JSPG8502I: The value of the JSP attribute jdkSourceLevel is "15".
[INFO ] SRVE0242I: [myapp] [/] [/loginpage.jsp]: Initialization successful.
fscproj.mybluemix.net - [05/08/2015:08:28:48 +0000] "GET / HTTP/1.1" 200 0 3835 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0" 75.126.70.46:12949 x_forwarded_for:"122.248.183.22" vcap_request_id:91bbda0f-c95d-4e3a-43cd-a26eb6745303 response_time:1.722074055 app_id:a6dc6027-eb2e-499a-83b9-641e15e9dd78
fscproj.mybluemix.net - [05/08/2015:08:28:50 +0000] "GET /styles/layout.css HTTP/1.1" 200 0 8777 "http://fscproj.mybluemix.net/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0" 75.126.70.46:35466 x_forwarded_for:"122.248.183.22" vcap_request_id:dcad0bc3-790f-44f1-5bb9-0febaed00734 response_time:0.013548015 app_id:a6dc6027-eb2e-499a-83b9-641e15e9dd78
fscproj.mybluemix.net - [05/08/2015:08:28:51 +0000] "GET /images/ibm.jpg HTTP/1.1" 200 0 92824 "http://fscproj.mybluemix.net/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0" 75.126.70.43:17662 x_forwarded_for:"122.248.183.22" vcap_request_id:fb136519-b55f-4bff-7c42-95bccaf618c8 response_time:0.013932824 app_id:a6dc6027-eb2e-499a-83b9-641e15e9dd78
fscproj.mybluemix.net - [05/08/2015:08:28:51 +0000] "GET /images/logo.jpg HTTP/1.1" 200 0 7347 "http://fscproj.mybluemix.net/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0" 75.126.70.46:15591 x_forwarded_for:"122.248.183.22" vcap_request_id:f494b027-53da-4c2b-6011-f751e1d58d0a response_time:0.014634660 app_id:a6dc6027-eb2e-499a-83b9-641e15e9dd78
fscproj.mybluemix.net - [05/08/2015:08:28:51 +0000] "GET /styles/navi.css HTTP/1.1" 200 0 3229 "http://fscproj.mybluemix.net/styles/layout.css" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0" 75.126.70.46:26003 x_forwarded_for:"122.248.183.22" vcap_request_id:fd46d2d1-db2b-4828-74f4-842b2c3ad729 response_time:0.006212971 app_id:a6dc6027-eb2e-499a-83b9-641e15e9dd78
fscproj.mybluemix.net - [05/08/2015:08:28:51 +0000] "GET /styles/forms.css HTTP/1.1" 200 0 1986 "http://fscproj.mybluemix.net/styles/layout.css" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0" 75.126.70.42:50968 x_forwarded_for:"122.248.183.22" vcap_request_id:98690564-68c0-4a80-5fad-21d929b3486b response_time:0.005961185 app_id:a6dc6027-eb2e-499a-83b9-641e15e9dd78
fscproj.mybluemix.net - [05/08/2015:08:28:51 +0000] "GET /styles/tables.css HTTP/1.1" 200 0 924 "http://fscproj.mybluemix.net/styles/layout.css" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0" 75.126.70.42:60561 x_forwarded_for:"122.248.183.22" vcap_request_id:cf75f2ff-2fd8-42fa-620f-5977ea24bc79 response_time:0.010175099 app_id:a6dc6027-eb2e-499a-83b9-641e15e9dd78
fscproj.mybluemix.net - [05/08/2015:08:28:51 +0000] "GET /styles/featured_slide.css HTTP/1.1" 200 0 2400 "http://fscproj.mybluemix.net/styles/layout.css" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0" 75.126.70.43:24397 x_forwarded_for:"122.248.183.22" vcap_request_id:cd0aa784-5e4d-41f2-73bd-ae68f7f30e8c response_time:0.018511510 app_id:a6dc6027-eb2e-499a-83b9-641e15e9dd78
[INFO ] SRVE0242I: [myapp] [/] [loginclass]: Initialization successful.
Searching through VCAP keys
Key is: sqldb
Service found: SQL Database-fl
Connecting to the database
Finished
fscproj.mybluemix.net - [05/08/2015:08:29:00 +0000] "GET /loginclass?empid=23232I&password=ggggg&SUBMIT=login HTTP/1.1" 302 0 0 "http://fscproj.mybluemix.net/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0" 75.126.70.43:13856 x_forwarded_for:"122.248.183.22" vcap_request_id:66350d6c-fc15-4521-69dd-b343cc98ef03 response_time:0.744243093 app_id:a6dc6027-eb2e-499a-83b9-641e15e9dd78
[INFO ] SRVE0242I: [myapp] [/] [/empdetails.jsp]: Initialization successful.
at [internal classes]
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:101)
com.ibm.websphere.servlet.error.ServletErrorReport: javax.servlet.jsp.JspException: Unable to get connection, DataSource invalid: "java.sql.SQLException: No suitable driver found for jdbc:db2://75.126.155.153:50000/SQLDB"
at org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.getConnection(QueryTagSupport.java:284)
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:701)
... 2 more
at com.ibm._jsp._empdetails._jspService(_empdetails.java:204)
Caused by: javax.servlet.jsp.JspException: Unable to get connection, DataSource invalid: "java.sql.SQLException: No suitable driver found for jdbc:db2://75.126.155.153:50000/SQLDB"
at [internal classes]
at com.ibm._jsp._empdetails._jspx_meth_s_query_0(_empdetails.java:259)
at com.ibm._jsp._empdetails._jspService(_empdetails.java:154)
[ERROR ] SRVE0777E: Exception thrown by application class 'org.apache.jasper.runtime.PageContextImpl.handlePageException:701'
at [internal classes]
fscproj.mybluemix.net - [05/08/2015:08:29:01 +0000] "GET /empdetails.jsp HTTP/1.1" 500 0 2052 "http://fscproj.mybluemix.net/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0" 75.126.70.43:26112 x_forwarded_for:"122.248.183.22" vcap_request_id:9e5e91ab-43df-4da9-4f47-f57d195ec76b response_time:0.899565979 app_id:a6dc6027-eb2e-499a-83b9-641e15e9dd78}