cancel
Showing results for 
Search instead for 
Did you mean: 

J2EE-Engine starts manual?

Former Member
0 Kudos

Hi,

how can I start the J2EE-Engine manual?

After successfull installation of java-add-in, there is no J2EE-Engine in the SAP-MMC.

It seems curious. Thus, my question.

Thanks.

Greets

Stefan

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member187339
Active Contributor
0 Kudos

Hi Stefen,

Starting/Stopping a SAP Web AS J2EE system (J2EE only)

You start / stop the SAP J2EE engine as follows:

• On Windows:

Use the SAP Management Console (Start → Programs → SAP Management

Console)

• On UNIX:

Run startsap / stopsap from usr/sap/<SAPSID>/JCxx/exe

The command stopsap shutdowns the database, the enqueue and message

server, and the J2EE engine.

Before running the command startsap, you must make sure that the database is

running. The command startsap does not start the database.

Check if the engine is up&running by entering the following URL in your browser

http://<hostname>:5<instance_number>00 -> The J2EE homepage should appear.

regards

Suraj

Former Member
0 Kudos

Hi Suraj,

it does not exist any J2EE-Engine in the SAP-MMC, after successfull Installation of Java-add-in.

Thats my problem, thus I want to start the J2EE-Engine with an "exe-File".

Do you know the name of the "exe-file"?

Greets

Stefan

Former Member
0 Kudos

Hi Stefen,

This happens when the <i>sapmmc.dll</i> gets un-registered.

U can do the following

Open a command prompt and execute <b><i>regsvr32 sapmmc.dll</i></b> .

The the nodes should appear inside the MMC console.

This should solve ur problem

Cheers

Sunita

Former Member
0 Kudos

Hi Sunita,

Thanks for your suggestion,

but no J2EE-Engine appears in die SAP-MMC.

What could I've made wrong while installation, that no J2EE-Engine appeared?

Do you have any suggestion?

Thanks.

Greets

Stefan Zeller

Former Member
0 Kudos

Hi Stefan,

Try and see if u can manually start the engine. try the following

1.Go to cmd and the path

<i>Installation Drive:</i>\usr\sap\<SID>\SYS\exe\run>

2.Run the command

STARTSAP.EXE name=<SID> nr=<SYSNR> SAPDIAHOST=<host>

If the engine starts then the installation is fine.

Cheers

Sunita

Former Member
0 Kudos

Hi Sunita,

when I try to start the engine I get this message.

D:\usr\sap\XI3\SYS\exe\run>sapstart.exe name=XI3 nr=00 SAPDIAHOST=PROSRVSAP1

sapstart.exe=>sapparam(1c): No Profile used.

SAP System PROSRVSAP1_XI3_00 is already running.

So I do not reach the engine via browser (http://host:50000)

Greets

Stefan

Former Member
0 Kudos

Hi Stefan,

Are u sure that the instance number (nr=00) is right for the j2ee instance and its not the <b><i>nr</i></b> for <i>Central instance</i>.???

Sunita

Former Member
0 Kudos

Hi Sunita,

it shows the message "startsap continues".

I'd tried with the right instance number(03).

The same message was shown.

Greets Stefan