cancel
Showing results for 
Search instead for 
Did you mean: 

server connection AFW is not curretly started...

AlexandreCoust
Explorer
0 Kudos

Hello,

All receive messages in integration engine are processed in error:

http error 503, service unavailable, server connection AFW is not

curretly started

When we check the url

http://host:50000/MessagingSystem/receive/AFW/XI

The message is:

<?xml version="1.0" encoding="UTF-8" ?>

- <StatusInfo>

<StatusMessage>MessagingServlet is active.</StatusMessage>

<Version>Messaging System 7.1</Version>

<Usage>http://[host]:[port]/MessagingSystem/receive/[connection]/

[protocol]</Usage>

<RequestURL>http://host:50000/MessagingSystem/receive/AFW/XI</RequestURL>

- <Connection>

<Name>AFW</Name>

<Status>stopped</Status>

<Listener>unavailable</Listener>

</Connection>

- <Protocol>

<Name>XI</Name>

<Status>EventHandler registered</Status>

</Protocol>

</StatusInfo>

The service XPI Service: AF Core and all others XPI services are

running.

All the com.sap.aii* applications are running too.

In the application

http://host:50000/MessagingSystem/monitor/systemStatus.jsp, the

listeners are not started.

We can't find any error message about this problem in log files.

How can i start these listeners?

Thanks for your help.

Alexandre

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Alexandre,

Check if the j2ee engine is being started in SAFE mode.

Startup mode [SAFE] and action [DEPLOY] read

It can lead that not all applications are started.

Possibly the deployment did not finish successfully. Did you get any error messages during deployment/installation?

Set the j2ee engine to normal mode as described below and restart j2ee engine. Check in std_server0.out tracefile (located in sap workdirectory) that the j2ee is starting in normal mode.

Use configtool to switch the system to NORMAL mode.

1. Start the configtool script file from the /usr/sap/<SID>/<instance

name>/j2ee/configtool/ directory.

2. From the menu choose "File" > "Safe Mode". A dialog box appears.

3. Choose "No" from the "Safe Mode Enabled" drop-down list.

4. Choose "OK".

5. Save the settings and confirm all the messages that are displayed.

After, restart the system and let us know if the error is gone.

Regards,

Caio Cagnani

AlexandreCoust
Explorer
0 Kudos

Hi Caio,

Well done !!!!

The Java engine was in safe mode, performing action [NONE]...

I put the engine in mode [NORMAL] and everythings runs well.

Thanks a lot.

Regards,

Alexandre

Answers (0)