Reporter |
![]() |
---|---|
Created | Oct 18, 2012 10:55:58 AM |
Updated | Jun 3, 2013 11:40:56 PM |
Resolved | Oct 22, 2012 10:38:11 AM |
Priority | Normal |
Type | Exception |
State | Invalid |
Assignee | Unassigned |
Subsystem | No subsystem |
Fix versions | No Fix versions |
Fixed in builds | No Fixed in build |
Affected versions | Next EAP |
Browser | Any Browser |
OS | Any OS |
Verified in build | Not verified |
Verified by | Nobody |
Reviewed by | No reviewed by |
Severity | Undefined |
I can't attache screenshots from clipboard with las knowing YT 4.1 EAP
What steps will reproduce the problem?
1.try to attache Screenshot by "Screenshot" -> failed
2.try to attache Screenshot by "Image from Clipboard" -> failed
3.try to attache Screenshot by "Image from Clipboard Without Preview" -> failed
4. try to attache Screenshot by "File..." -> works only
What happens instead?
I got a error message "Sorry can not attache the image"
And the following exception in the log was entered:
18 Okt 2012 08:29:18,667 INFO [MainServlet ] [st: /rest/issue/64-447/attachment/?name=screenshot] [internal@10.49.1.51] Start processing request /rest/issue/64-447/attachment/?name=screenshot
18 Okt 2012 08:29:18,667 WARN [BaseExceptionMapper ] [st: /rest/issue/64-447/attachment/?name=screenshot] [internal@10.49.1.51] REST exception for URL: /rest/issue/64-447/attachment/
What steps will reproduce the problem?
1.try to attache Screenshot by "Screenshot" -> failed
2.try to attache Screenshot by "Image from Clipboard" -> failed
3.try to attache Screenshot by "Image from Clipboard Without Preview" -> failed
4. try to attache Screenshot by "File..." -> works only
What happens instead?
I got a error message "Sorry can not attache the image"
And the following exception in the log was entered:
18 Okt 2012 08:29:18,667 INFO [MainServlet ] [st: /rest/issue/64-447/attachment/?name=screenshot] [internal@10.49.1.51] Start processing request /rest/issue/64-447/attachment/?name=screenshot
18 Okt 2012 08:29:18,667 WARN [BaseExceptionMapper ] [st: /rest/issue/64-447/attachment/?name=screenshot] [internal@10.49.1.51] REST exception for URL: /rest/issue/64-447/attachment/
jetbrains.mps.webr.rpc.rest.runtime.UnauthorizedException: You are not logged in. at jetbrains.charisma.rest.IsLoggedInSecurityConstraint.check(IsLoggedInSecurityConstraint.java:12) at jetbrains.charisma.rest.IssueResource.post_IssueAttachment(IssueResource.java:409) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.ResourceObjectRule.accept(ResourceObjectRule.java:100) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1483) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1414) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1363) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1353) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:414) at jetbrains.mps.webr.rpc.rest.runtime.RestRequestProcessor.processRequest(RestRequestProcessor.java:104) at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:226) at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:112) at jetbrains.mps.webr.runtime.servlet.MainServlet.doPost(MainServlet.java:190) at javax.servlet.http.HttpServlet.service(HttpServlet.java:641) at javax.servlet.http.HttpServlet.service(HttpServlet.java:722) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:111) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:77) at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:133) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585) at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1813) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)