• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 24460
  • Open Date : 2016/06/13 14:15
  • 更新日時 : 2020/09/16 15:01
  • Print

[DataSpider Servista] Explain about the problem that occurs in the terminal in which DataSpider Studio has been installed newly

In the terminal where DataSpider Studio has been installed newly, the below problem occurs. Explain about the cause and the corrective measures.
  • At the time of script debug, the debug information or the execution history or log information will not be displayed
    (However, if you check the log, the script has been executed normally)
  • The process is not stopped even if breakpoint is set
  • My Projects and Designer are delayed only for the first time.
Category : 

Answer

*Contents linked from this page might be in Japanese.
 
■Problem occurring condition
 
When the communication from DataSpiderServer is not received in the host name and port specified in the configuration file of DataSpider Studio, then this problem occurs.
 
■Assumed Causes
 
There might be problem in the communication settings of the terminal in which DataSpider Studio has been started. Check the following items.
  1. Aren’t multiple IP addresses being allocated?
    Example: IP address being allocated to DHCP that uses multiple NIC.
  1. Isn’t port used in the communication closed
    Example: The port is restricted by the security software aided with firewall.
■Counter Measures
 
If it is relevant, set the value of the terminal in which DataSpider Studio has been started to the below property file key. Further, restart the DataSpider Studio in order to reflect them while changing the settings.
  • Setting File  
$DATASPIDER_HOME/client/conf/system.properties
  • Configuration Key
  • java.rmi.server.hostname
Specify the host name or the IP address.
 
Example: When the IP address of the terminal in which DataSpider Studio is started is 192.168.50.100, remove # and set as given below.
 
java.rmi.server.hostname=192.168.50.100
  • ds.rmi.port
Specify the communication possible port.
 
Example: When the communication possible port is 7701 in the terminal where DataSpider Studio is started, remove # and set as given below.
 
ds.rmi.port=7701   
 
The above is described in "Trouble shooting" of manual "InstallGuide.pdf". Refer to it as well.
 
Further, for more details on the settings of property file, refer to the below as well.
 
・Property Reference - Property File of the Client - system.properties