如何在Jdeveloper中启动WebLogic [英] how to start WebLogic in Jdeveloper

查看:90
本文介绍了如何在Jdeveloper中启动WebLogic的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚安装了Jdeveloper,并尝试使用oracle站点上给出的步骤启动weblogic服务器.

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

我还没有导入任何项目,但是一旦尝试启动集成服务器,就会遇到以下错误:

****** 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 ******

我想知道它在哪里递归,因为我没有在Jdeveloper中导入任何项目.

解决方案

从JDeveloper启动的Weblogic集成服务器高度依赖于System中的类路径以及用户变量.调试1天后,我得到了解决方案.在我的用户变量中,我有类似的内容

CLASSPATH=.;%CLASSPATH%;C:\JUNIT\junit-4.10.jar

还要确保在您的系统路径中不能有任何双引号()会给您带来另一个错误

目前不希望有文件

因此,如果您在Web逻辑作为集成服务器启动时遇到任何问题,请交叉检查您的类路径.我做了删除和试用的方法,最后对我有用!

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.

解决方案

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:\JUNIT\junit-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 !!!!!!!!!!!!!

这篇关于如何在Jdeveloper中启动WebLogic的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