It looks like "%LIBL%" parameter is used differently. It cannot find the user lib?
-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Dan Kimmel
Sent: 03 December 2009 00:10
To: Java Programming on and around the iSeries / AS400
Subject: RE: QSYSObjectPathName -- Length is not valid???
A stack trace might help. Then we could see what class was throwing the error.
I've not seen %LIBL% used like this. Where is the library list being set?
-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx
[mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Clapham, Paul
Sent: Wednesday, December 02, 2009 5:32 PM
To: java400-l@xxxxxxxxxxxx
Subject: QSYSObjectPathName -- Length is not valid???
Okay, I'm baffled. I have this line of code:
QSYSObjectPathName fileName = new QSYSObjectPathName("%LIBL%", "BLPEDI94", "MAVERIK", "MBR");
and when I run it in my complex environment it throws this exception:
com.ibm.as400.access.ExtendedIllegalArgumentException: objectName
(/QSYS.LIB/%LIBL%.LIB/BLPEDI94.FILE/MAVERIK.MBR): Length is not valid.
If I copy and paste the line of code into a simple program which just does that and then prints the result, I get the result printed. But in my multi-threaded message-processing system, I get the exception. Not only that, the line of code is working correctly in the production environment and it's just failing in the test environment.
In all cases it's the QSYSObjectPathName class which is being loaded from here:
/QIBM/ProdData/OS400/jt400/lib/jt400Native.jar
I'm running V6R1 on this test machine and Java version 1.5.
I don't see anything in Google about this except some unrelated things about data queues which have the wrong length, and I downloaded the JTOpen source code (version 6.6) and I don't see this error message being thrown from that constructor, or anywhere in the class. Anybody have any idea what this is all about?
Regards
Paul Clapham
--
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 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.
Consider the environment and think before you print this email.
Registered Address: Fortis House Tollgate Eastleigh Hampshire SO53 3YA Registered Number: 354568 England
Authorised and regulated by the Financial Services Authority
This e-mail together with any attachments are intended for the addressee only and may be private and confidential. If you are not the intended recipient, or the person responsible for delivering it to the intended recipient, you must not open any attachments, or copy, disclose, distribute, retain or use this e-mail, including any attachments, in any way whatsoever; please return it to us immediately using the reply facility on e-mail.
Consider the environment and think before you print this email.
As an Amazon Associate we earn from qualifying purchases.