[JBoss-user] [Installation, Configuration Deployment] - Re: Error on Startup

2005-10-26 Thread bmillett
That was it! Thanks! 

My coworker had a jar file in his java Extensions directory that contained the 
sun mbean server. We removed it and he was able to boot correctly. That 
explains why it worked on my computer and not his.


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

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


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Error on Startup

2005-10-24 Thread bmillett
I am helping a coworker install JBoss and we are having a problems. THis has 
worked on my Mac with the same config so we are confused. We have installed 
JBoss (4.0.3) both from the .zip download and the installer jar file. (both 
installations give the same error) However, after installation when we try and 
run JBoss we get the error displayed below. We are running the default server 
with no changes made to anything in JBoss. The system is Mac OSX 10.4.2, with 
the latest (1.4.2_9) jvm. 


I found a previous thread that discussed the same problem, but it was for JBoss 
version 3.2.X and the user was running a 1.5 jvm. The answer to that user was 
the java 1.5 wasn't supported on JBoss 3.2.X. As I am running JBoss 4.0.3 and a 
1.4.2 jvm this didn't help. Any ideas of what I could be doing wrong? Thanks in 
advance.

anonymous wrote : 
  | 
  | = 
  |  
  |   JBoss Bootstrap Environment 
  |  
  |   JBOSS_HOME: /Users/mikedonnelly/Desktop/jboss-4.0.3 
  |  
  |   JAVA: java 
  |  
  |   JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.sh 
  |  
  |   CLASSPATH: 
/Users/mikedonnelly/Desktop/jboss-4.0.3/bin/run.jar:/lib/tools.jar 
  |  
  | = 
  |  
  | 14:41:24,945 INFO  [Server] Starting JBoss (MX MicroKernel)... 
  | 14:41:24,948 INFO  [Server] Release ID: JBoss [Zion] 4.0.3 (build: 
CVSTag=JBoss_4_0_3 date=200510042324) 
  | 14:41:24,963 INFO  [Server] Home Dir: 
/Users/mikedonnelly/Desktop/jboss-4.0.3 
  | 14:41:24,963 INFO  [Server] Home URL: 
file:/Users/mikedonnelly/Desktop/jboss-4.0.3/ 
  | 14:41:24,965 INFO  [Server] Patch URL: null 
  | 14:41:24,966 INFO  [Server] Server Name: default 
  | 14:41:24,966 INFO  [Server] Server Home Dir: 
/Users/mikedonnelly/Desktop/jboss-4.0.3/server/default 
  | 14:41:24,966 INFO  [Server] Server Home URL: 
file:/Users/mikedonnelly/Desktop/jboss-4.0.3/server/default/ 
  | 14:41:24,967 INFO  [Server] Server Temp Dir: 
/Users/mikedonnelly/Desktop/jboss-4.0.3/server/default/tmp 
  | 14:41:24,968 INFO  [Server] Root Deployment Filename: jboss-service.xml 
  | Failed to boot JBoss: 
  | javax.management.InstanceNotFoundException: 
JMImplementation:service=LoaderRepository,name=Default 
  | at 
com.sun.management.jmx.MBeanServerImpl.getMBean(MBeanServerImpl.java:1678) 
  | at 
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1522) 
  | at 
org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:599) 
  | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:397) 
  | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:330) 
  | at org.jboss.Main.boot(Main.java:187) 
  | at org.jboss.Main$1.run(Main.java:438) 
  | at java.lang.Thread.run(Thread.java:552) 
  | 
  | 

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

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


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Error on Startup

2005-10-24 Thread bmillett
Digging in the Boot.log I noticed the following line:

anonymous wrote : 
  | 14:41:25,071 DEBUG [Server] Created MBeanServer: [EMAIL PROTECTED]
  | 

Shouldn't that read:

anonymous wrote : 
  | 15:34:02,013 DEBUG [Server] Created MBeanServer: [EMAIL PROTECTED] 
defaultDomain='jboss' ]
  | 

Does anyone now why the sun MBeanServer would load instead of the JBoss one? 
Any ideas on how to force it to load the JBoss MBeanServer?

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

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


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: AspectManager FAILED

2005-10-18 Thread bmillett
I installed 4.0.3 on Mac OSX 10.4.2 twice and got the same error both times. I 
installed the default J2EE configuration both times.

I ran ./run.sh from the bin directory.

