ErrLookup › walkor/workerman

walkor/workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. · PHP · 29 source files

Analyzed at 1391112a61 on 2026-08-21. 25 documented errors.

Code / MessageTypeSeverityTags
Bad remoteAddress
exception error php, workerman, async-tcp-connection, address-validation
Invalid protocol scheme '$scheme'
exception error php, workerman, protocol, scheme-validation
class \Protocols\$scheme not exist
exception error php, workerman, protocol, autoloading
Invalid protocol scheme '$scheme'
exception error php, workerman, udp, protocol, scheme-validation
class \Protocols\$scheme not exist
exception error php, workerman, udp, protocol, autoloading
Request->session() fail, header already send
exception error php, workerman, http, session, request-lifecycle
session_create_id() failed
exception error php, workerman, session, session-id
Request->setSidCookie() fail, header already send
exception error php, workerman, http, session, cookies
Please install redis extension.
exception error php, workerman, redis, session, php-extension
Redis connect {$config['host']}:{$config['port']} fail.
exception error php, workerman, redis, session, connection
$timeInterval can not less than 0
exception error php, workerman, timer, scheduling, argument-validation
Timer can only be used in workerman running environment
exception error php, workerman, timer, bootstrap, runtime-context
The $outputStream must to be a stream, %s given
exception error php, workerman, stdout, logging, configuration
%s::$eventLoopClass must implement %s
exception error php, workerman, event-loop, configuration, interface-validation
Fork fail
exception critical php, workerman, daemonize, fork, process-limit, posix
Setsid fail
exception critical php, workerman, daemonize, posix, setsid, containers
can not save pid to ${static::$pidFile}
exception error php, workerman, pid-file, filesystem, permissions, deployment
forkOneWorker fail
exception critical php, workerman, fork, worker-processes, process-limit, cgroups
${errMsg}
exception critical php, workerman, socket, bind, listen, port-in-use, startup
${msg}
exception critical workerman, port-in-use, socket-bind, startup, php
Invalid protocol scheme '$scheme'
exception error workerman, protocol-scheme, config-validation, socket-name, php
class \Protocols\$scheme not exist
exception error workerman, protocol-class, class-not-found, autoload, php
Bad worker->transport ${var_export($this->transport, true)}
exception error workerman, transport, config-validation, socket, php
Event::addTimer($delay) failed
exception error workerman, timer, libevent, event-loop, php
Event::addTimer($interval) failed
exception error workerman, timer, libevent, event-loop, php