Unknown Jas Error in 8.96_B1 Web Dev Client

coolworm

Member
Hi All,
I just finished an 8.12 install using 8.96_B1. when I fire up the local web server in my Web Dev Client, I'm getting an Unknown Jas error meesage. I'm using OAS for my local web server as well as on Jas server. Has anyone encountered the same problem? On my other 8.12 system using 8.96_A1, I do not have this problem at all. I have attached the exception error thrown in jas.log. Looks like an issue with 8.96_B1.

09 Jul 2006 21:20:30,154 [SEVERE] - [JAS] Exception occured in the JDESignon.jdeSignon() :BuildUserSession Failed. java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
at java.util.Vector.elementAt(Vector.java:431)
at com.jdedwards.jas.JDESignon.getRoleList(Unknown Source)
at com.jdedwards.jas.JDESignon.getRoleList(Unknown Source)
at com.jdedwards.jas.JDESignon.getEnvRoleList(Unknown Source)
at com.jdedwards.jas.JDESignon.isValidEnvRole(Unknown Source)
at com.jdedwards.jas.JDESignon.buildUserSession(Unknown Source)
at com.jdedwards.jas.JDESignon.buildUserSessionWithPass(Unknown Source)
at com.jdedwards.jas.JDESignon.jdeSignon(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.jdedwards.jas.ServletProxy.callServerComponent(Unknown Source)
at com.jdedwards.jas.ServletProxy.servletProxy(Unknown Source)
at com.jdedwards.jas.ServletProxy.dispatch(Unknown Source)
at com.jdedwards.jas.net.NetConnection.callJAS(Unknown Source)
at com.jdedwards.jas.net.NetConnection.callJAS(Unknown Source)
at com.jdedwards.jas.net.NetConnection.callLogin(Unknown Source)
at com.jdedwards.jas.net.NetConnection.login(Unknown Source)
at com.jdedwards.jas.net.NetConnection.createNetConnection(Unknown Source)
at com.jdedwards.services.login.JASLoginWrapper.login(Unknown Source)
at com.jdedwards.services.login.JASLoginWrapper.login(Unknown Source)
at com.jdedwards.services.login.LoginContext.login(Unknown Source)
at com.jdedwards.services.login.InitialEncryptedLoginState.changeState(Unknown Source)
at com.jdedwards.services.login.LoginContext.changeState(Unknown Source)
at com.jdedwards.services.login.InitialState.changeState(Unknown Source)
at com.jdedwards.services.login.LoginContext.<init>(Unknown Source)
at com.jdedwards.services.login.Login.processLogin(Unknown Source)
at com.jdedwards.runtime.virtual.LoginServlet.service(Unknown Source)
at com.peoplesoft.e1.container.MafletServiceContainer.doService(Unknown Source)
at com.peoplesoft.e1.container.MafletServiceContainer.doGet(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
at java.lang.Thread.run(Thread.java:534)

Thanks.
CW
W2003 Sp1,
Sql 2000
OAS 10g
8.12/8.96_B1
 
Have you had any luck with solving this issue? - I just hit the exact same one...
 
Sorry, forgot to add: my config is the same as yours, except that I'm on 8.96_C1, plus because I can see OJAS connections under SQL, this is evidently not a connectivity issue.

It also allows me to run SAW and all functions there seem to work alright. I believe, this tests the Security Server as well, because it prompts for the login when you run SAW...
 
Has anyone else seen the same under TR8.96_xx?

[ QUOTE ]
"CNC is like sex. Sure, it may give some practical results, but that's not why we do it."

[/ QUOTE ]
grin.gif
 
Never mind, I found and fixed a mistake in the JAS.INI and it's now working.
 
I had

[OWWEB]
PathCodes=('JDV812')

while this should have been

[OWWEB]
PathCodes=('DV812')
 
Back
Top