简体   繁体   English

Weblogic没有启动

[英]Weblogic is not starting

I just downloaded wls1035_dev zip and set MW_HOME and updated PATH and I am trying to create a domain 我刚刚下载了wls1035_dev zip并设置了MW_HOME并更新了PATH ,我正在尝试创建一个域

Created a empty directory under wls1035_dev/server. 在wls1035_dev / server下创建了一个空目录。 Let it be dom . 让它成为dom Then run the following commands as specified here 然后运行此处指定的以下命令

 java weblogic.Server

I faced a different issue for password and solved it with the help of -D flag for weblogic management. 我遇到了另一个密码问题,并在WebLogic管理的-D标志的帮助下解决了该问题。

Then I am getting the following error 然后我得到以下错误

  illegal state exception : io file not found :

File is weblogicdirectory\\wlserver\\server\\.product.properties 文件为weblogicdirectory\\wlserver\\server\\.product.properties

I couldn't figure out the file in that location also. 我也找不到那个位置的文件。 What file it is? 它是什么文件? How to create it? 如何创建呢? Or what I am doing wrong? 还是我做错了什么?

There seems to be some fundamental errors. 似乎存在一些基本错误。

You need to create your domain using domain configuration wizard. 您需要使用域配置向导来创建域。 As explained here: http://docs.oracle.com/cd/E16764_01/web.1111/e14140/newdom.htm 如此处所述: http : //docs.oracle.com/cd/E16764_01/web.1111/e14140/newdom.htm

Also you are looking up an outdated documentation for start up command. 另外,您正在查找有关过时的启动命令文档。 Check below link out : 检查以下链接:

http://docs.oracle.com/cd/E17904_01/web.1111/e13708/overview.htm#START115 http://docs.oracle.com/cd/E17904_01/web.1111/e13708/overview.htm#START115

I have solved this problem. 我已经解决了这个问题。

NOTE: I am using zip distribution of wls. 注意:我正在使用wls的zip分发。 It's for development purpose. 这是出于发展目的。 so It's already installed and used

So to create those product properties files , start configure.cmd and then proceed with the readme.txt in that zip file. 因此,要创建这些product properties files ,请启动configure.cmd ,然后继续使用该zip文件中的readme.txt

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM