[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: LinkageError... and yet everything seems fine

2008-01-29 Thread nicdo77
Thanks! i tried this but it still does not work. Now i actually get an error at 
deployment time.
Here is my jboss-app.xml
?xml version=1.0 encoding=ISO-8859-1?
  | !DOCTYPE jboss-app PUBLIC '-//JBoss//DTD J2EE Application 1.3V2//EN' 
'http://www.jboss.org/j2ee/dtd/jboss-app_3_2.dtd'
  | jboss-app
  | loader-repository
  | 
jboss.loader:loader=com.thalys.opalys-opalys-server-4.2.5-SNAPSHOT.ear
  | 
loader-repository-configjava2ParentDelegation=false/loader-repository-config
  | /loader-repository
  | /jboss-app

Is it right?
Problem is, my use of activation.jar is in a .jar inside my .ear. And 
apparelntly, from the Wiki link you gave to me, it is said that nested modules 
are not taken into account
anonymous wrote : There are two levels of scoping, isolation from other 
deployments, and isolation that overrides the loading of JBoss server classes. 
With nested modules, only the top level file may specify class loader scoping. 
If you have a .ear file containing other modules, only scoping specified in the 
.ear's META-INF/jboss-app.xml is used. 

And at deployment time, i now get this: 
anonymous wrote : 15:20:37,979 INFO  [STDOUT] 15:20:37,976 ERROR 
[ContextLoader] Context initialization failed
  | org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'transactionManager' defined in ServletContext resource 
[/WEB-INF/applicationContext-dataSource.xml]: Initialization of bean failed; 
nested exception is org.springframework.transaction.TransactionSystemException: 
JTA UserTransaction is not available at JNDI location 
[java:comp/UserTransaction]; nested exception is 
org.springframework.jndi.TypeMismatchNamingException: Object [EMAIL PROTECTED] 
available at JNDI location [java:comp/UserTransaction] is not assignable to 
[javax.transaction.UserTransaction]
  | org.springframework.transaction.TransactionSystemException: JTA 
UserTransaction is not available at JNDI location [java:comp/UserTransaction]; 
nested exception is org.springframework.jndi.TypeMismatchNamingException: 
Object [EMAIL PROTECTED] available at JNDI location [java:comp/UserTransaction] 
is not assignable to [javax.transaction.UserTransaction]
  | org.springframework.jndi.TypeMismatchNamingException: Object [EMAIL 
PROTECTED] available at JNDI location [java:comp/UserTransaction] is not 
assignable to [javax.transaction.UserTransaction]
  | at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:148)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4124421#4124421

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124421
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - LinkageError... and yet everything seems fine

2008-01-29 Thread nicdo77
Hi,
I have an app running under JBoss4.0.5. 
I have a quartz task, supposed to do some file parsing and then send a mail 
with a file attached. Before implementing this task, i didnt have any Linkage 
problem with my mail and activation librairies.
But now when the task launches, i get the following:
javax.ejb.EJBException: com.thalys.opalys.business.MailServiceException: loader 
constraints violated when linking javax/activation/DataHandler class
  | at 
com.thalys.opalys.business.ejb.MailServiceBean.sendAttachmentMail(MailServiceBean.java:53)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
  | at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
  | at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
  | at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
  | at 
org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
  | at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
  | at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
  | at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
  | at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
  | at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
  | at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)
  | at 
org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
  | at org.jboss.ejb.Container.invoke(Container.java:954)
  | at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
  | at 
org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
  | at $Proxy91.sendAttachmentMail(Unknown Source)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.springframework.ejb.access.LocalSlsbInvokerInterceptor.invoke(LocalSlsbInvokerInterceptor.java:71)
  | at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:169)
  | at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:169)
  | at $Proxy124.sendAttachmentMail(Unknown Source)
  | at 
com.thalys.opalys.schedule.WifiRequestSenderJob.doIt(WifiRequestSenderJob.java:55)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:248)
  | at 
org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean$MethodInvokingJob.executeInternal(MethodInvokingJobDetailFactoryBean.java:198)
  | at 
org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:90)
  | at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
  | at 
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
  | Caused by: com.thalys.opalys.business.MailServiceException: loader 
