1 Reply Latest reply on Apr 23, 2003 7:17 AM by mikefinn

    deploy error

    sysuser1

      Hi, I got an application and try to use it in jboss.
      But I met warnings and errors.
      In fact , the application is using hsql but I made it to use postgreSQL instead.
      Why I have warnings about the .ear file in deploy folder?
      And how can I track the "the user property missing error"
      I am new to the system and trying to learn.
      Thank you.

      Here is my log.

      ..........................................
      2003-04-22 15:09:59,862 WARN [org.jboss.deployment.MainDeployer] The manifest entry in file:/usr/local/jboss-3.0.6/server/default/deploy/oecrm1.3.1FR2-hsqldb-jboss.ear references URL file:/usr/local/jboss-3.0.6/server/default/deploy/builder-ejb.jar which could not be opened, entry ignored
      2003-04-22 15:09:59,863 WARN [org.jboss.deployment.MainDeployer] The manifest entry in file:/usr/local/jboss-3.0.6/server/default/deploy/oecrm1.3.1FR2-hsqldb-jboss.ear references URL file:/usr/local/jboss-3.0.6/server/default/deploy/attribute-ejb.jar which could not be opened, entry ignored
      2003-04-22 15:09:59,863 WARN [org.jboss.deployment.MainDeployer] The manifest entry in file:/usr/local/jboss-3.0.6/server/default/deploy/oecrm1.3.1FR2-hsqldb-jboss.ear references URL file:/usr/local/jboss-3.0.6/server/default/deploy/org-ejb.jar which could not be opened, entry ignored
      .................................

      2003-04-22 15:10:27,525 WARN [org.jboss.system.ServiceController] Problem starting service jboss.j2ee:jndiName=local/MimeTypeBean,service=EJB
      org.jboss.deployment.DeploymentException: Error while fixing table name; - nested throwable: (org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (The user property is missing. It is mandatory.); - nested throwable: (org.jboss.resource.ResourceException: Could not create connection; - nested throwable: (The user property is missing. It is mandatory.)))

        • 1. Re: deploy error
          mikefinn

          Haven't used JBoss w/ PGSQL, but I would guess your datasource def (*-ds.xml for 3.2+, *-service.xml for pre 3.2) is missing a username/login property for the connection.

          Please post your datasource def file and the version of JBoss you are using.

          mike