• I’m getting this error message on one of my games …any suggestions? I’m using version 19003393…
    Test
    Contacting dice.tripleawarclub.org
    An error has occured!
    Possible reasons the error could have happened:
    1: An invalid e-mail address
    2: Firewall could be blocking TripleA from connecting to the Dice Server
    3: The e-mail address does not exist
    4: An unknown error, please see the error console and consult the forums for help
    Visit http://tripleadev.org for extra help
    Text from dice server:
    <html>
    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
    <body bgcolor=“white”>
    <center><h1>400 Bad Request</h1></center>
    <center>The plain HTTP request was sent to HTTPS port</center>
    <hr><center>nginx/1.10.3 (Ubuntu)</center>
    </body>
    </html>

    java.io.IOException: Cound not find start index, text returned is:<html>
    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
    <body bgcolor=“white”>
    <center><h1>400 Bad Request</h1></center>
    <center>The plain HTTP request was sent to HTTPS port</center>
    <hr><center>nginx/1.10.3 (Ubuntu)</center>
    </body>
    </html>

    at games.strategy.engine.random.PropertiesDiceRoller.getDice(PropertiesDiceRoller.java:179)
    at games.strategy.engine.random.HttpDiceRollerDialog.rollInSeperateThread(PBEMDiceRoller.java:267)
    at games.strategy.engine.random.HttpDiceRollerDialog.access$000(PBEMDiceRoller.java:103)
    at games.strategy.engine.random.HttpDiceRollerDialog$1.run(PBEMDiceRoller.java:219)
    

    Test
    Contacting dice.tripleawarclub.org
    An error has occured!
    Possible reasons the error could have happened:
    1: An invalid e-mail address
    2: Firewall could be blocking TripleA from connecting to the Dice Server
    3: The e-mail address does not exist
    4: An unknown error, please see the error console and consult the forums for help
    Visit http://tripleadev.org for extra help
    Text from dice server:
    <html>
    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
    <body bgcolor=“white”>
    <center><h1>400 Bad Request</h1></center>
    <center>The plain HTTP request was sent to HTTPS port</center>
    <hr><center>nginx/1.10.3 (Ubuntu)</center>
    </body>
    </html>

    java.io.IOException: Cound not find start index, text returned is:<html>
    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
    <body bgcolor=“white”>
    <center><h1>400 Bad Request</h1></center>
    <center>The plain HTTP request was sent to HTTPS port</center>
    <hr><center>nginx/1.10.3 (Ubuntu)</center>
    </body>
    </html>

    at games.strategy.engine.random.PropertiesDiceRoller.getDice(PropertiesDiceRoller.java:179)
    at games.strategy.engine.random.HttpDiceRollerDialog.rollInSeperateThread(PBEMDiceRoller.java:267)
    at games.strategy.engine.random.HttpDiceRollerDialog.access$000(PBEMDiceRoller.java:103)
    at games.strategy.engine.random.HttpDiceRollerDialog$1.run(PBEMDiceRoller.java:219)
    

  • @captain-walker Please update your outdated TripleA version to the latest stable version (1.9.0.0.13066) to be found here:
    https://triplea-game.org/download/

    Be sure to have the latest Java 8 installed, too.
    https://java.com/en/download/manual.jsp

    That should solve the dice server problem.

    Also I see from your games that you are using workarounds such as manually uploading savegames.
    Since version 1.9.0.0.13066 TripleA has been fully functional with the new forum.

    Please check this thread:
    https://www.axisandallies.org/forums/topic/32464/triplea-new-stable-release-working-with-the-forum/
    to resolve it all (e.g. the user name issue).

    HTH :slightly_smiling_face:


  • thanks Panther…I’ll update everything and see what happens


  • @captain-walker Just ask in case you need further assistance. We’ll get that sorted!


  • I downloaded the newer version and the dice are working, but I got this error message and I can’t post directly to the forum…
    Mar 29, 2019 5:51:16 PM games.strategy.util.LocalizeHtml localizeImgLinksInHtml
    SEVERE: Could not find: null/doc/images/world_at_war.gif
    Mar 29, 2019 5:51:47 PM games.strategy.util.LocalizeHtml localizeImgLinksInHtml
    SEVERE: Could not find: null/doc/images/world_at_war.gif
    Mar 29, 2019 6:03:06 PM games.strategy.engine.pbem.PBEMMessagePoster post
    SEVERE: Failed to post game to forum
    java.lang.IllegalArgumentException: Illegal character in path at index 53: https://www.axisandallies.org/forums/api/user/captain walker
    at java.net.URI.create(Unknown Source)
    at org.apache.http.client.methods.HttpGet.<init>(HttpGet.java:66)
    at games.strategy.triplea.pbem.AxisAndAlliesForumPoster.queryUserInfo(AxisAndAlliesForumPoster.java:126)
    at games.strategy.triplea.pbem.AxisAndAlliesForumPoster.getUserId(AxisAndAlliesForumPoster.java:108)
    at games.strategy.triplea.pbem.AxisAndAlliesForumPoster.postTurnSummary(AxisAndAlliesForumPoster.java:51)
    at games.strategy.engine.pbem.PBEMMessagePoster.post(PBEMMessagePoster.java:111)
    at games.strategy.triplea.delegate.AbstractEndTurnDelegate.postTurnSummary(AbstractEndTurnDelegate.java:501)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at games.strategy.engine.delegate.DelegateExecutionManager$1.invoke(DelegateExecutionManager.java:129)
    at com.sun.proxy.$Proxy10.postTurnSummary(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at games.strategy.engine.message.unifiedmessenger.EndPoint.invokeSingle(EndPoint.java:151)
    at games.strategy.engine.message.unifiedmessenger.EndPoint.invokeMultiple(EndPoint.java:134)
    at games.strategy.engine.message.unifiedmessenger.EndPoint.invokeLocal(EndPoint.java:120)
    at games.strategy.engine.message.unifiedmessenger.UnifiedMessenger.invokeAndWait(UnifiedMessenger.java:98)
    at games.strategy.engine.message.UnifiedInvocationHandler.invoke(UnifiedInvocationHandler.java:52)
    at com.sun.proxy.$Proxy10.postTurnSummary(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at games.strategy.engine.gamePlayer.DefaultPlayerBridge$GameOverInvocationHandler.invoke(DefaultPlayerBridge.java:143)
    at com.sun.proxy.$Proxy10.postTurnSummary(Unknown Source)
    at games.strategy.engine.pbem.PBEMMessagePoster.lambda$postTurn$1(PBEMMessagePoster.java:239)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.URISyntaxException: Illegal character in path at index 53: https://www.axisandallies.org/forums/api/user/captain walker
    at java.net.URI$Parser.fail(Unknown Source)
    at java.net.URI$Parser.checkChars(Unknown Source)
    at java.net.URI$Parser.parseHierarchical(Unknown Source)
    at java.net.URI$Parser.parse(Unknown Source)
    at java.net.URI.<init>(Unknown Source)
    … 31 more

    Mar 29, 2019 6:04:18 PM games.strategy.engine.pbem.PBEMMessagePoster post
    SEVERE: Failed to post game to forum
    java.lang.IllegalArgumentException: Illegal character in path at index 53: https://www.axisandallies.org/forums/api/user/captain walker
    at java.net.URI.create(Unknown Source)
    at org.apache.http.client.methods.HttpGet.<init>(HttpGet.java:66)
    at games.strategy.triplea.pbem.AxisAndAlliesForumPoster.queryUserInfo(AxisAndAlliesForumPoster.java:126)
    at games.strategy.triplea.pbem.AxisAndAlliesForumPoster.getUserId(AxisAndAlliesForumPoster.java:108)
    at games.strategy.triplea.pbem.AxisAndAlliesForumPoster.postTurnSummary(AxisAndAlliesForumPoster.java:51)
    at games.strategy.engine.pbem.PBEMMessagePoster.post(PBEMMessagePoster.java:111)
    at games.strategy.triplea.delegate.AbstractEndTurnDelegate.postTurnSummary(AbstractEndTurnDelegate.java:501)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at games.strategy.engine.delegate.DelegateExecutionManager$1.invoke(DelegateExecutionManager.java:129)
    at com.sun.proxy.$Proxy10.postTurnSummary(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at games.strategy.engine.message.unifiedmessenger.EndPoint.invokeSingle(EndPoint.java:151)
    at games.strategy.engine.message.unifiedmessenger.EndPoint.invokeMultiple(EndPoint.java:134)
    at games.strategy.engine.message.unifiedmessenger.EndPoint.invokeLocal(EndPoint.java:120)
    at games.strategy.engine.message.unifiedmessenger.UnifiedMessenger.invokeAndWait(UnifiedMessenger.java:98)
    at games.strategy.engine.message.UnifiedInvocationHandler.invoke(UnifiedInvocationHandler.java:52)
    at com.sun.proxy.$Proxy10.postTurnSummary(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at games.strategy.engine.gamePlayer.DefaultPlayerBridge$GameOverInvocationHandler.invoke(DefaultPlayerBridge.java:143)
    at com.sun.proxy.$Proxy10.postTurnSummary(Unknown Source)
    at games.strategy.engine.pbem.PBEMMessagePoster.lambda$postTurn$1(PBEMMessagePoster.java:239)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.URISyntaxException: Illegal character in path at index 53: https://www.axisandallies.org/forums/api/user/captain walker
    at java.net.URI$Parser.fail(Unknown Source)
    at java.net.URI$Parser.checkChars(Unknown Source)
    at java.net.URI$Parser.parseHierarchical(Unknown Source)
    at java.net.URI$Parser.parse(Unknown Source)
    at java.net.URI.<init>(Unknown Source)
    … 31 more

    Mar 29, 2019 6:06:53 PM games.strategy.util.LocalizeHtml localizeImgLinksInHtml
    SEVERE: Could not find: null/doc/images/world_at_war.gif


  • @captain-walker OK, now there seem to be two issues:

    First of all you experience the problem with the blank in your username. See
    https://www.axisandallies.org/forums/post/1237061
    and
    if you want https://www.axisandallies.org/forums/post/1237429
    to resolve that.
    You need to specify your username in the TripleA-PBF-Settings accordingly.

    Second your map of World A War appears to be outdated, too.
    Please use the ingame downloader to update/download the latest map version.

    Almost midnight here, so I will be out for now and happy to continue assisting tomorrow if needed.
    Good luck :slightly_smiling_face:


  • I did as you recommended and everything is working fine…thanks for your help!


  • @captainwalker
    You are welcome. Enjoy gaming. :slightly_smiling_face:

Suggested Topics

  • 10
  • 4
  • 2
  • 3
  • 17
  • 6
  • 2
  • 2
Axis & Allies Boardgaming Custom Painted Miniatures

41

Online

17.0k

Users

39.3k

Topics

1.7m

Posts