Re: [JBoss-user] problem starting jboss-3.0.1

2002-08-10 Thread shankar

Hi,

Thanks. Thats solved.
I also have a problem getting the logging service up. This is the listing
from boot.log.
Do I have to make modifications to jboss-service.xml also?

Incomplete Deployment listing:
Packages waiting for a deployer:
  
Incompletely deployed packages:
  
MBeans waiting for classes:
  
MBeans waiting for other MBeans:
[ObjectName: jboss.system:type=Log4jService,service=Logging
 state: FAILED
 I Depend On:
 Depends On Me: org.jboss.deployment.DeploymentException: No property editor
for attribute: ConfigurationURL; type=class java.net.URL]
 at
org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDeployer.ja
va:1081)
 at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:583)
 at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:565)
 at java.lang.reflect.Method.invoke(Native Method)
 at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispat
cher.java:284)
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
 at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:319)
 at org.jboss.system.server.ServerImpl.start(ServerImpl.java:216)
 at org.jboss.Main.boot(Main.java:142)
 at org.jboss.Main$1.run(Main.java:375)
 at java.lang.Thread.run(Thread.java:484)

Regards,
Shankar.


From: Stephen Davidson
Subject: Re: [JBoss-user] problem starting jboss-3.0.1
Date: Fri, 09 Aug 2002 04:38:36 -0700




Hi Shankar.

The following has been changed;
Was:
  jboss.security:name=Jaa
sSecurityManager
Now:
  jboss.security:service=
JaasSecurityManager




shankar wrote:

> Hi,
>  I am trying to setup Jboss3.0.1. The following shows up in the boot.xml.
> Have added a oracle-service.xml in the default/deploy dir.
>  This was working fine on Jboss3.0 (with Tomcat).
> Do I have anything else to the oracle-service.xml file?
>
> Thanks in advance,
> Shankar.
>
> Here is oracle-service.xml
>
> 
>
> 
>
 -
> ->
> 
>
 -
> ->
> 
>
> 
>
>   
>   
>   
>   
>   
>
>code="org.jboss.resource.connectionmanager.LocalTxConnectionManager"
> name="jboss.jca:service=LocalTxCM,name=OracleDS">
>
>
> 
>
> 
>
> 
>   
>name="jboss.jca:service=LocalTxDS,name=OracleDS">
>
> OracleDS
>
> 
>   
> 
type="java.lang.String">jdbc:oracle:thin:@192.168.0.124:2000:ORCL operty>
>  type="java.lang.String">oracle.jdbc.driver.OracleDriver
> 
>  type="java.lang.String">overseer2
>  type="java.lang.String">overseer
>   
>
> 
>
> 
> 
> 
optional-attribute-name="OldRarDeployment">jboss.jca:service=RARDeployment,n
> ame=JBoss LocalTransaction JDBC Wrapper
>   
> 
>
> 
>   
>code="org.jboss.resource.connectionmanager.JBossManagedConnectionPool"
> name="jboss.jca:service=LocalTxPool,name=OracleDS">
>
> 0
> 50
> 5000
> 15
> 
> ByContainer
>   
>
> 
> 
optional-attribute-name="CachedConnectionManager">jboss.jca:service=CachedCo
> nnectionManager
>
> 
optional-attribute-name="JaasSecurityManagerService">jboss.security:name=Jaa
> sSecurityManager
>
>  name="TransactionManager">java:/TransactionManager
>
> 
> jboss.jca:service=RARDeployer
>
>   
>
>
> 
>
>
>
> Here are the MESSAGES FROM boot.log
>
> Packages waiting for a deployer:
>   
> Incompletely deployed packages:
>   
> MBeans waiting for classes:
>   
> MBeans waiting for other MBeans:
> [ObjectName: jboss.system:type=Log4jService,service=Logging
>  state: FAILED
>  I Depend On:
>  Depends On Me: org.jboss.deployment.DeploymentException: No property
editor
> for attribute: ConfigurationURL; type=class java.net.URL, ObjectName:
> jboss.jca:service=LocalTxCM,name=OracleDS
>  state: CONFIGURED
>  I Depend On:   jboss.jca:service=LocalTxDS,name=OracleDS
>   jboss.jca:service=LocalTxPool,name=OracleDS
>   jboss.jca:service=CachedConnectionManager
>   jboss.security:name=JaasSecurityManager
>   jboss.jca:service=RARDeployer
>
>  Depends On Me: ]
> 14:00:52,140 DEBUG [AbstractDeploymentScanner$ScannerThread] Notified that
> enabled: true
> 14:00:52,140 INFO  [URLDeploymentScanner] Started
> 14:00:52,140 DEBUG [MainDeployer] Final (start) deployment step
successfully
> completed on package: jboss-service.xml
> 14:00:52,140 INFO  [MainDeployer] Deployed package:
>

