cancel
Showing results for 
Search instead for 
Did you mean: 

Error starting session

jlbarrera
Champ in-the-making
Champ in-the-making
Hello

I received an error:

javax.faces.el.EvaluationException: Exception while invoking expression #{CreateNews.crearXML}

caused by:
org.alfresco.webservice.util.WebServiceException: Error starting session.

caused by:
(404)/alfresco/api/AuthenticationService

when i tried execute:

   public void crearXML() throws RepositoryFault,
   RemoteException, ServiceException {
      
      AuthenticationUtils.startSession("admin", "admin");
      System.out.println("Ha creado la sesion");
      executeSearch();
      AuthenticationUtils.endSession();
      System.out.println("Ha cerrado la sesion");   
   }

Any ideas?

Thanks
1 REPLY 1

jlbarrera
Champ in-the-making
Champ in-the-making
I deploy alfresco in tomcat 5 with the name "alfrescoTDT" in port 8080, so when i try execute the webservices i received the above error.

I solved the problem rename "alfrescoTDT" with "alfresco", and all work fine.

Thanks