Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Maven: Error saying my account doesn't have access to Power Edition

    Hi there,

    I'm setting up Maven dependencies for my project, and I'm getting the following error when running:
    Code:
    mvn isc:deploy -Dproduct=SMARTGWT -Dlicense=POWER -DbuildNumber=4.1p -DrepositoryUrl=http://homeserver:8080/archiva/repository/internal/
    Error is:

    Code:
    [INFO] --- isc-maven-plugin:1.1.1:deploy (default-cli) @ GuidedDesigner ---
    [INFO] Authenticating to 'www.smartclient.com/devlogin/login.jsp' with username: 'nwilton'
    [WARNING] No downloads found at 'www.smartclient.com/builds/SmartGWT/4.1p/PowerEdition/2016-04-18/'.  Response from server: 
    
    <html>
     <head></head>
     <body>
      Your account does not have access to licenses for SmartGWT 4.1p PowerEdition. If you believe this is incorrect or you would like to purchase new licenses or upgrades, contact 
      <a href="/company/contact.jsp">Isomorphic Sales</a>.
     </body>
    </html>

    #2
    Hi nwilton,

    perhaps it is just the error message? The directory does not yet exist, even if you log in with the browser.

    Best regards
    Blama

    Comment


      #3
      You should indeed do as the error message says.

      Comment

      Working...
      X