You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a working game in Eclipse that I am trying to publish to the arcade. Below is part of the error that I get when I click "Publish."
Apr 29, 2013 2:11:20 AM org.apache.http.impl.client.DefaultRequestDirector tryExecute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond
Apr 29, 2013 2:11:20 AM org.apache.http.impl.client.DefaultRequestDirector tryExecute
INFO: Retrying request
Followed by the print statement:
this is the filepathC:\Users\Bill\workspace\vooga\src\games\fighter\billMuenstermanJouster\JousterGameManager.java
89
Could anybody from the arcade team provide some insight for this situation? Is there something I am missing that is keeping me from publishing? Is there something wrong with my class path? Any pointers would be greatly appreciated.
Thanks,
Bill Muensterman
If it is any help, here are all of the errors I was given by Eclipse. Once again, any advice would be a huge help.
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at arcade.database.DatabaseConnection.logError(DatabaseConnection.java:110)
at arcade.database.Table.writeErrorMessage(Table.java:165)
at arcade.database.GameTable.gameNameExists(GameTable.java:45)
at arcade.database.GameTable.createGame(GameTable.java:79)
at arcade.database.Database.createGame(Database.java:116)
at arcade.controller.Controller.publish(Controller.java:300)
at arcade.view.forms.PublishView.publish(PublishView.java:225)
at arcade.view.forms.PublishView.access$4(PublishView.java:223)
at arcade.view.forms.PublishView$5.actionPerformed(PublishView.java:209)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
The text was updated successfully, but these errors were encountered:
I have a working game in Eclipse that I am trying to publish to the arcade. Below is part of the error that I get when I click "Publish."
Apr 29, 2013 2:11:20 AM org.apache.http.impl.client.DefaultRequestDirector tryExecute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond
Apr 29, 2013 2:11:20 AM org.apache.http.impl.client.DefaultRequestDirector tryExecute
INFO: Retrying request
Followed by the print statement:
this is the filepathC:\Users\Bill\workspace\vooga\src\games\fighter\billMuenstermanJouster\JousterGameManager.java
89
Could anybody from the arcade team provide some insight for this situation? Is there something I am missing that is keeping me from publishing? Is there something wrong with my class path? Any pointers would be greatly appreciated.
Thanks,
Bill Muensterman
If it is any help, here are all of the errors I was given by Eclipse. Once again, any advice would be a huge help.
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at arcade.database.DatabaseConnection.logError(DatabaseConnection.java:110)
at arcade.database.Table.writeErrorMessage(Table.java:165)
at arcade.database.GameTable.gameNameExists(GameTable.java:45)
at arcade.database.GameTable.createGame(GameTable.java:79)
at arcade.database.Database.createGame(Database.java:116)
at arcade.controller.Controller.publish(Controller.java:300)
at arcade.view.forms.PublishView.publish(PublishView.java:225)
at arcade.view.forms.PublishView.access$4(PublishView.java:223)
at arcade.view.forms.PublishView$5.actionPerformed(PublishView.java:209)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
The text was updated successfully, but these errors were encountered: