IO error when deploying AMP modules.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2015 09:13 AM
Hi,
I m getting an IO error while deploying AMP modules in windows server 2008, check the image for more details:
PS i m connecting to the server via Remote desktop as a domain adminstrator, the backup of alfresco.war and share.war were successfully created(so i have read/write permission on the webapps folder), i check that i hava the permission to read/write on the war files.any one help please!
I m getting an IO error while deploying AMP modules in windows server 2008, check the image for more details:
PS i m connecting to the server via Remote desktop as a domain adminstrator, the backup of alfresco.war and share.war were successfully created(so i have read/write permission on the webapps folder), i check that i hava the permission to read/write on the war files.any one help please!
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2015 07:53 PM
I've faced the same problem and couldn't find a solution.
What I did to solve it was to install my amps using my laptop, and then transfering the final war to the server.
What I did to solve it was to install my amps using my laptop, and then transfering the final war to the server.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2015 11:51 AM
It does not seem to be a good practice, specially for an end user, can anybody try to reproduce the problem and propose a workaround please!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2015 09:10 AM
Definitively not a good practice, but I couldn't make it work on Windows
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2015 10:43 AM
You can try to install the amp using manual execution like following :
1.Start a new CMD shell using administrator account and Browse to the D:\Alfresco\bin directory:
2.Then run following command
for example
And see what is going on.
1.Start a new CMD shell using administrator account and Browse to the D:\Alfresco\bin directory:
2.Then run following command
install <AMPFileLocation> <WARFileLocation> [options]valid options: -verbose : enable verbose output -directory : indicates that the amp file location specified is a directory. All amp files found in the directory and its sub directories are installed. -force : forces installation of AMP regardless of currently installed module version or file overrides -preview : previews installation of AMP without modifying WAR file -nobackup : indicates that no backup should be made of the WAR
for example
D:\alfresco\bin>java -jar alfresco-mmt.jar install D:\alfresco\amps\wcmqs.amp D:\alfresco\tomcat\webapps\alfresco.war -verbose
And see what is going on.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2015 09:11 AM
I tried that too instead of using the apply amps script, but got the same error.
The problem is not on the script for sure.
The problem is not on the script for sure.
