cancel
Showing results for 
Search instead for 
Did you mean: 

run error

Former Member
0 Kudos

hi,

when the project start to run in ESP studio,it tips run error "Invalid action:[FAILURE:Application wait for starus is started,but application current status is nit started]".

pls see the pic:

who can tell me why and how to fix it.

thanks,

aaron

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

There are two log files in the directory:

     C:\Users\<user_name>\Documents\SybaseESP\5.1\workspace\default.proj1.0

* stdstreams.log - Contains information about licensing errors

* esp_server.log - Contains information about the running of the project and other errors.

My guess is that your license has expired.

Thanks,

  Neal

Former Member
0 Kudos

thanks for your reply.

Former Member
0 Kudos

by the way.how can I change the default workspace dir.

thanks.

former_member217348
Participant
0 Kudos

Hi Aaron,

It would be great if you could post your new question in a separate topic (that way others can find the topic and its answer).

Also, if Neal's reply answered your question, please mark it answered.

Thanks,

Alice

Former Member
0 Kudos

Hi Aaron,

You screen shot shows us that you are using Studio's "local cluster".  This is a development sandbox that gets recreated each time you restart Studio.  You can't change the workspace name in this cluster:

   Clusters

If you go to %ESP_HOME%\cluster\nodes\node1, there is a "production" cluster.  In this file is a configuration parameter:

    <Persistence enabled="false">

You can set this to "true".  Then when you start this node and connect to it, it will remember any workspaces you created and any projects that were loaded into it.

Thanks,

  Neal

former_member217348
Participant
0 Kudos

Hi Aaron,

To change the default directory that ESP Studio uses for the workspace location, modify the Eclipse settings in the <esp install directory>/ESP-5_1/studio/esp_studio.ini file:

osgi.instance.area

osgi.instance.area.default

(The Eclipse docs are here: Eclipse runtime options)

Thanks,

Alice