History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: OPENEJB-31
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jacek Laskowski
Reporter: Jacek Laskowski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenEJB

log4j:WARN No appenders could be found for logger (OpenEJB)

Created: 24/Jun/05 04:40 AM   Updated: 31/Aug/05 10:35 AM  Due: 25/Sep/06
Component/s: deployment
Affects Version/s: 1.0 beta 1
Fix Version/s: 1.0 beta 1

Time Tracking:
Not Specified


 Description  « Hide
$ ./bin/openejb deploy -m aaa
OpenEJB Deploy Tool 1.0-SNAPSHOT build: 20050624-1116
http://www.openejb.org

log4j:WARN No appenders could be found for logger (OpenEJB).
log4j:WARN Please initialize the log4j system properly.
org.openejb.OpenEJBException: Cannot read jar file aaa. Received message: The system cannot find the file specified
        at org.openejb.util.JarUtils.getJarFile(JarUtils.java:194)
        at org.openejb.alt.config.EjbJarUtils.readEjbJar(EjbJarUtils.java:81)
        at org.openejb.alt.config.EjbValidator.validateJar(EjbValidator.java:97)
        at org.openejb.alt.config.Deploy.deploy(Deploy.java:274)
        at org.openejb.alt.config.Deploy.main(Deploy.java:818)
------------------------------------------
JAR aaa

 ERROR ... Cannot validate jar

Jar not deployable.

Use the validator with -vvv option for more details.
See http://www.openejb.org/validate.html for usage.

 All   Comments   Work Log   Change History   Subversion Commits   FishEye      Sort Order: Ascending order - Click to sort in descending order
Jacek Laskowski - 24/Jun/05 07:06 AM
$ cvs ci .
Checking in README.txt;
/home/projects/openejb/scm/openejb1/README.txt,v <-- README.txt
new revision: 1.2; previous revision: 1.1
done
Mailing the commit message...
Checking in modules/core/project.xml;
/home/projects/openejb/scm/openejb1/modules/core/project.xml,v <-- project.xml
new revision: 1.10; previous revision: 1.9
done
Mailing the commit message...
Checking in modules/core/src/conf/default.logging.conf;
/home/projects/openejb/scm/openejb1/modules/core/src/conf/default.logging.conf,v <-- default.logging.conf
new revision: 1.2; previous revision: 1.1
done
Mailing the commit message...
Checking in modules/core/src/java/org/openejb/alt/config/Deploy.java;
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/config/Deploy.java,v <-- Deploy.java
new revision: 1.5; previous revision: 1.4
done
Mailing the commit message...
Checking in modules/core/src/java/org/openejb/server/Main.java;
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/server/Main.java,v <-- Main.java
new revision: 1.3; previous revision: 1.2
done
Mailing the commit message...