-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oauth2服务端 .buildJSONMessage()报错 #35
Comments
有具体的异常信息么 |
这个是参数============http://localhost:8080/chapter17-server/accessToken?client_id=c1ebe466-1cdc-4bd3-ab69-77c3561b9dee&client_secret=d8346ea2-6017-43ed-ad68-19c0f971738b&grant_type=authorization_code&code=da3cdef30706088dc34ddb3762805d01&redirect_uri=http://localhost:8080
报错详细信息见附件
报错信息图:
[email protected]
发件人: antred
发送时间: 2018-03-06 16:02
收件人: zhangkaitao/shiro-example
抄送: JeeLearner; Author
主题: Re: [zhangkaitao/shiro-example] oauth2服务端 .buildJSONMessage()报错 (#35)
有具体的异常信息么
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
HTTP Status 500 - Handler processing failed; nested exception is java.lang.NoClassDefFoundError: org/codehaus/jettison/json/JSONException message Handler processing failed; nested exception is java.lang.NoClassDefFoundError: org/codehaus/jettison/json/JSONException description The server encountered an internal error that prevented it from fulfilling this request. exception org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoClassDefFoundError: org/codehaus/jettison/json/JSONException java.lang.NoClassDefFoundError: org/codehaus/jettison/json/JSONException java.lang.ClassNotFoundException: org.codehaus.jettison.json.JSONException |
.buildJSONMessage();方法一直报错
The text was updated successfully, but these errors were encountered: