Genesis - Erro

3 respostas
MarcoQuadros030810

Boa Tarde pessoal,
sou novo em programação java e aqui no forum nao sei se é a area certa para tal, se nao for por favor me notifiquem ou movam o topico para area correta

bom estava dando um erro de messages.properties que estava faltando, procurei na net e achei que o erro se corrigia apenas criando um file com o nome de messages.properties, fiz deu certo blza
porem agora esta dando o seguinte erro

15/04/2011 13:52:48 net.java.dev.genesis.ui.metadata.FieldMetadata internalProcess WARNING: Field modificado in java.util.Date does not have an associated converter; perhaps new StartupHelper().initialize() hasn't been invoked? 15/04/2011 13:52:48 net.java.dev.genesis.ui.metadata.FieldMetadata internalProcess WARNING: Field maxData in java.util.Date does not have an associated converter; perhaps new StartupHelper().initialize() hasn't been invoked? 15/04/2011 13:52:48 net.java.dev.genesis.ui.metadata.FieldMetadata internalProcess WARNING: Field ultimaExec in java.util.Date does not have an associated converter; perhaps new StartupHelper().initialize() hasn't been invoked? Exception in thread "AWT-EventQueue-0" java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key ErrorReporterDialog.stackTrace at java.util.ResourceBundle.getObject(Unknown Source) at java.util.ResourceBundle.getString(Unknown Source) at net.java.dev.genesis.ui.swing.SwingExceptionHandler.createStackTracePanel(SwingExceptionHandler.java:70) at net.java.dev.genesis.ui.swing.SwingExceptionHandler.showErrorMessageDialog(SwingExceptionHandler.java:59) at net.java.dev.genesis.ui.binding.AbstractDispatcherExceptionHandler.handleException(AbstractDispatcherExceptionHandler.java:100) at net.java.dev.genesis.ui.binding.AbstractDispatcherExceptionHandler.handleUnknownException(AbstractDispatcherExceptionHandler.java:75) at net.java.dev.genesis.ui.binding.AbstractDispatcherExceptionHandler.handleException(AbstractDispatcherExceptionHandler.java:56) at net.java.dev.genesis.ui.binding.AbstractBinder.handleException(AbstractBinder.java:689) at net.java.dev.genesis.ui.binding.AbstractBinder.invokeFormAction(AbstractBinder.java:783) at net.java.dev.genesis.ui.swing.components.AbstractComponentBinder$ComponentBoundAction$1.actionPerformed(AbstractComponentBinder.java:353) 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.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)

alguem sabe pq ocorre o erro e pode me ajudar??

Abs

Att
Marco Quadros

3 Respostas

Jose111
Field ultimaExec in java.util.Date does not have an associated converter; perhaps new StartupHelper().initialize() hasn't been invoked?

O erro é que a classe Date não tem a um converter associada a ela.

MarcoQuadros030810

Jose111

esse erro da classe data esta ocorrendo quando clico em um botao
quando eu clico em outro botao para executar o comando e preencher os campos
da esse erro.

Exception in thread "AWT-EventQueue-0" java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key ErrorReporterDialog.stackTrace

at java.util.ResourceBundle.getObject(Unknown Source)
	at java.util.ResourceBundle.getString(Unknown Source)
	at net.java.dev.genesis.ui.swing.SwingExceptionHandler.createStackTracePanel(SwingExceptionHandler.java:70)
	at net.java.dev.genesis.ui.swing.SwingExceptionHandler.showErrorMessageDialog(SwingExceptionHandler.java:59)
	at net.java.dev.genesis.ui.binding.AbstractDispatcherExceptionHandler.handleException(AbstractDispatcherExceptionHandler.java:100)
	at net.java.dev.genesis.ui.binding.AbstractDispatcherExceptionHandler.handleUnknownException(AbstractDispatcherExceptionHandler.java:75)
	at net.java.dev.genesis.ui.binding.AbstractDispatcherExceptionHandler.handleException(AbstractDispatcherExceptionHandler.java:56)
	at net.java.dev.genesis.ui.binding.AbstractBinder.handleException(AbstractBinder.java:689)
	at net.java.dev.genesis.ui.binding.AbstractBinder.invokeFormAction(AbstractBinder.java:783)
	at net.java.dev.genesis.ui.swing.components.AbstractComponentBinder$ComponentBoundAction$1.actionPerformed(AbstractComponentBinder.java:353)
	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.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)

mesmo dando o erro na data ele executa.

valeu a ajuda amigo!

MarcoQuadros030810

problema resulvido foi so arrumar a consulta e os imports!

valeuuu

Criado 15 de abril de 2011
Ultima resposta 15 de abr. de 2011
Respostas 3
Participantes 2