Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
341 views
in Technique[技术] by (71.8m points)

how to start WebLogic in Jdeveloper

I have just installed Jdeveloper and trying to start weblogic server using steps given at oracle site.

https://docs.oracle.com/middleware/1213/core/INFIN/create_domain.htm#INFIN292

I haven't imported any project but once I try to start the integrated server, I am getting below error:

****** B A T C H R E C U R S I O N exceeds STACK limits ****** Recursion Count=329, Stack Usage=90 percent ****** B A T C H PROCESSING IS A B O R T E D ******

wondering where it is getting recursion as I do not have any project imported in Jdeveloper.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Weblogic Integrated server start from JDeveloper is highly dependent on class path you have in System as well user variable. After Debugging for 1 day I have got the solution. In my user variable I have something like

CLASSPATH=.;%CLASSPATH%;C:JUNITjunit-4.10.jar

Also make sure that in your system path there must not be any double quotes(") that will give you another error

File was not expected at this moment

So in case you are facing any problem with your web logic start as Integrated server, please cross check your class path. I did my delete and trial approach and finally it worked for me !!!!!!!!!!!!!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...