By: Ashish Patel user 16 Sep 2016 at 3:37 p.m. CDT

25 Responses
Ashish Patel gravatar
First of all I am using window 8. I have installed OXD server (oxd-server-2.4.4-distribution) on port : 8099. I have used gluu server as https://ce-dev2.gluu.org.I have set all required information in license_id,public_key,public_password,license_password. While run OXD server by : oxd-start-console.bat I am getting this [log](https://ad53db22.ngrok.io/logs/oxd-start.log) in console. Now I am have used php library to register site in gluu server.Below are my request and response Request : {"command":"register_site","params":{"authorization_redirect_uri":"https://ad53db22.ngrok.io/login/index.php","op_host":"https://ce-dev2.gluu.org","post_logout_redirect_uri":"https://ad53db22.ngrok.io/logout/index.php","application_type":"web","response_types":["code"],"grant_types":["authorization_code"],"scope":["openid","profile","uma_protection","uma_authorization"],"acr_values":["basic"],"client_name":null,"client_jwks_uri":"","client_token_endpoint_auth_method":"","client_request_uris":[],"client_logout_uris":"https://ad53db22.ngrok.io/logout/index.php","client_sector_identifier_uri":"","contacts":["ashish101184@gmail.com"],"ui_locales":null,"claims_locales":null,"client_id":null,"client_secret":null}} **Response: ** [Click here](https://ad53db22.ngrok.io/logs/oxd-php-server.log) Please let me know what I have to do. Thanks Ashish

By Yuriy Zabrovarnyy staff 16 Sep 2016 at 3:52 p.m. CDT

Yuriy Zabrovarnyy gravatar
Hi Ashish, When click on link you provided I see "bad request" error. Would you please attach oxd-server.log directly here? Thanks, Yuriy Z

By Ashish Patel user 16 Sep 2016 at 3:59 p.m. CDT

Ashish Patel gravatar
Error Log while start oxd-server. G:\oxd_server_new\bin>oxd-start-console.bat G:\oxd_server_new\bin>"cd /d G:\oxd_server_new\bin\" '"cd /d G:\oxd_server_new\bin\"' is not recognized as an internal or external command, operable program or batch file. G:\oxd_server_new\bin>set LIB=../lib G:\oxd_server_new\bin>set CONF=../conf/oxd-conf.json G:\oxd_server_new\bin>echo CONF=../conf/oxd-conf.json CONF=../conf/oxd-conf.json G:\oxd_server_new\bin>java -Doxd.server.config=../conf/oxd-conf.json -cp ../lib/bcprov-jdk15on-1.54.jar;../lib/resteasy-jaxrs-2.3.7.Final.jar;../lib/oxd-server-jar-with-dependencies.jar org.xdi.oxd.server.ServerLauncher 2016-09-17 02:21:40,465 INFO [org.xdi.oxd.server.ServerLauncher] Starting... 2016-09-17 02:21:40,468 INFO [org.xdi.oxd.server.ServerLauncher] commit: 8f946c3ad0bc8da4dcf2f4913d01a83b8493c924, branch: origin/version_2.4.4, build time:13.09.2016 @ 11:38:26 EDT 2016-09-17 02:21:41,015 TRACE [org.xdi.oxd.server.service.ConfigurationService] Try to load configuration from system property: oxd.server.config, value: ../conf/oxd-conf.json 2016-09-17 02:21:41,246 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration loaded successfully from system property: oxd.server.config. 2016-09-17 02:21:41,254 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration: Configuration{port=8099, timeOutInSeconds=0, jettyPort=0, startJetty=false, localhostOnly=true, useClientAuthenticationForPat=true, useClientAuthenticationForAat=true, trustAllCerts=true, keyStorePath='', keyStorePassword='', licenseId='980cb0f3-23a1-47be-a001-5c73879aced0', publicKey='VtIhvIjaPHgYtP4Dp0I3GeJoc5g1SQJp3d2QNwn/1KQgwxuUYWDeJnLPb+CRQk/P36daXDge7iEEEl5yUrlWbtHUsX5AE0/l50KM+7yqE1bUE8QeoOPcM2BEUA7bo1wZe/3M5uIwUHX9M4dcFPXw/ub57V3OGmt5SIk4au4egfYhhk2OmdU//shQM4onS7fB9GGrM0yKC2/TqYCHiHXR3m8IiLegDdszU4VFO7gfWTxOqovjQYTn7s2/Ka7BM0KSstQegjskcTnfJ2AHxgUFyzX09LovWgVc2GGWGoKqRclOwYN0bx4PZ7Zi1m9yIGc+OXR9Zrhux5z/KuGAexMP6Hn0xLfbKnBxCV5R6nMIL6GY1XGrPuTtVnNTxi42+MYjbn9l5liBBlIEzz+t4KKZBg==', publicPassword='Glx9HSUssvzK28vLVW7C', licensePassword='0pPMsQVNEaY1pScbPQsD', supportGoogleRevocationEndpoint='true'} 2016-09-17 02:21:42,527 ERROR [org.xdi.oxd.server.service.ConfigurationService] String index out of range: -1 java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(Unknown Source) at org.xdi.oxd.server.service.ConfigurationService.getConfDirectoryPath(ConfigurationService.java:57) at org.xdi.oxd.server.service.ConfigurationService.getConfDirectoryFile(ConfigurationService.java:44) at org.xdi.oxd.server.service.SiteConfigurationService.load(SiteConfigurationService.java:61) at org.xdi.oxd.server.ServerLauncher.startOxd(ServerLauncher.java:84) at org.xdi.oxd.server.ServerLauncher.start(ServerLauncher.java:62) at org.xdi.oxd.server.ServerLauncher.main(ServerLauncher.java:51) 2016-09-17 02:21:42,550 INFO [org.xdi.oxd.server.service.ConfigurationService] Configuration directory: G:\oxd_server_new\bin\..\conf 2016-09-17 02:21:42,563 TRACE [org.xdi.oxd.server.service.SiteConfigurationService] Loading site file name: oxd-default-site-config.json 2016-09-17 02:21:42,660 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: G:\oxd_server_new\bin\.oxd-license 2016-09-17 02:21:42,694 TRACE [org.xdi.oxd.server.license.LicenseService] Validating license ... 2016-09-17 02:21:42,697 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: G:\oxd_server_new\bin\.oxd-license 2016-09-17 02:21:42,746 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2016-09-17 02:21:45,392 TRACE [org.xdi.oxd.server.license.LicenseService] License is validated successfully. 2016-09-17 02:21:45,409 TRACE [org.xdi.oxd.server.license.LicenseService] License data: LicenseMetadata{creationDate=Wed Sep 14 01:07:57 IST 2016, licenseId=null, product=oxd, licenseName='Ash Dev ', expirationDate=Thu Nov 30 11:30:00 IST 2017, licenseCountLimit=9999, customerName=, emails=[]} 2016-09-17 02:21:45,424 INFO [org.xdi.oxd.server.service.SocketService] Server socket is bound to port: 8099, with timeout: 0 seconds. Start listening for notifications.

