• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

when trying to deploy .wsdd to services from eclipse ant build getting this problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Buildfile:Agent\base\main\build\build.xml
deployservices:
    [echo] *** deploying services ***
[axis-admin] - Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
[axis-admin] Processing file Agent\base\main\deployment-descriptors\LoginServices.wsdd
[axis-admin] AxisFault
[axis-admin]  faultCode: {http://xml.apache.org/axis/}HTTP
[axis-admin]  faultSubcode:
[axis-admin]  faultString: (401)Unauthorized
[axis-admin]  faultActor:
[axis-admin]  faultNode:
[axis-admin]  faultDetail:
[axis-admin] {}:return code:  401
[axis-admin] <?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Server.Unauthorized</faultcode><faultstring>Remote administrator access is not allowed!</faultstring><detail><ns2:hostname xmlns:ns2="http://xml.apache.org/axis/"></ns2:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>;
[axis-admin] {http://xml.apache.org/axis/}HttpErrorCode:401
[axis-admin] Running axis-admin with parameters:
[axis-admin]   action:
[axis-admin]   url:http://0.0.0.0:8680/infi/services
[axis-admin]   hostname:null
[axis-admin]   port:0
[axis-admin]   servletPath:null
[axis-admin]   fileProtocol:null
[axis-admin]   username:null
[axis-admin]   password:null
[axis-admin]   transportChain:null
[axis-admin]   debug:false

BUILD FAILED
Agent\base\main\build\build.xml:122: axis-admin failed with  {http://xml.apache.org/axis/}HTTP (401)Unauthorized

Total time: 2 seconds
 
Weeds: because mother nature refuses to be your personal bitch. But this tiny ad is willing:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic