| Objectwiz - User's manual | ||
|---|---|---|
| <<< Previous | Setting up Objectwiz with a sample application: the DVD Store | Next >>> |
Execute jboss/bin/run.sh to run the server.
You should get a WARNING [1] along with an incomplete deployment listing [2], but that's normal behavior for the first run.
[1] java.lang.Exception: Agent corresponding to the current application was not detected: objectwiz
[2] --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jca:name=objectwizDatasource,service=DataSourceBinding
State: NOTYETINSTALLED
Depends On Me: persistence.units:ear=objectwiz.ear,unitName=objectwiz
Wait until the two applications are deployed and check they are up and running:
http://localhost:8080/seam-dvdstore. You should see a "Welcome to the DVD Store" screen.
http://localhost:8080/objectwiz. You should see a "Welcome to Objectwiz!" screen.
On the Objectwiz splash screen, click on "Create internal database".
After a few seconds, you should be able to see a "Launch" button. If that's not the case, please refer to the troubleshooting chapter.

Running Objectwiz from the first time

Splash screen of the front-end (once the internal database is successfully created)
| <<< Previous | Home | Next >>> |
| Deploy Objectwiz front-end | Up | Configure access rights |