Re: 5733QU2 - installation/first run problem
- From: tomasz <t.stefaniak@xxxxxxxxx>
- Date: Wed, 12 Dec 2007 13:09:05 -0800 (PST)
Hi.
Thank you for your advices. I've checked all possibilities you've
described and it looks like this.
1) There is a "-clean=true" in my "config.properties" file.
2) I've checked the authority of "/qibm/userdata/webquery/IBI/
webfocus76/WQLWI7/conf/httpd.conf" and there was *PUBLIC - *EXCLUDE
for WQLWI7 and CONF directory (I've changed it)
3) I' ve verified if JDK 5.0 is installed. Everything looks just like
you've described
4) I've reviewed logs, and logs in /qibm/userdata/webquery/IBI/
webfocus76/WQLWI7/logs/ looks like:
---
error_log.Q1071212
Wed Dec 12 07:52:02 2007Ń ŁnoticeŃ ZSRV_MSG0387: SIGTERM received.
Shutting down.
Wed Dec 12 08:40:03 2007Ń ŁnoticeŃ ZSRV_MSG0385: Apache configured --
resuming normal operations.
Wed Dec 12 08:55:29 2007Ń ŁnoticeŃ ZSRV_MSG0385: Apache configured --
resuming normal operations.
Wed Dec 12 09:15:15 2007Ń ŁnoticeŃ ZSRV_MSG0387: SIGTERM received.
Shutting down.
Wed Dec 12 09:18:51 2007Ń ŁnoticeŃ ZSRV_MSG0385: Apache configured --
resuming normal operations.
Wed Dec 12 09:36:16 2007Ń ŁnoticeŃ ZSRV_MSG0385: Apache configured --
resuming normal operations.
Wed Dec 12 21:24:30 2007Ń ŁnoticeŃ ZSRV_MSG0387: SIGTERM received.
Shutting down.
Wed Dec 12 21:28:51 2007Ń ŁnoticeŃ ZSRV_MSG0385: Apache configured --
resuming normal operations.
---
lwistderr.txt
Logging configuration class
"com.ibm.rcp.core.internal.logger.boot.LoggerConfig"
failed
java.lang.ClassNotFoundException:
com.ibm.rcp.core.internal.logger.boot.LoggerConfig
Exception in thread "main" java.lang.NoClassDefFoundError:
com.ibm.rcp.core.internal.launcher.logging.Tstream
at com.ibm.lwi.LaunchLWI.setLogFiles(LaunchLWI.java:
205)
at com.ibm.lwi.LaunchLWI.main(LaunchLWI.java:
1045)
---
lwistdout.txt
Starting LWI v7.1 server (WQLWI7, /qibm/userdata/webquery/ibi/
webfocus76/WQLWI7/lwi)
System time: Wed Dec 12 21:25:25
2007
Server type: QIBM_LWI71
-1308525691
---
in /qibm/userdata/webquery/IBI/webfocus76/WQLWI7/lwi/logs looks like:
jobname.txt
251811/QWEBQRYADM/QP0ZSPWP
---
5) - WRKJOB JOB(QWEBQRYADM/QP0ZSPWP) doesn't show me anything but:
Job /QWEBQRYADM/QP0ZSPWP not found.
This job 'tries' to start after I use STRWEBQRY and finish after few
seconds, I can't find any log of this job.
- WRKSPLF QWEBQRYADM
doesn't give me any valuable information about errors
6) I've installed all PTFs that are mentioned in APAR II14318
7) There is only 3 jobs QHTTPSVR subsystem:
WQLWI7 QTMHHTTP BATCH ACTIVE PGM-QZHBMAIN
WQLWI7 QTMHHTTP BATCHI ACTIVE PGM-QZSRLOG
WQLWI7 QTMHHTTP BATCHI ACTIVE PGM-QZSRHTTP
7) I've checked /qibm/userdata/os/osgi/registry/registry.data file and
I've found entry like this:
Admin:0:/QIBM/ProdData/HTTPA/admin
WQLWI7:0:/qibm/UserData/WebQuery/ibi/webfocus76/WQLWI7
So bassicly I don't have any idea about possible errors. Perhaps I
just remove 5733QU2 and do everything according to manual once more.
Regards,
Tomasz
On 12 Gru, 20:13, Mark <nos...@xxxxxxxxxxxxxxx> wrote:
On Tue, 11 Dec 2007 12:21:39 -0800 (PST), tomasz <t.stefan...@xxxxxxxxx> wrote:
so, now I tried to lunch webquery from webbrowser http://<IP>:11331/webquery
and I only get:
-------
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Please contact the server administrator, [no address given] and inform
them of the time the error occurred, and anything you might have done
that may have caused the error.
Sorry, this is a bit random but here is a dump of suggestions that came from IBM Tech
Support when I was trying to get 5733QU2 to work - there maybe something here that will
help.
I did eventually get it running. The sad part is that I remain very unimpressed by this
product - it's simply not slick enough.
Anyway, in reverse order:
*********
From: techsupp...@xxxxxxxxxxxxx [mailto:techsupp...@xxxxxxxxxxxxx]
Sent: 23 October 2007 17:03
Rochester support have reviewed the logs sent in, they have identified a similarity in the
lwi log with a previously reported problem.
They have requested you try the circumvention that resolved this previous issue:-
The circumvention was:
We made a change in this file:
/QIBM/USERDATA/WEBQUERY/IBI/WEBFOCUS76/WQLWI7/lwi/conf/overrides/config.properties
We simply added the following line to the end of the file:
-clean=true
We do appreciate your patience while we attempt to find a resolution to this problem.
*********
From: techsupp...@xxxxxxxxxxxxx [mailto:techsupp...@xxxxxxxxxxxxx]
Sent: 22 October 2007 15:14
The internal server -500 error is a common symptom for several issues, unfortunately there
doesn't appear to be a single solution for all of these issues.
We have been working with Rochester support on the same error being reported by other
customers and these are some of the things we have been asked to check out..
a) Check the authority of: /qibm/userdata/webquery/IBI/webfocus76/WQLWI7/conf/httpd.conf
Be sure to check the authority on each folder/directory.
I have found a few cases where *PUBLIC is *EXCLUDE and QWEBQRYADM does not have explicit
authority either. The httpd.conf file contains the commands that will launch the LWI
server.
b) Verify JDK 5.0 (J9) is installed and working.
In qshell:> export JAVA_HOME=/QOpenSys/QIBM/ProdData/JavaVM/jdk50/32bit
$
java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 20071511-SR5)
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 OS400 ppc-32 j9vmap3223-20070426 (JIT enabled)
J9VM - 20070420_12448_bHdSMR
JIT - 20070419_1806_r8
GC - 200704_19)
JCL - 20071511-SR5
$> java QIBMHello
QIBMHello
$
If J9 is not working a possible work around is to switch to classic JVM:
edit:
/qibm/userdata/webquery/ibi/webfocus76/WQLWI7/conf/i5OSStartup.properties
Change:
engine.useJ9=true --> engine.useJ9=false
c) If the previous steps all check out OK, review logs in the following directory(s):
/qibm/userdata/webquery/IBI/webfocus76/WQLWI7/logs/
and
/qibm/userdata/webquery/IBI/webfocus76/WQLWI7/lwi/logs
d) Check for joblogs:
- WRKJOB JOB(QWEBQRYADM/QP0ZSPWP)
- WRKSPLF QWEBQRYADM
Note: You might need to change logging level on the QDFTSVR job description.
*********
From: techsupp...@xxxxxxxxxxxxx [mailto:techsupp...@xxxxxxxxxxxxx]
Sent: 15 October 2007 16:57
This PMR has been passed over to me to work with.
From the information in the PMR I am assuming you are getting the error message - Error
500 Internal Server Error. The server encountered an internal error or misconfiguration
and was unable to complete your request. I am already dealing with another Web Query issue
reporting this error.
Have you reviewed the Info APAR II14318 and installed all the PTFs recommended in the
APAR?
Could you check that you have 5722JV1 opt. 7 installed on your system, this appears to
also be required in addition to opt. 8. If not could you instal this option together with
the PTFs.
In the Qhttpsvr subsystem do you see 4 jobs-
QP0ZSPWP QWEBQRYADM BATCHI ACTIVE JVM-com.ibm.lw
WQLWI7 QTMHHTTP BATCH ACTIVE PGM-QZHBMAIN
WQLWI7 QTMHHTTP BATCHI ACTIVE PGM-QZSRLOG
WQLWI7 QTMHHTTP BATCHI ACTIVE PGM-QZSRHTTP
Could you also check the registry file ...
/qibm/userdata/os/osgi/registry/registry.data
in that file you should see an entry -
WQLWI7:0:/qibm/UserData/WebQuery/ibi/webfocus76/WQLWI7
Let me know if that entry is not in the file.
--
Mark.
.
- References:
- 5733QU2 - installation/first run problem
- From: tomasz
- Re: 5733QU2 - installation/first run problem
- From: Mark
- 5733QU2 - installation/first run problem
- Prev by Date: Re: 5733QU2 - installation/first run problem
- Next by Date: Files created when we run Embedded SQL
- Previous by thread: Re: 5733QU2 - installation/first run problem
- Next by thread: Answering a MSG from a Called CL
- Index(es):
Relevant Pages
|