[JBoss-user] All, default, minimal configurations...

2004-11-16 Thread Michael Burbidge
Where can I read what the differences are between these configurations?

---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Hyperlinking to pdf files...

2004-11-15 Thread Michael Burbidge
I'm running jboss-3.2.6, with the included Tomcat web server.

>From a java servlet I want to create a link to a pdf file. Consider the following two lines from my servlet:

out.println("Click here to get the logo");
out.println("Click here to get the pdf");

The first one correctly links to the gif file when the user clicks on the text. The second line produces the error "The requested resource (/demo/test2.pdf) is not available."  test1.gif and test2.pdf are both in the same folder as deployed in the web server. I've shown this to a few people and they think that the second line should work. They would expect the file to come up in Acrobat.

Is there some configuration option I have to enable in the web server to allow linking to pdf files?

Thanks,
Mike- 

Re: [JBoss-user] JBoss hanging problem, more info...

2004-11-15 Thread Michael Burbidge
   at  
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentSc 
anner.java:304)
at  
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScan 
ner.java:478)
at  
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doS 
can(AbstractDeploymentScanner.java:201)
at  
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(Abst 
ractDeploymentScanner.java:274)
at  
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupp 
ort.java:271)
at  
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBean 
Support.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at  
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav 
a:39)
at  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor 
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at  
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.jav 
a:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
at  
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.jav 
a:197)
at  
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at  
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController 
.java:884)
at $Proxy0.start(Unknown Source)
at  
org.jboss.system.ServiceController.start(ServiceController.java:414)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor 
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at  
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.jav 
a:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
at  
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.jav 
a:197)
at  
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at  
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:251)
at  
org.jboss.deployment.MainDeployer.start(MainDeployer.java:829)
at  
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
at  
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604)
at  
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at  
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav 
a:39)
at  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor 
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at  
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.jav 
a:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
at  
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.jav 
a:197)
at  
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at  
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy5.deploy(Unknown Source)
at  
org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
at org.jboss.Main.boot(Main.java:145)
at org.jboss.Main$1.run(Main.java:399)
at java.lang.Thread.run(Thread.java:552)

On Nov 15, 2004, at 8:01 PM, Michael Burbidge wrote:
When I startup JBoss 3.2.6 at some point I start getting the following  
messages:

17:34:17,563 WARN  [ClientGmsImpl] handleJoin(dhcp222-69:49239)  
failed, retrying

Over and over. It appears to be hung. If I try to shut it down it does  
a certain amount of shutdown and then hangs printing out the same  
message. I've tried completely reinstalling from the zip file and  
still get the message. It was working fine for me until I switch from  
ethernet to wireless without shutting down jboss. It printed out a  
lots of errors, which I unfortunately don't have anymore. Ever since  
then I cannot get it running again.

Is there some lock files, caches or something outside the root jboss  
folder that I can delete to get jboss working again?


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODB

[JBoss-user] JBoss hanging problem...

2004-11-15 Thread Michael Burbidge
When I startup JBoss 3.2.6 at some point I start getting the following 
messages:

17:34:17,563 WARN  [ClientGmsImpl] handleJoin(dhcp222-69:49239) failed, 
retrying

Over and over. It appears to be hung. If I try to shut it down it does 
a certain amount of shutdown and then hangs printing out the same 
message. I've tried completely reinstalling from the zip file and still 
get the message. It was working fine for me until I switch from 
ethernet to wireless without shutting down jboss. It printed out a lots 
of errors, which I unfortunately don't have anymore. Ever since then I 
cannot get it running again.

Is there some lock files, caches or something outside the root jboss 
folder that I can delete to get jboss working again?


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user