I got the same errors at the end of the server start up as raashby. But when 
before this I get the following things dumped:

anonymous wrote : 
  | 15:05:51,550 WARN  [ServiceController] Problem creating service 
jboss.aop:service=AspectManager
  | java.lang.NoClassDefFoundError: org/jboss/aop/advice/Scope
  | at org.jboss.aop.advice.ScopeUtil.parse(ScopeUtil.java:19)
  | at 
org.jboss.aop.AspectXmlLoader.deployInterceptor(AspectXmlLoader.java:145)
  | at 
org.jboss.aop.AspectXmlLoader.loadInterceptors(AspectXmlLoader.java:310)
  | at 
org.jboss.aop.AspectXmlLoader.deployInterceptorStack(AspectXmlLoader.java:454)
  | at 
org.jboss.aop.AspectXmlLoader.deployTopElements(AspectXmlLoader.java:962)
  | at org.jboss.aop.AspectXmlLoader.deployXML(AspectXmlLoader.java:826)
  | at org.jboss.aop.AspectXmlLoader.deploy(AspectXmlLoader.java:1139)
  | at 
org.jboss.aop.AspectXmlLoader.deployXML(AspectXmlLoader.java:1159)
  | at 
org.jboss.aop.deployment.AspectManagerService.baseAop(AspectManagerService.java:122)
  | at 
org.jboss.aop.deployment.AspectManagerService.createService(AspectManagerService.java:113)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:245)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:228)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | ...
  | 

Everything seems to run okay, but whenever I try to use the JMX Console or 
JBoss Web Console more AOP errors are thrown. Any insight? did I do anything 
wrong in the setup?

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: AspectManager FAILED

2005-10-18 Thread bmillett
I installed 4.0.3 on Mac OSX 10.4.2 twice and got the same error both times. I 
installed the default J2EE configuration both times.

I ran ./run.sh from the bin directory.

I got the same errors at the end of the server start up as raashby. But when 
before this I get the following things dumped:

anonymous wrote : 
  | 15:05:51,550 WARN  [ServiceController] Problem creating service 
jboss.aop:service=AspectManager
  | java.lang.NoClassDefFoundError: org/jboss/aop/advice/Scope
  | at org.jboss.aop.advice.ScopeUtil.parse(ScopeUtil.java:19)
  | at 
org.jboss.aop.AspectXmlLoader.deployInterceptor(AspectXmlLoader.java:145)
  | at 
org.jboss.aop.AspectXmlLoader.loadInterceptors(AspectXmlLoader.java:310)
  | at 
org.jboss.aop.AspectXmlLoader.deployInterceptorStack(AspectXmlLoader.java:454)
  | at 
org.jboss.aop.AspectXmlLoader.deployTopElements(AspectXmlLoader.java:962)
  | at org.jboss.aop.AspectXmlLoader.deployXML(AspectXmlLoader.java:826)
  | at org.jboss.aop.AspectXmlLoader.deploy(AspectXmlLoader.java:1139)
  | at 
org.jboss.aop.AspectXmlLoader.deployXML(AspectXmlLoader.java:1159)
  | at 
org.jboss.aop.deployment.AspectManagerService.baseAop(AspectManagerService.java:122)
  | at 
org.jboss.aop.deployment.AspectManagerService.createService(AspectManagerService.java:113)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:245)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:228)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | ...
  | 

Everything seems to run okay, but whenever I try to use the JMX Console or 
JBoss Web Console more AOP errors are thrown. Any insight? did I do anything 
wrong in the setup?

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - HTTP Session Issue in Cluster

2005-03-29 Thread bmillett
I am fairly new to JBoss Clustering and am getting an error with HTTP Session 
Replication. The session state seems to be replicated fine. But I am gettting 
the following error in the logs. The  JVM on the boxes is slightly different 
(1.4.2_06  1.4.2_04), would this be causeing my problem?

Thanks



  | 2005-03-29 11:10:07,468 DEBUG 
[org.jboss.web.tomcat.tc5.session.ClusteredSession] processSessionRepl(): 
session is dirty. Will increment version from: 1 and replicate.
  | 2005-03-29 11:10:10,734 DEBUG 
[org.jboss.web.tomcat.tc5.session.JBossCacheService] nodeDirty(): session 
in-memory data is invalidated with id: aVBKCmoxOmjsjYwUdzRyVA** and verion id: 3
  | 2005-03-29 11:10:10,781 ERROR [org.jgroups.blocks.RpcDispatcher] failed 
