Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Problem with Oracle8i and deployejb

Problem with Oracle8i and deployejb

From: Andreas Wollny <AWollny_at_metafinanz.de>
Date: Fri, 07 May 1999 09:01:15 +0200
Message-ID: <37328FBA.13BB7E8A@metafinanz.de>


Hello,

 Has anyone deployed an EJB with Oracle8i successfully? I've got problems with deployejb.
When I start this tool, I get following error message:

C:\Oracle8i\employee>deploy
C:\Oracle8i\employee>awydeployejb -user scott -password tiger -service sess_iiop
://localhost:2481:awy -descriptor descriptor.ejb -temp tmp employee.jar

Reading Deployment Descriptor...done
Verifying Deployment Descriptor...done
Gathering users...done

Generating Comm Stubs.......................................done
Compiling Stubs...done
Generating Jar File...done
Loading EJB Jar file and Comm Stubs Jar file...java.lang.StringIndexOutOfBoundsException: String index out of range: -1
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.lang.RuntimeException.<init>(Compiled Code)
        at

java.lang.IndexOutOfBoundsException.<init>(IndexOutOfBoundsException.java:47)

        at
java.lang.StringIndexOutOfBoundsException.<init>(StringIndexOutOfBoundsException.java:59)

        at java.lang.String.substring(Compiled Code)
        at

oracle.aurora.server.tools.sess_iiop.Loadjava.transformName(Loadjava.java:290)

        at
oracle.aurora.server.tools.sess_iiop.Loadjava.create(Loadjava.java:83)

        at
oracle.aurora.server.tools.sess_iiop.Loadjar.loadAndCreate(Compiled Code)

        at oracle.aurora.server.tools.sess_iiop.Loadjar.invoke(Compiled Code)

        at oracle.aurora.server.tools.sess_iiop.Loadjava.<init>(Compiled Code)

        at
oracle.aurora.server.tools.sess_iiop.Loadjar.<init>(Loadjar.java:21)

        at
oracle.aurora.ejb.deployment.GenerateEjb.invoke(GenerateEjb.java:430)

        at
oracle.aurora.server.tools.sess_iiop.ToolImpl.invoke(ToolImpl.java:122)

        at
oracle.aurora.ejb.deployment.GenerateEjb.main(GenerateEjb.java:445) C:\Oracle8i\employee>

Does anybody know the problem or some solutions??

Thanxx

  Andy Received on Fri May 07 1999 - 02:01:15 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US