This means the call was successful :)
According to
http://openmeetings.apache.org/UserService.html#addNewUserWithExternalTypethe
function should return long value.
since this value is positive number you got your user id :) (you can check
it in the DB)


On Fri, Apr 5, 2013 at 3:11 AM, Jacob C. Gaiski <[email protected]> wrote:

>   I performed all of the requestes sequentially using the same session ID
> throughout all requests that was obtained from the getSession request, and
> am receiving this:
>
> <soapenv:Reason 
> xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";><soapenv:Text 
> xml:lang="en-US">16</soapenv:Text></soapenv:Reason>
>
>
>
>
>  *From:* Maxim Solodovnik <[email protected]>
> *Sent:* Wednesday, April 03, 2013 10:42 PM
> *To:* Openmeetings user-list <[email protected]>
> *Subject:* Re: 'unknown' exception being thrown randomly on new instance?
>
>  can you try to perform all RESR calls necessary in the browser and send
> my resulting xml?
>
> to call *addNewUserWithExternalType*
> you need
> 1) call getSession
> 2) call loginUser (with SID from 1 as parameter) (NOTE user should have
> admin/SOAP privileges)
> 3) get Result == 1
> 4) call addNewUserWithExternalType (with SID from 1 as parameter) and ALL
> other parameters (the list for 2.1/3.0 is here:
> http://openmeetings.apache.org/UserService.html#addNewUserWithExternalType
> )
> 5) post resulting XML here
>
>
>
> On Thu, Apr 4, 2013 at 9:01 AM, Jacob C. Gaiski <[email protected]> wrote:
>
>>   Whoops, sorry about that.
>>
>>
>> When I ran the calls through our REST API it consistently returned 16
>> regardless of what was sent, so long as all of the parameters were in the
>> URL call. It could have a valid session, or an invalid session; it’d still
>> return 16. Strange. Oh, this server is hosted in Brazil. That’s one oddity,
>> all of our others are in America. We have set for the timeout compensation,
>> and we are also able to perform other actions via rest/soap API such as
>> login, request a session, and create/join rooms.
>>
>>
>> Could our install be bad? Or could the effect of it being in Brazil be
>> doing something strange?
>>
>>
>> I’m waiting for a reply on what version we’re using as well. Though, I
>> believe it’s 2.0. Or databases are typically named with prefixes ending in
>> _2_0_0. Our previous one has one ending in _1_9_1. I’ll email back once I
>> get confirmation.
>>
>>
>> Here’s a better stack trace:
>>
>>
>> **START STACK TRACE**
>>
>> Server stack trace:
>>    at
>> System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime
>> operation, ProxyRpc& rpc)
>>    at System.ServiceModel.Channels.ServiceChannel.Call(String action,
>> Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[]
>> outs, TimeSpan timeout)
>>    at
>> System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage
>> methodCall, ProxyOperationRuntime operation)
>>    at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage
>> message)
>>
>> Exception rethrown at [0]:
>>    at
>> System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
>> reqMsg, IMessage retMsg)
>>    at
>> System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
>> msgData, Int32 type)
>>    at
>> BUSINESS_NAME_2._0.PORTAL_NAME_UserService.UserServicePortType.addNewUserWithExternalType(addNewUserWithExternalTypeRequest
>> request)
>>    at
>> BUSINESS_NAME_2._0.PORTAL_NAME_UserService.UserServicePortTypeClient.BUSINESS_NAME_2._0.PORTAL_NAME_UserService.UserServicePortType.addNewUserWithExternalType(addNewUserWithExternalTypeRequest
>> request) in C:\Users\JakePC\Documents\Visual Studio
>> 2010\Projects\Work\BUSINESS_NAMEWeb New - Jake\BUSINESS_NAME 2.0\Service
>> References\PORTAL_NAME_UserService\Reference.cs:line 4229
>>    at
>> BUSINESS_NAME_2._0.PORTAL_NAME_UserService.UserServicePortTypeClient.addNewUserWithExternalType(String
>> SID, String username, String userpass, String lastname, String firstname,
>> String email, String additionalname, String street, String zip, String fax,
>> Int64 states_id, String town, Int64 language_id, String jNameTimeZone,
>> String externalUserId, String externalUserType) in
>> C:\Users\JakePC\Documents\Visual Studio 2010\Projects\Work\BUSINESS_NAMEWeb
>> New - Jake\BUSINESS_NAME 2.0\Service
>> References\PORTAL_NAME_UserService\Reference.cs:line 4266
>>    at BUSINESS_NAME_2._0.ClientConnect_PORTAL_NAME.RegisterUser(String
>> firstname, String lastname, String email, String password) in
>> C:\Users\JakePC\Documents\Visual Studio 2010\Projects\Work\BUSINESS_NAMEWeb
>> New - Jake\BUSINESS_NAME 2.0\Program.cs:line 1437
>>    at
>> BUSINESS_NAME_2._0.ClientConnect_PORTAL_NAME.RegisterTrialUser(String name,
>> String email) in C:\Users\JakePC\Documents\Visual Studio
>> 2010\Projects\Work\BUSINESS_NAMEWeb New - Jake\BUSINESS_NAME
>> 2.0\Program.cs:line 1373
>>    at BUSINESS_NAME_2._0.Data.JSON.JSON.RegisterTrial(String name, String
>> email) in C:\Users\JakePC\Documents\Visual Studio
>> 2010\Projects\Work\BUSINESS_NAMEWeb New - Jake\BUSINESS_NAME
>> 2.0\Data\JSON\JSON.cs:line 346
>>    at BUSINESS_NAMEWeb_New___Jake.ClientHandler.Page_Load(Object sender,
>> EventArgs e) in C:\Users\JakePC\Documents\Visual Studio
>> 2010\Projects\Work\BUSINESS_NAMEWeb New - Jake\BUSINESS_NAMEWeb New -
>> Jake\ClientHandler.aspx.cs:line 158
>> **END STACK TRACE**
>>
>>
>>
>>
>>
>>  *From:* Maxim Solodovnik <[email protected]>
>> *Sent:* Wednesday, April 03, 2013 9:37 PM
>> *To:* Openmeetings user-list <[email protected]>
>> *Subject:* Re: 'unknown' exception being thrown randomly on new instance?
>>
>>  Hello Jake,
>>
>> It seems like line endings is broken in stack trace, very hard to get
>> what is wrong ...
>> What version of OM is this?
>> Are you able to get this exception in browser (manually performing REST
>> calls)?
>>
>>
>> On Thu, Apr 4, 2013 at 7:58 AM, Jacob C. Gaiski <[email protected]>wrote:
>>
>>>   *Hello,*
>>> **
>>> **
>>> *I’m randomly receiving an “unknown” exception returned from the
>>> server. We have an implementation up that utilizes the OpenMeetings API as
>>> a ‘backend’ and connects multiple portals to it as organisation aliases.
>>> *
>>> **
>>> **
>>> *We created another portal like we always do, changed the endpoint
>>> configurations like normal, however when attempting to 
>>> ‘addNewUserWithExternalType’
>>> we get, immediately returned, an unknown exception.*
>>> **
>>> **
>>> *Stack trace:*
>>> **
>>> **
>>> ***START STACK TRACE***
>>> Server stack trace: at
>>> System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime
>>> operation, ProxyRpc& rpc) at
>>> System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean
>>> oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs,
>>> TimeSpan timeout) at
>>> System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage
>>> methodCall, ProxyOperationRuntime operation) at
>>> System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
>>> Exception rethrown at [0]: at
>>> System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
>>> reqMsg, IMessage retMsg) at
>>> System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
>>> msgData, Int32 type) at
>>> PORTAL_NAME_2._0.PORTAL_ID_UserService.UserServicePortType.addNewUserWithExternalType(addNewUserWithExternalTypeRequest
>>> request) at
>>> PORTAL_NAME_2._0.PORTAL_ID_UserService.UserServicePortTypeClient.PORTAL_NAME_2._0.PORTAL_ID_UserService.UserServicePortType.addNewUserWithExternalType(addNewUserWithExternalTypeRequest
>>> request) in C:\Users\JakePC\Documents\Visual Studio
>>> 2010\Projects\Work\PORTAL_NAMEWeb New - Jake\PORTAL_NAME 2.0\Service
>>> References\PORTAL_ID_UserService\Reference.cs:line 4229 at
>>> PORTAL_NAME_2._0.PORTAL_ID_UserService.UserServicePortTypeClient.addNewUserWithExternalType(String
>>> SID, String username, String userpass, String lastname, String firstname,
>>> String email, String additionalname, String street, String zip, String fax,
>>> Int64 states_id, String town, Int64 language_id, String jNameTimeZone,
>>> String externalUserId, String externalUserType) in
>>> C:\Users\JakePC\Documents\Visual Studio 2010\Projects\Work\PORTAL_NAMEWeb
>>> New - Jake\PORTAL_NAME 2.0\Service
>>> References\PORTAL_ID_UserService\Reference.cs:line 4266 at
>>> PORTAL_NAME_2._0.ClientConnect_PORTAL_ID.RegisterUser(String firstname,
>>> String lastname, String email, String password) in
>>> C:\Users\JakePC\Documents\Visual Studio 2010\Projects\Work\PORTAL_NAMEWeb
>>> New - Jake\PORTAL_NAME 2.0\Program.cs:line 1437 at
>>> PORTAL_NAME_2._0.ClientConnect_PORTAL_ID.RegisterTrialUser(String name,
>>> String email) in C:\Users\JakePC\Documents\Visual Studio
>>> 2010\Projects\Work\PORTAL_NAMEWeb New - Jake\PORTAL_NAME
>>> 2.0\Program.cs:line 1373 at
>>> PORTAL_NAME_2._0.Data.JSON.JSON.RegisterTrial(String name, String email) in
>>> C:\Users\JakePC\Documents\Visual Studio 2010\Projects\Work\PORTAL_NAMEWeb
>>> New - Jake\PORTAL_NAME 2.0\Data\JSON\JSON.cs:line 346 at
>>> PORTAL_NAMEWeb_New___Jake.ClientHandler.Page_Load(Object sender, EventArgs
>>> e) in C:\Users\JakePC\Documents\Visual Studio
>>> 2010\Projects\Work\PORTAL_NAMEWeb New - Jake\PORTAL_NAMEWeb New -
>>> Jake\ClientHandler.aspx.cs:line 158
>>>
>>> ***END STACK TRACE***
>>> **
>>> **
>>> *Any thoughts? Any and all input is greatly appreciated. *
>>> **
>>> **
>>> *Thanks,*
>>> **
>>> **
>>> *-Jake*
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Reply via email to