IS Startup Problem after Ariba Supplier OnRamp Installed

Anyone of you experiencing this installation problem?
After I install Ariba Supplier OnRamp 1.5.1 on top of Integration Server 6.0.1 SP2, I got the following error and the IS startup stopped:

2003-10-14 13:33:47 PDT [ISS.0028.0001C] Loading packages
java.lang.NumberFormatException: 5*
at java.lang.Integer.parseInt(Integer.java(Compiled Code))
at java.lang.Integer.parseInt(Integer.java:455)
at com.wm.app.b2b.server.PackageManager.checkDependencyVersion(PackageManager.java:1811)
at com.wm.app.b2b.server.PackageManager.makeGraph(PackageManager.java:1682)
at com.wm.app.b2b.server.PackageManager.getLoadOrder(PackageManager.java:1861)
at com.wm.app.b2b.server.PackageManager.loadPackages(PackageManager.java:306)
at com.wm.app.b2b.server.PackageManager.init(PackageManager.java:216)
at com.wm.app.b2b.server.Server.run(Server.java:238)

Then I uninstalled Ariba Supplier OnRamp 1.5.1, the IS started fine.
Is this a JDK version problem? I am using JDK 1.42, it had the same problem when using the JVM (1.3.1) coming with webMethods.

Is this a bug ? Thanks,

Jay

Give this a try…

open the …\webMethods6\Integration Server\packages\WmAribaSupplier\manifest.v3 file in a text editor.

Locate the following line:

1.5*

Change it to (no asterick):

1.5

Cheers & good luck,
Rich

Thanks…and it works fine now during the start-up.

I started configuring TN support for Ariba Supplier OnRamp. It showed that the POSR was created successfully on the screen, but when I was browsing for this processing rule in TN console, it was not there. Is there anything missing or some other configuration I have not done?
Thanks,

Jay

Tried to test…but got the following in Ariba Supplier OnRamp Config:
Unable to send cXML Request: com.wm.net.NetException: [ISC.0064.9314] Authorization Required: [ISS.0084.9004] Access Denied

Pls let me know where I need to configure the access rights…thanks a lot