>Is there a way to check if the service on port 1085 works as intended?

Yes.

telnet host-ip 1085

This should connect to the WO instance.  If it says connection refused then
check to see if the port is not blocked by inbound access rules.

Also, I had a similar issue recently and Ralf's suggestion below fixed the
issue.

Ralf Schuchardt <r...@gmx.de>

The shell script wotaskd.woa/Contents/Resources/SpawnOfWotaskd.sh is
actually responsible for starting the app.
The old WebObjects version would redirect the start output to /dev/null,
while newer Wonder versions may redirect it to
/Library/WebObjects/Logs/SpawnOfWotaskd.log if a /tmp/logWebObjects file
exists. So you may have to modify the actual log file location and then
enable logging.

Ralf



On Sun, Aug 6, 2017 at 7:32 PM, Rainer Duffner <rai...@ultra-secure.de>
wrote:

>
> Am 07.08.2017 um 01:00 schrieb Theodore Petrosky <tedp...@yahoo.com>:
>
> how about the permissions? and starting wotaskd  womonitor as services.
>
>
>
>
> So, I get this in the error_log of the vhost that uses webobjects:
>
>
> [Mon Aug 07 01:17:11.220413 2017] [:error] [pid 7912] Request handling
> error: The requested application was not found on this server.
> [Mon Aug 07 01:17:13.232976 2017] [:error] [pid 7914] sendBuffers(): send
> error: Connection refused
> [Mon Aug 07 01:17:13.233009 2017] [:error] [pid 7914] error sending request
> [Mon Aug 07 01:17:13.233281 2017] [:error] [pid 7914] Request handling
> error: The requested application was not found on this server.
> [Mon Aug 07 01:17:13.233646 2017] [:error] [pid 7911] sendBuffers(): send
> error: Connection refused
> [Mon Aug 07 01:17:13.233657 2017] [:error] [pid 7911] error sending request
> [Mon Aug 07 01:17:13.233764 2017] [:error] [pid 7911] Request handling
> error: The requested application was not found on this server.
>
>
> I’ve disabled IPv6 and it does listen on that port:
>
> Active Internet connections (only servers)
> Proto Recv-Q Send-Q Local Address           Foreign Address         State
>       User       Inode      PID/Program name
> tcp        0      0 0.0.0.0:80              0.0.0.0:*
> LISTEN      0          16847      850/httpd
> tcp        0      0 0.0.0.0:56789           0.0.0.0:*
> LISTEN      995        18494      959/java
> tcp        0      0 0.0.0.0:22              0.0.0.0:*
> LISTEN      0          16412      938/sshd
> tcp        0      0 127.0.0.1:5016          0.0.0.0:*
> LISTEN      20101      18530      1294/java
> tcp        0      0 127.0.0.1:5017          0.0.0.0:*
> LISTEN      20101      18598      1294/java
> tcp        0      0 127.0.0.1:25            0.0.0.0:*
> LISTEN      0          17435      1549/master
> tcp        0      0 127.0.0.1:5018          0.0.0.0:*
> LISTEN      20101      18531      1294/java
> tcp        0      0 127.0.0.1:5019          0.0.0.0:*
> LISTEN      20101      18532      1294/java
> tcp        0      0 127.0.0.1:5020          0.0.0.0:*
> LISTEN      20101      18533      1294/java
> tcp        0      0 192.168.88.116:1085     0.0.0.0:*
> LISTEN      995        18522      2254/java
> tcp        0      0 0.0.0.0:6022            0.0.0.0:*
> LISTEN      995        18677      2254/java
> udp        0      0 192.168.88.116:47326    0.0.0.0:*
>       995        18511      959/java
> udp        0      0 127.0.0.1:323           0.0.0.0:*
>       996        13718      614/chronyd
> udp        0      0 0.0.0.0:1085            0.0.0.0:*
>       995        18552      2254/java
>
>
> Is there a way to check if the service on port 1085 works as intended?
>
>
>
>
>
>
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-
> dev/sjoe76948%40gmail.com
>
> This email sent to sjoe76...@gmail.com
>
>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to