constraints violated when linking javax/activation/DataHandler class
  | at 
com.thalys.opalys.business.MailServiceBase.sendAttachmentMail(MailServiceBase.java:105)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:291)
  | at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:180)
  | at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:147)
  | at 

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: LinkageError... and yet everything seems fine

2008-01-29 Thread nicdo77
Sorry didnt finish my post.
Well it was just to ask if anyone had any idea?
I checked my .ear, i have activation-1.1.jar
I checked my JBOSS_HOME/server/deploy/lib, i have activation.jar and 
mail.jar 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4124383#4124383

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124383
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [3.2.3] [NoClassDefFoundError] Weird exception although

2007-12-03 Thread nicdo77
Sorry for the late reply!
My ear is called localys.ear: here is its hierrachy:
localys.ear
|
|--- businessmodule.ear (my own stuff...)
|
|--- hibernate2.jar
|
|--- mail.jar
|
|--- jaxb-api.har
|
|--- ... other jars

I'm gonna have a look at the links, thanks a million.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4109720#4109720

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109720
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [3.2.3] [NoClassDefFoundError] Weird exception although

2007-11-30 Thread nicdo77
Help?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4109180#4109180

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109180
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [3.2.3] [NoClassDefFoundError] Weird exception although

2007-11-30 Thread nicdo77
Hey thank you very much.
I just checked, and indeed odmg is not in my path.
One question though: should i add it in my .ear or on my JBoss libs directory!?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4109220#4109220

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109220
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [3.2.3] [NoClassDefFoundError] Weird exception although

2007-11-30 Thread nicdo77
Well, this leads me to another question.
I already had hibernate2.jar packaged in my ear. BUT, at deployment time, i 
used to have a deployment failure cause JBoss couldn't find one of the 
Hibernate class. So i added hibernate2.jar as well in my JBoss libs (which is 
server/default/lib. 
Does it seem normal to you to have twice hibernate2.jar? Or maybe my error was 
coming from something else. I'm pretty sure it was a NoClassDefFoundError on 
the first Hibernate class JBoss was trying to deploy!

Nico.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4109259#4109259

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4109259
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - [3.2.3] [NoClassDefFoundError] Weird exception although i ha

2007-11-29 Thread nicdo77
Hey there,
I know, this subject has been treated already in this forum, but i did not find 
the answer to my problems.

Here is the context.
I am working on an .ear. So far, i was not packaging my librairies in my .ear, 
i used to put them directly in JBoss (in /server/default/lib).
Now i have some problems with my app and i decided to clean all this mess. So i 
removed all the lib from my JBoss directory lib (/server/default/lib), then i 
downloaded a fresh JBoss 3.2.3 from the website, unzipped it and copied all the 
libs in /server/default/lib into my JBoss

Now i am having some problems.
My app is using Hibernate 2.x. Though i packaged the hibernate2.jar in my .ear, 
Jboss fails at deployment. So i added hibernate2.jar in server/default/lib.  It 
still fails, but later in the code;)
Here is the exception:

 2007-11-28 10:05:34,199 WARN  [org.jboss.system.ServiceController] Problem 
starting service jboss.jca:service=HibernateFactory,
 name=HibernateFactory
  | java.lang.NoClassDefFoundError: net/sf/hibernate/collection/List
  | at net.sf.hibernate.type.TypeFactory.list(TypeFactory.java:186)
  | at net.sf.hibernate.mapping.List.getCollectionType(List.java:19)
  | at net.sf.hibernate.mapping.Collection.getType(Collection.java:275)
  | at net.sf.hibernate.cfg.Binder.bindProperty(Binder.java:422)
  | at net.sf.hibernate.cfg.Binder.createProperty(Binder.java:1041)
  | at net.sf.hibernate.cfg.Binder.propertiesFromXML(Binder.java:1022)
  | at net.sf.hibernate.cfg.Binder.bindRootClass(Binder.java:344)
  | at net.sf.hibernate.cfg.Binder.bindRoot(Binder.java:1204)
  | at net.sf.hibernate.cfg.Configuration.add(Configuration.java:247)
  | at 
