ARPlugin error + Web Service mapping

2007-01-02 Thread Ankur Gulati (GR/EIL)
Hi Listers,
 
Wish you all a happy new year. :)
 
 
When the Web Service is called I get an error message 
ARERR [8939] The AR System Plug-In server is not responding.  Cannot
connect to the system at this time.  Contact your AR System
Administrator for assistance.
 
Though the web service gets invoked and only username and password are
picked and are mapped, rest of the fields are not picked up by the
webservice, though in some places in arplugin log there are entries like
 
FINE About to invoke
PLGN TID: 16 RPC ID: 05 Queue: ARFILTERAPI
Client-RPC: 390695 /* Tue Jan 02 2007 07:21:00.7698 */  FINE
java.net.SocketTimeoutException: Read timed out
PLGN TID: 16 RPC ID: 05 Queue: ARFILTERAPI
Client-RPC: 390695 /* Tue Jan 02 2007 07:21:00.7742 */ -CALL
FAIL
 
Well this happened in non licencesed server, and when I try the same in
Licensed Server, ARERR [8939]  doesn't come up but still the webservice
is not picking up the values from the fields except username and
password.
 
Is the problem with the webservice? I tried to remap the fields but the
result was the same. 
 
ARServer: 6.0.1
OS:Solaris 9
midtier:6.3
DB:Oracle
 
 
Ankur

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: ARPlugin error + Web Service mapping

2007-01-02 Thread Ankur Gulati (GR/EIL)
Thanks Kelly... I'll try this out.
 
Ankur



From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Kelly Heikkila
Sent: 02 January 2007 08:20 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARPlugin error + Web Service mapping


** 
Unlicensed servers only have one thread (Admin thread).  So, when you
make a web service call, that thread locks, and if the service you are
calling also needs to interact with the ARServer, there are no threads
available, and it will timeout.  Applying a license to an unlicensed
serverlicensed will not automatically increase the allotted threads
(only make the option available).  So, you will also need to adjust your
fast/list threads upward.  
 
Kelly Heikkila

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 02, 2007 12:59 AM
To: arslist@ARSLIST.ORG
Cc: Ankur Gulati (GR/EIL)
Subject: ARPlugin error + Web Service mapping



** 
Hi Listers,
 
Wish you all a happy new year. :)
 
 
When the Web Service is called I get an error message 
ARERR [8939] The AR System Plug-In server is not responding.
Cannot connect to the system at this time.  Contact your AR System
Administrator for assistance.
 
Though the web service gets invoked and only username and
password are picked and are mapped, rest of the fields are not picked up
by the webservice, though in some places in arplugin log there are
entries like
 
FINE About to invoke
PLGN TID: 16 RPC ID: 05 Queue: ARFILTERAPI
Client-RPC: 390695 /* Tue Jan 02 2007 07:21:00.7698 */  FINE
java.net.SocketTimeoutException: Read timed out
PLGN TID: 16 RPC ID: 05 Queue: ARFILTERAPI
Client-RPC: 390695 /* Tue Jan 02 2007 07:21:00.7742 */ -CALL
FAIL
 
Well this happened in non licencesed server, and when I try the
same in Licensed Server, ARERR [8939]  doesn't come up but still the
webservice is not picking up the values from the fields except username
and password.
 
Is the problem with the webservice? I tried to remap the fields
but the result was the same. 
 
ARServer: 6.0.1
OS:Solaris 9
midtier:6.3
DB:Oracle
 
 
Ankur
__20060125___This posting was submitted with
HTML in it___ 



__20060125___This posting was submitted with HTML in
it___

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are