You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Maxim Solodovnik (JIRA)" <ji...@apache.org> on 2019/03/25 01:45:00 UTC

[jira] [Comment Edited] (OPENMEETINGS-2040) add new user through rest api return 500 error

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-2040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799052#comment-16799052 ] 

Maxim Solodovnik edited comment on OPENMEETINGS-2040 at 3/25/19 1:44 AM:
-------------------------------------------------------------------------

Your exact request works for me as expected

Please provide additional details

1) the sequence of calls

2) full stack trace


was (Author: solomax):
Your exact response works for me as expected

Please provide additional details

1) the sequence of calls

2) full stack trace

> add new user through rest api return 500 error
> ----------------------------------------------
>
>                 Key: OPENMEETINGS-2040
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2040
>             Project: Openmeetings
>          Issue Type: Test
>          Components: SOAP/REST API
>    Affects Versions: 4.0.7
>         Environment: php
>            Reporter: vijay idice
>            Assignee: Maxim Solodovnik
>            Priority: Trivial
>              Labels: newbie
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> this ajax calling from [http://demoshareslate.hostingxperts.in/feed]  response getting 500 error
>  
> $.ajax({
>  method: "POST",
>  url: "http://103.118.157.16:5080/openmeetings/services/user?sid=1e97375f-fb6a-4e71-8b81-7fb4b99eb211&user=" + escape(JSON.stringify({
>  address: {
>  country: "IT",
>  email: "demouser59@yopmail.com",
>  },
> externalId: "69",
>  externalType: "demoShare",
>  firstname: "demouser69",
>  languageId: "6",
>  lastname: "testdemo69",
>  login: "testdemo69",
>  password: "ABCdefg1*1",
>  timeZoneId: "Asia/Kolkata",
>  type: "user",
>  })) + '&confirm=false',
>  data: {},
>  dataType: "json",
>  success: function(data) {
>  if(data)
>  {
>  }
>  }
>  });



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)