net.sf.hibernate.cfg.Configuration.addInputStream(Configuration.java:281)
  | at 
net.sf.hibernate.cfg.Configuration.addResource(Configuration.java:304)
  | at 
net.sf.hibernate.jmx.HibernateService.buildSessionFactory(HibernateService.java:174)
  | at 
net.sf.hibernate.jmx.HibernateService.start(HibernateService.java:145)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
  | at $Proxy14.start(Unknown Source)
  | at org.jboss.system.ServiceController.start(ServiceController.java:394)
  | at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  | at $Proxy4.start(Unknown Source)
  | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:824)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
  | at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  | at $Proxy6.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
  | at 
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
  | at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can we deploy without restarting?

2007-11-29 Thread nicdo77
Well, you can redeploy an app by just updating the .ear file on your deploy 
directory (basically, where you put iit the first time)
But i assume you want to do it from a remote machine?
Nico.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4108870#4108870

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108870
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-14 Thread nicdo77
Hey Adrian,

Sorry, yes i know the error is not exactly in my code.

But maybe you can still help me, 
I checked my code of com.thalys.localys.frontal.MessageTrainCreator.marshall , 
and inside i use jaxb-api.jar ...
And one of the librairies i added in JBoss libs was axis-jaxrpc-1.4 . Could 
this be a problem and create my exception??? Could there be a library conflict.

Thank you in advance.
I guess this forum is not the place to solve my pb anymore, but we never 
know... 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4084394#4084394

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084394
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-14 Thread nicdo77
OK thanks for the reply, i will try with the few links you gave me and find the 
correct forum to solve my problem. I guess your links will help me anyway.

Thank you very much.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4084517#4084517

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084517
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-13 Thread nicdo77
Pleease?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4083802#4083802

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4083802
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-12 Thread nicdo77
So, no one has any clue?
Tell me if you didn't understand anything... :)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4083534#4083534

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4083534
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS JBossMQ] - Exception in JMSCI message listener

2007-09-11 Thread nicdo77
Hi there,
I'm having a big problem with JMS queues.
OK here is the context.
Until this morning, i had an application running perfectly on JBoss3.2.3, under 
Java 4, with no webservices and JMS queue.
I updated it on my production environment, adding a WebService feature to 
connect onto a distant WebService. 
I added the following librairies: 
- axis-1.4.jar
- axis-jaxrpc-1.4.ar
- axis-saaj-1.4.jar
- axis-wsdl4j-1.5.1.jar
- commons-discovery-0.2.jar

When i restarted my JBoss server, the new feature was working perfectly and 
doing what i was expecting (connecting and sending datas over the network to a 
distant server). BUT, on the other side, everytime a message was being sent to 
or from my JMS queues, i was having this error message:

12:44:10,810 ERROR [JMSContainerInvoker] Exception in JMSCI message listener
  | javax.ejb.EJBException: RuntimeException; CausedByException is:
  | null
  | at 
org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:357)
  | at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:195)
  | at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
  | at 
org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:374)
  | at org.jboss.ejb.Container.invoke(Container.java:700)
  | at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:824)
  | at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1114)
  | at 
org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:256)
  | at 
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:633)
  | at 
org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:433)
  | at org.jboss.mq.SpySession.run(SpySession.java:298)
  | at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
  | at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
  | at java.lang.Thread.run(Thread.java:534)
  | java.lang.NullPointerException
  | at com.thalys.localys.frontal.MessageTrainCreator.marshall(Unknown 
Source)
  | at com.thalys.localys.frontal.MessageTrain.sendToLocalysQueue(Unknown 
Source)
  | at 
com.thalys.localys.bordmsg.receiving.BordMsgReceiverBean.onMessage(Unknown 
Source)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java:460)
  | at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
  | at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
  | at 
org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:144)
  | at 
org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT.invoke(MessageDrivenTxInterceptorBMT.java:32)
  | at 
org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:62)
  | at 
org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:90)
  | at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
  | at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
  | at 
org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:374)
  | at org.jboss.ejb.Container.invoke(Container.java:700)
  | at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:824)
  | at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1114)
  | at 
org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:256)
  | at 
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:633)
  | at 
