Forum tags


Top Posters

Last 30 days

  • Antoine (34)
  • ravinderjit.singh (30)
  • danielandross (17)
  • venkaiah.k (16)
  • sirswendu.ganapati (14)
  • eva.das (13)
  • milos.vacek (12)
  • metabyte (9)
  • cristiano.quintao (7)
  • pierre.pavageau (5)

All time

  • Antoine (1488)
  • Shivanand (1194)
  • cshekhar (928)
  • psq (796)
  • jag (391)
  • metabyte (380)
  • arnaud (328)
  • jalateras (325)
  • dfrench (271)
  • venkaiah.k (214)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

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 9 Months, 2 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 16: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 9 Months, 2 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 7 Months, 3 Weeks 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 7 Months, 3 Weeks ago Karma: 28  
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  
 
Intalio, the Open Source BPMS company
www.intalio.com
  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 7 Months, 3 Weeks 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 7 Months, 3 Weeks ago Karma: 28  
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  
 
Intalio, the Open Source BPMS company
www.intalio.com
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop