OnRamp for Commerce One MarketSite V3.0 Failing

Hello Everybody.

I am migrating a customer from IS 6.1 to IS 7.1.2.0
Everything is going smoothly for a first migration except the migration of the C1 Market Site Adapter.

I have done 2 attemps:
1)Download all the adapter package (wmPartner;wmMarketConnect and wmMarketConnectTN) from webMethods Web Site and follow exactly the installation guide (C1OnRampInstallationGuide30.pdf)

2)Copy directly in the package directory direclty the content of the package directory from a running IS 6.1.

In both cath I got the Adapter loaded Partialy and No function works…
And he mainly ask to recompile the source…

Also wmTomcat is failing…

Here is my Server Log:

[1940]2009-12-16 17:25:20 CET [ISU.0000.9999C] B2Broperties not set, loading it now [1939]2009-12-16 17:25:20 CET [ISS.0028.0012I] TRMonitor: Startup service (TRMonitor.Services:StartUp) [1938]2009-12-16 17:25:20 CET [ISS.0028.0013E] Startup service exited with the following error: com.wm.app.b2b.server.ServiceException: [ISS.0026.9102] Service ‘pub.marketconnect.transport:setHandler’ is not operational. To run this service, first recompile the Java source. [1937]2009-12-16 17:25:19 CET [TNS.0005.1042I] Warning: Trying to register delivery service C1 Envelope HTTP(S) that is already registered [1936]2009-12-16 17:25:19 CET [ISS.0028.0012I] WmMarketConnectTN: Startup service (wm.marketconnect.tn.startup:startup) [1935]2009-12-16 17:25:19 CET [ISS.0028.0012I] WmMarketConnect: Startup service (wm.marketconnect.admin:startup) [1934]2009-12-16 17:25:19 CET [ISS.0028.0013E] Startup service exited with the following error: java.lang.reflect.InvocationTargetException: com/wm/util/queue/ValuesHashException [1933]2009-12-16 17:25:19 CET [ISS.0028.0012I] WmPartners: Startup service (wm.PartnerMgr.gateway.admin:startup) [1932]2009-12-16 17:25:19 CET [ISS.0028.0012I] WmPKI: Startup service (wm.server.pki.admin:init) [1931]2009-12-16 17:25:19 CET [ISS.0028.0012I] WmARTExtDC: Startup service (com.wm.artextdc.pkginit:init) [1930]2009-12-16 17:25:19 CET [ISS.0028.0012I] WmTNExtDC: Startup service (wm.tnextdc.PkgInit:init) [1929]2009-12-16 17:25:19 CET [ISS.0028.0012I] WmISExtDC: Startup service (com.wm.isextdc.PkgInit:init) [1928]2009-12-16 17:25:19 CET [ISS.0028.0012I] WmXSLT: Startup service (wm.xslt.Admin:startup) [1927]2009-12-16 17:25:19 CET [ISS.0028.0012I] WmFlatFile: Startup service (wm.server.ff:setACLs) [1926]2009-12-16 17:25:18 CET [ISS.0028.0012I] WmFlatFile: Startup service (wm.server.ff:init) [1925]2009-12-16 17:25:18 CET [ISS.0004.0003E] Logging JDBC diagnostics to logs/jdbc.log [1924]2009-12-16 17:25:18 CET [ISS.0028.0012I] WmDB: Startup service (wm.server.db:startup) [1923]2009-12-16 17:25:18 CET [ISS.0028.0012I] WmTN: Startup service (wm.tn.mime:init) [1922]2009-12-16 17:25:18 CET [ISU.0000.9999I] TRANET: Loading system configuration [1921]2009-12-16 17:25:18 CET [ISU.0000.9999C] TRANET: Starting webMethods Trading Networks [1920]2009-12-16 17:25:17 CET [ISS.0028.0012I] WmTN: Startup service (wm.tn.admin:startup) [1919]2009-12-16 17:25:17 CET [ISS.0028.0012I] WmVCS: Startup service (wm.server.vcsui:addSolutions) [1918]2009-12-16 17:25:17 CET [VCS.0132.0050I] VCS package initializing [1917]2009-12-16 17:25:17 CET [ISS.0028.0012I] WmVCS: Startup service (wm.server.vcsadmin:startup) [1916]2009-12-16 17:25:17 CET [ISS.0028.0013E] Startup service exited with the following error: com.wm.app.b2b.server.ServiceException: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found [1915]2009-12-16 17:25:17 CET [ISS.0100.0008I] javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found [1914]2009-12-16 17:25:17 CET [ISS.0100.0008I] Tomcat XML validation is disabled [1913]2009-12-16 17:25:16 CET [ISS.0100.0008I] Starting Servlet Engine: Apache Tomcat/5.0 [1912]2009-12-16 17:25:16 CET [ISS.0100.0008I] Starting tomcat server [1911]2009-12-16 17:25:15 CET [ISS.0028.0012I] WmTomcat: Startup service (wm.tomcat.admin:startup)

