Re: Problem with a Java Plugin, .arxm file and xercesImpl.jar

2014-11-14 Thread Gordon Frank
I guess we are the only ones doing Data Import through a Java Plugin? No
one has responded, so I am starting to feel that ARSList doesn't have the
answers or just easy questions are answered. I will have to look elsewhere.
:(

Gordon

On Wed, Nov 12, 2014 at 10:37 AM, Gordon Frank gjj...@gmail.com wrote:

 All,
 I am having a problem with a Java Plugin we have which runs the data
 import tool.

 I am on 8.1.02 of the Data Import Tool

 We are on Java 8.0, Windows 2008 Server R2

 The Java Plugin worked for a sort while in this environment when I did the
 following:

 https://community.oracle.com/thread/1312680?start=0
 We accidently saved the .armx file using Notepad. This corrupted the .armx
 file and we tried to recreate. The xercesImpl.jar file prevented this.

 Currently, we have removed the xercesImpl.jar file and we can now save
 and open the .armx file again. It works manually, but not with the original
 Java Plugin.

 I haven't done Java much, so is there a missing step?

 Thanks

 Gordon Frank




-- 

 [image: Crab]
Gordon M. Frank
ITIL V3 Foundation Certified
Security + Certified
Mobile: 410-689-9373

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Problem with a Java Plugin, .arxm file and xercesImpl.jar

2014-11-14 Thread Danny Kellett

The xerces that BMC use is a million years old. Java has a much better
implementation so you are better off without it.

So you are able to save and open the armx

So now what bit is failing in the original java plugin? If this is your
code and you are not giving any indication on where it is failing, then
this could be why you haven't had many replies.

--
Danny Kellett dkell...@javasystemsolutions.com



On Fri, Nov 14, 2014, at 03:09 PM, Gordon Frank wrote:
 ** I guess we are the only ones doing Data Import through a Java
 Plugin? No one has responded, so I am starting to feel that ARSList
 doesn't have the answers or just easy questions are answered. I will
 have to look elsewhere. :(

 Gordon

 On Wed, Nov 12, 2014 at 10:37 AM, Gordon Frank
 gjj...@gmail.com wrote:
 All, I am having a problem with a Java Plugin we have which runs the
 data import tool.

 I am on 8.1.02 of the Data Import Tool

 We are on Java 8.0, Windows 2008 Server R2

 The Java Plugin worked for a sort while in this environment when I
 did the following:


 https://community.oracle.com/thread/1312680?start=0



 We accidently saved the .armx file using Notepad. This corrupted the
 .armx file and we tried to recreate. The “xercesImpl.jar” file
 prevented this.

 Currently, we have removed the “xercesImpl.jar” file and we can now
 save and open the .armx file again. It works manually, but not with
 the original Java Plugin.

 I haven't done Java much, so is there a missing step?

 Thanks

 Gordon Frank




 --
 Crab


 Gordon M. Frank ITIL V3 Foundation Certified Security + Certified
 Mobile: 410-689-9373 _ARSlist: Where the Answers Are and have been
 for 20 years_ Email had 1 attachment:


  * image001.gif 4k (image/gif)


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Problem with a Java Plugin, .arxm file and xercesImpl.jar

2014-11-14 Thread LJ LongWing
Gordon,
You said 'Java Plugin', is this a Java Plugin running in the Remedy Plugin
arena, or a plugin running on something like a Tomcat server...

When you say it's running the Data Import Tool, does that mean that it's
dropping to a command prompt and executing it in a similar manner to what
you would do manually from the server, or, as I have in the past, simply
consuming the JAR file and calling the Data Import Tool methods directly?

On Fri, Nov 14, 2014 at 8:09 AM, Gordon Frank gjj...@gmail.com wrote:

 **
 I guess we are the only ones doing Data Import through a Java Plugin? No
 one has responded, so I am starting to feel that ARSList doesn't have the
 answers or just easy questions are answered. I will have to look elsewhere.
 :(

 Gordon

 On Wed, Nov 12, 2014 at 10:37 AM, Gordon Frank gjj...@gmail.com wrote:

 All,
 I am having a problem with a Java Plugin we have which runs the data
 import tool.

 I am on 8.1.02 of the Data Import Tool

 We are on Java 8.0, Windows 2008 Server R2

 The Java Plugin worked for a sort while in this environment when I did
 the following:

 https://community.oracle.com/thread/1312680?start=0
 We accidently saved the .armx file using Notepad. This corrupted the
 .armx file and we tried to recreate. The “xercesImpl.jar” file prevented
 this.

 Currently, we have removed the “xercesImpl.jar” file and we can now save
 and open the .armx file again. It works manually, but not with the original
 Java Plugin.

 I haven't done Java much, so is there a missing step?

 Thanks

 Gordon Frank




 --

  [image: Crab]
 Gordon M. Frank
 ITIL V3 Foundation Certified
 Security + Certified
 Mobile: 410-689-9373
  _ARSlist: Where the Answers Are and have been for 20 years_


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Problem with a Java Plugin, .arxm file and xercesImpl.jar

2014-11-14 Thread Gordon Frank
It did work, but when I had to redo the .armx file, it stopped. It works
manually, but it was built to come a .arx file to a standard folder and run
into a staging form with the push of an Active Link button. The file gets
to the folder, but It doesn't load the data. The original fix was to add
the xerces file to a directory called enclosed.

https://community.oracle.com/thread/1312680?start=0

I haven't been able to get it to work since the .armx file was corrupted. I
can at least do it manually now, but this was set up for users to push a
button.

The error I get is:
ERROR [pool-4-thread-3] com.bmc.arsys.pluginsvr.plugins.ARPluginContext
(?:?) - Specific Name.ARF.ARSIMPORTER[Specific Name.ARF.ARSIMPORTER]
Mapping definition (arxm) file not found -
E:\Upload\abcdImport\abcd_Import_Mapping.armx



On Fri, Nov 14, 2014 at 10:56 AM, Danny Kellett 
dkell...@javasystemsolutions.com wrote:

 **
 The xerces that BMC use is a million years old. Java has a much better
 implementation so you are better off without it.

 So you are able to save and open the armx

 So now what bit is failing in the original java plugin? If this is your
 code and you are not giving any indication on where it is failing, then
 this could be why you haven't had many replies.

 --
 Danny Kellett
 dkell...@javasystemsolutions.com



 On Fri, Nov 14, 2014, at 03:09 PM, Gordon Frank wrote:

 **
 I guess we are the only ones doing Data Import through a Java Plugin? No
 one has responded, so I am starting to feel that ARSList doesn't have the
 answers or just easy questions are answered. I will have to look elsewhere.
 :(

 Gordon

 On Wed, Nov 12, 2014 at 10:37 AM, Gordon Frank gjj...@gmail.com wrote:

 All,
 I am having a problem with a Java Plugin we have which runs the data
 import tool.

 I am on 8.1.02 of the Data Import Tool

 We are on Java 8.0, Windows 2008 Server R2

 The Java Plugin worked for a sort while in this environment when I did the
 following:



 https://community.oracle.com/thread/1312680?start=0

 We accidently saved the .armx file using Notepad. This corrupted the .armx
 file and we tried to recreate. The xercesImpl.jar file prevented this.

 Currently, we have removed the xercesImpl.jar file and we can now save
 and open the .armx file again. It works manually, but not with the original
 Java Plugin.

 I haven't done Java much, so is there a missing step?

 Thanks

 Gordon Frank




 --

 [image: Crab]
 Gordon M. Frank
 ITIL V3 Foundation Certified
 Security + Certified
 Mobile: 410-689-9373
   _ARSlist: Where the Answers Are and have been for 20 years_

 Email had 1 attachment:

- image001.gif
  4k (image/gif)


  _ARSlist: Where the Answers Are and have been for 20 years_




-- 

 [image: Crab]
Gordon M. Frank
ITIL V3 Foundation Certified
Security + Certified
Mobile: 410-689-9373

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Problem with a Java Plugin, .arxm file and xercesImpl.jar

2014-11-12 Thread Gordon Frank
All,
I am having a problem with a Java Plugin we have which runs the data import
tool.

I am on 8.1.02 of the Data Import Tool

We are on Java 8.0, Windows 2008 Server R2

The Java Plugin worked for a sort while in this environment when I did the
following:

https://community.oracle.com/thread/1312680?start=0
We accidently saved the .armx file using Notepad. This corrupted the .armx
file and we tried to recreate. The xercesImpl.jar file prevented this.

Currently, we have removed the xercesImpl.jar file and we can now save
and open the .armx file again. It works manually, but not with the original
Java Plugin.

I haven't done Java much, so is there a missing step?

Thanks

Gordon Frank

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years