It is currently 05 Sep 2025, 18:00
   
Text Size

Forge version 1.5.20

Post MTG Forge Related Programming Questions Here

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Forge version 1.5.20

Postby Chris H. » 06 Jun 2014, 15:08

Tentative target release date: Friday June 20 2014.
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Forge version 1.5.20

Postby Chris H. » 20 Jun 2014, 15:04

I attempted a beta build and deploy and received a build failure once again durring the deploy process. Looks like there was some type of an IOException. It looks like I should be able to upload the archives.

Code: Select all
[INFO] Reply received: 227 Entering Passive Mode (174,34,254,123,30,206)
[INFO]
[INFO] Command sent: STOR allclasses-noframe.html
[INFO]
[INFO] ftp://ftp.cardforge.org/site/ - Session: Disconnecting 
[INFO] ftp://ftp.cardforge.org/site/ - Session: Disconnected
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] Forge Parent ...................................... SUCCESS [3:11.000s]
[INFO] [INFO] Forge Core ........................................ SUCCESS [2:33.865s]
[INFO] [INFO] Forge Game ........................................ SUCCESS [7:08.281s]
[INFO] [INFO] Forge AI .......................................... SUCCESS [3:15.470s]
[INFO] [INFO] Forge Net ......................................... SUCCESS [53.093s]
[INFO] [INFO] Forge Gui ......................................... FAILURE [4:08.784s]
[INFO] [INFO] Forge ............................................. SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 21:11.681s
[INFO] [INFO] Finished at: Fri Jun 20 10:23:15 EDT 2014
[INFO] [INFO] Final Memory: 70M/568M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:deploy (default-deploy) on project forge-gui: Error uploading site: IOException caught while attempting to upload /Users/me/Workspace_SVN/ForgeSVN/target/checkout/forge-gui/target/site/apidocs/allclasses-noframe.html: Read timed out -> [Help 1]
[INFO] [ERROR]
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[INFO] [ERROR]
[INFO] [ERROR] After correcting the problems, you can resume the build with the command
[INFO] [ERROR]   mvn <goals> -rf :forge-gui
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Forge Parent ...................................... FAILURE [25:06.845s]
[INFO] Forge Core ........................................ SUCCESS [1:24.945s]
[INFO] Forge Game ........................................ SUCCESS [3:40.687s]
[INFO] Forge AI .......................................... SUCCESS [2:05.371s]
[INFO] Forge Net ......................................... SUCCESS [30.893s]
[INFO] Forge Gui ......................................... SUCCESS [2:08.053s]
[INFO] Forge ............................................. SUCCESS [7:07.780s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42:46.780s
[INFO] Finished at: Fri Jun 20 10:23:16 EDT 2014
[INFO] Final Memory: 60M/623M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5:perform (default-cli) on project forge: Maven execution failed, exit code: '1' -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
logout

[Process completed]
 
Attachments
log.txt.zip
(243.68 KiB) Downloaded 147 times
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Forge version 1.5.20

Postby KrazyTheFox » 20 Jun 2014, 16:47

Chris H. wrote:I attempted a beta build and deploy and received a build failure once again durring the deploy process. Looks like there was some type of an IOException. It looks like I should be able to upload the archives.

Code: Select all
[INFO] Reply received: 227 Entering Passive Mode (174,34,254,123,30,206)
[INFO]
[INFO] Command sent: STOR allclasses-noframe.html
[INFO]
[INFO] ftp://ftp.cardforge.org/site/ - Session: Disconnecting 
[INFO] ftp://ftp.cardforge.org/site/ - Session: Disconnected
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] Forge Parent ...................................... SUCCESS [3:11.000s]
[INFO] [INFO] Forge Core ........................................ SUCCESS [2:33.865s]
[INFO] [INFO] Forge Game ........................................ SUCCESS [7:08.281s]
[INFO] [INFO] Forge AI .......................................... SUCCESS [3:15.470s]
[INFO] [INFO] Forge Net ......................................... SUCCESS [53.093s]
[INFO] [INFO] Forge Gui ......................................... FAILURE [4:08.784s]
[INFO] [INFO] Forge ............................................. SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 21:11.681s
[INFO] [INFO] Finished at: Fri Jun 20 10:23:15 EDT 2014
[INFO] [INFO] Final Memory: 70M/568M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:deploy (default-deploy) on project forge-gui: Error uploading site: IOException caught while attempting to upload /Users/me/Workspace_SVN/ForgeSVN/target/checkout/forge-gui/target/site/apidocs/allclasses-noframe.html: Read timed out -> [Help 1]
[INFO] [ERROR]
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[INFO] [ERROR]
[INFO] [ERROR] After correcting the problems, you can resume the build with the command
[INFO] [ERROR]   mvn <goals> -rf :forge-gui
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Forge Parent ...................................... FAILURE [25:06.845s]
[INFO] Forge Core ........................................ SUCCESS [1:24.945s]
[INFO] Forge Game ........................................ SUCCESS [3:40.687s]
[INFO] Forge AI .......................................... SUCCESS [2:05.371s]
[INFO] Forge Net ......................................... SUCCESS [30.893s]
[INFO] Forge Gui ......................................... SUCCESS [2:08.053s]
[INFO] Forge ............................................. SUCCESS [7:07.780s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42:46.780s
[INFO] Finished at: Fri Jun 20 10:23:16 EDT 2014
[INFO] Final Memory: 60M/623M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5:perform (default-cli) on project forge: Maven execution failed, exit code: '1' -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
logout

[Process completed]
 
Yeah, that's the same error I was getting. I still haven't figured out how to fix it.
User avatar
KrazyTheFox
Programmer
 
Posts: 725
Joined: 18 Mar 2014, 23:51
Has thanked: 66 times
Been thanked: 226 times


Return to Developer's Corner

Who is online

Users browsing this forum: Baidu [Spider] and 51 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 52 users online :: 1 registered, 0 hidden and 51 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: Baidu [Spider] and 51 guests

Login Form