× 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.



My catalina.out log file contains the following error 
in it when I try to start Tomcat. It seems that the
call to the os400 "system" command is not working. I
looked in the catalina.sh file and commented out the
line that sets the job priority and calls "system" to
execute it, but I still get the same problem (and
exception in my log file). I ran a grep to look for
other system command calls, but I don't see any
others. Does anyone have any idea what the problem
could be?

here is the error in my log file...

system: 001-3034 usage: system [-Kknpqsv] CLcommand
[arg ...]  

--- Ivan Hurtado <iva030@xxxxxxxxx> wrote:

> I had the jdk1.4 installed (along with PTFs), and
> then
> I added a SystemDefault.properties file which
> contains
> "java.version-1.4" in it. This finally allows me to
> get see 1.4 when I run the java -version command.
> However, I now have an odd problem... my Tomcat
> server
> which previously worked fine does not start anymore.
> I
> do not see any error message, spool file, job log,
> or
> anything  indicating why. It just does nothing. I
> even
> tried removing the SystemDefault.properties file to
> revert it back to the 1.3 jvm and reset everything
> in
> my Tomcat server to jdk1.3, but I still cannot get
> Tomcat to start at all...
> 
> Help!
> 
> --- colin williams <colin.williams@xxxxxxxxxxxx>
> wrote:
> 
> > Ivan,
> > 
> > below from the IBM website
> > 
> > Using JDK 1.4 on your iSeries
> > 
> > In V5R1, 5722-JV1 supports Options 3 through 6.
> The
> > default JDK used on the
> > system is listed by order of preference below:
> >       1 Option 5 (JDK 1.3)
> >       2 Option 3 (JDK 1.2)
> >       3 Option 6 (JDK 1.4)
> >       4 Option 4 (JDK 1.1.8)
> > 
> > For example, if the iSeries has all four supported
> > options installed. Option
> > 5 (JDK 1.3) is the default. To force the use of
> JDK
> > 1.4 when using Java,
> > specify the 'java.version=1.4' property as in the
> > Verify example above. To
> > make JDK 1.4 the default when JDK 1.3 is
> installed,
> > set the java.version
> > property to 1.4 in the SystemDefault.properties
> file
> > (for example, specify
> > "java.version=1.4" inside the file). The
> > SystemDefault.properties file is
> > not shipped as part of the JDK 1.4 LPP; it is a
> text
> > file that is created by
> > the user. Place the file in one of the following:
> >       o User Home :
> > /home/userid/SystemDefault.properties
> >       o Java Home :
> > /QIBM/UserData/Java400/SystemDefault.properties
> > 
> > The priority in which properties are used is:
> >       1 User specifies on the JAVA command
> >       2 Environment variable
> >       3 User Home
> >       4 Java Home
> > 
> > It is advised to place the
> SystemDefault.properties
> > only in your User Home.
> > Placing it in Java Home causes all users on the
> > system to pick up the values
> > in this file
> > 
> > cheers
> > Colin.W
> > 
> > ----- Original Message ----- 
> > From: "Ivan Hurtado" <iva030@xxxxxxxxx>
> > To: <JAVA400-L@xxxxxxxxxxxx>
> > Sent: Tuesday, August 31, 2004 7:17 PM
> > Subject: JDK 1.4
> > 
> > 
> > > I have added jdk 1.4 to my iSeries v5r2,
> however,
> > I
> > > cannot get the system to recognize/use this new
> > jdk
> > > version.
> > >
> > > Can anyone tell me how to set the default jdk
> for
> > an
> > > iSeries to be jdk 1.4?
> > >
> > > Thanks,
> > > Ivan
> > >
> > >
> > >
> > > _______________________________
> > > Do you Yahoo!?
> > > Win 1 of 4,000 free domain names from Yahoo!
> Enter
> > now.
> > > http://promotions.yahoo.com/goldrush
> > > --
> > > This is the Java Programming on and around the
> > iSeries / AS400 (JAVA400-L)
> > mailing list
> > > To post a message email: JAVA400-L@xxxxxxxxxxxx
> > > To subscribe, unsubscribe, or change list
> options,
> > > visit:
> >
> http://lists.midrange.com/mailman/listinfo/java400-l
> > > or email: JAVA400-L-request@xxxxxxxxxxxx
> > > Before posting, please take a moment to review
> the
> > archives
> > > at http://archive.midrange.com/java400-l.
> > >
> > >
> > 
> > 
> > This e-mail has been sent by a company of Bertram
> > Group Ltd, whose registered office is 1 Broadland
> > Business Park, Norwich, NR7 0WF. 
> > This message, and any attachments, are intended
> > solely for the addressee and may contain
> privileged
> > or confidential information.  If you are not the
> > intended recipient, any disclosure, copying,
> > distribution or any action taken or omitted to be
> > taken in reliance on it, is prohibited and may be
> > unlawful.  If you believe that you have received
> > this email in error, please contact the sender
> > immediately. Opinions, conclusions and statements
> of
> > intent in this e-mail are those of the sender and
> > will not bind a Bertram Group Ltd company unless
> > confirmed in writing by a director independently
> of
> > this message. 
> > Although we have taken steps to ensure that this
> > email and any attachments are free from any virus,
> > we advise that in keeping with good computing
> > practice the recipient should ensure they are
> > actually virus free.
> > 
> > --
> > This is the Java Programming on and around the
> > iSeries / AS400 (JAVA400-L) mailing list
> > To post a message email: JAVA400-L@xxxxxxxxxxxx
> > To subscribe, unsubscribe, or change list options,
> > visit:
> >
> http://lists.midrange.com/mailman/listinfo/java400-l
> > or email: JAVA400-L-request@xxxxxxxxxxxx
> > Before posting, please take a moment to review the
> > archives
> > at http://archive.midrange.com/java400-l.
> > 
> > 
> 
> 
> 
>               
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!
> http://promotions.yahoo.com/new_mail 
> --
> This is the Java Programming on and around the
> iSeries / AS400 (JAVA400-L) mailing list
> To post a message email: JAVA400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit:
> http://lists.midrange.com/mailman/listinfo/java400-l
> or email: JAVA400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the
> archives
> at http://archive.midrange.com/java400-l.
> 
> 



                
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush

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.