Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessary loading of the file #70

Open
bhavikdesai94 opened this issue May 26, 2016 · 0 comments
Open

Unnecessary loading of the file #70

bhavikdesai94 opened this issue May 26, 2016 · 0 comments

Comments

@bhavikdesai94
Copy link

bhavikdesai94 commented May 26, 2016

i am using jaxl library in my project on mac os and set up all configuration but when i am running that project at that time its continue loading and not connecting to the server so how can i solve my problem?
In my error_log file it's write like this :

27-May-2016 06:34:37 UTC] �[32mjaxl:238 - 2016-05-27 06:34:37 - strict mode enabled, adding exception handlers. Set 'strict'=>TRUE inside JAXL config to disable this�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_exception:66 - 2016-05-27 06:34:38 - error handler called with 8, Undefined index: priv_dir, /Applications/MAMP/htdocs/cslink/JAXL/jaxl.php, 168�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_exception:66 - 2016-05-27 06:34:38 - error handler called with 8, Undefined index: bosh_url, /Applications/MAMP/htdocs/cslink/JAXL/jaxl.php, 207�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_exception:66 - 2016-05-27 06:34:38 - error handler called with 8, Undefined index: stream_context, /Applications/MAMP/htdocs/cslink/JAXL/jaxl.php, 214�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_exception:66 - 2016-05-27 06:34:38 - error handler called with 8, Undefined index: resource, /Applications/MAMP/htdocs/cslink/JAXL/jaxl.php, 223�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_exception:66 - 2016-05-27 06:34:38 - error handler called with 8, Undefined index: force_tls, /Applications/MAMP/htdocs/cslink/JAXL/jaxl.php, 224�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_exception:66 - 2016-05-27 06:34:38 - error handler called with 8, Undefined index: bosh_url, /Applications/MAMP/htdocs/cslink/JAXL/jaxl.php, 373�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_fsm:61 - 2016-05-27 06:34:38 - calling state handler 'setup' for incoming event 'connect'�[0m
[27-May-2016 06:34:38 UTC] �[32mjaxl_socket_client:95 - 2016-05-27 06:34:38 - trying tcp://192.168.1.13:5222�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_socket_client:104 - 2016-05-27 06:34:38 - connected to tcp://192.168.1.13:5222�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_loop:82 - 2016-05-27 06:34:38 - active read fds: 1, write fds: 0�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_fsm:71 - 2016-05-27 06:34:38 - current state 'connected'�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_fsm:61 - 2016-05-27 06:34:38 - calling state handler 'connected' for incoming event 'start_stream'�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_loop:82 - 2016-05-27 06:34:38 - active read fds: 1, write fds: 1�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_fsm:71 - 2016-05-27 06:34:38 - current state 'wait_for_stream_start'�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_exception:66 - 2016-05-27 06:34:38 - error handler called with 8, Undefined index: --with-debug-shell, /Applications/MAMP/htdocs/cslink/JAXL/jaxl.php, 408�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_exception:66 - 2016-05-27 06:34:38 - error handler called with 8, Undefined index: --with-unix-sock, /Applications/MAMP/htdocs/cslink/JAXL/jaxl.php, 409�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_socket_client:201 - 2016-05-27 06:34:38 - sent 177/177 of data�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_socket_client:202 - 2016-05-27 06:34:38 - <stream:stream xmlns:stream="http://etherx.jabber.org/streams" version="1.0" to="etechtest" xmlns="jabber:client" xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace">�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_loop:104 - 2016-05-27 06:34:38 - active read fds: 1, write fds: 0�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_socket_client:188 - 2016-05-27 06:34:38 - read 257/257 of data�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_socket_client:189 - 2016-05-27 06:34:38 - <stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='1746847457' from='localhost' xml:lang='en'>stream:error/stream:error/stream:stream�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_fsm:61 - 2016-05-27 06:34:38 - calling state handler 'wait_for_stream_start' for incoming event 'start_cb'�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_fsm:71 - 2016-05-27 06:34:38 - current state 'wait_for_stream_features'�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_fsm:61 - 2016-05-27 06:34:38 - calling state handler 'wait_for_stream_features' for incoming event 'stanza_cb'�[0m
[27-May-2016 06:34:38 UTC] �[37mxmpp_stream:468 - 2016-05-27 06:34:38 - no catch�[0m
[27-May-2016 06:34:38 UTC] �[31mxmpp_stream:112 - 2016-05-27 06:34:38 - got invalid return value from state handler 'wait_for_stream_features', sending end stream...�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_loop:82 - 2016-05-27 06:34:38 - active read fds: 1, write fds: 1�[0m
[27-May-2016 06:34:38 UTC] �[33mxmpp_stream:115 - 2016-05-27 06:34:38 - state handler 'logged_out' returned N;, kindly report this to developers�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_fsm:71 - 2016-05-27 06:34:38 - current state 'logged_out'�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_fsm:61 - 2016-05-27 06:34:38 - calling state handler 'logged_out' for incoming event 'end_cb'�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_loop:104 - 2016-05-27 06:34:38 - active read fds: 0, write fds: 0�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_fsm:71 - 2016-05-27 06:34:38 - current state 'disconnected'�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_loop:115 - 2016-05-27 06:34:38 - no more active fd's to select�[0m
[27-May-2016 06:34:38 UTC] �[37msendmessage:28 - 2016-05-27 06:34:38 - got on_disconnect cb�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_exception:83 - 2016-05-27 06:34:38 - got shutdown handler�[0m
[27-May-2016 06:34:38 UTC] �[32mjaxl:230 - 2016-05-27 06:34:38 - cleaning up pid and unix sock files�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_exception:66 - 2016-05-27 06:34:38 - error handler called with 2, unlink(/Applications/MAMP/htdocs/cslink/JAXL/.jaxl/run/jaxl_693.pid): No such file or directory, /Applications/MAMP/htdocs/cslink/JAXL/jaxl.php, 231�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_exception:66 - 2016-05-27 06:34:38 - error handler called with 2, unlink(/Applications/MAMP/htdocs/cslink/JAXL/.jaxl/sock/jaxl_693.sock): No such file or directory, /Applications/MAMP/htdocs/cslink/JAXL/jaxl.php, 232�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_loop:104 - 2016-05-27 06:34:38 - active read fds: 0, write fds: 0�[0m
[27-May-2016 06:34:38 UTC] �[37mjaxl_exception:66 - 2016-05-27 06:34:38 - error handler called with 2, fclose() expects parameter 1 to be resource, null given, /Applications/MAMP/htdocs/cslink/JAXL/core/jaxl_socket_client.php, 126�[0m
[27-May-2016 06:34:38 UTC] �[32mjaxl_clock:55 - 2016-05-27 06:34:38 - shutting down clock server...�[0m

@bhavikdesai94 bhavikdesai94 changed the title Class not found issue Unnecessary loading of the file May 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants