cancel
Showing results for 
Search instead for 
Did you mean: 

NW2004s testdrive, j2ee not running?

0 Kudos

Hello

since I got the ABAP stack running on my NW2004s testdrive installation, I tried, if I could run some BSP-application. So I entered http://n4shost:8001/sap/bc/bsp/sap/srt_browser/default.htm (from the BSP application SRT_BROWSER) into the url of my browser. But I got 'Service cannot be reached'.

When I try http://n4shost:8001/ I get

503 Service not available

Error: -6

Version: 7000

Component: J2EE Server

Date/Time: Sun Feb 3 21:30:34 2008

Module: http_j2ee_mt.c

Line: 818

Server: frodo_N4S_01

Error Tag:

Detail: Cannot reach external Application Server on localhost:50100

http://n4shost:8100/ gives me

Not found

The following error occured:

MsSGetNextLogon: no server found which provides service HTTP (msxxserv_mt.c [18576])

SAP message server ,release 700 (N4S)

http://n4shost:51000/ indeed is not running, but http://n4shost:50113 and http://n4shost:50013 give me the SAP Management Console.

So something is running, but j2ee seems not. Please be patient with me if I'm confusing something here, but I'm new to java

What can I do now?

Btw, when I installed, I had the java version installed, that came with the distribution (openSuse 10.3): sun-java 1.6.0 64bit. The installation gave no errors. But since then I installed the IBM-java-1.4.2 that is recommended, but still no change. Shall I reinstall with the IBM-java?

Thx in advance

Eberhard

Edited by: Eberhard Harbrink on Feb 3, 2008 9:42 PM

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

Java 1.6 will DEFINITELY not work.

You need to use IBM JDK 1.4.2 for 64bit Linux.

Markus

0 Kudos

Pity, because eclipse on opensuse 10.3 definitely needs java 1.6.0 64bit, PaltinGUI needs 32bit java and firefox java plugin need 32 java too. Too many versions

markus_doehr2
Active Contributor
0 Kudos

This is not a real problem - you can install them in parallel - using different paths and giving the right one on installation

Markus

0 Kudos

I found out that in .cshrc LD_LIBRARY_PATH was set to include directories from java-1.5, either by the setup routine or by suse adduser. I had to change it to

setenv LD_LIBRARY_PATH $:/opt/IBMJava2-amd64-142/jre/bin/j9vm/:/opt/IBMJava2-amd64-142/jre/bin/

Answers (0)