As part of my merge and work on paging on trunk, I'm trying to run the server,
perfSender.. etc.
ant runServer is broken:
runServer:
| [java] 15:34:48,145 ERROR @main [AbstractKernelController] Error installing to
Configured: name=Main state=Instantiated
| [java] java.lang.IllegalArgumentException: No such property host for bean
org.jboss.messaging.core.config.impl.FileConfiguration available
[journalSyncTransactional, packetConfirmationBatchSize, bindingsDirectory,
requireDestinations, interceptorClassNames, journalMinFiles, createJournalDir,
createBindingsDir, class, securityEnabled, journalFileSize, journalType,
securityInvalidationInterval, journalMaxAIO, configurationUrl, connectionScanPeriod,
pagingDirectory, callTimeout, backup, scheduledThreadPoolMaxSize, acceptorInfos,
journalSyncNonTransactional, JMXManagementEnabled, journalDirectory, clustered]
| [java] at
org.jboss.beans.info.plugins.AbstractBeanInfo.getProperty(AbstractBeanInfo.java:160)
| [java] at
org.jboss.beans.info.plugins.AbstractBeanInfo.getProperty(AbstractBeanInfo.java:237)
| [java] at
org.jboss.kernel.plugins.dependency.AbstractKernelControllerContext.get(AbstractKernelControllerContext.java:226)
| [java] at
org.jboss.beans.metadata.plugins.AbstractDependencyValueMetaData.getValue(AbstractDependencyValueMetaData.java:171)
|
|
I had to add the property host on ConfigurationImpl to make the server start.
After I made it start, but then perfSender/perfListener is not working. The JNDI is
refusing the connection:
| [java] at org.jboss.jms.example.PerfExample.runSender(PerfExample.java:128)
| [java] at org.jboss.jms.example.PerfExample.main(PerfExample.java:102)
| [java] Caused by: javax.naming.CommunicationException: Failed to connect to
server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed
to connect to server localhost:1099 [Root exception is java.net.ConnectException:
Connection refused]]
| [java] at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:276)
| [java] at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1572)
| [java] ... 6 more
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173182#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...