org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:433)
  | at org.jboss.mq.SpySession.run(SpySession.java:298)
  | at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
  | at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
  | at java.lang.Thread.run(Thread.java:534)

I'm really worried about this cause i really need to make it work. And if the 
JMs queues does not work anymore, i lose all the interest of my app.

Hope you will be able to help me.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4082969#4082969

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082969

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-11 Thread nicdo77
Let me just explain briefly the context of my project. This application is 
communicating with another app via the WebService i'm talking about. My 
colleague is developing the other app and generated for me the client code to 
connect to the WebService, since he is hosting the WS. I don't know anything 
about WS, and he doesn't know anything about the app i'm developing, so i'm 
queit obliged to use Axis and he can't really help me.
Thats why i hope there is an easy answer/solution to my problem, cause i'm not 
able to do anything with WebService.
I know, i could try, but the point is, i just arrived on this app, and they 
NEVER put any test environment. So to try things out, i'm obliged to try them 
directly in production environment. So i don't really want to try new solutions 
(and creating a whole testing environment would oblige me to handle JMS queues, 
and my app is really to complex for this i guess... besides the messages 
received on JMS queues are sent by a distant module that i can't really 
simulate)
Anyway, hope you will be able to help me...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4082970#4082970

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082970
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-11 Thread nicdo77
Just realized my problem could come from an API conflict.
I checked my code of com.thalys.localys.frontal.MessageTrainCreator.marshall, 
and inside i use jaxb-api.jar...
And one of the librairies i added was axis-jaxrpc-1.4. Could this be a problem 
and create my exception???

Thank you in advance.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4082973#4082973

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082973
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Java heap size problem

2007-09-04 Thread nicdo77
Pleeaaase hll :)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4080797#4080797

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080797
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Java heap size problem

2007-09-04 Thread nicdo77
The problem is its my JBoss in production.
Its cleaner to put it as a service, since i can manage everything from 
services.msc component.
The wrapper files are .exe file and .bat files that just launch the .exe file. 
I don't have any way to output the config parameters actually used...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4080851#4080851

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080851
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Java heap size problem

2007-09-04 Thread nicdo77
OK i actually changed my wrapper.conf cause there was something wrong: the 
initialization of the memory parameters were commented... so they were not used.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4080870#4080870

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080870
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Java heap size problem

2007-09-04 Thread nicdo77
Our messages crossed :)
One question: i have seen on wraper-user mailing-list some people talking about 
-server parameter for the JVM.
What is it about?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4080879#4080879

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080879
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Java heap size problem

2007-09-03 Thread nicdo77
Hi,

I'm using JBoss 4.0.5 and i have two applications deployed on it: the 
application i'm developing and JIRA.
Since i have installed JIRA, i have had performance problems, such as gettin 
this in the log:
15:20:37,984 ERROR [STDERR] Exception in thread ScannerThread 
  | 15:20:38,703 ERROR [STDERR] java.lang.OutOfMemoryError: Java heap space
  | Server daemon died!
  | 15:21:00,937 ERROR [STDERR] at 
java.util.TreeMap.buildFromSorted(TreeMap.java:1611)
  | 15:21:02,781 ERROR [STDERR] at 
java.util.TreeMap.buildFromSorted(TreeMap.java:1548)
  | 15:21:02,781 ERROR [STDERR] at 
java.util.TreeMap.putAll(TreeMap.java:320)
  | 15:21:02,781 ERROR [STDERR] at 
javax.management.modelmbean.DescriptorSupport.init(DescriptorSupport.java:467)
  | 15:21:02,781 ERROR [STDERR] at 
javax.management.modelmbean.DescriptorSupport.init(DescriptorSupport.java:210)
  | 15:21:02,781 ERROR [STDERR] at 
javax.management.modelmbean.DescriptorSupport.clone(DescriptorSupport.java:801)
  | 15:21:02,781 ERROR [STDERR] at 
javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor(ModelMBeanAttributeInfo.java:348)
  | 15:21:02,781 ERROR [STDERR] at 
javax.management.modelmbean.ModelMBeanAttributeInfo.init(ModelMBeanAttributeInfo.java:316)
  | 15:21:02,781 ERROR [STDERR] at 
