Cameo Enterprise ArchitectureTM 17.0 SP5 |
|
Overview | System requirements | Installation | Configuration | Troubleshooting |
Cameo Enterprise Architecture Reader edition is made for reading and previewing UPDM, SysML, BPMN, SoaML, and UML models created with Cameo Enterprise Architecture and is free of charge. It is extremely useful when you want to share your ideas expressed in models with partners, colleagues, or clients, who do not have their copy of Cameo Enterprise Architecture. This edition is also equipped with printing and image export capabilities.
|
Minimum |
Recommended |
Memory |
256MB |
512MB; 1Gb is recommended for large projects |
Disk space |
400MB |
400MB or more |
Video mode |
800*600 @ 64k colors |
1280*1024 @ 64k colors |
Operating system: Any Java 1.6.0 compatible virtual machine, i.e., Windows 95/ 98/ NT/ 2000/ XP/ Vista/ 7, Linux, Mac OS X (most testing procedures and debugging have been performed on these operating systems).
HTML browser: Any. Preferred Firefox or Internet Explorer and Safari for Mac OS X.
Java Virtual Machine: Sun's JDK 1.6.0_22.
You can find the up-to date JVM
list at:
http://www.magicdraw.com/jvm_list.htm
If you use an operating system other than Windows, Unix, or Mac OS X, we recommend to run Cameo Enterprise Architecture Reader from the no-install package (see section "Using no-install package").
Using installer
Windows 95/ 98/ NT/ 2000/ XP/ Vista/ 71. Download the installer:
2. Double-click the installer.
Unix
1. Download Cameo_Enterprise_Architecture_Reader_<version
number>_unix.sh.
2. Double-click the
installer.
IMPORTANT! Be sure
you
have:
- JVM installed.
- The execute permission.
Mac OS X
1. Download Cameo_Enterprise_Architecture_Reader_<version
number>_mac.dmg.
2. Double-click the installer.
3. Drag the Cameo
Enterprise Architecture Reader
folder to the Applications
or some other folder.
IMPORTANT! Be sure you have JVM installed.
Download the no-install package to run Cameo Enterprise Architecture Reader on any operating system.Windows 95/ 98/ NT/ 2000/ XP/ Vista/ 7
1.
Download
Cameo_Enterprise_Architecture_Reader_<version
number>_no_install.zip.
2. Extract the file.
3. Go to the bin
directory and run:
1. Download Cameo_Enterprise_Architecture_Reader_<version
number>_no_install.zip.
2. Extract the file.
3. Go to the bin
directory and run cameoea to
start Cameo Enterprise Architecture.
1.
Download Cameo_Enterprise_Architecture_Reader_<version
number>_no_install_mac.zip.
2. Extract the file.
3. Using the command-line prompt go to the bin directory
and type the command:
./cameoea
Changing Java version
On all operating systemsIn the cameoea.properties
file (or the cameoea64.properties
file on 64-bit Windows), which is located in <Cameo
Enterprise Architecture installation directory>\bin, add
the value for the following
parameter:
JAVA_HOME=<path to new JRE>
NOTE: Integrated Cameo Enterprise Architecture runs on the JVM specified by the IDE. In order to change JVM, you need to modify startup properties for the IDE Cameo Enterprise Architecture integrates with. If you are running Cameo Enterprise Architecture integrated with IDE, read the appropriate readme.html for the specific integration, which can be found in <Cameo Enterprise Architecture installation directory>\integrations\<IDE directory>.
Changing the location for the configuration files storage
Configuration files are by default sored in <User home directory>\.cameoea_reader\<version number>.If Cameo Enterprise
Architecture Reader
is running, you can open this folder directly from the
application. Do the following:
-DLOCALCONFIG=trueto
-DLOCALCONFIG=false
Do the following:
-DLOCALCONFIG.location=<absolute path to a chosen location>NOTE: If you have defined to store files in the Cameo Enterprise Architecture installation directory (see section "To store configuration files in the Cameo Enterprise Architecture application installation directory"), files will not be stored in the defined location.
Redirecting output info to the console
The Cameo Enterprise Architecture Reader output information by default goes into the md.log file. If there is a need, you can redirect the output to the console.
NOTE: If you can not find the md.log file, see section "md.log file location".
On all operating systems
In the cameoea.properties
file (or the cameoea64.properties
file on 64-bit Windows), which is located in <Cameo
Enterprise Architecture
installation directory>\bin, add
the value for the
following parameter:
APP_ARGS =-verbose
OutOfMemory problem
Sometimes when running the program the OutOfMemory error occurs.
Windows, Linux OS, Mac OS X
If you are running the Sun's
JVM, set the following java
properties in your cameoea.properties
file (or the cameoea64.properties
file on 64-bit Windows) to avoid the above problem:
in the line JAVA_ARGS=-Xmx600M,
change the
number of heap size '600' to the maximal
heap size in megabytes.
For example the java heap size
would be:
JAVA_ARGS=-Xmx800M
This sets the java heap size to 800 megabytes.
NOTE: Integrated Cameo Enterprise Architecture runs on the JVM, specified by the IDE. If you are running Cameo Enterprise Architecture, integrated with the IDE, you will need to modify startup properties for the appropriate IDE.
OutOfMemory PermGen space problem
If you get the exception "java.lang.OutOfMemoryError: PermGen space", please check, if PermSize is specified in the configuration file.
Windows, Linux OS, Mac OS X (not applicable for IBM JVM)
In the cameoea.properties file (or the cameoea64.properties file on 64-bit Windows), the JAVA_ARGS line should look like:If PermSize is specified in cameoea.properties
file (or the cameoea64.properties
file on 64-bit Windows) and the same problem still
appears, MaxPermSize should be
increased. PermSize is a part of the heap size, so MaxPermSize should
always
be smaller than the heap size specified with the Xmx parameter.
For example:
JAVA_ARGS=-Xmx800M
-XX\:PermSize\=40M
-XX\:MaxPermSize\=200M
NOTE: Integrated Cameo Enterprise Architecture runs on the JVM, specified by the IDE. If you are running Cameo Enterprise Architecture, integrated with the IDE, you will need to modify startup properties for the appropriate IDE.
StackOverflow problem
Sometimes when running the program, the StackOverflowError occurs.
Windows, Linux OS, Mac OS X
If you are running the Sun's,
IBM JVM, set the following java
properties in your cameoea.properties
file (or the cameoea64.properties
file on 64-bit Windows) to avoid the above problem:
to the line JAVA_ARGS=-Xmx600M,
append the
string -Xss<stack
size>.
For example:
JAVA_ARGS=-Xmx600M
-Xss2M
This sets the java stack size to 2 megabytes.
NOTE: Integrated Cameo Enterprise Architecture runs on the JVM, specified by the IDE. If you are running Cameo Enterprise Architecture, integrated with the IDE, you will need to modify startup properties for the appropriate IDE.
Computer freezes or reboots while exiting Cameo Enterprise Architecture or repaint problems occur
This may happen because of
JDK SDK and the Windows direct draw
incompatibility. We would suggest you to turn off the direct draw for
the Cameo Enterprise Architecture application.
In the <Cameo Enterprise Architecture
installation
directory>/bin/cameoea.properties
file (or the cameoea64.properties
file on 64-bit Windows) to the line'JAVA_ARGS='
append the additional
part
-Dsun.java2d.noddraw.
NOTE: Integrated Cameo Enterprise Architecture runs on the JVM, specified by the IDE. If you are running Cameo Enterprise Architecture, integrated with the IDE, you will need to modify startup properties for the appropriate IDE.
After the install, Cameo Enterprise Architecture cannot be launched or it just appears on the screen and vanishes
Please try one of the following solutions:
NOTE:
Integrated Cameo Enterprise Architecture runs on the JVM,
specified by the IDE. If you are running Cameo Enterprise
Architecture, integrated with the IDE, you will need to modify startup
properties for the appropriate IDE.
The Cameo Enterprise Architecture installer is not started or Cameo Enterprise Architecture is not started on Linux OS
The Cameo Enterprise Architecture installer may not
be started or Cameo Enterprise Architecture itself may not
be started, because of changes in the default system Java. In this case
when starting the installer or Cameo Enterprise Architecture, no
GUI appears or when starting
from the command line the following message is displayed:
Configuring the installer for
this system's environment... No Java
virtual machine could be found from your PATH environment variable. You
must install a VM prior to running this program.
We would suggest the following solution:
Diagram printing is not working on Linux OS
The problem is related with the Linux cups package update.Options orientation-requested 3
Frequently Asked Questions
If you cannot find the answer to your problem in the list above, please visit our website for FAQ at http://www.magicdraw.com/faq or discuss and get answers about No Magic products in No Magic Community Forum.