By Ashish Patel user 16 Sep 2016 at 4:03 p.m. CDT

Ashish Patel gravatar
While register site I have below messages in log file. Hope this will be helpfull @Yuriy 2016-09-17 02:03:52,583 DEBUG [org.xdi.oxd.server.service.SocketService] Start new SocketProcessor... 2016-09-17 02:03:52,625 TRACE [org.xdi.oxd.server.SocketProcessor] Socket processor handling... 2016-09-17 02:03:52,627 TRACE [org.xdi.oxd.common.CoreUtils] commandSize: -1, stringStorage: 2016-09-17 02:03:52,631 TRACE [org.xdi.oxd.common.CoreUtils] Parsed sizeString: 0717, commandSize: 717 2016-09-17 02:03:52,633 TRACE [org.xdi.oxd.common.CoreUtils] Read result: ReadResult{m_command='{"command":"register_site","params":{"authorization_redirect_uri":"https://ad53db22.ngrok.io/login/index.php","op_host":"https://ce-dev2.gluu.org","post_logout_redirect_uri":"https://ad53db22.ngrok.io/logout/index.php","application_type":"web","response_types":["code"],"grant_types":["authorization_code"],"scope":["openid","profile","uma_protection","uma_authorization"],"acr_values":["basic"],"client_name":null,"client_jwks_uri":"","client_token_endpoint_auth_method":"","client_request_uris":[],"client_logout_uris":"https://ad53db22.ngrok.io/logout/index.php","client_sector_identifier_uri":"","contacts":["ashish101184@gmail.com"],"ui_locales":null,"claims_locales":null,"client_id":null,"client_secret":null}}', m_leftString=''} 2016-09-17 02:03:52,655 TRACE [org.xdi.oxd.server.Processor] Command: {"command":"register_site","params":{"authorization_redirect_uri":"https://ad53db22.ngrok.io/login/index.php","op_host":"https://ce-dev2.gluu.org","post_logout_redirect_uri":"https://ad53db22.ngrok.io/logout/index.php","application_type":"web","response_types":["code"],"grant_types":["authorization_code"],"scope":["openid","profile","uma_protection","uma_authorization"],"acr_values":["basic"],"client_name":null,"client_jwks_uri":"","client_token_endpoint_auth_method":"","client_request_uris":[],"client_logout_uris":"https://ad53db22.ngrok.io/logout/index.php","client_sector_identifier_uri":"","contacts":["ashish101184@gmail.com"],"ui_locales":null,"claims_locales":null,"client_id":null,"client_secret":null}} 2016-09-17 02:03:52,681 ERROR [org.xdi.oxd.server.Convertor] Can not deserialize instance of java.util.ArrayList out of VALUE_STRING token at [Source: java.io.StringReader@67fdfe4b; line: 1, column: 464] (through reference chain: org.xdi.oxd.common.params.RegisterSiteParams["client_logout_uris"]) org.codehaus.jackson.map.JsonMappingException: Can not deserialize instance of java.util.ArrayList out of VALUE_STRING token at [Source: java.io.StringReader@67fdfe4b; line: 1, column: 464] (through reference chain: org.xdi.oxd.common.params.RegisterSiteParams["client_logout_uris"]) at org.codehaus.jackson.map.JsonMappingException.from(JsonMappingException.java:163) at org.codehaus.jackson.map.deser.StdDeserializationContext.mappingException(StdDeserializationContext.java:219) at org.codehaus.jackson.map.deser.StdDeserializationContext.mappingException(StdDeserializationContext.java:212) at org.codehaus.jackson.map.deser.std.StringCollectionDeserializer.handleNonArray(StringCollectionDeserializer.java:210) at org.codehaus.jackson.map.deser.std.StringCollectionDeserializer.deserialize(StringCollectionDeserializer.java:156) at org.codehaus.jackson.map.deser.std.StringCollectionDeserializer.deserialize(StringCollectionDeserializer.java:146) at org.codehaus.jackson.map.deser.std.StringCollectionDeserializer.deserialize(StringCollectionDeserializer.java:18) at org.codehaus.jackson.map.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:299) at org.codehaus.jackson.map.deser.SettableBeanProperty$MethodProperty.deserializeAndSet(SettableBeanProperty.java:414) at org.codehaus.jackson.map.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:697) at org.codehaus.jackson.map.deser.BeanDeserializer.deserialize(BeanDeserializer.java:580) at org.codehaus.jackson.map.ObjectMapper._readMapAndClose(ObjectMapper.java:2732) at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1863) at org.xdi.oxd.server.Convertor.asParams(Convertor.java:41) at org.xdi.oxd.server.op.BaseOperation.<init>(BaseOperation.java:54) at org.xdi.oxd.server.op.RegisterSiteOperation.<init>(RegisterSiteOperation.java:49) at org.xdi.oxd.server.op.OperationFactory.create(OperationFactory.java:44) at org.xdi.oxd.server.Processor.process(Processor.java:75) at org.xdi.oxd.server.Processor.process(Processor.java:55) at org.xdi.oxd.server.SocketProcessor.run(SocketProcessor.java:60) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 2016-09-17 02:03:52,747 ERROR [org.xdi.oxd.server.Convertor] Unable to parse string to params, string: {"authorization_redirect_uri":"https://ad53db22.ngrok.io/login/index.php","op_host":"https://ce-dev2.gluu.org","post_logout_redirect_uri":"https://ad53db22.ngrok.io/logout/index.php","application_type":"web","response_types":["code"],"grant_types":["authorization_code"],"scope":["openid","profile","uma_protection","uma_authorization"],"acr_values":["basic"],"client_name":null,"client_jwks_uri":"","client_token_endpoint_auth_method":"","client_request_uris":[],"client_logout_uris":"https://ad53db22.ngrok.io/logout/index.php","client_sector_identifier_uri":"","contacts":["ashish101184@gmail.com"],"ui_locales":null,"claims_locales":null,"client_id":null,"client_secret":null} 2016-09-17 02:03:52,767 ERROR [org.xdi.oxd.server.Processor] ErrorResponseException{errorResponseCode=ErrorResponseCode{value='internal_error', description='Command parameters are not specified or otherwise malformed.'}} at org.xdi.oxd.server.Convertor.asParams(Convertor.java:52) at org.xdi.oxd.server.op.BaseOperation.<init>(BaseOperation.java:54) at org.xdi.oxd.server.op.RegisterSiteOperation.<init>(RegisterSiteOperation.java:49) at org.xdi.oxd.server.op.OperationFactory.create(OperationFactory.java:44) at org.xdi.oxd.server.Processor.process(Processor.java:75) at org.xdi.oxd.server.Processor.process(Processor.java:55) at org.xdi.oxd.server.SocketProcessor.run(SocketProcessor.java:60) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 2016-09-17 02:03:52,790 TRACE [org.xdi.oxd.server.Processor] Send back response: {"status":"error","data":{"error":"internal_error","error_description":"Command parameters are not specified or otherwise malformed."}} 2016-09-17 02:03:52,797 TRACE [org.xdi.oxd.server.SocketProcessor] Socket processor handling... 2016-09-17 02:03:52,799 TRACE [org.xdi.oxd.common.CoreUtils] commandSize: -1, stringStorage: 2016-09-17 02:03:52,802 TRACE [org.xdi.oxd.common.CoreUtils] End of stream. Quit. 2016-09-17 02:03:52,805 TRACE [org.xdi.oxd.server.SocketProcessor] Quit. Read result is null or command string is blank.

By Yuriy Zabrovarnyy staff 16 Sep 2016 at 4:30 p.m. CDT

Yuriy Zabrovarnyy gravatar
There is oxd-server.log file created by oxd server which you can attach for less verbose post. Error is very clear "client_logout_uris" is JSON Array, not string value (see oxd protocol here https://oxd.gluu.org/docs/oxdserver/): In your log: "client_logout_uris": "https://ad53db22.ngrok.io/logout/index.php" But must be: "client_logout_uris": ["https://ad53db22.ngrok.io/logout/index.php"] Would you please say which exactly php library version are you using ? It looks like you are using wrong version of php library or it is used in wrong way (code snippet of usage is welcome). Thanks, Yuriy Z

By sumiti monga user 24 Mar 2017 at 7:01 a.m. CDT

sumiti monga gravatar
Hi I am having same issue and I am using new version of oxd-php libary .Kindley please help me its very urgent for me Issue is: Command parameters are not specified or otherwise malformed

By sumiti monga user 24 Mar 2017 at 7:06 a.m. CDT

sumiti monga gravatar
Please reply me asap Its very urgent for me

By Yuriy Zabrovarnyy staff 24 Mar 2017 at 2:27 p.m. CDT

Yuriy Zabrovarnyy gravatar
Please attach `oxd-server.log` file so we can investigate. Make sure "client_logout_uris" is json array.

By sumiti monga user 26 Mar 2017 at 11:21 p.m. CDT

sumiti monga gravatar
Hi can you tell me where is client_logout_uris in which file I have defined all these things in my array $register_site =new Register_site(); $register_site->setRequestOpHost('https://ce-dev2.gluu.org/'); $register_site->setRequestAcrValues('basic'); $register_site->setRequestAuthorizationRedirectUri('https://drupal-oxd.com/gluu_sso/form/loginform'); $register_site->setRequestPostLogoutRedirectUri('https://drupal-oxd.com/'); $register_site->setRequestContacts('sumiti@ourdesignz.com'); $register_site->setRequestGrantTypes('authorization_code'); $register_site->setRequestResponseTypes('code'); $register_site->setRequestScope('openid, profile,email'); $register_site->request(); $register_site->getResponseOxdId(); print_r($register_site); please check my attached log file(there is no attach option so I have to put logs here) Friday 24th of March 2017 10:48:56 AM Client: socket::socket_connectsocket connected Friday 24th of March 2017 10:48:56 AM Client: oxd_socket_request627 Friday 24th of March 2017 10:48:56 AM Client: oxd_socket_response0135{"status":"error","data":{"error":"internal_error","error_description":"Command parameters are not specified or otherwise malformed."}} Friday 24th of March 2017 10:48:56 AM Client: oxd_socket_connectiondisconnected. Friday 24th of March 2017 10:53:19 AM Client: socket::socket_connectsocket connected Friday 24th of March 2017 10:53:19 AM Client: oxd_socket_request627 Friday 24th of March 2017 10:53:20 AM Client: oxd_socket_response0135{"status":"error","data":{"error":"internal_error","error_description":"Command parameters are not specified or otherwise malformed."}} Friday 24th of March 2017 10:53:20 AM Client: oxd_socket_connectiondisconnected. Friday 24th of March 2017 10:57:17 AM Client: socket::socket_connectsocket connected Friday 24th of March 2017 10:57:17 AM Client: oxd_socket_request627 Friday 24th of March 2017 10:57:17 AM Client: oxd_socket_response0135{"status":"error","data":{"error":"internal_error","error_description":"Command parameters are not specified or otherwise malformed."}} Friday 24th of March 2017 10:57:17 AM Client: oxd_socket_connectiondisconnected. Friday 24th of March 2017 11:50:48 AM Client: socket::socket_connectsocket connected Friday 24th of March 2017 11:50:48 AM Client: oxd_socket_request627 Friday 24th of March 2017 11:50:48 AM Client: oxd_socket_response0135{"status":"error","data":{"error":"internal_error","error_description":"Command parameters are not specified or otherwise malformed."}} Friday 24th of March 2017 11:50:48 AM Client: oxd_socket_connectiondisconnected. ```

By sumiti monga user 27 Mar 2017 at 1:21 a.m. CDT

sumiti monga gravatar
PLease reply me as your server is not working

By Yuriy Zabrovarnyy staff 27 Mar 2017 at 3:02 a.m. CDT

Yuriy Zabrovarnyy gravatar
Which exactly php library version are you using and which oxd version? Would you please attach `oxd-server.log` file as it was already requested before ? `client_logout_uris` is logout uris (frontchannel) which is optional parameter. `http://openid.net/specs/openid-connect-frontchannel-1_0.html` You can find oxd documentation here `https://gluu.org/docs/oxd/2.4.4/protocol/` Thanks in advance, Yuriy

By sumiti monga user 27 Mar 2017 at 3:27 a.m. CDT

sumiti monga gravatar
Hi yuri Please check log files here Friday 24th of March 2017 10:48:56 AM Client: socket::socket_connectsocket connected Friday 24th of March 2017 10:48:56 AM Client: oxd_socket_request627 Friday 24th of March 2017 10:48:56 AM Client: oxd_socket_response0135{"status":"error","data":{"error":"internal_error","error_description":"Command parameters are not specified or otherwise malformed."}} Friday 24th of March 2017 10:48:56 AM Client: oxd_socket_connectiondisconnected. Friday 24th of March 2017 10:53:19 AM Client: socket::socket_connectsocket connected Friday 24th of March 2017 10:53:19 AM Client: oxd_socket_request627 Friday 24th of March 2017 10:53:20 AM Client: oxd_socket_response0135{"status":"error","data":{"error":"internal_error","error_description":"Command parameters are not specified or otherwise malformed."}} Friday 24th of March 2017 10:53:20 AM Client: oxd_socket_connectiondisconnected. Friday 24th of March 2017 10:57:17 AM Client: socket::socket_connectsocket connected Friday 24th of March 2017 10:57:17 AM Client: oxd_socket_request627 Friday 24th of March 2017 10:57:17 AM Client: oxd_socket_response0135{"status":"error","data":{"error":"internal_error","error_description":"Command parameters are not specified or otherwise malformed."}} Friday 24th of March 2017 10:57:17 AM Client: oxd_socket_connectiondisconnected. Friday 24th of March 2017 11:50:48 AM Client: socket::socket_connectsocket connected Friday 24th of March 2017 11:50:48 AM Client: oxd_socket_request627 Friday 24th of March 2017 11:50:48 AM Client: oxd_socket_response0135{"status":"error","data":{"error":"internal_error","error_description":"Command parameters are not specified or otherwise malformed."}} Friday 24th of March 2017 11:50:48 AM Client: oxd_socket_connectiondisconnected.

By sumiti monga user 27 Mar 2017 at 3:29 a.m. CDT

sumiti monga gravatar
Hi yuri I am using oxd 2.4.4 and using new version of gluu url https://ce-dev2.gluu.org/ its not working can you please check both of things and check the logs I have posted before this reply Kindly please reply Asap

By sumiti monga user 27 Mar 2017 at 3:30 a.m. CDT

sumiti monga gravatar
Hi yuri I already pass the logout and authorization url in that

By Mohib Zico staff 27 Mar 2017 at 4:58 a.m. CDT

Mohib Zico gravatar
>> using new version of gluu url https://ce-dev2.gluu.org/ "Ce-Dev2.gluu.org", is that your OP? If yes then it won't work for you; you need to install your own Gluu Server with some other hostname and use your own Gluu Server as OP.

By sumiti monga user 27 Mar 2017 at 5:08 a.m. CDT

sumiti monga gravatar
ok Have you found the issue with logs when I am try to regsitering the site

By Mohib Zico staff 27 Mar 2017 at 5:11 a.m. CDT

Mohib Zico gravatar
Please get your own Gluu Server and try registering your oxD server there and use any file hosting service to share oxd-server.log with a new ticket.

By sumiti monga user 27 Mar 2017 at 5:21 a.m. CDT

sumiti monga gravatar
I already share with you please help me ist urgent for me

By Yuriy Zabrovarnyy staff 27 Mar 2017 at 5:41 a.m. CDT

Yuriy Zabrovarnyy gravatar
There are really a few problems: 1. with php you are connecting to oxd 2.4.4, right ? Please share full `oxd-server.log` file, so we can understand what is the problem. Php log is not helpful at all. 2. Please install CE 2.4.4. ce-dev2.gluu.org is our development server for 3.0.0 version. It is not designed to connect oxd 2.4.4 to CE 3.0.0 version. Make sure you have CE 2.4.4.

By sumiti monga user 27 Mar 2017 at 5:49 a.m. CDT

sumiti monga gravatar
Please check my oxd -server log 2016-12-16 13:28:30,699 INFO [org.xdi.oxd.server.ServerLauncher] Starting... 2016-12-16 13:28:30,702 INFO [org.xdi.oxd.server.ServerLauncher] commit: e6faaea1aa117f23812d7dbfa135fa12cb09b192, branch: origin/version_2.4.4, build time:15.11.2016 @ 09:56:59 EST 2016-12-16 13:28:31,339 TRACE [org.xdi.oxd.server.service.ConfigurationService] Try to load configuration from system property: oxd.server.config, value: bin/../conf/oxd-conf.json 2016-12-16 13:28:31,613 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration loaded successfully from system property: oxd.server.config. 2016-12-16 13:28:31,614 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration: Configuration{port=8099, timeOutInSeconds=0, jettyPort=0, startJetty=false, localhostOnly=true, useClientAuthenticationForPat=true, useClientAuthenticationForAat=true, trustAllCerts=true, keyStorePath='', keyStorePassword='', licenseId='460d4b14-6c92-454f-a55e-1cf60647acb2', publicKey='57lgKTz0XLjRj1e7zDDzKn6DS/vHxsE2JUq3RX/wm0r7a69pz+9KSHgumRkkZE52XAAyliZXJhbeqE/F96r42x0xh+ZIpsyyDOXmHoSkTD8VG4rnLpNgHjF6hllRNPC9QyKhC05LM5/NV6UQ7OW37QXe4KFC9Dsgb9i3Vbk/YNRd3KJijkKDUiRXk/ynMzU6N2m8Fo85KdrthS1wRcVfyJlcO3IVFR0+l9mGopUBy5m+bjVRbOcJzM4+zt3/yGeW01RxWcFzZfWxif4gMFTjbbtfvYaQ/JizT7Le4lJ4x+lz+xD6/GvKy3gw4FNFIf+XqPMsCq3xD9l4Sp9VMxgvYWM7hk2NnrW0VsOUXAmvcjw/6aeKZH9EbVqdU/9lriHltq7/Gq4qZBh331rwtesxzw==', publicPassword='RHP6nVeUKkVNsC9sgUOb', licensePassword='QwDf9XAlXiBPVWJGYZw4', supportGoogleLogout='true', stateExpirationInMinutes='5', nonceExpirationInMinutes='5'} 2016-12-16 13:28:31,676 INFO [org.xdi.oxd.server.service.ConfigurationService] Configuration directory: bin/../conf 2016-12-16 13:28:31,681 TRACE [org.xdi.oxd.server.service.SiteConfigurationService] Loading site file name: oxd-default-site-config.json 2016-12-16 13:28:31,802 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:28:31,802 ERROR [org.xdi.oxd.server.license.LicenseFile] No content to map to Object due to end of input 2016-12-16 13:28:31,806 TRACE [org.xdi.oxd.server.license.LicenseService] Validating license ... 2016-12-16 13:28:31,807 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:28:31,807 ERROR [org.xdi.oxd.server.license.LicenseFile] No content to map to Object due to end of input 2016-12-16 13:28:31,807 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:28:31,807 ERROR [org.xdi.oxd.server.license.LicenseService] Failed to load license file : /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:28:31,924 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2016-12-16 13:28:32,559 TRACE [org.xdi.oxd.server.license.MacAddressProvider] Generating new mac address ... ip: OD021/127.0.1.1 2016-12-16 13:28:32,580 TRACE [org.xdi.oxd.server.license.LicenseFileUpdateService] Updating license, license_id: 460d4b14-6c92-454f-a55e-1cf60647acb2, retry: 0 ... Mac address: D4-3D-7E-6A-C6-34 2016-12-16 13:28:36,633 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:28:36,725 INFO [org.xdi.oxd.server.license.LicenseFileUpdateService] License file updated successfully. Mac address: D4-3D-7E-6A-C6-34 2016-12-16 13:28:36,760 TRACE [org.xdi.oxd.server.license.LicenseService] Validating license ... 2016-12-16 13:28:36,760 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:28:36,761 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : D4-3D-7E-6A-C6-34 2016-12-16 13:28:36,762 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2016-12-16 13:28:38,303 TRACE [org.xdi.oxd.server.license.LicenseService] License is validated successfully. 2016-12-16 13:28:38,312 TRACE [org.xdi.oxd.server.license.LicenseService] License data: LicenseMetadata{creationDate=Tue Oct 25 17:52:32 IST 2016, licenseId=null, autoupdate=true, active=true, product=oxd, licenseName='Inderpal C#', expirationDate=Sat Oct 31 01:30:00 IST 2020, licenseCountLimit=9999, customerName=, emails=[]} 2016-12-16 13:28:38,314 INFO [org.xdi.oxd.server.service.SocketService] Server socket is bound to port: 8099, with timeout: 0 seconds. Start listening for notifications. 2016-12-16 13:28:45,309 INFO [org.xdi.oxd.server.ServerLauncher] Starting... 2016-12-16 13:28:45,310 INFO [org.xdi.oxd.server.ServerLauncher] commit: e6faaea1aa117f23812d7dbfa135fa12cb09b192, branch: origin/version_2.4.4, build time:15.11.2016 @ 09:56:59 EST 2016-12-16 13:28:45,494 TRACE [org.xdi.oxd.server.service.ConfigurationService] Try to load configuration from system property: oxd.server.config, value: bin/../conf/oxd-conf.json 2016-12-16 13:28:45,619 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration loaded successfully from system property: oxd.server.config. 2016-12-16 13:28:45,619 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration: Configuration{port=8099, timeOutInSeconds=0, jettyPort=0, startJetty=false, localhostOnly=true, useClientAuthenticationForPat=true, useClientAuthenticationForAat=true, trustAllCerts=true, keyStorePath='', keyStorePassword='', licenseId='460d4b14-6c92-454f-a55e-1cf60647acb2', publicKey='57lgKTz0XLjRj1e7zDDzKn6DS/vHxsE2JUq3RX/wm0r7a69pz+9KSHgumRkkZE52XAAyliZXJhbeqE/F96r42x0xh+ZIpsyyDOXmHoSkTD8VG4rnLpNgHjF6hllRNPC9QyKhC05LM5/NV6UQ7OW37QXe4KFC9Dsgb9i3Vbk/YNRd3KJijkKDUiRXk/ynMzU6N2m8Fo85KdrthS1wRcVfyJlcO3IVFR0+l9mGopUBy5m+bjVRbOcJzM4+zt3/yGeW01RxWcFzZfWxif4gMFTjbbtfvYaQ/JizT7Le4lJ4x+lz+xD6/GvKy3gw4FNFIf+XqPMsCq3xD9l4Sp9VMxgvYWM7hk2NnrW0VsOUXAmvcjw/6aeKZH9EbVqdU/9lriHltq7/Gq4qZBh331rwtesxzw==', publicPassword='RHP6nVeUKkVNsC9sgUOb', licensePassword='QwDf9XAlXiBPVWJGYZw4', supportGoogleLogout='true', stateExpirationInMinutes='5', nonceExpirationInMinutes='5'} 2016-12-16 13:28:45,631 INFO [org.xdi.oxd.server.service.ConfigurationService] Configuration directory: bin/../conf 2016-12-16 13:28:45,633 TRACE [org.xdi.oxd.server.service.SiteConfigurationService] Loading site file name: oxd-default-site-config.json 2016-12-16 13:28:45,680 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:28:45,682 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : D4-3D-7E-6A-C6-34 2016-12-16 13:28:45,683 TRACE [org.xdi.oxd.server.license.LicenseService] Validating license ... 2016-12-16 13:28:45,683 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:28:45,683 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : D4-3D-7E-6A-C6-34 2016-12-16 13:28:45,691 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2016-12-16 13:28:48,343 TRACE [org.xdi.oxd.server.license.LicenseService] License is validated successfully. 2016-12-16 13:28:48,353 TRACE [org.xdi.oxd.server.license.LicenseService] License data: LicenseMetadata{creationDate=Tue Oct 25 17:52:32 IST 2016, licenseId=null, autoupdate=true, active=true, product=oxd, licenseName='Inderpal C#', expirationDate=Sat Oct 31 01:30:00 IST 2020, licenseCountLimit=9999, customerName=, emails=[]} 2016-12-16 13:28:48,358 TRACE [org.xdi.oxd.server.license.LicenseService] Validating license ... 2016-12-16 13:28:48,358 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:28:48,359 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : D4-3D-7E-6A-C6-34 2016-12-16 13:28:48,359 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2016-12-16 13:28:49,323 TRACE [org.xdi.oxd.server.license.LicenseService] License is validated successfully. 2016-12-16 13:28:49,323 TRACE [org.xdi.oxd.server.license.LicenseService] License data: LicenseMetadata{creationDate=Tue Oct 25 17:52:32 IST 2016, licenseId=null, autoupdate=true, active=true, product=oxd, licenseName='Inderpal C#', expirationDate=Sat Oct 31 01:30:00 IST 2020, licenseCountLimit=9999, customerName=, emails=[]} 2016-12-16 13:28:49,341 ERROR [org.xdi.oxd.server.service.SocketService] Could not listen on port: 8099. 2016-12-16 13:28:49,342 ERROR [org.xdi.oxd.server.ServerLauncher] Failed to start oxd server. java.net.BindException: Address already in use at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387) at java.net.ServerSocket.bind(ServerSocket.java:375) at java.net.ServerSocket.<init>(ServerSocket.java:237) at org.xdi.oxd.server.service.SocketService.listenSocket(SocketService.java:71) at org.xdi.oxd.server.ServerLauncher.startOxd(ServerLauncher.java:85) at org.xdi.oxd.server.ServerLauncher.start(ServerLauncher.java:62) at org.xdi.oxd.server.ServerLauncher.main(ServerLauncher.java:51) 2016-12-16 13:29:09,329 INFO [org.xdi.oxd.server.ServerLauncher] Starting... 2016-12-16 13:29:09,359 INFO [org.xdi.oxd.server.ServerLauncher] commit: e6faaea1aa117f23812d7dbfa135fa12cb09b192, branch: origin/version_2.4.4, build time:15.11.2016 @ 09:56:59 EST 2016-12-16 13:29:10,074 TRACE [org.xdi.oxd.server.service.ConfigurationService] Try to load configuration from system property: oxd.server.config, value: bin/../conf/oxd-conf.json 2016-12-16 13:29:10,314 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration loaded successfully from system property: oxd.server.config. 2016-12-16 13:29:10,314 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration: Configuration{port=8099, timeOutInSeconds=0, jettyPort=0, startJetty=false, localhostOnly=true, useClientAuthenticationForPat=true, useClientAuthenticationForAat=true, trustAllCerts=true, keyStorePath='', keyStorePassword='', licenseId='460d4b14-6c92-454f-a55e-1cf60647acb2', publicKey='57lgKTz0XLjRj1e7zDDzKn6DS/vHxsE2JUq3RX/wm0r7a69pz+9KSHgumRkkZE52XAAyliZXJhbeqE/F96r42x0xh+ZIpsyyDOXmHoSkTD8VG4rnLpNgHjF6hllRNPC9QyKhC05LM5/NV6UQ7OW37QXe4KFC9Dsgb9i3Vbk/YNRd3KJijkKDUiRXk/ynMzU6N2m8Fo85KdrthS1wRcVfyJlcO3IVFR0+l9mGopUBy5m+bjVRbOcJzM4+zt3/yGeW01RxWcFzZfWxif4gMFTjbbtfvYaQ/JizT7Le4lJ4x+lz+xD6/GvKy3gw4FNFIf+XqPMsCq3xD9l4Sp9VMxgvYWM7hk2NnrW0VsOUXAmvcjw/6aeKZH9EbVqdU/9lriHltq7/Gq4qZBh331rwtesxzw==', publicPassword='RHP6nVeUKkVNsC9sgUOb', licensePassword='QwDf9XAlXiBPVWJGYZw4', supportGoogleLogout='true', stateExpirationInMinutes='5', nonceExpirationInMinutes='5'} 2016-12-16 13:29:10,375 INFO [org.xdi.oxd.server.service.ConfigurationService] Configuration directory: bin/../conf 2016-12-16 13:29:10,379 TRACE [org.xdi.oxd.server.service.SiteConfigurationService] Loading site file name: oxd-default-site-config.json 2016-12-16 13:29:10,475 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:29:10,491 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : D4-3D-7E-6A-C6-34 2016-12-16 13:29:10,492 TRACE [org.xdi.oxd.server.license.LicenseService] Validating license ... 2016-12-16 13:29:10,492 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:29:10,493 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : D4-3D-7E-6A-C6-34 2016-12-16 13:29:10,612 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2016-12-16 13:29:13,280 TRACE [org.xdi.oxd.server.license.LicenseService] License is validated successfully. 2016-12-16 13:29:13,299 TRACE [org.xdi.oxd.server.license.LicenseService] License data: LicenseMetadata{creationDate=Tue Oct 25 17:52:32 IST 2016, licenseId=null, autoupdate=true, active=true, product=oxd, licenseName='Inderpal C#', expirationDate=Sat Oct 31 01:30:00 IST 2020, licenseCountLimit=9999, customerName=, emails=[]} 2016-12-16 13:29:13,309 TRACE [org.xdi.oxd.server.license.LicenseService] Validating license ... 2016-12-16 13:29:13,309 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:29:13,310 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : D4-3D-7E-6A-C6-34 2016-12-16 13:29:13,310 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2016-12-16 13:29:14,412 TRACE [org.xdi.oxd.server.license.LicenseService] License is validated successfully. 2016-12-16 13:29:14,412 TRACE [org.xdi.oxd.server.license.LicenseService] License data: LicenseMetadata{creationDate=Tue Oct 25 17:52:32 IST 2016, licenseId=null, autoupdate=true, active=true, product=oxd, licenseName='Inderpal C#', expirationDate=Sat Oct 31 01:30:00 IST 2020, licenseCountLimit=9999, customerName=, emails=[]} 2016-12-16 13:29:14,429 ERROR [org.xdi.oxd.server.service.SocketService] Could not listen on port: 8099. 2016-12-16 13:29:14,429 ERROR [org.xdi.oxd.server.ServerLauncher] Failed to start oxd server. java.net.BindException: Address already in use at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387) at java.net.ServerSocket.bind(ServerSocket.java:375) at java.net.ServerSocket.<init>(ServerSocket.java:237) at org.xdi.oxd.server.service.SocketService.listenSocket(SocketService.java:71) at org.xdi.oxd.server.ServerLauncher.startOxd(ServerLauncher.java:85) at org.xdi.oxd.server.ServerLauncher.start(ServerLauncher.java:62) at org.xdi.oxd.server.ServerLauncher.main(ServerLauncher.java:51) 2016-12-16 13:30:16,577 INFO [org.xdi.oxd.server.ServerLauncher] Starting... 2016-12-16 13:30:16,608 INFO [org.xdi.oxd.server.ServerLauncher] commit: e6faaea1aa117f23812d7dbfa135fa12cb09b192, branch: origin/version_2.4.4, build time:15.11.2016 @ 09:56:59 EST 2016-12-16 13:30:17,315 TRACE [org.xdi.oxd.server.service.ConfigurationService] Try to load configuration from system property: oxd.server.config, value: bin/../conf/oxd-conf.json 2016-12-16 13:30:17,578 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration loaded successfully from system property: oxd.server.config. 2016-12-16 13:30:17,579 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration: Configuration{port=8099, timeOutInSeconds=0, jettyPort=0, startJetty=false, localhostOnly=true, useClientAuthenticationForPat=true, useClientAuthenticationForAat=true, trustAllCerts=true, keyStorePath='', keyStorePassword='', licenseId='460d4b14-6c92-454f-a55e-1cf60647acb2', publicKey='57lgKTz0XLjRj1e7zDDzKn6DS/vHxsE2JUq3RX/wm0r7a69pz+9KSHgumRkkZE52XAAyliZXJhbeqE/F96r42x0xh+ZIpsyyDOXmHoSkTD8VG4rnLpNgHjF6hllRNPC9QyKhC05LM5/NV6UQ7OW37QXe4KFC9Dsgb9i3Vbk/YNRd3KJijkKDUiRXk/ynMzU6N2m8Fo85KdrthS1wRcVfyJlcO3IVFR0+l9mGopUBy5m+bjVRbOcJzM4+zt3/yGeW01RxWcFzZfWxif4gMFTjbbtfvYaQ/JizT7Le4lJ4x+lz+xD6/GvKy3gw4FNFIf+XqPMsCq3xD9l4Sp9VMxgvYWM7hk2NnrW0VsOUXAmvcjw/6aeKZH9EbVqdU/9lriHltq7/Gq4qZBh331rwtesxzw==', publicPassword='RHP6nVeUKkVNsC9sgUOb', licensePassword='QwDf9XAlXiBPVWJGYZw4', supportGoogleLogout='true', stateExpirationInMinutes='5', nonceExpirationInMinutes='5'} 2016-12-16 13:30:17,641 INFO [org.xdi.oxd.server.service.ConfigurationService] Configuration directory: bin/../conf 2016-12-16 13:30:17,645 TRACE [org.xdi.oxd.server.service.SiteConfigurationService] Loading site file name: oxd-default-site-config.json 2016-12-16 13:30:17,756 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:30:17,773 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : D4-3D-7E-6A-C6-34 2016-12-16 13:30:17,778 TRACE [org.xdi.oxd.server.license.LicenseService] Validating license ... 2016-12-16 13:30:17,778 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:30:17,779 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : D4-3D-7E-6A-C6-34 2016-12-16 13:30:17,867 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2016-12-16 13:30:20,746 TRACE [org.xdi.oxd.server.license.LicenseService] License is validated successfully. 2016-12-16 13:30:20,760 TRACE [org.xdi.oxd.server.license.LicenseService] License data: LicenseMetadata{creationDate=Tue Oct 25 17:52:32 IST 2016, licenseId=null, autoupdate=true, active=true, product=oxd, licenseName='Inderpal C#', expirationDate=Sat Oct 31 01:30:00 IST 2020, licenseCountLimit=9999, customerName=, emails=[]} 2016-12-16 13:30:20,783 TRACE [org.xdi.oxd.server.license.LicenseService] Validating license ... 2016-12-16 13:30:20,783 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:30:20,783 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : D4-3D-7E-6A-C6-34 2016-12-16 13:30:20,783 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2016-12-16 13:30:21,866 TRACE [org.xdi.oxd.server.license.LicenseService] License is validated successfully. 2016-12-16 13:30:21,867 TRACE [org.xdi.oxd.server.license.LicenseService] License data: LicenseMetadata{creationDate=Tue Oct 25 17:52:32 IST 2016, licenseId=null, autoupdate=true, active=true, product=oxd, licenseName='Inderpal C#', expirationDate=Sat Oct 31 01:30:00 IST 2020, licenseCountLimit=9999, customerName=, emails=[]} 2016-12-16 13:30:21,872 INFO [org.xdi.oxd.server.service.SocketService] Server socket is bound to port: 8099, with timeout: 0 seconds. Start listening for notifications. 2016-12-16 13:44:00,155 INFO [org.xdi.oxd.server.ServerLauncher] Starting... 2016-12-16 13:44:00,182 INFO [org.xdi.oxd.server.ServerLauncher] commit: e6faaea1aa117f23812d7dbfa135fa12cb09b192, branch: origin/version_2.4.4, build time:15.11.2016 @ 09:56:59 EST 2016-12-16 13:44:00,875 TRACE [org.xdi.oxd.server.service.ConfigurationService] Try to load configuration from system property: oxd.server.config, value: bin/../conf/oxd-conf.json 2016-12-16 13:44:01,130 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration loaded successfully from system property: oxd.server.config. 2016-12-16 13:44:01,130 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration: Configuration{port=8099, timeOutInSeconds=0, jettyPort=0, startJetty=false, localhostOnly=true, useClientAuthenticationForPat=true, useClientAuthenticationForAat=true, trustAllCerts=true, keyStorePath='', keyStorePassword='', licenseId='460d4b14-6c92-454f-a55e-1cf60647acb2', publicKey='57lgKTz0XLjRj1e7zDDzKn6DS/vHxsE2JUq3RX/wm0r7a69pz+9KSHgumRkkZE52XAAyliZXJhbeqE/F96r42x0xh+ZIpsyyDOXmHoSkTD8VG4rnLpNgHjF6hllRNPC9QyKhC05LM5/NV6UQ7OW37QXe4KFC9Dsgb9i3Vbk/YNRd3KJijkKDUiRXk/ynMzU6N2m8Fo85KdrthS1wRcVfyJlcO3IVFR0+l9mGopUBy5m+bjVRbOcJzM4+zt3/yGeW01RxWcFzZfWxif4gMFTjbbtfvYaQ/JizT7Le4lJ4x+lz+xD6/GvKy3gw4FNFIf+XqPMsCq3xD9l4Sp9VMxgvYWM7hk2NnrW0VsOUXAmvcjw/6aeKZH9EbVqdU/9lriHltq7/Gq4qZBh331rwtesxzw==', publicPassword='RHP6nVeUKkVNsC9sgUOb', licensePassword='QwDf9XAlXiBPVWJGYZw4', supportGoogleLogout='true', stateExpirationInMinutes='5', nonceExpirationInMinutes='5'} 2016-12-16 13:44:01,193 INFO [org.xdi.oxd.server.service.ConfigurationService] Configuration directory: bin/../conf 2016-12-16 13:44:01,197 TRACE [org.xdi.oxd.server.service.SiteConfigurationService] Loading site file name: oxd-default-site-config.json 2016-12-16 13:44:01,297 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:44:01,317 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : D4-3D-7E-6A-C6-34 2016-12-16 13:44:01,322 TRACE [org.xdi.oxd.server.license.LicenseService] Validating license ... 2016-12-16 13:44:01,322 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:44:01,323 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : D4-3D-7E-6A-C6-34 2016-12-16 13:44:01,441 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2016-12-16 13:44:05,774 TRACE [org.xdi.oxd.server.license.LicenseService] License is validated successfully. 2016-12-16 13:44:05,838 TRACE [org.xdi.oxd.server.license.LicenseService] License data: LicenseMetadata{creationDate=Tue Oct 25 17:52:32 IST 2016, licenseId=null, autoupdate=true, active=true, product=oxd, licenseName='Inderpal C#', expirationDate=Sat Oct 31 01:30:00 IST 2020, licenseCountLimit=9999, customerName=, emails=[]} 2016-12-16 13:44:05,887 TRACE [org.xdi.oxd.server.license.LicenseService] Validating license ... 2016-12-16 13:44:05,887 DEBUG [org.xdi.oxd.server.license.LicenseFile] License file location: /var/www/html/oxd-server-2.4.4-distribution/.oxd-license 2016-12-16 13:44:05,906 TRACE [org.xdi.oxd.server.license.LicenseFile] MAC ADDRESS set to : D4-3D-7E-6A-C6-34 2016-12-16 13:44:05,906 TRACE [org.xdi.oxd.server.service.HttpService] Created TRUST_ALL client. 2016-12-16 13:44:06,936 TRACE [org.xdi.oxd.server.license.LicenseService] License is validated successfully. 2016-12-16 13:44:06,936 TRACE [org.xdi.oxd.server.license.LicenseService] License data: LicenseMetadata{creationDate=Tue Oct 25 17:52:32 IST 2016, licenseId=null, autoupdate=true, active=true, product=oxd, licenseName='Inderpal C#', expirationDate=Sat Oct 31 01:30:00 IST 2020, licenseCountLimit=9999, customerName=, emails=[]} 2016-12-16 13:44:06,941 INFO [org.xdi.oxd.server.service.SocketService] Server socket is bound to port: 8099, with timeout: 0 seconds. Start listening for notifications.

By sumiti monga user 27 Mar 2017 at 5:51 a.m. CDT

sumiti monga gravatar
yes I am using 2.4.4 oxd server .Please help me its very important for me.My cilent will provide the hosted gluu server url But First I need to check with these details Kindle cooperate with me

By Yuriy Zabrovarnyy staff 27 Mar 2017 at 7 a.m. CDT

Yuriy Zabrovarnyy gravatar
In log file I see only that oxd was started and since `2016-12-16` there was no any communication with it. There are no any commands send to oxd at port 8099. Make sure : 1. you have CE 2.4.4 2. OP host refers to your CE 2.4.4 instead of ` $register_site->setRequestOpHost('https://ce-dev2.gluu.org/');`

By sumiti monga user 27 Mar 2017 at 8 a.m. CDT

sumiti monga gravatar
I am using this code for register the site $register_site =new Register_site(); $register_site->setRequestOpHost('https://ce-dev2.gluu.org/'); $register_site->setRequestAcrValues('basic'); $register_site->setRequestAuthorizationRedirectUri('https://drupal-oxd.com/gluu_sso/form/loginform'); $register_site->setRequestPostLogoutRedirectUri('https://drupal-oxd.com/'); $register_site->setRequestContacts('sumiti@ourdesignz.com'); $register_site->setRequestGrantTypes('authorization_code'); $register_site->setRequestResponseTypes('code'); $register_site->setRequestScope('openid, profile,email'); $register_site->request(); $register_site->getResponseOxdId(); print_r($register_site);

By William Lowe user 27 Mar 2017 at 9:09 a.m. CDT

William Lowe gravatar
Sumiti, This needs to be added to your own support ticket. Please create a new ticket that we can track this on. I'm closing this ticket. Will