Home » Fusion Middleware & Colab Suite » Weblogic & Application Server » Cant start weblogic (database 12C,weblogic fmw_12.2.1.3.0,window 7)
Cant start weblogic [message #675642] Thu, 11 April 2019 03:16 Go to next message
kilimanjaro
Messages: 151
Registered: May 2009
Location: Tanzania
Senior Member
Hello friend, My name is Miliki.
I have been running oracle 6i developer ever since until recently when necessity forced me to forget my old ways.
1. I recently decided to install the following on window 7 64 bits;
2. Runtime environment --- jre-8u201-windows-x64
3. Microsoft -- vc_redist.x64
4. Java JDK ----jdk-12
5. oracle database 12C,
6. forms fmw_12.2.1.3.0_fr_win64
7. weblogic fmw_12.2.1.3.0_infrastructure
8. I also added the JAVA_HOME in the environmental variables .
9. I installed everything successful and got the web logic consol -- time:7001/console
10. I started the Node manager it starts and disappears
11. I started the weblogic but also disappears and doesn't reach to the point of me entering name & password
That's where I have stopped...I need help please.
Re: Cant start weblogic [message #675654 is a reply to message #675642] Thu, 11 April 2019 04:43 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
You need to provide more information. For examnple, what did you do for "I started the weblogic"? Run a script? Click something? I always configure the WebLogic processes to run as Windows services and start them with NET START. For example, to create a service for the Admin Server in a BI Pub installation something like this might do
set DOMAIN_NAME=bifoundation_domain
set USERDOMAIN_HOME=D:\app\Middleware\user_projects\domains\bifoundation_domain
set SERVER_NAME=AdminServer
set WL_HOME=d:\app\Middleware\wlserver_12.2
set WLS_USER=weblogic
set WLS_PW=welcome1
set MEM_ARGS=-Xms32m -Xmx256m -XX:MaxPermSize=512m
set JAVA_HOME=c:\progra~1\Java\jre8
call %USERDOMAIN_HOME%\bin\setDomainEnv.cmd
call %WL_HOME%\server\bin\installAdminServerSvc.cmd
Re: Cant start weblogic [message #675655 is a reply to message #675654] Thu, 11 April 2019 04:48 Go to previous messageGo to next message
kilimanjaro
Messages: 151
Registered: May 2009
Location: Tanzania
Senior Member
Hello John.Thank you for a quick reply

I clicked these files

G:\DEV\ORACLE\Middleware\Oracle_Home\user_projects\domains\kidia\bin\startNodeManager.cmd

G:\DEV\ORACLE\Middleware\Oracle_Home\user_projects\domains\kidia\bin\startWebLogic.cmd

Thankx
Re: Cant start weblogic [message #675656 is a reply to message #675655] Thu, 11 April 2019 04:51 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
That's no good. You need to run them from a command prompt.

Any comment on my suggestion to create services?
Re: Cant start weblogic [message #675657 is a reply to message #675656] Thu, 11 April 2019 04:56 Go to previous messageGo to next message
kilimanjaro
Messages: 151
Registered: May 2009
Location: Tanzania
Senior Member
How then John? Not a top expert!
please help
Re: Cant start weblogic [message #675659 is a reply to message #675657] Thu, 11 April 2019 04:58 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
If you do not know how to run a script from a command prompt you will have to do some studying or pay a consultant. There are limits to the amount of knowledge one can transfer for free on a forum.

Re: Cant start weblogic [message #675660 is a reply to message #675659] Thu, 11 April 2019 05:03 Go to previous messageGo to next message
kilimanjaro
Messages: 151
Registered: May 2009
Location: Tanzania
Senior Member
Like this?
C:\Users\ADMIN>@ G:\DEV\ORACLE\Middleware\Oracle_Home\user_projects\domains\kidi
a\bin\startNodeManager.cmd


------------message-----------


Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\ADMIN>@ G:\DEV\ORACLE\Middleware\Oracle_Home\user_projects\domains\kidi
a\bin\startNodeManager.cmd



NODEMGR_HOME is already set to G:\DEV\ORACLE\MIDDLE~1\ORACLE~1\USER_P~1\domains\
kidia\NODEMA~1
CLASSPATH=.;C:\PROGRA~1\Java\jdk-12\lib\tools.jar;G:\DEV\ORACLE\MIDDLE~1\ORACLE~
1\wlserver\server\lib\weblogic.jar;G:\DEV\ORACLE\MIDDLE~1\ORACLE~1\oracle_common
\modules\thirdparty\ant-contrib-1.0b3.jar;G:\DEV\ORACLE\MIDDLE~1\ORACLE~1\wlserv
er\modules\features\oracle.wls.common.nodemanager.jar;;G:\DEV\ORACLE\MIDDLE~1\OR
ACLE~1\wlserver\modules\features\oracle.wls.common.grizzly.jar

G:\DEV\ORACLE\MIDDLE~1\ORACLE~1\USER_P~1\domains\kidia\NODEMA~1>"C:\PROGRA~1\Jav
a\jdk-12\bin\java.exe" -server -Xms32m -Xmx200m -Djdk.tls.ephemeralDHKeySize=20
48 -Dcoherence.home=G:\DEV\ORACLE\MIDDLE~1\ORACLE~1\coherence -Dbea.home=G:\DEV\
ORACLE\MIDDLE~1\ORACLE~1 -Dweblogic.RootDirectory=G:\DEV\ORACLE\MIDDLE~1\ORACLE
~1\USER_P~1\domains\kidia -Djava.system.class.loader=com.oracle.classloader.web
logic.LaunchClassLoader "-Djava.security.policy=G:\DEV\ORACLE\MIDDLE~1\ORACLE~1\
wlserver\server\lib\weblogic.policy" "-Dweblogic.nodemanager.JavaHome=C:\PROGRA~
1\Java\jdk-12" weblogic.NodeManager -v
Java HotSpot(TM) 64-Bit Server VM warning: Archived non-system classes are disab
led because the java.system.class.loader property is specified (value = "com.ora
cle.classloader.weblogic.LaunchClassLoader"). To use archived non-system classes
, this property must not be set
Apr 11, 2019 1:00:56 PM weblogic.nodemanager.server.NMServer writeProcessId
WARNING: NodeManager native library could not be loaded to write process id
java.lang.UnsatisfiedLinkError: no nodemanager in java.library.path: [C:\PROGRA~
1\Java\jdk-12\bin, C:\Windows\Sun\Java\bin, C:\Windows\system32, C:\Windows, C:\
PROGRA~2\COMMON~1\Oracle\Java\javapath, G:\ORACLE\ADMIN\virtual\product\122~1.0\
dbhome_1\bin, C:\Windows\System32, C:\Windows, C:\Windows\System32\wbem, C:\Wind
ows\System32\WINDOW~1\v1.0\, .]
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2660)
at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:827)
at java.base/java.lang.System.loadLibrary(System.java:1902)
at weblogic.nodemanager.util.WindowsProcessControl.<init>(WindowsProcess
Control.java:18)
at weblogic.nodemanager.util.ProcessControlFactory.getProcessControl(Pro
cessControlFactory.java:25)
at weblogic.nodemanager.server.NMServer.writeProcessId(NMServer.java:288
)
at weblogic.nodemanager.server.NMServer.writePidFile(NMServer.java:264)
at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
at weblogic.nodemanager.server.NMServer.getInstance(NMServer.java:134)
at weblogic.nodemanager.server.NMServer.main(NMServer.java:589)
at weblogic.NodeManager.main(NodeManager.java:31)

<11 Apr 2019 13:00:56 Saa za Afrika Mashariki> <INFO> <Loading domains file: G:\
DEV\ORACLE\Middleware\Oracle_Home\user_projects\domains\kidia\nodemanager\nodema
nager.domains>
<11 Apr 2019 13:00:56 Saa za Afrika Mashariki> <SEVERE> <Fatal error in NodeMana
ger server>
weblogic.nodemanager.common.ConfigException: Native version is enabled but NodeM
anager native library could not be loaded
at weblogic.nodemanager.server.NMServerConfig.initProcessControl(NMServe
rConfig.java:627)
at weblogic.nodemanager.server.NMServerConfig.<init>(NMServerConfig.java
:392)
at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:156)
at weblogic.nodemanager.server.NMServer.getInstance(NMServer.java:134)
at weblogic.nodemanager.server.NMServer.main(NMServer.java:589)
at weblogic.NodeManager.main(NodeManager.java:31)
Caused by: java.lang.UnsatisfiedLinkError: no nodemanager in java.library.path:
[C:\PROGRA~1\Java\jdk-12\bin, C:\Windows\Sun\Java\bin, C:\Windows\system32, C:\W
indows, C:\PROGRA~2\COMMON~1\Oracle\Java\javapath, G:\ORACLE\ADMIN\virtual\produ
ct\122~1.0\dbhome_1\bin, C:\Windows\System32, C:\Windows, C:\Windows\System32\wb
em, C:\Windows\System32\WINDOW~1\v1.0\, .]
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2660)
at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:827)
at java.base/java.lang.System.loadLibrary(System.java:1902)
at weblogic.nodemanager.util.WindowsProcessControl.<init>(WindowsProcess
Control.java:18)
at weblogic.nodemanager.util.ProcessControlFactory.getProcessControl(Pro
cessControlFactory.java:25)
at weblogic.nodemanager.server.NMServerConfig.initProcessControl(NMServe
rConfig.java:625)
... 5 more

( was unexpected at this time.

C:\Users\ADMIN>^A

Re: Cant start weblogic [message #675665 is a reply to message #675660] Thu, 11 April 2019 05:59 Go to previous messageGo to next message
kilimanjaro
Messages: 151
Registered: May 2009
Location: Tanzania
Senior Member
HELP PLEASE
Re: Cant start weblogic [message #675666 is a reply to message #675665] Thu, 11 April 2019 06:15 Go to previous messageGo to next message
kilimanjaro
Messages: 151
Registered: May 2009
Location: Tanzania
Senior Member
<ERROR> <StopNodeManager> <Could not determine the Process ID using jps and looking for both strings NodeManager and -Dweblogic.RootDirectory...
Re: Cant start weblogic [message #675668 is a reply to message #675665] Thu, 11 April 2019 06:43 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
kilimanjaro wrote on Thu, 11 April 2019 11:59
HELP PLEASE
Please do not use upper case like that.

If your Node Manager isn't running, is that a problem? You don't need it. I never use it.
Re: Cant start weblogic [message #675672 is a reply to message #675668] Thu, 11 April 2019 07:37 Go to previous message
kilimanjaro
Messages: 151
Registered: May 2009
Location: Tanzania
Senior Member
Ok. I started weblogic but at the end it reads
"stopping derby server"
"derby server stopped"


Previous Topic: Massage deliver issue from MQ to Weblogic
Next Topic: Failure of Web Server bridge:
Goto Forum:
  


Current Time: Thu Mar 28 06:48:39 CDT 2024