otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Integration and Data Mapping Integrating OTM / G-Log with external and legacy systems - including XML, WebServices, SOA, ESB, BPEL, EDI and Oracle's Fusion.

Tags:

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old July 2nd, 2008, 19:07
Junior Member
 
Join Date: Jul 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
dkhemani is on a distinguished road
IntXmlService web service

Hi,
If I am not mistaken OTM comes with a webservice called IntXmlService that is used for Inbound transactions.
I can see the webservice registered in the Integration Manager. I can see the url for the webservice but I dont get the repsonse when I click on it.
It seems that webservice is not up.
Can you please tell me know if there is a seperate sh script to start this service or is it done through a Administration menu in OTM. I have been trying to see how this service is configured and how it can be started with out much luck.
Any help in the configuration and starting this webservice will be great.

Thanks
DK
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old July 3rd, 2008, 00:33
Junior Member
 
Join Date: Jul 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
dkhemani is on a distinguished road
Re: IntXmlService web service

I think I found the culprit. Recently we made a change to increase the heap size and changed the following in server.xml
From
<java-compiler name="javac" in-process="false" options="-J-Xmx1024m -encoding UTF8"
extdirs="..../OTMAPP/jdk/jre/lib/ext" />

To

<java-compiler name="javac" in-process="false" options="-J-Xmx1024m -Xms1024m -Xmn1024m -encoding UTF8"
extdirs="..../OTMAPP/jdk/jre/lib/ext" />
I could see errors in console saying javac: invalid flag: -Xmn1024m. Can someone suggest whats wrong in the syntax.

Regards
DK
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old July 8th, 2008, 10:46
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 821
Blog Entries: 7
Thanks: 53
Thanked 201 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: IntXmlService web service

DK,

It would appear that the version of Java that OTM utilizes doesn't support the -Xmn flag. The -X flags in Java change from version to version (and between JVM vendors). I would suggest removing this particular flag.

At the same time, it doesn't appear that you've increased the heap size. I would expect an increase to look similar to:

<java-compiler name="javac" in-process="false" options="-J-Xmx1536m -Xms1536m -encoding UTF8"
extdirs="..../OTMAPP/jdk/jre/lib/ext" />

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Call Service njoyotm Execution 0 March 19th, 2008 09:52
Rate Service and Rest for Truck Driver prasad Rating 3 February 27th, 2008 08:42
Web Service Patricia Miranda Bezerra Integration and Data Mapping 5 February 3rd, 2008 22:19
Move Service Provider Profile to Service Provider new_otm Branding, Screen Sets, XSL/CSS and Translations 0 October 19th, 2007 10:43
Air Freight Service Time joecallan Planning 0 August 16th, 2007 11:52



All times are GMT. The time now is 21:36.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37