[JBoss-user] [Installation, Configuration & Deployment] - Re:

2006-02-21 Thread svelidanda
complete command prompt content is as follows for my earlier post

C:\jboss-4.0.2\bin>run
===
.
  JBoss Bootstrap Environment
.
  JBOSS_HOME: C:\jboss-4.0.2\bin\\..
.
  JAVA: C:\j2sdk1.4.2_10\bin\java
.
  JAVA_OPTS:  -Dprogram.name=run.bat -Xms128m -Xmx512m
.
  CLASSPATH: C:\j2sdk1.4.2_10\lib\tools.jar;C:\jboss-4.0.2\bin\\run.jar
.
===
.
13:12:36,423 INFO  [Server] Starting JBoss (MX MicroKernel)...
13:12:36,423 INFO  [Server] Release ID: JBoss [Zion] 4.0.2 (build: CVSTag=JBoss_
4_0_2 date=200505022023)
13:12:36,423 INFO  [Server] Home Dir: C:\jboss-4.0.2
13:12:36,423 INFO  [Server] Home URL: file:/C:/jboss-4.0.2/
13:12:36,423 INFO  [Server] Library URL: file:/C:/jboss-4.0.2/lib/
13:12:36,423 INFO  [Server] Patch URL: null
13:12:36,423 INFO  [Server] Server Name: default
13:12:36,423 INFO  [Server] Server Home Dir: C:\jboss-4.0.2\server\default
13:12:36,423 INFO  [Server] Server Home URL: file:/C:/jboss-4.0.2/server/default
/
13:12:36,423 INFO  [Server] Server Data Dir: C:\jboss-4.0.2\server\default\data
13:12:36,423 INFO  [Server] Server Temp Dir: C:\jboss-4.0.2\server\default\tmp
13:12:36,423 INFO  [Server] Server Config URL: file:/C:/jboss-4.0.2/server/defau
lt/conf/
13:12:36,423 INFO  [Server] Server Library URL: file:/C:/jboss-4.0.2/server/defa
ult/lib/
13:12:36,423 INFO  [Server] Root Deployment Filename: jboss-service.xml
13:12:36,439 INFO  [Server] Starting General Purpose Architecture (GPA)...
Failed to boot JBoss:
java.lang.RuntimeException: Cannot create MBeanServer
at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:224)
at org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServer
BuilderImpl.java:56)
at javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory
.java:320)
at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFact
ory.java:223)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:369)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
at org.jboss.Main.boot(Main.java:195)
at org.jboss.Main$1.run(Main.java:463)
at java.lang.Thread.run(Thread.java:534)
Caused by: javax.management.RuntimeOperationsException: Exception occured in Mod
elMBeanOperationInfo constructor
at javax.management.modelmbean.ModelMBeanOperationInfo.(ModelMBean
OperationInfo.java:278)
at org.jboss.mx.metadata.MBeanInfoConversion.toModelMBeanInfo(MBeanInfoC
onversion.java:122)
at org.jboss.mx.modelmbean.XMBean.(XMBean.java:214)
at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMB
eanRegistry.java:180)
at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:200)
... 8 more
Caused by: java.lang.IllegalArgumentException: Invalid descriptor passed in para
meter
... 13 more
Press any key to continue . . .

Please let me know how to fix this.

thanks,
Srinivas.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925528#3925528

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925528


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Problem starting the JBoss server 4.0.2

2006-02-21 Thread svelidanda
I am getting the following error while starting jboss 4.0.2 default server

Failed to boot JBoss: 
java.lang.RuntimeException: Cannot create MBeanServer 
at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:224) 
at org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServer 
BuilderImpl.java:56) 
at javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory 
.java:316) etc

 I am using JDK1.4.2_10 set as JAVA_HOME.

 Server starts perfectly if i set JAVA_HOME pointing to jdk1.5_04.

but I have to use jdk1.4.2_10 only for my development work.

Please let me know how to fix this.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925526#3925526

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925526


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.2 Startup problem

2006-01-06 Thread svelidanda
I don't understand what kind of forum is this.

before posting my question I searched forum but couldn't find any relevant 
solution for my problem, which is really very basic. 

 I found the solution myself as I tried to use higher version of JDK and got 
the server running.

 I was using JAVA_HOME pointed to J2SDK 1.4.2  and was unable to start the 
server with the reported bug.

 Now I changed JAVA_HOME to bea supplied jdk, jdk142_04, got the server up and 
running.

this would help lot many starters of JBoss.

anyway thanks to JBoss AS as it started without any errors..

I wish all the best to myself.

Srinivas.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916058#3916058

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916058


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - JBoss 4.0.2 Startup problem

2006-01-06 Thread svelidanda
Hi,

 I am new to JBoss, earlier I worked with Weblogic/Web Services and am 
interested to work with JBoss.

 But The first time I downloaded and tried to start the JBoss Server I am 
getting errors, can someone help me to fix this bug.

 Following is the error log while running the \bin\run.bat file.

 I am Using JBoss 4.0.2


===
.
  JBoss Bootstrap Environment
.
  JBOSS_HOME: C:\jboss-4.0.2\bin\\..
.
  JAVA: C:\j2sdk1.4.2\bin\java
.
  JAVA_OPTS:  -Dprogram.name=run.bat -Xms128m -Xmx512m
.
  CLASSPATH: C:\j2sdk1.4.2\lib\tools.jar;C:\jboss-4.0.2\bin\\run.jar
.
===
.
16:47:33,642 INFO  [Server] Starting JBoss (MX MicroKernel)...
16:47:33,642 INFO  [Server] Release ID: JBoss [Zion] 4.0.2 (build: CVSTag=JBoss_
4_0_2 date=200505022023)
16:47:33,642 INFO  [Server] Home Dir: C:\jboss-4.0.2
16:47:33,642 INFO  [Server] Home URL: file:/C:/jboss-4.0.2/
16:47:33,642 INFO  [Server] Library URL: file:/C:/jboss-4.0.2/lib/
16:47:33,642 INFO  [Server] Patch URL: null
16:47:33,642 INFO  [Server] Server Name: default
16:47:33,642 INFO  [Server] Server Home Dir: C:\jboss-4.0.2\server\default
16:47:33,642 INFO  [Server] Server Home URL: file:/C:/jboss-4.0.2/server/default
/
16:47:33,642 INFO  [Server] Server Data Dir: C:\jboss-4.0.2\server\default\data
16:47:33,657 INFO  [Server] Server Temp Dir: C:\jboss-4.0.2\server\default\tmp
16:47:33,657 INFO  [Server] Server Config URL: file:/C:/jboss-4.0.2/server/defau
lt/conf/
16:47:33,657 INFO  [Server] Server Library URL: file:/C:/jboss-4.0.2/server/defa
ult/lib/
16:47:33,657 INFO  [Server] Root Deployment Filename: jboss-service.xml
16:47:33,657 INFO  [Server] Starting General Purpose Architecture (GPA)...
Failed to boot JBoss:
javax.management.InstanceNotFoundException: JMImplementation:name=Default,servic
e=LoaderRepository
at com.sun.management.jmx.MBeanServerImpl.getMBean(MBeanServerImpl.java:
1680)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
24)
at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:
580)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:378)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
at org.jboss.Main.boot(Main.java:195)
at org.jboss.Main$1.run(Main.java:463)
at java.lang.Thread.run(Thread.java:534)
Press any key to continue . . .


 I am frustrated the FIRST DAY itself, wish me success working with JBoss 
further.

thanks to all JBoss Users
Srinivas.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916054#3916054

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916054


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: java.io.IOException: No serializer found for class gov.e

2006-01-06 Thread svelidanda
Post your client code so that I may try to find any bug..

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916051#3916051

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916051


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: java.io.IOException: No serializer found for class gov.e

2006-01-06 Thread svelidanda
Sorry, If you have the serializer then you have to register it in your client 
(if it is external) thru some api..


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916050#3916050

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916050


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: java.io.IOException: No serializer found for class gov.e

2006-01-06 Thread svelidanda
Hi,

  You may need to create the Serializer/Deserializer class using any JBoss 
specific ant task.

 That may help you.

Sriniva.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916049#3916049

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916049


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user