Ejb & Blizzard - PropsBeanCtx_Skel.class Error

R

ro001

Hi all,


- I create the database
- Add to my ejb.ini file
dataSource.name: propsDataSource
dataSource.propsDatasource.odbc: PropsOdbc
- Execute blizzard.cmd, create enity bean.


Then i receive the following error below............


Could anyone have any information as to what is causing this? I have
seen numerous posts on this topic but no answers unfortunately!!


this is my blxejbc.cmd file
@java -classpath u:\blazix\blazix.jar desisoft.ejbtools.EjbCompiler -c
u:\Blazix\ejb.ini %1 %2 %3 %4 %5 %6 %7 %8
@pause


this is my build.cmd
javac -classpath .;u:\blazix\blazix.jar -d "U:\interfaces"
"U:\interfaces\PropsHome.java" "U:\interfaces\Props.java"
"U:\interfaces\PropsBean.java"
jar -cvf u:\interfaces\Props.jar -C "U:\interfaces"
META-INF/ejb-jar.xml "properties/PropsHome.class"
"properties/Props.class" "properties/PropsBean.class"
u:\blazix\blxejbc u:\interfaces\Props.jar u:\interfaces\PropsEjb.jar


---------------------------------------------------------------------------­--------------------------.

Props: Compiling classes with javac
Props: Generating RMI classes
Props: Adding to JAR file u:\interfaces\PropsEjb.jar
java.io.FileNotFoundException:
U:\Blazix\ejbtemp\properties\PropsBeanCtx_Skel.cl
ass (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at
desisoft.ejbtools.EjbCompiler.addZipEntry(EjbCompiler.java:79)
at
desisoft.ejbtools.EjbCompiler.compileAndAddToJar(EjbCompiler.java:133
8)
at
desisoft.ejbtools.EjbCompiler.compileBeans(EjbCompiler.java:449)
at desisoft.ejbtools.EjbCompiler.compile(EjbCompiler.java:224)
at desisoft.ejbtools.EjbCompiler.main(EjbCompiler.java:1513)
Press any key to continue . . .


U:\interfaces>build.cmd


U:\interfaces>javac -classpath .;u:\blazix\blazix.jar -d
"U:\interfaces" "U:\int
erfaces\PropsHome.java" "U:\interfaces\Props.java"
"U:\interfaces\PropsBean.java
"


U:\interfaces>jar -cvf Props.jar -C "U:\interfaces"
META-INF/ejb-jar.xml "prope
rties/PropsHome.class" "properties/Props.class"
"properties/PropsBean.class"
added manifest
adding: META-INF/ejb-jar.xml(in = 869) (out= 432)(deflated 50%)
adding: properties/PropsHome.class(in = 408) (out= 246)(deflated 39%)
adding: properties/Props.class(in = 304) (out= 207)(deflated 31%)
adding: properties/PropsBean.class(in = 1475) (out= 613)(deflated 58%)


U:\interfaces>u:\blazix\blxejbc u:\interfaces\Props.jar
u:\interfaces\PropsEjb.j
ar
Blazix EJB Compiler 1.2
Copyright (C) Desiderata Software, 2001-2002
All rights reserved
Configuration file: u:\Blazix\ejb.ini
JRMP Version


Processing Entity bean "Props"
Validating bean classes
Generating bean support classes
Props: Compiling classes with javac
Props: Generating RMI classes
Props: Adding to JAR file u:\interfaces\PropsEjb.jar
java.io.FileNotFoundException:
U:\Blazix\ejbtemp\properties\PropsBeanCtx_Skel.class (The system cannot
find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at
desisoft.ejbtools.EjbCompiler.addZipEntry(EjbCompiler.java:79)
at
desisoft.ejbtools.EjbCompiler.compileAndAddToJar(EjbCompiler.java:133
8)
at
desisoft.ejbtools.EjbCompiler.compileBeans(EjbCompiler.java:449)
at desisoft.ejbtools.EjbCompiler.compile(EjbCompiler.java:224)
at desisoft.ejbtools.EjbCompiler.main(EjbCompiler.java:1513)
Press any key to continue . . .
 
R

ro001

Have found out the solution to this problem!! is as some people had
said, java 1.5 creates an error. I have installed 1.4 and reference to
the 1.4 directory all the calls to java in my cmd files!!! this solves
the problem!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,785
Messages
2,569,624
Members
45,318
Latest member
LuisWestma

Latest Threads

Top