[JBoss-user] [Beginners Corner] - Re: Problems debugging JBoss source

2005-11-14 Thread apritz
Finally, I was able to fix this Exception.  It was because I had no LocalHome 
interface.  I just hadn't configured XDoclet to generate this interface.  That 
fixed the StringIndexOutOfBoundsException.  It would have been nice if Jboss 
could have caught this error and provided good feedback, rather than throwing 
the Exception that I saw.



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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: I can't get Jboss to restart

2005-11-11 Thread apritz
On your Windows machine, you can also try installing and running a program 
called Active Ports (search Google).  It is one of many free programs that 
allow you to see which process is attached to which port on your machine.  You 
can also kill any process listed.  This will allow you to avoid a restart on 
Windows at least.

Hope this helps.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBoss 4.0 Documentation

2005-11-11 Thread apritz
Does anyone know where to get the JBoss 4.0 documentation from?  I was unable 
to get anything from the links on the JBoss site:

http://www.jboss.com/products/jbossas/docs

Thanks.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Problems debugging JBoss source

2005-11-10 Thread apritz
JBoss is new to me and I am evaluating it for a project.

I have written a very simple JMS Server inside an EJB and attempted to deploy 
the EJB in JBoss by placing JAR files in the default server deploy directory.  
In doing so, I receive the following Exception, which is entirely inside of 
JBoss code, but it could no doubt be caused by my code.  I thought I had seen 
that this error could be fixed by upgrading to JBoss 4.0.3SP1, so I upgraded 
from 4.0.3, but this did not help.

java.lang.StringIndexOutOfBoundsException: String index out of range: 0
at java.lang.String.charAt(Unknown Source)
at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassLocally(RepositoryClassLoader.java:169)
at 
org.jboss.mx.loading.UnifiedLoaderRepository3.loadClassFromClassLoader(UnifiedLoaderRepository3.java:263)
at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:270)
at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:475)
at 
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:377)
at java.lang.ClassLoader.loadClass(Unknown Source)
at 
org.jboss.verifier.strategy.EJBVerifier20.hasLocalInterfaces(EJBVerifier20.java:276)
at 
org.jboss.verifier.strategy.EJBVerifier20.checkSession(EJBVerifier20.java:74)
at org.jboss.verifier.BeanVerifier.verify(BeanVerifier.java:166)
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:559)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
at 
org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy35.create(Unknown Source)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:935)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:789)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy6.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:319)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:507)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:192)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:203)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:182)
16:32:11,250 ERROR [MainDeployer] Could not create deployment: 
file:/C:/jdk/jboss-4.0.3SP1/server/default/deploy/AlertEJB.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans 
failed, see above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:575)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at