javax.management.modelmbean.ModelMBeanAttributeInfo.clone(ModelMBeanAttributeInfo.java:407)
  | 15:21:02,781 ERROR [STDERR] at 
javax.management.modelmbean.ModelMBeanInfoSupport.getAttribute(ModelMBeanInfoSupport.java:731)
  | 15:21:02,781 ERROR [STDERR] at 
javax.management.modelmbean.ModelMBeanInfoSupport.getDescriptor(ModelMBeanInfoSupport.java:544)
  | 15:21:02,781 ERROR [STDERR] at 
org.jboss.mx.modelmbean.ModelMBeanInvoker.override(ModelMBeanInvoker.java:830)
  | 15:21:02,796 ERROR [STDERR] at 
org.jboss.mx.server.AbstractMBeanInvoker.getAttribute(AbstractMBeanInvoker.java:350)
  | 15:21:02,796 ERROR [STDERR] at 
org.jboss.mx.server.MBeanServerImpl.getAttribute(MBeanServerImpl.java:556)
  | 15:21:02,796 ERROR [STDERR] at 
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:140)
  | 15:21:02,796 ERROR [velocity] Method getSelectListOptions threw exception 
for reference $searcher in template 
templates/jira/issue/searchers/edit/user-searcher-edit.vm at  [148,30]
  | 15:21:02,796 ERROR [STDERR] at $Proxy11.getSuffixOrder(Unknown 
Source)
  | 15:21:02,796 ERROR [STDERR] at 
org.jboss.deployment.scanner.URLDeploymentScanner.updateSorter(URLDeploymentScanner.java:671)
  | 15:21:02,796 ERROR [DefaultVelocityManager] MethodInvocationException 
occurred getting message body from Velocity: java.lang.OutOfMemoryError: Java 
heap space
  | java.lang.OutOfMemoryError: Java heap space
  | 15:21:02,796 ERROR [STDERR] at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:640)
  | 15:21:02,796 ERROR [STDERR] at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
  | 15:21:02,796 ERROR [STDERR] at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
  | 15:21:02,796 ERROR [STDERR] at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
  | 15:21:02,796 ERROR [STDERR] Exception in thread 
JiraQuartzScheduler_Worker-0 
  | 15:21:02,796 ERROR [STDERR] java.lang.OutOfMemoryError: Java heap space
  | 15:21:02,796 ERROR [STDERR] at 
java.nio.ByteBuffer.wrap(ByteBuffer.java:350)
  | 15:21:02,796 ERROR [STDERR] at 
java.lang.StringCoding$CharsetSD.decode(StringCoding.java:187)
  | 15:21:02,796 ERROR [STDERR] at 
java.lang.StringCoding.decode(StringCoding.java:228)
  | 15:21:02,796 ERROR [STDERR] at 
java.lang.StringCoding.decode(StringCoding.java:234)
  | 15:21:02,796 ERROR [STDERR] at 
java.lang.String.init(String.java:458)
  | 15:21:02,796 ERROR [STDERR] at 
org.tanukisoftware.wrapper.WrapperManager.handleSocket(WrapperManager.java:3759)
  | 15:21:02,796 ERROR [STDERR] at 
org.tanukisoftware.wrapper.WrapperManager.run(WrapperManager.java:4084)
  | 15:21:02,796 ERROR [STDERR] at java.lang.Thread.run(Thread.java:595)
  | 15:21:02,796 ERROR [STDERR] Exception in thread HSQLDB Timer @75be38 
  | 15:21:02,796 ERROR [STDERR] java.lang.OutOfMemoryError: Java heap space
  | 15:21:02,796 ERROR [STDERR] at 
java.lang.String.init(String.java:208)
  | 15:21:02,796 ERROR [STDERR] at 
java.lang.StringBuffer.toString(StringBuffer.java:586)
  | 15:21:02,796 ERROR [STDERR] at 
org.apache.log4j.PatternLayout.format(PatternLayout.java:498)
  | 15:21:02,796 ERROR [STDERR] at 
org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:292)
  | 15:21:03,437 ERROR [STDERR] at