Re: [JBoss-user] problem starting jboss-3.0.1

2002-08-09 Thread Stephen Davidson

Hi Shankar.

The following has been changed;
Was:
  jboss.security:name=JaasSecurityManager
Now:
  jboss.security:service=JaasSecurityManager




shankar wrote:

> Hi,
>  I am trying to setup Jboss3.0.1. The following shows up in the boot.xml.
> Have added a oracle-service.xml in the default/deploy dir.
>  This was working fine on Jboss3.0 (with Tomcat).
> Do I have anything else to the oracle-service.xml file?
> 
> Thanks in advance,
> Shankar.
> 
> Here is oracle-service.xml
> 
> 
> 
> 
> 
>  = -->
> 
> 
> 
>   
>   
>   
>   
>   
> 
>code="org.jboss.resource.connectionmanager.LocalTxConnectionManager"
> name="jboss.jca:service=LocalTxCM,name=OracleDS">
> 
> 
> 
> 
> 
> 
> 
>   
>name="jboss.jca:service=LocalTxDS,name=OracleDS">
> 
> OracleDS
> 
> 
>   
>  type="java.lang.String">jdbc:oracle:thin:@192.168.0.124:2000:ORCL operty>
>  type="java.lang.String">oracle.jdbc.driver.OracleDriver
> 
>  type="java.lang.String">overseer2
>  type="java.lang.String">overseer
>   
> 
> 
> 
> 
> 
>  optional-attribute-name="OldRarDeployment">jboss.jca:service=RARDeployment,n
> ame=JBoss LocalTransaction JDBC Wrapper
>   
> 
> 
> 
>   
>code="org.jboss.resource.connectionmanager.JBossManagedConnectionPool"
> name="jboss.jca:service=LocalTxPool,name=OracleDS">
> 
> 0
> 50
> 5000
> 15
> 
> ByContainer
>   
> 
> 
>  optional-attribute-name="CachedConnectionManager">jboss.jca:service=CachedCo
> nnectionManager
> 
>  optional-attribute-name="JaasSecurityManagerService">jboss.security:name=Jaa
> sSecurityManager
> 
>  name="TransactionManager">java:/TransactionManager
> 
> 
> jboss.jca:service=RARDeployer
> 
>   
> 
> 
> 
> 
> 
> 
> Here are the MESSAGES FROM boot.log
> 
> Packages waiting for a deployer:
>   
> Incompletely deployed packages:
>   
> MBeans waiting for classes:
>   
> MBeans waiting for other MBeans:
> [ObjectName: jboss.system:type=Log4jService,service=Logging
>  state: FAILED
>  I Depend On:
>  Depends On Me: org.jboss.deployment.DeploymentException: No property editor
> for attribute: ConfigurationURL; type=class java.net.URL, ObjectName:
> jboss.jca:service=LocalTxCM,name=OracleDS
>  state: CONFIGURED
>  I Depend On:   jboss.jca:service=LocalTxDS,name=OracleDS
>   jboss.jca:service=LocalTxPool,name=OracleDS
>   jboss.jca:service=CachedConnectionManager
>   jboss.security:name=JaasSecurityManager
>   jboss.jca:service=RARDeployer
> 
>  Depends On Me: ]
> 14:00:52,140 DEBUG [AbstractDeploymentScanner$ScannerThread] Notified that
> enabled: true
> 14:00:52,140 INFO  [URLDeploymentScanner] Started
> 14:00:52,140 DEBUG [MainDeployer] Final (start) deployment step successfully
> completed on package: jboss-service.xml
> 14:00:52,140 INFO  [MainDeployer] Deployed package:
> file:/D:/download/jboss-3.0.1RC1/server/default/conf/jboss-service.xml
> 14:00:52,190 ERROR [Server] start failed
> Incomplete Deployment listing:
> Packages waiting for a deployer:
>   
> Incompletely deployed packages:
>   
> MBeans waiting for classes:
>   
> MBeans waiting for other MBeans:
> [ObjectName: jboss.system:type=Log4jService,service=Logging
>  state: FAILED
>  I Depend On:
>  Depends On Me: org.jboss.deployment.DeploymentException: No property editor
> for attribute: ConfigurationURL; type=class java.net.URL, ObjectName:
> jboss.jca:service=LocalTxCM,name=OracleDS
>  state: CONFIGURED
>  I Depend On:   jboss.jca:service=LocalTxDS,name=OracleDS
>   jboss.jca:service=LocalTxPool,name=OracleDS
>   jboss.jca:service=CachedConnectionManager
>   jboss.security:name=JaasSecurityManager
>   jboss.jca:service=RARDeployer
> 
>  Depends On Me: ]
>  at
> org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDeployer.ja
> va:1081)
>  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:583)
>  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:565)
>  at java.lang.reflect.Method.invoke(Native Method)
>  at
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispat
> cher.java:284)
>  at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
>  at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:319)
>  at org.jboss.system.server.ServerImpl.start(ServerImpl.java:216)
>  at org.jboss.Main.boot(Main.java:142)
>  at org.jboss.Main$1.run(Main.java:375)
>  at java.lang.Thread.run(Thread.java:484)
> 
> 
> 
> 
> 
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 


-- 
Java Developer
Looking for a new job op

Re: [JBoss-user] problem starting jboss-3.0.1

2002-08-09 Thread Stephen Davidson

Hi Shankar.

The following has been changed;
Was:
   jboss.security:name=JaasSecurityManager
Now:
   jboss.security:service=JaasSecurityManager




shankar wrote:

 > Hi,
 >  I am trying to setup Jboss3.0.1. The following shows up in the boot.xml.
 > Have added a oracle-service.xml in the default/deploy dir.
 >  This was working fine on Jboss3.0 (with Tomcat).
 > Do I have anything else to the oracle-service.xml file?
 >
 > Thanks in advance,
 > Shankar.
 >
 > Here is oracle-service.xml
 >
 > 
 >
 > 
 > 
 >  = -->
 >
 > 
 >
 >   
 >   
 >   
 >   
 >   
 >
 >code="org.jboss.resource.connectionmanager.LocalTxConnectionManager"
 > name="jboss.jca:service=LocalTxCM,name=OracleDS">
 >
 >
 > 
 >
 > 
 >
 > 
 >   
 >name="jboss.jca:service=LocalTxDS,name=OracleDS">
 >
 > OracleDS
 >
 > 
 >   
 >  type="java.lang.String">jdbc:oracle:thin:@192.168.0.124:2000:ORCL operty>
 >  type="java.lang.String">oracle.jdbc.driver.OracleDriver
 > 
 >  type="java.lang.String">overseer2
 >  type="java.lang.String">overseer
 >   
 >
 > 
 >
 > 
 > 
 >  optional-attribute-name="OldRarDeployment">jboss.jca:service=RARDeployment,n
 > ame=JBoss LocalTransaction JDBC Wrapper
 >   
 > 
 >
 > 
 >   
 >code="org.jboss.resource.connectionmanager.JBossManagedConnectionPool"
 > name="jboss.jca:service=LocalTxPool,name=OracleDS">
 >
 > 0
 > 50
 > 5000
 > 15
 > 
 > ByContainer
 >   
 >
 > 
 >  optional-attribute-name="CachedConnectionManager">jboss.jca:service=CachedCo
 > nnectionManager
 >
 >  optional-attribute-name="JaasSecurityManagerService">jboss.security:name=Jaa
 > sSecurityManager
 >
 >  name="TransactionManager">java:/TransactionManager
 >
 > 
 > jboss.jca:service=RARDeployer
 >
 >   
 >
 >
 > 
 >
 >
 >
 > Here are the MESSAGES FROM boot.log
 >
 > Packages waiting for a deployer:
 >   
 > Incompletely deployed packages:
 >   
 > MBeans waiting for classes:
 >   
 > MBeans waiting for other MBeans:
 > [ObjectName: jboss.system:type=Log4jService,service=Logging
 >  state: FAILED
 >  I Depend On:
 >  Depends On Me: org.jboss.deployment.DeploymentException: No property editor
 > for attribute: ConfigurationURL; type=class java.net.URL, ObjectName:
 > jboss.jca:service=LocalTxCM,name=OracleDS
 >  state: CONFIGURED
 >  I Depend On:   jboss.jca:service=LocalTxDS,name=OracleDS
 >   jboss.jca:service=LocalTxPool,name=OracleDS
 >   jboss.jca:service=CachedConnectionManager
 >   jboss.security:name=JaasSecurityManager
 >   jboss.jca:service=RARDeployer
 >
 >  Depends On Me: ]
 > 14:00:52,140 DEBUG [AbstractDeploymentScanner$ScannerThread] Notified that
 > enabled: true
 > 14:00:52,140 INFO  [URLDeploymentScanner] Started
 > 14:00:52,140 DEBUG [MainDeployer] Final (start) deployment step successfully
 > completed on package: jboss-service.xml
 > 14:00:52,140 INFO  [MainDeployer] Deployed package:
 > file:/D:/download/jboss-3.0.1RC1/server/default/conf/jboss-service.xml
 > 14:00:52,190 ERROR [Server] start failed
 > Incomplete Deployment listing:
 > Packages waiting for a deployer:
 >   
 > Incompletely deployed packages:
 >   
 > MBeans waiting for classes:
 >   
 > MBeans waiting for other MBeans:
 > [ObjectName: jboss.system:type=Log4jService,service=Logging
 >  state: FAILED
 >  I Depend On:
 >  Depends On Me: org.jboss.deployment.DeploymentException: No property editor
 > for attribute: ConfigurationURL; type=class java.net.URL, ObjectName:
 > jboss.jca:service=LocalTxCM,name=OracleDS
 >  state: CONFIGURED
 >  I Depend On:   jboss.jca:service=LocalTxDS,name=OracleDS
 >   jboss.jca:service=LocalTxPool,name=OracleDS
 >   jboss.jca:service=CachedConnectionManager
 >   jboss.security:name=JaasSecurityManager
 >   jboss.jca:service=RARDeployer
 >
 >  Depends On Me: ]
 >  at
 > org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDeployer.ja
 > va:1081)
 >  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:583)
 >  at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:565)
 >  at java.lang.reflect.Method.invoke(Native Method)
 >  at
 > org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispat
 > cher.java:284)
 >  at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
 >  at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:319)
 >  at org.jboss.system.server.ServerImpl.start(ServerImpl.java:216)
 >  at org.jboss.Main.boot(Main.java:142)
 >  at org.jboss.Main$1.run(Main.java:375)
 >  at java.lang.Thread.run(Thread.java:484)
 >
 >
 >
 >
 >
 > ---
 > This sf.net email is sponsored by:ThinkGeek
 > Welcome to geek heaven.
 > http://thinkgeek.com/sf
 > ___
 > JBoss-user mailing

