Jump to content
We've recently updated our Privacy Statement, available here ×

fjallstorm

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by fjallstorm

  1. I am using Jasperserver 5.6.1 with LDAP authentication. I am succesfully authenticate from browser and rest but cannot authenticate when I try to connect server from JasperSoft Studio 5.6.2 with "Use SOAP protocol only" option selected. I throws 401 error. By the way when I unchecked this option I can connect without a problem. The error is shown below: AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (401)Unauthorized faultActor: faultNode: faultDetail: {}:return code: 401<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN"><HTML><HEAD><TITLE>Error 401--Unauthorized</TITLE></HEAD><BODY bgcolor="white"><FONT FACE=Helvetica><BR CLEAR=all><TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all><FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 401--Unauthorized</H2></FONT></TD></TR></TABLE><TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=white><FONT FACE="Courier New"><FONT FACE="Helvetica" SIZE="3"><H3>From RFC 2068 <i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3></FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.4.2 401 Unauthorized</H4></FONT><P><FONT FACE="Courier New">The request requires user authentication. The response MUST include a WWW-Authenticate header field (section 14.46) containing a challenge applicable to the requested resource. The client MAY repeat the request with a suitable Authorization header field (section 14.8). If the request already included Authorization credentials, then the 401 response indicates that authorization has been refused for those credentials. If the 401 response contains the same challenge as the prior response, and the user agent has already attempted authentication at least once, then the user SHOULD be presented the entity that was given in the response, since that entity MAY include relevant diagnostic information. HTTP access authentication is explained in section 11.</FONT></P></FONT></TD></TR></TABLE> </BODY></HTML> {http://xml.apache.org/axis/}HttpErrorCode:401 (401)Unauthorizedat org.apache.axis.transport.http.CommonsHTTPSender.invoke(CommonsHTTPSender.java:221)at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)at org.apache.axis.client.Call.invokeEngine(Call.java:2784)at org.apache.axis.client.Call.invoke(Call.java:2767)at org.apache.axis.client.Call.invoke(Call.java:2443)at org.apache.axis.client.Call.invoke(Call.java:2366)at org.apache.axis.client.Call.invoke(Call.java:1812)at com.jaspersoft.ireport.jasperserver.ws.RepositorySoapBindingStub.list(RepositorySoapBindingStub.java:336)at com.jaspersoft.ireport.jasperserver.ws.WSClient.getVersion(WSClient.java:155)at com.jaspersoft.studio.server.protocol.soap.SoapConnection.getServerInfo(SoapConnection.java:107)at com.jaspersoft.studio.server.protocol.soap.SoapConnection.connect(SoapConnection.java:128)at com.jaspersoft.studio.server.protocol.ProxyConnection.connect(ProxyConnection.java:85)at com.jaspersoft.studio.server.WSClientHelper.checkConnection(WSClientHelper.java:82)at com.jaspersoft.studio.server.wizard.ServerProfileWizard.connect(ServerProfileWizard.java:99)at com.jaspersoft.studio.server.wizard.ServerProfileWizard.access$1(ServerProfileWizard.java:95)at com.jaspersoft.studio.server.wizard.ServerProfileWizard$2.run(ServerProfileWizard.java:76)at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
  2. I am having the same issue on Mac OSX 10.10. JSS 5.6.2. Can authenticate with rest but cannot authenticate with SOAP protocol only mode.
  3. I want to deploy a jasperserver 5.6.1 onto my customer's environment but they have filtered the HTTP PUT messages for security reasons. I have seen that jaspersoft studio has the functionality to use SOAP protocols only. I tried this one but I can not success this because they open the SOAP services under basic authentication. Because of that authentication I enabled the anonymous access to "/services/**" path. This time I have got access denied error from jasperserver. So that I can not add any resources to the server and also can not publish the reports that has been designed with jaspersoft studio 5.6.2. Is there any workaround or an option to adding resources without using PUT. Thanks in advance...
×
×
  • Create New...