invoking method
  | java.lang.UnsupportedOperationException: commit() should not be called on 
TreeCache directly
  | at org.jboss.cache.TreeCache.commit(TreeCache.java:2783)
  | 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.jgroups.blocks.MethodCall.invoke(MethodCall.java:236)
  | at 
org.jboss.cache.interceptors.CallInterceptor.invoke(CallInterceptor.java:37)
  | at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
  | at 
org.jboss.cache.interceptors.LockInterceptor.invoke(LockInterceptor.java:126)
  | at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
  | at 
org.jboss.cache.interceptors.CreateIfNotExistsInterceptor.invoke(CreateIfNotExistsInterceptor.java:47)
  | at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
  | at 
org.jboss.cache.interceptors.ReplicationInterceptor.replicate(ReplicationInterceptor.java:210)
  | at org.jboss.cache.TreeCache._replicate(TreeCache.java:2733)
  | 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.jgroups.blocks.MethodCall.invoke(MethodCall.java:236)
  | at org.jgroups.blocks.RpcDispatcher.handle(RpcDispatcher.java:220)
  | at 
org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:615)
  | at 
org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:512)
  | at 
org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:326)
  | at 
org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp(MessageDispatcher.java:722)
  | at 
org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.access$300(MessageDispatcher.java:554)
  | at 
org.jgroups.blocks.MessageDispatcher$1.run(MessageDispatcher.java:691)
  | at java.lang.Thread.run(Thread.java:534)
  | 2005-03-29 11:10:11,500 DEBUG 
[org.jboss.web.tomcat.tc5.session.ClusteredSession] initAfterLoad(): initialize 
the transient variables ...
  | 2005-03-29 11:10:11,500 DEBUG 
[org.jboss.web.tomcat.tc5.session.JBossCacheManager] loadSession(): id= 
aVBKCmoxOmjsjYwUdzRyVA**, 
session=SessionBasedClusteredSession[aVBKCmoxOmjsjYwUdzRyVA**]
  | 2005-03-29 11:10:11,515 DEBUG 
[org.jboss.web.tomcat.tc5.session.JBossCacheManager] check to see if needs to 
store and replicate session with id aVBKCmoxOmjsjYwUdzRyVA**
  | 2005-03-29 11:10:11,515 DEBUG 
[org.jboss.web.tomcat.tc5.session.ClusteredSession] processSessionRepl(): 
session is dirty. Will increment version from: 3 and replicate.
  | 2005-03-29 11:10:12,265 DEBUG 
[org.jboss.web.tomcat.tc5.session.JBossCacheService] nodeDirty(): session 
in-memory data is invalidated with id: aVBKCmoxOmjsjYwUdzRyVA** and verion id: 5
  | 2005-03-29 11:10:12,296 ERROR [org.jgroups.blocks.RpcDispatcher] failed 
invoking method
  | java.lang.UnsupportedOperationException: commit() should not be called on 
TreeCache directly
  | at org.jboss.cache.TreeCache.commit(TreeCache.java:2783)
  | 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.jgroups.blocks.MethodCall.invoke(MethodCall.java:236)
  | at 
org.jboss.cache.interceptors.CallInterceptor.invoke(CallInterceptor.java:37)
  | at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
  | at 
org.jboss.cache.interceptors.LockInterceptor.invoke(LockInterceptor.java:126)
  | at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
  | at 

[JBoss-user] [Clustering/JBoss] - Re: HTTP Session Issue in Cluster

2005-03-29 Thread bmillett
By the way I am running the the all server from  the 4.0.1sp1 
out-of-the-box configuration, and have a sw load balancer implemented via 
Apache2 mod_jk.

Thanks again!

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: HTTP Session Issue in Cluster

2005-03-29 Thread bmillett
Thanks, I really appreciate the help. Again I may be showing my green-ness 
but I thought 4.0.1sp1 was the latest release. If the problem was fixed as of 
4.1.0, is that the current development build?

Thanks.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: HTTP Session Issue in Cluster

2005-03-29 Thread bmillett
Great thanks! From reading the documentation I was going to make that change 
anyway but hadn't gotten around to it yet, you know, baby steps to becoming 
comfortable on a new platform:-). Thanks again for all the help.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user