[JBoss-user] problem starting jboss-3.0.1

2002-08-09 Thread shankar

Hi,
 I am trying to setup Jboss3.0.1. The following shows up in the boot.xml.
Have added a oracle-service.xml in the default/deploy dir.
 This was working fine on Jboss3.0 (with Tomcat).
Do I have anything else to the oracle-service.xml file?

Thanks in advance,
Shankar.

Here is oracle-service.xml









  
  
  
  
  

  







  
  

OracleDS


  
jdbc:oracle:thin:@192.168.0.124:2000:ORCL
oracle.jdbc.driver.OracleDriver

overseer2
overseer
  





jboss.jca:service=RARDeployment,n
ame=JBoss LocalTransaction JDBC Wrapper
  



  
  

0
50
5000
15

ByContainer
  


jboss.jca:service=CachedCo
nnectionManager

jboss.security:name=Jaa
sSecurityManager

java:/TransactionManager


jboss.jca:service=RARDeployer

  






Here are the MESSAGES FROM boot.log

Packages waiting for a deployer:
  
Incompletely deployed packages:
  
MBeans waiting for classes:
  
MBeans waiting for other MBeans:
[ObjectName: jboss.system:type=Log4jService,service=Logging
 state: FAILED
 I Depend On:
 Depends On Me: org.jboss.deployment.DeploymentException: No property editor
for attribute: ConfigurationURL; type=class java.net.URL, ObjectName:
jboss.jca:service=LocalTxCM,name=OracleDS
 state: CONFIGURED
 I Depend On:   jboss.jca:service=LocalTxDS,name=OracleDS
  jboss.jca:service=LocalTxPool,name=OracleDS
  jboss.jca:service=CachedConnectionManager
  jboss.security:name=JaasSecurityManager
  jboss.jca:service=RARDeployer

 Depends On Me: ]
