AW: Java API/ARS 7.1 question [Resolved]

2009-03-26 Thread Krombholz, Robert, VF-Group
Robert -Ursprüngliche Nachricht- Von: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] Im Auftrag von James Pifer Gesendet: Mittwoch, 25. März 2009 18:44 An: arslist@ARSLIST.ORG Betreff: Re: Java API/ARS 7.1 question [Resolved] I was able to get my hands on 7.5

Re: Java API/ARS 7.1 question [Resolved]

2009-03-26 Thread Michiel Beijen
discussion list(ARSList) [mailto: arsl...@arslist.org] Im Auftrag von James Pifer Gesendet: Mittwoch, 25. März 2009 18:44 An: arslist@ARSLIST.ORG Betreff: Re: Java API/ARS 7.1 question [Resolved] I was able to get my hands on 7.5 api. 100% java is VERY nice, works great. Also works on 64bit

Re: Java API/ARS 7.1 question [Resolved]

2009-03-26 Thread Axton
Robert -Ursprüngliche Nachricht- Von: Action Request System discussion list(ARSList) [mailto: arsl...@arslist.org] Im Auftrag von James Pifer Gesendet: Mittwoch, 25. März 2009 18:44 An: arslist@ARSLIST.ORG Betreff: Re: Java API/ARS 7.1 question [Resolved] I was able to get my

Re: Java API/ARS 7.1 question

2009-03-25 Thread Michiel Beijen
Well, obviously they are in the 'api' subdirectory from a 7.5 server... The APIs used to be hosted as a separate download from http://arswiki.org - Axton put them there. But since there was little user contribution to the wiki (and axton is a busy guy) the last api's you'll find there are v7.1.

Re: Java API/ARS 7.1 question

2009-03-25 Thread Axton
:* Re: Java API/ARS 7.1 question ** Well, obviously they are in the 'api' subdirectory from a 7.5 server... The APIs used to be hosted as a separate download from http://arswiki.org- Axton put them there. But since there was little user contribution to the wiki (and axton is a busy guy

Re: Java API/ARS 7.1 question

2009-03-25 Thread James Pifer
On Wed, 2009-03-25 at 09:51 -0500, Axton wrote: ** Yes, a rather painful way to get them out. The new installers pack everything in a file that I do not know how to unpack, so an install of the server is required to get the api's. I will not be able to accomodate this for HPUX or AIX since I

Re: Java API/ARS 7.1 question

2009-03-25 Thread Chintan Shah
path . PATH- webapps/arsys/WEB-INF/lib Hope it helps. Thanks Chintan --- On Wed, 3/25/09, James Pifer j...@obrien-pifer.com wrote: From: James Pifer j...@obrien-pifer.com Subject: Re: Java API/ARS 7.1 question To: arslist@ARSLIST.ORG Date: Wednesday, March 25, 2009, 8:55 AM On Wed, 2009-03-25 at 09

Re: Java API/ARS 7.1 question

2009-03-25 Thread Axton
...@obrien-pifer.com* wrote: From: James Pifer j...@obrien-pifer.com Subject: Re: Java API/ARS 7.1 question To: arslist@ARSLIST.ORG Date: Wednesday, March 25, 2009, 8:55 AM On Wed, 2009-03-25 at 09:51 -0500, Axton wrote: ** Yes, a rather painful way to get them out. The new installers

Re: Java API/ARS 7.1 question

2009-03-24 Thread Ben Chernys
Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of James Pifer Sent: March 23, 2009 8:22 PM To: arslist@ARSLIST.ORG Subject: Re: Java API/ARS 7.1 question My omnibus version is 3.6, can I use 7.0.1 gateway? Thanks, James On Mon, 2009-03-23

Re: Java API/ARS 7.1 question

2009-03-24 Thread James Pifer
On Mon, 2009-03-23 at 16:26 +0100, Michiel Beijen wrote: ** James, I saw a reference to 'lib64' in your error message. Please make sure that you use a 32-bit version of Java - the 7.1 API libs contain JNI and are not 100% 'pure' java. You could also use the 7.5 api libs, which are 100%

Java API/ARS 7.1 question

2009-03-23 Thread James Pifer
I've had no luck getting IBM Netcol Gateway connected to ARS 7.1. Technically it's not supported, so I'm looking at other options. I'm looking at creating tickets using Java API and then updating back to Netcool using nco_sql. ARS 7.1 is running on linux. From another linux machine I'm trying a

Re: Java API/ARS 7.1 question

2009-03-23 Thread Ben Chernys
Subject: Java API/ARS 7.1 question I've had no luck getting IBM Netcol Gateway connected to ARS 7.1. Technically it's not supported, so I'm looking at other options. I'm looking at creating tickets using Java API and then updating back to Netcool using nco_sql. ARS 7.1 is running on linux. From

Re: Java API/ARS 7.1 question

2009-03-23 Thread Michiel Beijen
James, I saw a reference to 'lib64' in your error message. Please make sure that you use a 32-bit version of Java - the 7.1 API libs contain JNI and are not 100% 'pure' java. You could also use the 7.5 api libs, which are 100% java (assuming that your server is running 7.0.1 or newer). Kind

Re: Java API/ARS 7.1 question

2009-03-23 Thread Axton
Make sure your LD_LIBRARY_PATH includes /usr/ar/bin. The libraries in ./api/lib are dependent on libraries in ./bin. You can check the dependancies using ldd. E.g., $ ldd /usr/ar/api/lib/arapi71.so Axton Grams On Mon, Mar 23, 2009 at 10:45 AM, James Pifer j...@obrien-pifer.com wrote: I've

Re: Java API/ARS 7.1 question

2009-03-23 Thread Ravi
To get rid of those WARN messages, based on one of the previous responses You should find a file laying around your API named log4j.xml. Simply put that in the same dir as your class files and you won't get that error anymore. James Pifer wrote: I've had no luck getting IBM Netcol Gateway

Re: Java API/ARS 7.1 question

2009-03-23 Thread James Pifer
discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of James Pifer Sent: March 23, 2009 4:45 PM To: arslist@ARSLIST.ORG Subject: Java API/ARS 7.1 question I've had no luck getting IBM Netcol Gateway connected to ARS 7.1. Technically it's not supported, so I'm looking at other options

Re: Java API/ARS 7.1 question

2009-03-23 Thread James Pifer
Yes, I switched to 32 bit java and it is working. I will look at 7.5 api too. Thanks, James On Mon, 2009-03-23 at 16:26 +0100, Michiel Beijen wrote: ** James, I saw a reference to 'lib64' in your error message. Please make sure that you use a 32-bit version of Java - the 7.1 API libs