Could you please help me debug this and get the adapter up and running under 7.1.

Thanks in advance for your help.

I’m unsure if that adapter works on 7.1.2, or is just for 6.5.

nevertheless from that bunch of errors you got, I can only help on this one:

javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found

To overcome that error and WmTomcat load issue, go to IS Extended settings, show key watt.config.systemProperties and add:

javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl

Exampe:

watt.config.systemProperties=mail.imap.partialfetch=true,javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl

Now lets see what different errors you get :smiley:

Thanks;

Actually when you go on advantage website, you can when you go to the product suite 7.1 download this adapter which means it is supported as I haven’t read anything going against that…

Nevertheless for the TOMCAT Server you got it right! I do not have the error anymore
Thanks for this.
Here is my log again:
[665]2009-12-17 08:50:34 CET [ISU.0000.9999C] B2Broperties not set, loading it now
[664]2009-12-17 08:50:34 CET [ISS.0028.0012I] TRMonitor: Startup service (TRMonitor.Services:StartUp)
[663]2009-12-17 08:50:34 CET [ISS.0028.0013E] Startup service exited with the following error: com.wm.app.b2b.server.ServiceException: [ISS.0026.9102] Service ‘pub.marketconnect.transport:setHandler’ is not operational. To run this service, first recompile the Java source.
[662]2009-12-17 08:50:34 CET [TNS.0005.1042I] Warning: Trying to register delivery service C1 Envelope HTTP(S) that is already registered
[661]2009-12-17 08:50:34 CET [ISS.0028.0012I] WmMarketConnectTN: Startup service (wm.marketconnect.tn.startup:startup)
[660]2009-12-17 08:50:33 CET [ISS.0028.0012I] WmMarketConnect: Startup service (wm.marketconnect.admin:startup)
[659]2009-12-17 08:50:33 CET [ISS.0028.0013E] Startup service exited with the following error: java.lang.reflect.InvocationTargetException: com/wm/util/queue/ValuesHashException
[658]2009-12-17 08:50:33 CET [ISS.0028.0012I] WmPartners: Startup service (wm.PartnerMgr.gateway.admin:startup)
[657]2009-12-17 08:50:33 CET [ISS.0028.0012I] WmPKI: Startup service (wm.server.pki.admin:init)
[656]2009-12-17 08:50:33 CET [ISS.0028.0012I] WmARTExtDC: Startup service (com.wm.artextdc.pkginit:init)
[655]2009-12-17 08:50:33 CET [ISS.0028.0012I] WmTNExtDC: Startup service (wm.tnextdc.PkgInit:init)
[654]2009-12-17 08:50:33 CET [ISS.0028.0012I] WmISExtDC: Startup service (com.wm.isextdc.PkgInit:init)
[653]2009-12-17 08:50:33 CET [ISS.0028.0012I] WmXSLT: Startup service (wm.xslt.Admin:startup)
[652]2009-12-17 08:50:33 CET [ISS.0028.0012I] WmFlatFile: Startup service (wm.server.ff:setACLs)
[651]2009-12-17 08:50:33 CET [ISS.0028.0012I] WmFlatFile: Startup service (wm.server.ff:init)
[650]2009-12-17 08:50:33 CET [ISS.0004.0003E] Logging JDBC diagnostics to logs/jdbc.log
[649]2009-12-17 08:50:33 CET [ISS.0028.0012I] WmDB: Startup service (wm.server.db:startup)
[648]2009-12-17 08:50:33 CET [ISS.0028.0012I] WmTN: Startup service (wm.tn.mime:init)
[647]2009-12-17 08:50:32 CET [ISU.0000.9999I] TRANET: Loading system configuration
[646]2009-12-17 08:50:32 CET [ISU.0000.9999C] TRANET: Starting webMethods Trading Networks
[645]2009-12-17 08:50:31 CET [ISS.0028.0012I] WmTN: Startup service (wm.tn.admin:startup)
[644]2009-12-17 08:50:31 CET [ISS.0028.0012I] WmVCS: Startup service (wm.server.vcsui:addSolutions)
[643]2009-12-17 08:50:31 CET [VCS.0132.0050I] VCS package initializing
[642]2009-12-17 08:50:31 CET [ISS.0028.0012I] WmVCS: Startup service (wm.server.vcsadmin:startup)
[641]2009-12-17 08:50:31 CET [ISS.0100.0008I] Installing web application from URL file:E:\webMethods7\IntegrationServer\packages\WmTomcat\web
[640]2009-12-17 08:50:31 CET [ISS.0100.0008I] Processing Context configuration file URL file:E:\webMethods7\IntegrationServer\web\conf\WmTomcat\localhost\web#WmTomcat.xml
[639]2009-12-17 08:50:31 CET [ISS.0100.0008I] Create Host deployer for direct deployment ( non-jmx )
[638]2009-12-17 08:50:31 CET [ISS.0100.0001C] Web Container started
[637]2009-12-17 08:50:29 CET [ISS.0100.0008I] Tomcat XML validation is disabled
[636]2009-12-17 08:50:29 CET [ISS.0100.0008I] Starting Servlet Engine: Apache Tomcat/5.0
[635]2009-12-17 08:50:28 CET [ISS.0100.0008I] Starting tomcat server
[634]2009-12-17 08:50:27 CET [ISS.0028.0012I] WmTomcat: Startup service (wm.tomcat.admin:startup)

Hi
In order to give news on the post:

I manage to clear the error by installing the CO1 SP 5.zipfound:
[url]https://advantage.webmethods.com/advantage?w=0&targChanId=download_sps&oid=1614318629[/url]

But in fact the update wasn’t working so I had to install the old one and copy over the patch files not as what is mentioned in the patch installation documentation.

Nevertheless I still get the error on wmPartners:
[238]2009-12-17 11:36:01 CET [ISS.0028.0013E] Startup service exited with the following error: java.lang.reflect.InvocationTargetException: com/wm/util/queue/ValuesHashException [237]2009-12-17 11:35:48 CET [ISS.0028.0012I] WmPartners: Startup service (wm.PartnerMgr.gateway.admin:startup)

Any help on this?

Thanks

4.0 Fix Contents

1-1VBIJO
Errors while loading WmPartners package (which is used by
webMethods OnRamp for Commerce One MarketSite) during
Integration Server 7.1.2 startup.

During Integration Server startup, the following error appears
in the error log when the server attempts to load the WmPartners
package :

WmPartners: Startup service
(wm.PartnerMgr.gateway.admin:startup)
Startup service exited with the following error:
java.lang.reflect.InvocationTargetException:
com/wm/util/queue/ValuesHashException

This error occurs because the WmPartners package is referencing
Integration Server code contained in the WmPartners package;
however, that code (ValuesHashException) was deprecated in
Integration Server 6.5, and was removed as of 7.x. WmPartners is
not a part of webMethods OnRamp for Commerce One MarketSite, but
the OnRamp uses it.

This issue is resolved. The WmPartners package loads without
error. It is compatible with relocated libraries, but there are
no changes in function.

I would install IS_7-1-2_Partners_Fix1 then…

Yes it did make the trick…
Nevertheless I still have the issue that fix39 for the C1 on ramp should have fixed…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.