[JBoss jBPM] - STDERR in JBoss startup with jBPM 4.0
by showmanlkz
Hi all,
I am new to jBPM, just tried to installed jBPM 4.0, after the installation, I started JBoss 5, it output lots of ERROR:
| 22:35:13,234 ERROR [STDERR] 63 [main] WARN org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap - The use of javax.ws.rs.core.Applica
| tion is deprecated, please use javax.ws.rs.Application as a context-param instead
| 22:35:13,250 ERROR [STDERR] 79 [main] INFO org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap - Adding listed @Provider class org.j
| boss.bpm.report.FileWriter
| 22:35:13,265 ERROR [STDERR] 94 [main] INFO org.jboss.resteasy.plugins.providers - Added built in provider DataSourceProvider
| 22:35:13,265 ERROR [STDERR] 94 [main] INFO org.jboss.resteasy.plugins.providers - Added built in provider DefaultTextPlain
| 22:35:13,265 ERROR [STDERR] 94 [main] INFO org.jboss.resteasy.plugins.providers - Added built in provider org.jboss.resteasy.plugins.provide
| rs.StringTextStar
| 22:35:13,265 ERROR [STDERR] 94 [main] INFO org.jboss.resteasy.plugins.providers - Added built in provider org.jboss.resteasy.plugins.provide
| rs.InputStreamProvider
| 22:35:13,265 ERROR [STDERR] 94 [main] INFO org.jboss.resteasy.plugins.providers - Added built in provider org.jboss.resteasy.plugins.provide
| rs.ByteArrayProvider
| 22:35:13,265 ERROR [STDERR] 94 [main] INFO org.jboss.resteasy.plugins.providers - Added built in provider org.jboss.resteasy.plugins.provide
| rs.FormUrlEncodedProvider
| 22:35:13,265 ERROR [STDERR] 94 [main] INFO org.jboss.resteasy.plugins.providers - Added built in provider org.jboss.resteasy.plugins.provide
| rs.FormUrlEncodedProvider
| 22:35:13,265 ERROR [STDERR] 94 [main] INFO org.jboss.resteasy.plugins.providers - Added built in provider org.jboss.resteasy.plugins.provide
| rs.StreamingOutputProvider
| 22:35:13,265 ERROR [STDERR] 94 [main] INFO org.jboss.resteasy.plugins.providers - Adding built in provider org.jboss.resteasy.plugins.provid
| ers.multipart.MultipartReader
| 22:35:13,281 ERROR [STDERR] 110 [main] INFO org.jboss.resteasy.plugins.providers - Adding built in provider org.jboss.resteasy.plugins.provi
| ders.multipart.ListMultipartReader
| 22:35:13,281 ERROR [STDERR] 110 [main] INFO org.jboss.resteasy.plugins.providers - Adding built in provider org.jboss.resteasy.plugins.provi
| ders.multipart.MultipartFormDataReader
| 22:35:13,281 ERROR [STDERR] 110 [main] INFO org.jboss.resteasy.plugins.providers - Adding built in provider org.jboss.resteasy.plugins.provi
| ders.multipart.MapMultipartFormDataReader
| 22:35:13,281 ERROR [STDERR] 110 [main] INFO org.jboss.resteasy.plugins.providers - Adding built in providerorg.jboss.resteasy.plugins.provid
| ers.multipart.MultipartWriter
| 22:35:13,296 ERROR [STDERR] 125 [main] INFO org.jboss.resteasy.plugins.providers - Adding built in providerorg.jboss.resteasy.plugins.provid
| ers.multipart.MultipartFormDataWriter
| 22:35:13,296 ERROR [STDERR] 125 [main] INFO org.jboss.resteasy.plugins.providers - Adding built in providerorg.jboss.resteasy.plugins.provid
| ers.multipart.ListMultipartWriter
| 22:35:13,296 ERROR [STDERR] 125 [main] INFO org.jboss.resteasy.plugins.providers - Adding built in providerorg.jboss.resteasy.plugins.provid
| ers.multipart.MapMultipartFormDataWriter
| 22:35:13,296 ERROR [STDERR] 125 [main] INFO org.jboss.resteasy.plugins.providers - Adding built in provider org.jboss.resteasy.plugins.provi
| ders.multipart.MultipartFormAnnotationReader
| 22:35:13,296 ERROR [STDERR] 125 [main] INFO org.jboss.resteasy.plugins.providers - Adding built in providerorg.jboss.resteasy.plugins.provid
| ers.multipart.MultipartFormAnnotationWriter
| 22:35:13,296 ERROR [STDERR] 125 [main] INFO org.jboss.resteasy.plugins.providers - Adding built in provider org.jboss.resteasy.plugins.provi
| ders.IIOImageProvider
|
The jBPM user guide says
anonymous wrote : And you can surf to the jBPM console You can login as one of the following users:
It points to the URL http://localhost:8080/gwt-console, but I was given 404 when tried to open it.
Any idea?
Thanks
Derrick
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243532#4243532
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243532
17 years
[JBoss Messaging] - Application Client can't find version.properties
by guntherv
When I run a Java Application I get a java.lang.RuntimeException when I request a connection instance on the factory.
Exception in thread "main" java.lang.RuntimeException: version.properties is not available
| at org.jboss.messaging.utils.VersionLoader.getVersion(VersionLoader.java:65)
| at org.jboss.messaging.jms.client.JBossConnection.<init>(JBossConnection.java:147)
| at org.jboss.messaging.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:514)
| at org.jboss.messaging.jms.client.JBossConnectionFactory.createConnection(JBossConnectionFactory.java:115)
| ...
Apparently the org.jboss.messaging.utils.VersionLoader class (jbm-core.jar) tries to resolve the file version.properties on the classpath.
The jbm-core.jar contains this file, but adding it to the classpath doesn't resolve the issue.
Anybody any idea why this is happening ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243508#4243508
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243508
17 years