cancel
Showing results for 
Search instead for 
Did you mean: 

User j2ee_admin on Testdrive WAS 6.40 MAX DB with Suse 9.1

Former Member
0 Kudos

Hello!

I have installed the Web AS 6.40 TESTDRIVE on SUSE Linux 9.1 professional. When i was starting SAPGui and calling TA smicm, the ICM-Monitor shows the following Configuration:

ABAP Server operational = TRUE

J2EE Server configured = FALSE

J2EE Server operational = FALSE

Pointing the browser to <hostname>:50000 shows an error site:

503 Service Unavailable:

Dispatcher running but no servers connected.

What must i do to start the j2ee-environment?

The logfile when starting the testdrive has some errors too, but i don't know whether they are important:

nw4host:nw4adm 25> startsap nw4host

Checking ADA db Database

-


ABAP Database is not available via R3trans

Checking ADA db Database

-


Error: java.io.FileNotFoundException: JdbcCon.log (Permission denied)

J2EE Database is not available via test

See logfile JdbcCon.log

Starting SAP-Collector Daemon

-


  • This is Saposcol Version COLL 20.85 04/03/01 640 - V1.12 for Linux

  • Usage: saposcol -l: Start OS Collector

  • saposcol -k: Stop OS Collector

  • saposcol -d: OS Collector Dialog Mode

  • saposcol -s: OS Collector Status

  • The OS Collector (PID 13574) is already running .....

saposcol already running

Running /usr/sap/NW4/SYS/exe/run/startdb

Trying to start database ...

Log file: /sapmnt/home/nw4adm/startdb.log

NW4 database started

/usr/sap/NW4/SYS/exe/run/startdb completed successfully

Checking ADA db Database

-


ABAP Database is running

Starting SAP Instance SCS01

-


Startup-Log is written to /sapmnt/home/nw4adm/startsap_SCS01.log

Instance on host nw4host started

Starting SAP Instance DVEBMGS00

-


Startup-Log is written to /sapmnt/home/nw4adm/startsap_DVEBMGS00.log

Instance on host nw4host started

IGS on host nw4host started

nw4host:nw4adm 26>

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185954
Active Contributor
0 Kudos

Hi,

Can you paste content of JdbcCon.log , or does it exist in the first place.

Regards,

Siddhesh

Former Member
0 Kudos

I had a similar error message. I believe it was caused by running startsap while nw4adm user's current directory is not it's home. JdbcCon.log is apparently created in the current directory and if the user does not have write access to it, it cannot be created at all.

To add to the confusion, sometimes you may have the log file in nw4adm home left from a prevuous start.

E.g. when you do su nw4adm, your current directory is / or /root, or something nw4adm cannot write to.

It was fixed by doing cd ~ before startsap

Former Member
0 Kudos
Checking ADA db Database
------------------------------
Error: java.io.FileNotFoundException: JdbcCon.log (Permission denied)
J2EE Database is not available via test 

- this looks like you are not in nw4adm's home directory. After doing su nw4adm, do cd ~ to change to the home dir, then start the instance.