Intalio|BPMS Webinars

Forum tags


Top Posters

Last 30 days

  • Antoine (103)
  • gabriel.nunes (41)
  • Shivanand (33)
  • dfrench (31)
  • xiaoting.chen (28)
  • cshekhar (25)
  • venkaiah.k (25)
  • luis.carrero (17)
  • mayank.gupta (17)
  • wassan.younis (16)

All time

  • Shivanand (1180)
  • Antoine (1139)
  • cshekhar (909)
  • psq (795)
  • jag (391)
  • metabyte (354)
  • arnaud (325)
  • jalateras (316)
  • dfrench (193)
  • risicare (173)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

What would help you sell Intalio internally in your company?
Please suggest another option

Login

MAIN arrow FORUMS
Re:Problem opening wizard (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Problem opening wizard
#12609
al.nikolov (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Problem opening wizard 3 Months, 4 Weeks ago Karma: 0  
After unzipping designer.installer.linux-5.1.0.022.zip and running eclipse/eclipse (why the distribution is called installer anyway?!) i cannot create new "Intalio|BPMS Business Process Project" nor "Business Process Diagram" getting "Problem opening wizard" error (see attached image).
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/03/26 14:06 By al.nikolov.
  The administrator has disabled public write access.
#12612
al.nikolov (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Re:Problem opening wizard 3 Months, 4 Weeks ago Karma: 0  
The problem was in eclipse(?) bug: seems like eclipse don't respect enviroment and proper JVM must be specified in it's command line (-vm option).
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13516
crishantha.nanayakkara1 (User)
Expert Boarder
User Offline Click here to see the profile of this user
Re:Problem opening wizard 2 Months, 1 Week ago Karma: 2  
Hi Nikolov,

I get the same error.

Please let me know the way you resolve this issue. I am running the designer in Ubuntu.

Best Regards
Crishantha
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13518
Antoine (Admin)
Admin
User Offline Click here to see the profile of this user
Re:Problem opening wizard 2 Months, 1 Week ago Karma: 24  
Make sure you have a Sun JVM installed, and that /usr/bin/java is pointing to it.

Alternatively you can point eclipse to the right Java installation by typing:
./eclipse -vm pathtovm.

Thanks,

Antoine
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13519
crishantha.nanayakkara1 (User)
Expert Boarder
User Offline Click here to see the profile of this user
Re:Problem opening wizard 2 Months ago Karma: 2  
Hi Antonie,

I still get this error. In fact it used to work properly and I got this error suddenly.

I have installed JDK seperately in a seperate location and set the JAVA_HOME and PATH variables to that location. Here are my configurations.


$ echo $PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/crishanthan/lib/jdk1.5.0_15/bin

$ echo $JAVA_HOME

/home/crishanthan/lib/jdk1.5.0_15

Regards
Crishantha
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13520
Antoine (Admin)
Admin
User Offline Click here to see the profile of this user
Re:Problem opening wizard 2 Months ago Karma: 24  
Crishantha, try:

ls -l /usr/bin/java, and see where the link redirects.

If you want to have total control over where java executes:
sudo rm /usr/bin/java
sudo ln -s pathtojvm/bin/java /usr/bin/java

Eclipse doesn't use the JAVA_HOME variable. It just grabs the java executable.

Of course you can also replace /usr/bin/java by a script that does:
#!/bin/sh
$JAVA_HOME/bin/java

or something like that. I haven't tested it.

Thanks,

Antoine
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop