[Installation, Configuration & Deployment] - Fresh install throws startup error
by stevetee
Hi,
Installed JB 4.0.4 GA from scratch with JDK version is 1.5.0 (09) on XP. Running startup script throws the following exception:
ObjectName: jboss:service=Naming
State: FAILED
Reason: java.lang.NoClassDefFoundError: org/jboss/remoting/serialization/impl/java/JavaSerializationManager
I Depend On:
jboss.system:service=ThreadPool
Depends On Me:
jboss:service=CorbaORB
jboss:service=invoker,type=iiop
jboss:service=CorbaNaming
jboss.mq:service=DestinationManager
jboss.mq:service=Invoker
jboss.mq:service=InvocationLayer,type=UIL
jboss.mq:service=InvocationLayer,type=UILXA
jboss.mq:service=InvocationLayer,type=UIL2,alias=UIL2ConnectionFactory jboss.mq:service=InvocationLayer,type=UIL2XA,alias=UIL2XAConnectionFactory
jboss.jms:alias=QueueConnectionFactory
jboss.jms:alias=TopicConnectionFactory
jboss:service=TransactionManager
Any pointers would be appreciated...
Steve
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976930#3976930
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976930
19 years, 7 months
[Installation, Configuration & Deployment] - Verification of Enterprise Beans failed
by anilksharma
Hi -
Sorry but I am a newbie to JBoss and I am having a problem with deploying a very simple EJB to Jboss 3.2.5. (Unfortunately I have to use JBoss 3.2.5 because of a third party application that is running on it).
I have written a very simple EJB which deploys on my JBoss 3.2.5 on PC at home, but does not deploy on my jboss installation on a linux box.
The error I get is:
Verification of Enterprise Beans Failed, and the error message above that is simply could not create deployment :file: <path to jar file> with no other explanation. (The stack trace is below)
As it runs on my PC based JBoss installation (same version) but not on the linux version I'm assuming it's a configuration issue.
Could anyone please advise me where I'm going wrong? The file I'm trying to deploy is a jar file.
Many thanks in advance,
Anil.
2006-10-09 09:45:46,089 ERROR [org.jboss.deployment.MainDeployer] could not create deployment: file:/opt/semantico/slot/Adobe/1/LiveCycle_7.0.2/PolicyServer/jboss-3.2.5/server/all/deploy/helloserver.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:517)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:790)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:644)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy7.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:304)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:478)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:212)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:191)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976929#3976929
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976929
19 years, 7 months
[Messaging, JMS & JBossMQ] - Unique Constraint Error sending JMS Messages
by dblakey
Every couple of weeks I start getting this error message in my Java software and I have to restart the whole JBoss application.
I am running 4.0.3 on Solaris 9. Has anyone seen this before or have any ideas on why it keeps happening. I checked the logs but there seems to be a gap from the 7th to the 10th Oct ???
Thanks
org.jboss.mq.SpyJMSException: Could not store message: 16948513 msg=67670 hard NOT_STORED PERSISTENT queue=TOPIC.DBEvent.ID:3763.-2147483648 priority=4 lateClone=false hashCode=3993794; - nested throwable: (java.sql.SQLException: Unique constraint violation: in statement [INSERT INTO JMS_MESSAGES (MESSAGEID, DESTINATION, MESSAGEBLOB, TXID, TXOP) VALUES(?,?,?,?,?)])
at org.jboss.mq.pm.jdbc2.PersistenceManager.saveToStorage(PersistenceManager.java:1349)
at org.jboss.mq.server.MessageCache.saveToStorage(MessageCache.java:407)
at org.jboss.mq.server.MessageReference.makeSoft(MessageReference.java:297)
at org.jboss.mq.server.MessageCache.validateSoftReferenceDepth(MessageCache.java:354)
at org.jboss.mq.server.MessageCache.addInternal(MessageCache.java:145)
at org.jboss.mq.server.MessageCache.add(MessageCache.java:115)
at org.jboss.mq.server.JMSTopic.addMessage(JMSTopic.java:393)
at org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:397)
at org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:373)
at org.jboss.mq.server.JMSServerInterceptorSupport.addMessage(JMSServerInterceptorSupport.java:136)
at org.jboss.mq.security.ServerSecurityInterceptor.addMessage(ServerSecurityInterceptor.java:153)
at org.jboss.mq.server.TracingInterceptor.addMessage(TracingInterceptor.java:256)
at org.jboss.mq.server.JMSServerInvoker.addMessage(JMSServerInvoker.java:136)
at org.jboss.mq.il.uil2.ServerSocketManagerHandler.handleMsg(ServerSocketManagerHandler.java:92)
at org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(SocketManager.java:369)
at org.jboss.mq.il.uil2.msgs.BaseMsg.run(BaseMsg.java:377)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
at java.lang.Thread.run(Thread.java:536)
Caused by: java.sql.SQLException: Unique constraint violation: in statement [INSERT INTO JMS_MESSAGES (MESSAGEID, DESTINATION, MESSAGEBLOB, TXID, TXOP) VALUES(?,?,?,?,?)]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate(Unknown Source)
at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:227)
at org.jboss.mq.pm.jdbc2.PersistenceManager.add(PersistenceManager.java:904)
at org.jboss.mq.pm.jdbc2.PersistenceManager.saveToStorage(PersistenceManager.java:1335)
... 17 more
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976927#3976927
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976927
19 years, 7 months
[JBoss jBPM] - Re: Is jbpm-bpel compatible with jbpm applications?
by vineeth.varghese
Hi Alex,
Thanks for your reply but I do have a few more queries :)
Alex - 3) Yes. BPEL processes expose a web service interface that you can invoke from a jPDL process with the standard JAX-RPC client APIs. Do not try to use the subprocess node, tough. BPEL processes should only be created by invoking a web service operation.
I was thinking of creating custom node but this node should also be able to do the following :-
a) Don't advance the token or don't leave the node
b) Make the web service call to start the BPEL process.
c) expose a webservice call for the BPEL engine to call back after its process is over. This should restart the parent process.
d) Should take care of the correlation between the 2 processes
Did I miss anything?
Alex - 4) It requires JMS and J2EE 1.4 web services. You could do this by deploying messaging and web services to tomcat on top of the microcontainer. And no, we haven't tried this before because JBoss AS already offers web services, JMS and much more.
But hey, if you want to try, we will gladly help you :-)
Actually ya...why not.....let me try it out. I checked out the jboss download section but couldn't find a separate download for the webservices module. Do I need to build it from src?
Cheerio,
Vineeth
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976925#3976925
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976925
19 years, 7 months