[Installation, Configuration & DEPLOYMENT] - Re: how i can start jboss server
by phonon
We stored JBoss in c:\jboss on a windows xp machine; already have Java v1.5.0_09. However, we get the following log while executing run:
anonymous wrote : 16:39:42,218 WARN [Server] Caught Throwable Error, this probably means we've already set the URLStreamHAndlerFactory before
| 16:39:42,250 INFO [Server] Starting JBoss (MX MicroKernel)...
| 16:39:42,250 INFO [Server] Release ID: JBoss [Trinity] 4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)
| 16:39:42,250 DEBUG [Server] Using config: org.jboss.system.server.ServerConfigImpl@76cbf7
| 16:39:42,250 DEBUG [Server] Server type: class org.jboss.system.server.ServerImpl
| 16:39:42,250 DEBUG [Server] Server loaded through: org.jboss.system.server.NoAnnotationURLClassLoader
| 16:39:42,250 DEBUG [Server] Boot URLs:
| 16:39:42,250 DEBUG [Server] file:/C:/jboss/lib/endorsed/serializer.jar
| 16:39:42,265 DEBUG [Server] file:/C:/jboss/lib/endorsed/xalan.jar
| 16:39:42,265 DEBUG [Server] file:/C:/jboss/lib/endorsed/xercesImpl.jar
| 16:39:42,265 DEBUG [Server] file:/C:/jboss/lib/jboss-jmx.jar
| 16:39:42,265 DEBUG [Server] file:/C:/jboss/lib/concurrent.jar
| 16:39:42,265 DEBUG [Server] file:/C:/jboss/lib/log4j-boot.jar
| 16:39:42,265 DEBUG [Server] file:/C:/jboss/lib/jboss-common.jar
| 16:39:42,265 DEBUG [Server] file:/C:/jboss/lib/jboss-system.jar
| 16:39:42,265 DEBUG [Server] file:/C:/jboss/lib/jboss-xml-binding.jar
| 16:39:42,265 INFO [Server] Home Dir: C:\jboss
| 16:39:42,265 INFO [Server] Home URL: file:/C:/jboss/
| 16:39:42,265 DEBUG [Server] Library URL: file:/C:/jboss/lib/
| 16:39:42,265 INFO [Server] Patch URL: null
| 16:39:42,265 INFO [Server] Server Name: default
| 16:39:42,265 INFO [Server] Server Home Dir: C:\jboss\server\default
| 16:39:42,265 INFO [Server] Server Home URL: file:/C:/jboss/server/default/
| 16:39:42,265 INFO [Server] Server Log Dir: C:\jboss\server\default\log
| 16:39:42,265 DEBUG [Server] Server Data Dir: C:\jboss\server\default\data
| 16:39:42,265 INFO [Server] Server Temp Dir: C:\jboss\server\default\tmp
| 16:39:42,265 DEBUG [Server] Server Config URL: file:/C:/jboss/server/default/conf/
| 16:39:42,265 DEBUG [Server] Server Library URL: file:/C:/jboss/server/default/lib/
| 16:39:42,265 INFO [Server] Root Deployment Filename: jboss-service.xml
| 16:39:42,265 DEBUG [Server] Starting General Purpose Architecture (GPA)...
| 16:39:42,562 WARN [BasicMBeanRegistry] preRegister() failed for JMImplementation:type=MBeanServerDelegate:
| java.lang.NoSuchFieldError: TRACE
| at org.jboss.logging.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:85)
| at org.jboss.logging.Logger.isTraceEnabled(Logger.java:122)
| at org.jboss.mx.server.AbstractMBeanInvoker.initAttributeContexts(AbstractMBeanInvoker.java:1009)
| at org.jboss.mx.modelmbean.ModelMBeanInvoker.initAttributeContexts(ModelMBeanInvoker.java:597)
| at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:647)
| at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
| at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
| at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:215)
| at org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServerBuilderImpl.java:71)
| at javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:316)
| at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:219)
| at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:420)
| at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
| at org.jboss.Main.boot(Main.java:200)
| at org.jboss.Main$1.run(Main.java:508)
| at java.lang.Thread.run(Thread.java:595)
| 16:39:42,578 DEBUG [Server] Failed to start
| java.lang.RuntimeException: Cannot create MBeanServer
| at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:239)
| at org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServerBuilderImpl.java:71)
| at javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:316)
| at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:219)
| at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:420)
| at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
| at org.jboss.Main.boot(Main.java:200)
| at org.jboss.Main$1.run(Main.java:508)
| at java.lang.Thread.run(Thread.java:595)
| Caused by: javax.management.NotCompliantMBeanException: Cannot register MBean: JMImplementation:type=MBeanServerDelegate
| at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:314)
| at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:215)
| ... 8 more
| Caused by: javax.management.RuntimeErrorException
| at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:725)
| at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
| ... 9 more
| Caused by: java.lang.NoSuchFieldError: TRACE
| at org.jboss.logging.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:85)
| at org.jboss.logging.Logger.isTraceEnabled(Logger.java:122)
| at org.jboss.mx.server.AbstractMBeanInvoker.initAttributeContexts(AbstractMBeanInvoker.java:1009)
| at org.jboss.mx.modelmbean.ModelMBeanInvoker.initAttributeContexts(ModelMBeanInvoker.java:597)
| at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:647)
| at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
| ... 10 more
|
Please help.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094982#4094982
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094982
18Â years, 9Â months
[JBoss jBPM] - Saving clients time.. installing/setting up jBPM
by Ithkul
Hello
I've got the pleasure to look at jBPM as a potential system for a client. The demo (video) of the system looks fast and easy. Sadly the installing procedure is complicated and time consuming.
On my personal computer I already had eclipse. I jumped at it and followed readme files, getting started etc. But still was not able to get my current eclipse working with jBPM. So I installed a new eclipse into the designer folder. Worked like a charm.
My current problem is getting it up and running towards the web, like in the demo. I made sure that /jbpm-console/ as server. and used the start.bat to config the server setting. Got some warnings and a frozen cmd-window. So I checked the forums found the advice to use:
"set JAVA_OPTS=%JAVA_OPTS% -Dhttp.proxyHost=192.168.10.254 -Dhttp.proxyPort=3128 -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
instead of
"set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
Still some warning presisted, but now the eclipse connection to the server worked. This whole prossess tok over 6 hours...
So my conclusive suggestion would be to make an easier installing prossess of jBMP? Like a ghosted image of a system with jBMP up and running on eclipse? Or something smaller that lets you get a *softer* first impression. I had to struggle to get it to work
Any feedback would be most welcome
Best regards,
Daniel Holth (Norwegian engineer)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094981#4094981
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094981
18Â years, 9Â months