1 Reply Latest reply on Oct 31, 2002 2:32 AM by juha

    Problem Starting JNDI Service

    salil.malhotra

      When deploying my jar file having three entity beans, the first table is created in the OracleDB, After this, the following error is displayed..


      10:54:41,986 WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=crimeportal/Job,service=EJB
      org.jboss.deployment.DeploymentException: Error while creating table; - nested throwable: (java.sql.SQLException: ORA-00904: invalid column name
      .
      .
      .
      0:54:42,006 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean ope
      ation 'checkIncompleteDeployments()'
      ause: Incomplete Deployment listing:
      ackages waiting for a deployer:

      ncompletely deployed packages:

      Beans waiting for classes:

      Beans waiting for other MBeans:
      ObjectName: jboss.j2ee:jndiName=crimeportal/Job,service=EJB



      Any Help in this regard would be appreciated
      Regards


        • 1. Re: Problem Starting JNDI Service

          Something's wrong with your configuration. The relevant line is:

          Error while creating table; - nested throwable: (java.sql.SQLException: ORA-00904: invalid column name)

          which is an error from oracle JDBC driver (doesn't mean there's a problem with the driver config itself, but that oracle is having trouble with the table creation operation from the persistence engine -- most likely due to some config errors).