[JBoss-user] Remove from mailing list

2004-04-08 Thread Joao Mello
Can someone tell me how can I remove me from the
mailing list for now.
   Thank you,

John

__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Remove from mailing

2004-03-31 Thread Joao Mello
How can I can temporary remove from you mailing list?
Thank you,
  John

__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] JBoss 3.2.3 and PHP

2004-02-12 Thread Joao Mello
Does anyone know if there is a way to make php work
with JBoss 3.2.3

Thank you,
  Mello

__
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Run JBoss 3.2.0 beta 3 - JBoss 4 as Win32 Service

2003-02-11 Thread Joao Mello
I'm sure many have found this problem. However I
couldn't see anybody mentioned this ... I installed
JBoss as an NT Service using JavaService (alexandria)
the same way I used to do it with the earlier versions
(except shutdown method which requires parameters).
JBoss won't start up. None of the libraries from
jboss.xx/lib/ is loaded so it's blowing when cannot
find the classes. Here's the log:

17:08:14,232 INFO  [Server] Starting JBoss (MX
MicroKernel)...
17:08:14,232 INFO  [Server] Release ID: JBoss
[WonderLand] 3.2.0beta3 (build:
CVSTag=JBoss_3_2_0_beta3 date=200212201742)
17:08:14,242 DEBUG [Server] Using config:
org.jboss.system.server.ServerConfigImpl@26d4f1
17:08:14,242 DEBUG [Server] Server type: class
org.jboss.system.server.ServerImpl
17:08:14,252 TRACE [URLStreamHandlerFactory] Found
protocol:resource
handler:org.jboss.net.protocol.resource.Handler@1ac1fe4
17:08:14,252 TRACE [URLStreamHandlerFactory] Loaded
protocol: resource
17:08:14,252 TRACE [URLStreamHandlerFactory] Found
protocol:file
handler:org.jboss.net.protocol.file.Handler@1ef8cf3
17:08:14,252 TRACE [URLStreamHandlerFactory] Loaded
protocol: file
17:08:14,262 TRACE [URLStreamHandlerFactory] Found
protocol:njar
handler:org.jboss.net.protocol.njar.Handler@1d520c4
17:08:14,262 TRACE [URLStreamHandlerFactory] Loaded
protocol: njar
17:08:14,262 INFO  [Server] Home Dir:
E:\jboss-3.2.0beta3
17:08:14,262 INFO  [Server] Home URL:
file:/E:/jboss-3.2.0beta3/
17:08:14,262 INFO  [Server] Library URL:
file:/E:/jboss-3.2.0beta3/lib/
17:08:14,262 INFO  [Server] Patch URL: null
17:08:14,262 INFO  [Server] Server Name: default
17:08:14,262 INFO  [Server] Server Home Dir:
E:\jboss-3.2.0beta3\server\default
17:08:14,262 INFO  [Server] Server Home URL:
file:/E:/jboss-3.2.0beta3/server/default/
17:08:14,262 INFO  [Server] Server Data Dir:
E:\jboss-3.2.0beta3\server\default\data
17:08:14,262 INFO  [Server] Server Temp Dir:
E:\jboss-3.2.0beta3\server\default\tmp
17:08:14,272 INFO  [Server] Server Config URL:
file:/E:/jboss-3.2.0beta3/server/default/conf/
17:08:14,272 INFO  [Server] Server Library URL:
file:/E:/jboss-3.2.0beta3/server/default/lib/
17:08:14,272 INFO  [Server] Root Deployemnt Filename:
jboss-service.xml
17:08:14,282 INFO  [Server] Starting General Purpose
Architecture (GPA)...
17:08:14,782 DEBUG [Server] Created MBeanServer:
org.jboss.mx.server.MBeanServerImpl@148aa23
17:08:14,802 DEBUG [Server] Boot url list:
[file:/E:/jboss-3.2.0beta3/server/default/conf/]
17:08:14,802 DEBUG [Server] Creating loader for URL:
file:/E:/jboss-3.2.0beta3/server/default/conf/
17:08:14,823 ERROR [Server] Failed to start
java.lang.NoClassDefFoundError:
EDU/oswego/cs/dl/util/concurrent/ConcurrentReaderHashMap
at
org.jboss.mx.loading.UnifiedClassLoader.init(UnifiedClassLoader.java:87)
at
org.jboss.mx.loading.UnifiedClassLoader3.init(UnifiedClassLoader3.java:60)
at
org.jboss.mx.loading.UnifiedClassLoader3.init(UnifiedClassLoader3.java:74)
at
org.jboss.mx.loading.UnifiedLoaderRepository3.newClassLoader(UnifiedLoaderRepository3.java:109)
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:549)
at
org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:453)
at
org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:276)
at
org.jboss.system.server.ServerImpl.start(ServerImpl.java:232)
at org.jboss.Main.boot(Main.java:155)
at org.jboss.Main$1.run(Main.java:393)
at java.lang.Thread.run(Thread.java:536)

Please help someone ...
Thanks.

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Why PHP why not JSP?

2003-01-10 Thread Joao Mello
If is not ask to much, can we keep this as an help
system? If you like you tool (any name you like)
better use it.
Thank you,
   John Mello

--- Göran_Andersson [EMAIL PROTECTED]
wrote:
 Let's try viewing this from a different angle:
 
 How much fun would we have with the .NET 
 advocates if www.microsoft.com was built 
 using PHP? 
 
 /Goran Andersson
 
 
 
 

---
 This SF.NET email is sponsored by:
 SourceForge Enterprise Edition + IBM + LinuxWorld =
 Something 2 See!
 http://www.vasoftware.com
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]

https://lists.sourceforge.net/lists/listinfo/jboss-user


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss 4.0Alpha

2002-12-12 Thread Joao Mello
Can someone tell me where I can download JBoss
4.0.Alpha.
Thank you,
  John Mello

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user