05-18-2009 05:59 AM
public void clean() throws Exception {
WebServiceFactory.setEndpointAddress("http://localhost:8080/alfresco/api");
// Start the session
AuthenticationUtils.startSession("admin", "admin");
try {
// Create a reference to the parent where we want to look for content
Store storeRef = new Store(Constants.WORKSPACE_STORE, "SpacesStore");
and there is the error:Exception in thread "main" org.alfresco.webservice.util.WebServiceException: Error starting session.please i hope that you will help me
at org.alfresco.webservice.util.AuthenticationUtils.startSession(AuthenticationUtils.java:94)
at com.someco.examples.SomeCoDataCleaner.clean(SomeCoDataCleaner.java:39)
at com.someco.examples.SomeCoDataCleaner.main(SomeCoDataCleaner.java:32)
Caused by: (400)Mauvaise Requ�te
at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
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 org.alfresco.webservice.authentication.AuthenticationServiceSoapBindingStub.startSession(AuthenticationServiceSoapBindingStub.java:187)
at org.alfresco.webservice.util.AuthenticationUtils.startSession(AuthenticationUtils.java:79)
… 2 more
05-18-2009 06:07 AM
05-18-2009 06:12 AM
05-18-2009 08:44 AM
05-18-2009 11:47 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.