Cameo Enterprise Architecture™ 18.0 |
|
(Build ID: 173316)
Overview | System requirements | Installation | Configuration | Troubleshooting |
Cameo Enterprise Architecture™ Reader edition is made for reading and previewing UPDM, SysML, BPMN, SoaML, TOGAF, Zachman Framework, 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.
Resource |
Minimum |
Recommended |
Powerful |
|
CPU |
Pentium™ 4, 1.6 GHz or higher |
Core™ 2 Duo, 2.2 GHz |
Core™ i5, 4.0 GHz |
|
RAM |
1 GB |
4 GB |
8 GB |
|
Disk space |
500MB or more depending on used plug-in |
|||
Video mode |
1024*768 @ 64k colors |
1280*1024 @ 64k colors |
1280*1024 @ 64k colors |
|
OS |
Windows XP SP 3, Mac OS X v10.6 Lion, or Linux that runs with recommended Java |
Windows 7/8, Mac OS X Mountain Lion, or Linux that runs with recommended Java |
Windows 7/8, Mac OS X Mountain Lion, or Linux that runs with recommended Java |
|
Java |
32 bit |
64 bit |
64 bit |
|
JAVA_ARGS parameter* |
If 32 bit Java is used |
JAVA_ARGS=-Xmx800M |
JAVA_ARGS=-Xmx1400M |
JAVA_ARGS=-Xmx1400M |
If 64 bit Java is used |
JAVA_ARGS=-Xmx800M |
JAVA_ARGS=-Xmx2000M |
JAVA_ARGS=-Xmx4000M |
* Sometimes when running the application, the OutOfMemory error occurs. This means that your computer has not enough memory for working with the application. Ways of solving the problem are described in section OutOfMemory problem.
Operating system: Any Java 7 or later compatible operating system, i.e., Windows XP/ Vista/ 7/ 8, 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:
http://www.nomagic.com/support/jvm-list.html
First, obtain the Cameo Enterprise Architecture Reader installation files. You can download the latest version from the Cameo Enterprise Architecture Reader homepage http://www.nomagic.com/products/cameo-enterprise-architecture.html
If you are going to install Cameo Enterprise Architecture Reader on Unix, MAC OS, or other operating system that is not Windows OS, then JVM must be installed on your computer. For more information about the recommended Java version, see http://www.nomagic.com/support/jvm-list.html
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 the installer
Windows 95/ 98/ NT/ 2000/ XP/ Vista/ 7/ 8Ensure that your computer meets the system requirements for running the application.
Download either:
Double-click the installer.
In case the User Account Control dialog appears asking your permission for the installer to make changes in your computer, click Yes.
Follow the on-screen instructions to install Cameo Enterprise Architecture Reader.
NOTES:
For more information about the recommended Java, see http://www.nomagic.com/support/jvm-list.html
For more information on how to change the Java version, see Changing Java version.
For more information about memory allocation, see section "Memomy allocation" in MagicDraw UserManual.pdf.
Unix
Download Cameo_Enterprise_Architecture_Reader_<version number>_unix.sh.
Double-click the installer.
IMPORTANT! Be sure you have:
Mac OS X
IMPORTANT! Be sure you have installed JVM. Mac OS X Lion and Mac OS X Mountain Lion do not include a Java runtime by default. It must be installed separately.
Download Cameo_Enterprise_Architecture_Reader_<version number>_mac.dmg.
Open the Applications
folder and create a new folder named, for example,
Cameo Enterprise Architecture Reader <version number>.
NOTE: We suggest
creating a new folder for each Cameo Enterprise Architecture
version in order to not overwrite earlier versions of the
application. After installing a new version in the newly created
folder you will be able to import the configurations from an
earlier Cameo Enterprise Architecture version.
Double-click the installer.
Windows 95/ 98/ NT/ 2000/ XP/ Vista/ 7/ 8
Download Cameo_Enterprise_Architecture_Reader_<version number>_no_install.zip.
Extract the file.
Open the bin directory and run cameoea.exe to start Cameo Enterprise Architecture Reader.
Unix
Download Cameo_Enterprise_Architecture_Reader_<version number>_no_install.zip.
Extract the file.
Open the bin
directory and run cameoea
to start Cameo Enterprise Architecture Reader.
IMPORTANT!
Be
sure you have installed JVM.
Mac OS X
IMPORTANT! Be sure you have installed JVM. Mac OS X Lion and Mac OS X Mountain Lion do not include a Java runtime by default. It must be installed separately.
Download Cameo_Enterprise_Architecture_Reader_<version number>_no_install.zip.
Extract the file.
Open the root directory and double-click Cameo Enterprise Architecture Reader <version number>.app to start Cameo Enterprise Architecture Reader.
In the cameoea.properties
file, 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 stored in the following location:Windows Vista/7/8 |
C:\Users\<username>\AppData\Local\.cameoea_reader\<Cameo Enterprise Architecture version numbe> |
Windows 2000/XP |
C:\Documents and Settings\<username>\Local Settings\Application Data\.cameoea_reader\<Cameo Enterprise Architecture version numbe> |
Windows NT4 |
C:\WINNT\Profiles\<username>\Local Settings\Application Data\.cameoea_reader\<Cameo Enterprise Architecture version numbe> |
Other OS |
<user.home>/.cameoea_reader/<Cameo Enterprise Architecture version numbe> |
If Cameo Enterprise
Architecture Reader
is running, you can open this folder directly from the
application. Do the following:
-DLOCALCONFIG=trueto
-DLOCALCONFIG=falseIMPORTANT: It is important to add the the DWINCONFIG parameter on Window OS, otherwise the configuration files will not be stored in Cameo Enterprise Architecture installation directory.
-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 cea.log file. If there is a need, you can redirect the output to the console.
NOTE: If you cannot find the cea.log file, see section cea.log file location.
On all operating systems
In the cameoea.properties
file, which is located in <Cameo
Enterprise Architecture
installation directory>\bin, add
the value for the
following parameter:
APP_ARGS =-verbose
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 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, the JAVA_ARGS line should look like:If PermSize is specified
in cameoea.properties
file 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 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 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.
Java Virtual Machine could not be started
Open the <Cameo Enterprise Architecture Reader installation directory>/bin/cameoea.properties file for editing and comment the lines defining default memory settings. These lines should look like this:
# DEFAULT_MEMORY_SETTINGS_64=-Xmx2400M -XX\:PermSize\=60M -XX\:MaxPermSize\=200M
-Xss1024K
# DEFAULT_MEMORY_SETTINGS_32=-Xmx800M -XX\:PermSize\=40M -XX\:MaxPermSize\=150M
-Xss640K
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:
Sometimes Cameo Enterprise Architecture Reader becomes unpredictable
To start Cameo Enterprise Architecture Reader normally, perform the following steps:If for some reasons Cameo Enterprise Architecture cannot be started, look for the cea.log file in configuration files directory. For more information about configuration files location, see section Changing the location for configuration files storage.
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.nomagic.com/support/faq.html or discuss and get answers about No Magic products in No Magic Community Forum.