fil512 / stratinit

Automatically exported from code.google.com/p/stratinit
0 stars 0 forks source link

build city nullpointer #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
07-06@13:26:41 ERROR (ActionQueueImpl.java:144)     - One or more exceptions 
caught, see full set in UmbrellaException#getCauses
com.google.gwt.event.shared.UmbrellaException: One or more exceptions caught, 
see full set in UmbrellaException#getCauses
    at com.google.gwt.event.shared.HandlerManager.fireEvent(HandlerManager.java:129)
    at com.kenstevens.stratinit.ui.selection.SelectEvent.selectSectorCoords(SelectEvent.java:58)
    at com.kenstevens.stratinit.ui.selection.SelectEvent.reSelectSectorCoords(SelectEvent.java:51)
    at com.kenstevens.stratinit.site.action.BuildCityAction.postEvents(BuildCityAction.java:53)
    at com.kenstevens.stratinit.site.CommandProcessor.process(CommandProcessor.java:31)
    at com.kenstevens.stratinit.site.ActionQueueImpl.takeAndProcessAction(ActionQueueImpl.java:138)
    at com.kenstevens.stratinit.site.ActionQueueImpl.pollForActions(ActionQueueImpl.java:130)
    at com.kenstevens.stratinit.site.ActionQueueImpl.access$000(ActionQueueImpl.java:20)
    at com.kenstevens.stratinit.site.ActionQueueImpl$1.run(ActionQueueImpl.java:61)
Caused by: org.eclipse.swt.SWTException: Invalid thread access
    at org.eclipse.swt.SWT.error(Unknown Source)
    at org.eclipse.swt.SWT.error(Unknown Source)
    at org.eclipse.swt.SWT.error(Unknown Source)
    at org.eclipse.swt.widgets.Widget.error(Unknown Source)
    at org.eclipse.swt.widgets.Widget.checkWidget(Unknown Source)
    at org.eclipse.swt.widgets.Label.setText(Unknown Source)
    at com.kenstevens.stratinit.ui.tabs.SectorTabItemControl.updateSelectedSector(SectorTabItemControl.java:89)
    at com.kenstevens.stratinit.ui.tabs.SectorTabItemControl.setSelectedSector(SectorTabItemControl.java:82)
    at com.kenstevens.stratinit.ui.tabs.SectorTabItemControl.sectorSelected(SectorTabItemControl.java:112)
    at com.kenstevens.stratinit.ui.tabs.SectorTabItemControl.access$000(SectorTabItemControl.java:29)
    at com.kenstevens.stratinit.ui.tabs.SectorTabItemControl$1.selectSector(SectorTabItemControl.java:67)
    at com.kenstevens.stratinit.event.SelectSectorEvent.dispatch(SelectSectorEvent.java:17)
    at com.kenstevens.stratinit.event.SelectSectorEvent.dispatch(SelectSectorEvent.java:6)
    at com.google.web.bindery.event.shared.EventBus.dispatchEvent(EventBus.java:40)
    at com.google.web.bindery.event.shared.SimpleEventBus.doFire(SimpleEventBus.java:193)
    at com.google.web.bindery.event.shared.SimpleEventBus.fireEvent(SimpleEventBus.java:88)
    at com.google.gwt.event.shared.HandlerManager.fireEvent(HandlerManager.java:127)
    ... 8 more
07-06@13:26:41 ERROR (SubmitErrorCommand.java:37)     - Could not access HTTP 
invoker remote service at 
[http://www.strategicinitiative.org:8080/stratinit/remoting/StratInit]; nested 
exception is org.apache.commons.httpclient.HttpException: Did not receive 
successful HTTP response: status code = 500, status message = [Internal Server 
Error]
org.springframework.remoting.RemoteAccessException: Could not access HTTP 
invoker remote service at 
[http://www.strategicinitiative.org:8080/stratinit/remoting/StratInit]; nested 
exception is org.apache.commons.httpclient.HttpException: Did not receive 
successful HTTP response: status code = 500, status message = [Internal Server 
Error]
    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.convertHttpInvokerAccessException(HttpInvokerClientInterceptor.java:211)
    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:144)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy6.submitError(Unknown Source)
    at com.kenstevens.stratinit.site.command.SubmitErrorCommand.execute(SubmitErrorCommand.java:35)
    at com.kenstevens.stratinit.site.Command.process(Command.java:44)
    at com.kenstevens.stratinit.site.CommandExecutor.execute(CommandExecutor.java:41)
    at com.kenstevens.stratinit.site.CommandProcessor.process(CommandProcessor.java:28)
    at com.kenstevens.stratinit.site.ActionQueueImpl.takeAndProcessAction(ActionQueueImpl.java:138)
    at com.kenstevens.stratinit.site.ActionQueueImpl.pollForActions(ActionQueueImpl.java:130)
    at com.kenstevens.stratinit.site.ActionQueueImpl.access$000(ActionQueueImpl.java:20)
    at com.kenstevens.stratinit.site.ActionQueueImpl$1.run(ActionQueueImpl.java:61)
Caused by: org.apache.commons.httpclient.HttpException: Did not receive 
successful HTTP response: status code = 500, status message = [Internal Server 
Error]
    at org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor.validateResponse(CommonsHttpInvokerRequestExecutor.java:213)
    at org.springframework.remoting.httpinvoker.CommonsHttpInvokerRequestExecutor.doExecuteRequest(CommonsHttpInvokerRequestExecutor.java:130)
    at org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor.executeRequest(AbstractHttpInvokerRequestExecutor.java:136)
    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:191)
    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:173)
    at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:141)
    ... 11 more
07-06@13:26:41 ERROR ( Command.java:62)     - 
java.lang.NullPointerException
    at com.kenstevens.stratinit.site.Command.process(Command.java:45)
    at com.kenstevens.stratinit.site.CommandExecutor.execute(CommandExecutor.java:41)
    at com.kenstevens.stratinit.site.CommandProcessor.process(CommandProcessor.java:28)
    at com.kenstevens.stratinit.site.ActionQueueImpl.takeAndProcessAction(ActionQueueImpl.java:138)
    at com.kenstevens.stratinit.site.ActionQueueImpl.pollForActions(ActionQueueImpl.java:130)
    at com.kenstevens.stratinit.site.ActionQueueImpl.access$000(ActionQueueImpl.java:20)
    at com.kenstevens.stratinit.site.ActionQueueImpl$1.run(ActionQueueImpl.java:61)

Original issue reported on code.google.com by khstev...@gmail.com on 6 Jul 2011 at 5:42

GoogleCodeExporter commented 8 years ago
fixed in 1.1.48

Original comment by khstev...@gmail.com on 7 Jul 2011 at 3:05

GoogleCodeExporter commented 8 years ago

Original comment by khstev...@gmail.com on 7 Jul 2011 at 3:05