14:00:52,140 DEBUG [AbstractDeploymentScanner$ScannerThread] Notified that
enabled: true
14:00:52,140 INFO  [URLDeploymentScanner] Started
14:00:52,140 DEBUG [MainDeployer] Final (start) deployment step successfully
completed on package: jboss-service.xml
14:00:52,140 INFO  [MainDeployer] Deployed package:
file:/D:/download/jboss-3.0.1RC1/server/default/conf/jboss-service.xml
14:00:52,190 ERROR [Server] start failed
Incomplete Deployment listing:
Packages waiting for a deployer:
  
Incompletely deployed packages:
  
MBeans waiting for classes:
  
MBeans waiting for other MBeans:
[ObjectName: jboss.system:type=Log4jService,service=Logging
 state: FAILED
 I Depend On:
 Depends On Me: org.jboss.deployment.DeploymentException: No property editor
for attribute: ConfigurationURL; type=class java.net.URL, ObjectName:
jboss.jca:service=LocalTxCM,name=OracleDS
 state: CONFIGURED
 I Depend On:   jboss.jca:service=LocalTxDS,name=OracleDS
  jboss.jca:service=LocalTxPool,name=OracleDS
  jboss.jca:service=CachedConnectionManager
  jboss.security:name=JaasSecurityManager
  jboss.jca:service=RARDeployer

 Depends On Me: ]
 at
org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDeployer.ja
va:1081)
 at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:583)
 at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:565)
 at java.lang.reflect.Method.invoke(Native Method)
 at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispat
cher.java:284)
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
 at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:319)
 at org.jboss.system.server.ServerImpl.start(ServerImpl.java:216)
 at org.jboss.Main.boot(Main.java:142)
 at org.jboss.Main$1.run(Main.java:375)
 at java.lang.Thread.run(Thread.java:484)





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user