× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: RE: HTTP Server sits at status JVAW with V4R4 Websphere Application Server 1.1
  • From: "Christopher J. Jewell" <jewellcj@xxxxxxxxxxxxxxxxx>
  • Date: Wed, 25 Apr 2001 22:31:41 -0700
  • Importance: Normal

Dan:

I guess it's not the first , it's the third and last. If this is true,
that's really 'picky'. Unfortunately I won't be able to try it until Monday
as I'm out of town.

Thanks for your help.

Chris Jewell



-----Original Message-----
From: owner-java400-l@midrange.com
[mailto:owner-java400-l@midrange.com]On Behalf Of Eyers, Daniel
Sent: Wednesday, April 25, 2001 8:53 AM
To: 'JAVA400-L@midrange.com'
Subject: RE: HTTP Server sits at status JVAW with V4R4 Websphere
Application Server 1.1


Is the host name in the config script in the hosts table?  Seems to me that
it had to be the first one.. and it had to *exactly* the same....

dan

-----Original Message-----
From: Christopher J. Jewell [mailto:jewellcj@jewellconsult.com]
Sent: Wednesday, April 25, 2001 12:11 AM
To: JAVA400-L@midrange.com
Subject: RE: HTTP Server sits at status JVAW with V4R4 Websphere
Application Server 1.1


Thanks Mandy (and Daniel)for your messages:

My hosts table (the 'Work with TCP/IP Host Table Entries' screen - option 10
from the CFGTCP menu) has the following entries:
     192.168.10.5     laf400.(mycompany.com)
                      S104ZRAM.APPN.SNA.IBM.COM
                      LAF400

where LAF400 is the Host name of the system. The S104ZRAM is the System
Name.

So, it looks as if the host name is present.....

Chris Jewell





-----Original Message-----
From: owner-java400-l@midrange.com
[mailto:owner-java400-l@midrange.com]On Behalf Of
mandy.shaw@Notability.com
Sent: Sunday, April 22, 2001 11:23 AM
To: JAVA400-L@midrange.com
Subject: Re: HTTP Server sits at status JVAW with V4R4 Websphere
Application Server 1.1


When I had exactly this problem, it was because my AS/400 wasn't listed
explicitly by name (alone - no domain) in the TCP/IP hosts table.
Mandy





"Christopher J. Jewell" <jewellcj@jewellconsult.com> on 21/04/2001 02:21:25

Please respond to JAVA400-L@midrange.com

To:   JAVA400-L@midrange.com
cc:    (bcc: Mandy Shaw/Pacific/UK)
Subject:  HTTP Server sits at status JVAW with V4R4 Websphere Application
      Server 1.1





I was wondering if anyone else has had this problem with V4r4 Websphere
1.1.
Our HTTP server is correctly set up and works fine without Websphere. When
I
choose to enable Servlets and JSP with Websphere from the HTTP Server
Configuration Page, and restart the server instance, the server job stays
at
status JVAW and does not move to CNDW. The WRKACTJOB entry is as shown
below:


 LAF400       QTMHHTTP    BCH     5.6  PGM-QZHBHTTP     JVAW

Amazingly, the job has an open empty spooled file QPRINT which is obviously
there to spool a Java exception, but the job log doesn't give any further
information.

When the server instance is ended, the spooled file contains a Java
Exception Trace Stack as shown at the end of this message. I have
associated
the Server Instance with Websphere using the #ncf.native.httpd.cnf.path
property in the jvm.properties file following the instructions at
http://www-1.ibm.com/servers/eserver/iseries/software/websphere/wsappserver
/
docs/as400v11/wasgs44.htm

The problem seems to be due to the classpath as the JVM cannot find the
class 'com/ibm/servlet/service/SEServletManager'. My
'ncf.jvm.use.system.classpath' property is set to 'true', and my system
classpath is:
'.:/QIBM/ProdData/IBMWebAS/lib/ibmwebas.jar:
/QIBM/ProdData/IBMWebAS/lib/jst.jar:/QIBM/ProdData/IBMWebAS/lib/jsdk.jar:/Q
I
BM/ProdData/IBMWebAS/lib/x509v1.jar:/QIBM/ProdData/IBMWebAS/lib/xml4j.jar:/
Q
IBM/ProdData/IBMWebAS/lib/databeans.jar:
/QIBM/ProdData/HTTP/Public/jt400/lib/data400.jar:
/QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar:
/QIBM/ProdData/HTTP/Public/jt400/lib/jui400.jar:
/QIBM/ProdData/HTTP/Public/jt400/lib/uitools.jar:/QIBM/ProdData/HTTP/Public
/
jt400/lib/util400.jar:                       /QIBM/ProdData/HTTP
/Public/jt400/lib/x4j400.jar'

As it's rather hard to locate a class amongst a plethora of jar files,
perhaps someone would 'just know'.

The trace is reproduced below. If any one can help, that would be great.

Thanks

Chris Jewell


java.lang.NoClassDefFoundError: com/ibm/servlet/service/SEServletManager
      java/lang/Error.<init>(Ljava/lang/String;)V+1 (Error.java:53)

com/ibm/servlet/service/SEService.getServletManager()Lcom/sun/server/Servle
t
Manager;+7 (SEService.java:29)

com/sun/server/http/HttpServiceParameters.load(Lcom/sun/server/util/ExPrope
r
ties;Z)V+232 (HttpServiceParameters.java:322)

com/ibm/servlet/service/SEHttpServiceParameters.load(Lcom/sun/server/util/E
x
Properties;Z)V+1 (SEHttpServiceParameters.java:4

com/sun/server/http/HttpServiceParameters.load(Lcom/sun/server/util/ExPrope
r
ties;)V+1 (HttpServiceParameters.java:262)
      com/sun/server/http/HttpServiceParameters.init()V+11
(HttpServiceParameters.java:237)

com/sun/server/http/HttpService.init(Lcom/sun/server/PropertyConfig;)V+16
(HttpService.java:131)
      com/sun/server/ServiceManager.loadServices()V+36
(ServiceManager.java:505)
      com/sun/server/ServiceManager.startServices()Z+8
(ServiceManager.java:348)
      com/sun/server/ServerProcess.main([Ljava/lang/String;)V+121
(ServerProcess.java:231)
      com/ibm/servlet/service/ServerProcessThread.run()V+4
(ServerProcessThread.java:32)
      java/lang/Thread.run()V+11 (Thread.java:466)
Could not instantiate ServletManager class: java.lang.RuntimeException:
Could not start SEServletManager
Defaulting to com.sun.server.http.HttpServletManager
java.lang.NullPointerException


com/sun/server/http/session/SessionContextImpl.initializeSessionIdTemplate(
)
V+15 (SessionContextImpl.java:412)
      com/sun/server/http/session/SessionContextImpl.startServer()V+99
(SessionContextImpl.java:272)

com/sun/server/http/session/SessionContextImpl.initializeParameters()V+179
(SessionContextImpl.java:1423)

etc....

+---
| This is the JAVA/400 Mailing List!
| To submit a new message, send your mail to JAVA400-L@midrange.com.
| To subscribe to this list send email to JAVA400-L-SUB@midrange.com.
| To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner: joe@zappie.net
+---



      Regards,
      Mandy Shaw

      Notability Solutions PLC
      Kingfisher House
      Frimley Business Park
      Camberley
      Surrey
      GU16 5SG
      UK

      http://www.Notability.com
      Email: Mandy.Shaw@Notability.com

      Telephone: +44 (0)870 166 1000
      DDI: +44 870 166 1324
      Facsimile: +44 870 168 3920
      Mobile: +44 7710 447966





----------------------------------------------------------------------
----------------------------------------------------------------------
Catalyst Solutions plc.  Registered No 2918101.
Registered @ Kingfisher House, Frimley Business Park, Frimley,
Surrey. GU16 5SG   U.K.

NOTICE:
This message is intended only for the named addressee(s) and may
contain confidential and/or privileged information. If you are not the
named addressee you should not disseminate, copy or take any action
or place any reliance on it. If you have received this message in error
please notify postmaster@catalyst-solutions.com and delete the message
and any attachments accompanying it immediately.
----------------------------------------------------------------------


+---
| This is the JAVA/400 Mailing List!
| To submit a new message, send your mail to JAVA400-L@midrange.com.
| To subscribe to this list send email to JAVA400-L-SUB@midrange.com.
| To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner: joe@zappie.net
+---


+---
| This is the JAVA/400 Mailing List!
| To submit a new message, send your mail to JAVA400-L@midrange.com.
| To subscribe to this list send email to JAVA400-L-SUB@midrange.com.
| To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner: joe@zappie.net
+---
+---
| This is the JAVA/400 Mailing List!
| To submit a new message, send your mail to JAVA400-L@midrange.com.
| To subscribe to this list send email to JAVA400-L-SUB@midrange.com.
| To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner: joe@zappie.net
+---


+---
| This is the JAVA/400 Mailing List!
| To submit a new message, send your mail to JAVA400-L@midrange.com.
| To subscribe to this list send email to JAVA400-L-SUB@midrange.com.
| To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner: joe@zappie.net
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.