Forums de discussion

strange axis error from localhost

Jeff Williams, modifié il y a 14 années.

strange axis error from localhost

Regular Member Publications: 107 Date d'inscription: 15/07/08 Publications récentes
I'm trying to list services on my dev box with 5.2.3 and I get this:

And now... Some Services
AXIS error

Sorry, something seems to have gone wrong... here are the details:

Fault - Could not find class for the service named: com.ext.portlet.reports.service.http.ReportsEntryServiceSoap
Hint: you may need to copy your class files/tree into the right location (which depends on the servlet system you are using).; nested exception is: 
	java.lang.ClassNotFoundException: com.ext.portlet.reports.service.http.ReportsEntryServiceSoap

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode: 
 faultString: Could not find class for the service named: com.ext.portlet.reports.service.http.ReportsEntryServiceSoap
Hint: you may need to copy your class files/tree into the right location (which depends on the servlet system you are using).; nested exception is: 
	java.lang.ClassNotFoundException: com.ext.portlet.reports.service.http.ReportsEntryServiceSoap
 faultActor: 
 faultNode: 
 faultDetail: 
	{http://xml.apache.org/axis/}hostname:boing


Anyone seen this before?
thumbnail
Wilson Man, modifié il y a 14 années.

RE: strange axis error from localhost

Liferay Master Publications: 581 Date d'inscription: 21/06/06 Publications récentes
com.ext.portlet.reports.service.http.ReportsEntryServiceSoap
is that found in your ext-impl.jar?
Jeff Williams, modifié il y a 14 années.

RE: strange axis error from localhost

Regular Member Publications: 107 Date d'inscription: 15/07/08 Publications récentes
It's there:


jar tvf ext-impl.jar |grep ReportsEntryServiceSoap
   368 Mon Jun 29 09:45:58 CDT 2009 com/ext/portlet/reports/service/http/ReportsEntryServiceSoap.class


thanks Wilson