Jump to content
Changes to the Jaspersoft community edition download ×

Error when creating JasperReports Server Connection


jbreault
Go to solution Solved by hozawa,

Recommended Posts

I have created a JasperReports Server Connection using the Community Edition before. I am trying out the 30 day trial of Professional Edition so I am trying to creating a JasperReports Server Connection for the Pro Edition, but I get an error. The URL is http://localhost:8080/jasperserver-pro/ and the username and password are both set to jasperadmin. When I test the connection I get the error: Reason: (404) not found

And when I click "details" it says what is below. I am not sure why I am having trouble with the pro edition but everything was fine for the community edition. 

 

AxisFault

 faultSubcode: 
 faultString: (404)Not Found
 faultActor: 
 faultNode: 
 faultDetail: 
{}:return code:  404
<!DOCTYPE html><html><head><title>Apache Tomcat/8.0.14 - Error report</title><style type="text/css">H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}.line {height: 1px; background-color: #525D76; border: none;}</style> </head><body><h1>HTTP Status 404 - /jasperserver-pro/services/repository</h1><div class="line"></div><p><b>type</b> Status report</p><p><b>message</b> <u>/jasperserver-pro/services/repository</u></p><p><b>description</b> <u>The requested resource is not available.</u></p><hr class="line"><h3>Apache Tomcat/8.0.14</h3></body></html>
 
(404)Not Found
at com.jaspersoft.ireport.jasperserver.ws.http.JSSCommonsHTTPSender$3.handleResponse(JSSCommonsHTTPSender.java:254)
at com.jaspersoft.ireport.jasperserver.ws.http.JSSCommonsHTTPSender$3.handleResponse(JSSCommonsHTTPSender.java:1)
at org.apache.http.client.fluent.Response.handleResponse(Response.java:90)
at com.jaspersoft.ireport.jasperserver.ws.http.JSSCommonsHTTPSender.invoke(JSSCommonsHTTPSender.java:230)
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:158)
at com.jaspersoft.studio.server.protocol.soap.SoapConnection.getServerInfo(SoapConnection.java:113)
at com.jaspersoft.studio.server.protocol.soap.SoapConnection.connect(SoapConnection.java:154)
at com.jaspersoft.studio.server.protocol.ProxyConnection.connect(ProxyConnection.java:110)
at com.jaspersoft.studio.server.WSClientHelper.checkConnection(WSClientHelper.java:100)
at com.jaspersoft.studio.server.wizard.ServerProfileWizard.connect(ServerProfileWizard.java:102)
at com.jaspersoft.studio.server.wizard.ServerProfileWizard.access$1(ServerProfileWizard.java:97)
at com.jaspersoft.studio.server.wizard.ServerProfileWizard$2.run(ServerProfileWizard.java:76)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Solution

Not sure about the problem nor why axis is causing error but are you trying to install JasperReports Server Professional edition on a different computer than the one that you've installed the community version? Just asking because the default it to install on port 8080 and if the community version is running, Professional version may not have installed properly.

Also, check the JasperReports Server error log. (Hope that you've installed professional version on a different tomcat than the community version and that you're using a different repository database).

<tomcat directory>/webapps/jasperserver/WEB-INF/logs

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...