OBEROn - Bug Trace - Oberon Platform
Viewing Issue Advanced Details
84 Java SDK block always 2012-09-22 13:12 2012-09-22 16:34
g_prajeesh  
 
urgent  
closed 2.6 - DB build 0065  
fixed  
none    
none 3.0 - DB build 0067  
0000084: JRClient.executeCommand Fails
JRClient.executeCommand Fails
Issue History
2012-09-22 13:12 g_prajeesh New Issue
2012-09-22 16:34 administrator Note Added: 0000152
2012-09-22 16:34 administrator Status new => closed
2012-09-22 16:34 administrator Resolution open => fixed
2012-09-22 16:34 administrator Fixed in Version => 3.0 - DB build 0067

Notes
(0000152)
administrator   
2012-09-22 16:34   
Check the command source code and check if the program can be deployed with success in your java environment.

The Oberon clients (Context Design and Domain Objects ) export and compile the program source code in the temporary directory (generally <Oberon_full_path>/temp/oberon).
You can change this path in 2 ways:

1- Edit config.bat (sh):
SET TEMPDIR=<your_temp_path>

2- Edit oberon.ini
tmpdir=<your_temp_path>

The application server exports and compile the program source code in the
<java.io.tmpdir>/oberon

You can change this path in the oberon.properties file, add:

tmpdir=<your_temp_path>