Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Got ArrayIndexOutOfBoundsException

0 views
Skip to first unread message

hi

unread,
Sep 20, 2000, 3:00:00 AM9/20/00
to
Help!

I'm now using a Pentium2 600 + 256 MB RAM machine with WebSphere Application
Server Advanced Edition 3.02 + IBM HTTP Server 1.3.6.2 + NTServer 4.0
Service Pack 5.

I developed EJB(session bean) using VAJ3.02 and created deployment jar by
VAJ3.02.
After create EJB on Administration console, when I start EJB I get the
following exception.

0/09/20 12:41 : WARNING [inudevsv/Default Server]: failed EJB
start"TreeBuilder" java.lang.ArrayIndexOutOfBoundsException: 5
at com.ibm.ejs.container.BeanMetaData.setHomeMethodAttrs(Compiled Code)
at com.ibm.ejs.container.BeanMetaData.<init>(Compiled Code)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(ActiveEJBContainer.java:3
86)
at
com.ibm.ejs.sm.active.ActiveEnterpriseBean.startAction(ActiveEnterpriseBean.
java:61)
at com.ibm.ejs.sm.active.ActiveObject.startObject(ActiveObject.java:663)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:110)
at com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(Compiled
Code)
at
com.ibm.ejs.sm.active.ActiveObject.invokeContainedObject(ActiveObject.java:4
68)
at com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(Compiled
Code)
at
com.ibm.ejs.sm.active.ActiveObject.invokeContainedObject(ActiveObject.java:4
68)
at com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(Compiled
Code)
at
com.ibm.ejs.sm.agent.AdminAgentImpl.invokeActiveObject(AdminAgentImpl.java:5
9)
at com.ibm.ejs.sm.agent._AdminAgentImpl_Tie._invoke(Unknown Source)
at
com.ibm.CORBA.iiop.ExtendedServerDelegate.dispatch(ExtendedServerDelegate.ja
va:495)
at com.ibm.CORBA.iiop.ORB.process(ORB.java:2076)
at com.ibm.CORBA.iiop.WorkerThread.run(WorkerThread.java:167)
at com.ibm.ejs.oa.pool.ThreadPool$PooledThread.run(Compiled Code)

And stack error message box pop up.

Could some please help me.

Thanx,
Hitoshi Inubushi

Cathy Bryant

unread,
Sep 22, 2000, 3:00:00 AM9/22/00
to
I have the same problem. I have a support call with IBM, but it's been 2
weeks and I have no answers from them.

Cathy

"hi" <i...@canon-soft.co.jp> wrote in message
news:8q9h2j$a4e$1...@news.software.ibm.com...

Ken Hygh

unread,
Sep 23, 2000, 3:00:00 AM9/23/00
to
Cathy,
IIRC, the only time I saw this at runtime instead of deploy time is when I'd put
classes on the dependent classpath and not on the application server's
classpath. Often, they need to be in BOTH places, one for deployment and one
for runtime.

Ken

Cathy Bryant

unread,
Sep 25, 2000, 3:00:00 AM9/25/00
to
I finally got an answer as to what the problem was. I had an older version
of a jar file with the same beans in them, being referenced by the
container. When I cleaned up my classpath, deleted all beans and redeployed
with all beans in the same jar file it fixed the problem.

Cathy


"Ken Hygh" <ken...@nc.rr.com> wrote in message
news:39CCFC9C...@nc.rr.com...

0 new messages