Solved

Error when creating a new Instance of MWS

  • 10 March 2020
  • 5 replies
  • 1284 views

Userlevel 5
Badge +9

When creating a new instance of MWS I get this error in log:

 

2020-03-10 11:28:26 Post process IFS Middleware Server 10.3.3.0
2020-03-10 11:28:26 Running ant script F:\IFS\ifs_home\repository\server\install_fndmws.xml, target post for component server
[java]: Java Result: 1
Error in Ant-script: server\install_fndmws.xml
Reported error is: The following error occurred while executing this line:
F:\IFS\ifs_home\repository\server\install_fndmws.xml:262: Failed to configure Middleware Server. Error is: Error when creating IFS Middleware Domain: com.oracle.cie.domain.script.jython.WLSTException: null
 @org.python.core.Py.JavaError(Py.java:368)

 

Anyone have some tips for solution? It´s a server that had an MWS before but that is removed and now replaced by a clone.

icon

Best answer by MattiasLindahl 10 March 2020, 16:42

View original

5 replies

Userlevel 6
Badge +18

The Clone process won’t backup the Java folder from the Source runtime folder. Copy the Java folder manually and retry your reconfiguration. 

Also, the clone won’t copy across the documentation folders too but you can always use the link from an existing instance.

Userlevel 5
Badge +9

Where is the location of this Java folder in Source runtime?

Userlevel 6
Badge +18

Make sure the Java sub folder is missing in the Target runtime folder, prior to copying it across.

Userlevel 5
Badge +9

It seems that IFS MWS Nodemanager keeps stopping. Log file now says:

[Tue Mar 10 15:48:17 CET 2020] - INFO: Unable to connect to nodemanager..
[Tue Mar 10 15:48:17 CET 2020] - FINE: Execute native command [sc, query, IFS MWS Nodemanager F_IFS_ifs_home] 
[Tue Mar 10 15:48:17 CET 2020] - FINE: Command exit code 0 
[Tue Mar 10 15:48:17 CET 2020] - FINE: wait for nodemanager 10s..
[Tue Mar 10 15:48:27 CET 2020] - INFO: Connecting to nodemanager..
[Tue Mar 10 15:48:28 CET 2020] - INFO: Unable to connect to nodemanager..
[Tue Mar 10 15:48:28 CET 2020] - FINE: Execute native command [sc, query, IFS MWS Nodemanager F_IFS_ifs_home] 
[Tue Mar 10 15:48:28 CET 2020] - FINE: Command exit code 0 
[Tue Mar 10 15:48:28 CET 2020] - FINE: wait for nodemanager 10s..
[Tue Mar 10 15:48:38 CET 2020] - INFO: Connecting to nodemanager..
[Tue Mar 10 15:48:39 CET 2020] - INFO: Unable to connect to nodemanager..
[Tue Mar 10 15:48:39 CET 2020] - FINE: Execute native command [sc, query, IFS MWS Nodemanager F_IFS_ifs_home] 
[Tue Mar 10 15:48:39 CET 2020] - FINE: Command exit code 0 
[Tue Mar 10 15:48:39 CET 2020] - FINE: wait for nodemanager 10s..
[Tue Mar 10 15:48:49 CET 2020] - INFO: Connecting to nodemanager..
[Tue Mar 10 15:48:50 CET 2020] - INFO: Unable to connect to nodemanager..
[Tue Mar 10 15:48:50 CET 2020] - FINE: Execute native command [sc, query, IFS MWS Nodemanager F_IFS_ifs_home] 
[Tue Mar 10 15:48:50 CET 2020] - FINE: Command exit code 0 
[Tue Mar 10 15:48:50 CET 2020] - FINE: wait for nodemanager 10s..

Userlevel 5
Badge +9

I managed to use the Backup function instead and after finalizing restore of backup I deleted the instance and created a new instance. Now working!

 

Reply